(SQL) SQL (2014)

New SQL Server project templates for VS2015 (Create Database Encryption Key.sql)

   1:  CREATE DATABASE ENCRYPTION KEY
   2:      WITH ALGORITHM = AES_256
   3:      ENCRYPTION BY SERVER CERTIFICATE [MyServerCert]


Comments ( )
Link to this page: //www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Database-Encryption-Key-sql.htm
< THANKS ME>