Hi Pinal Dave,

I have 2 columns in one table, its datatype are numeric(18,0),d atetime when i am going to encrypt these column i’m adding columns with same datatype it is giving error when the time of updation and I am tried with varbinary(256) also it is giving the same error.
The error is
ā€ Argument data type numeric is invalid for argument 2 of EncryptByKey function ā€œ.
I am using SQL Server 2008r2 Enterprises...