Hi Folks
EncryptByKey (Key_GUID('Name_SymKey'), @dex)
@dex has 9000 char length
error:
Msg 8152, Level 16, State 10, Line 360
String or binary data would be truncated.
The statement has been terminated.
it happens when we are inserting encrypted value to a varbinary(max) column in a table
any idea ?
appreciated