I have database projects in Visual Studio 2013 from which I deploying databases to SQL Server. Also I am using Transparent Data Encryption for these databases and it is in state 3 which means TDE is ON.
Issue becoming when I deploy databases. After database deployment TDE state is 1 which means TDE is OFF. I only know that Database Encryption Key exist in database page level and I supposed that something happened there when DB schema is changed.
My question is how I can control that process? How I can save TDE state to be 3 after deployment?
I can run SQL query which will turn on TDE but is there any other way?
Asked by kat1330
(111 rep)
Mar 31, 2015, 06:51 PM