Hello All,
I've implemented column level encryption in SQL server 2014 using AES_256 algorithm. However, I had to change the dataype of the column to nvarchar(max). What is the minimum size/datatype reuired for a column to be encrypted using AES_256 algorithm in SQL server 2014?
Thanks