Enabling Transparent Data Encryption on SQL Server 2014
To start with for Transparent Data Encyrption (TDE) we will need to be using Enterprise (or Developer) edition of SQL Server 2014. I am using SQL Server 2014 Enterprise Edition CTP1, which is the early release of SQL Server 2014. Next we need a database to work with. I will just use the Sample Database for Common Table Expressions, a simple …
Enabling Transparent Data Encryption on SQL Server 2014 Read more »