Mega Code Archive

 
Categories / MSSQL Tutorial / User Role
 

Creating a certificate in the master database

5> 6> CREATE CERTIFICATE D_Certificate 7> ENCRYPTION BY PASSWORD = 'stpLE@sE!' 8> WITH SUBJECT = 'Certificate for D' 9> GO