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 (
)
|
1: CREATE CERTIFICATE [$rawname$]
2: ENCRYPTION BY PASSWORD = '$GeneratedPassword$'
3: WITH SUBJECT = 'certificate_subject'
|