I have a bit of a quandary that I could use some help with. We are in the process of migrating a SQL Server 2014 Enterprise edition to from on-premise to an AWS SQL Server 2017 Enterprise system. The current system contains both TDE and Symmetric Key Encryption for column level encryption. This is where the fun begins. I am
Tag: encryption
SQL Server 2016 TDE Encryption on big text column
We implemented SQL TDE (SQL 2016) successfully on columns smaller in text size, but will give error on large columns Table Structure ID – value 1 – wanted to confirm her order for the install, adv …
Get encrypted column name with their encryption key and certificate in sql server
I am using SQL Server 2008/2012.In my database I have a table which has encrypted column. The column is encrypted by using following query – Create the example table CREATE TABLE [HR].[Employees]( …