❔ Enabling "Always Encrypted" created a clash of datatypes
My normal working code crashes when enabling encryption and saving.
Operand type clash: nvarchar is incompatible with nvarchar(4000) encrypted..
I tried changing forcing the nvarchar to 4000 and I enabled everything I saw in the docs.
Operand type clash: nvarchar is incompatible with nvarchar(4000) encrypted..
I tried changing forcing the nvarchar to 4000 and I enabled everything I saw in the docs.
