(SQL) SQL (2014)

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

   1:  CREATE CERTIFICATE [$rawname$]
   2:      ENCRYPTION BY PASSWORD = '$GeneratedPassword$'
   3:      WITH SUBJECT = 'certificate_subject'


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