Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, September 7, 2017

Use of always encrypted columns in temporary table

SQLServerCentral » Latest topics
Use of always encrypted columns in temporary table
I have implemented always encrypted for test purpose. It works fine until I query/update from physical tables. But inserting always encrypted data in temporary table fails. As per documentation, table variables can not be used with always encrypted column

No comments: