SQL Server Always Encrypted Operand type clash: varchar is incompatible with varchar(60) when running EXEC sproc
问题 I am unable to EXEC a stored procedure that upserts a table that has an encrypted column using Always Encrypted. However, I am able to copy the SQL from the sproc and run that as regular SQL with the parameters set, Just cannot get the sproc to fire when executing the sproc via the EXEC function in SSMS which is also causing problems in the application The table has a trigger on it that inserts into another audit table of similar structure that is also encrypted using the same encryption. I