(SQL) SQL (2014)

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

   1:  CREATE SYMMETRIC KEY [$rawname$]
   2:      WITH ALGORITHM = AES_256
   3:      ENCRYPTION BY PASSWORD = '$GeneratedPassword$'


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