New SQL Server project templates for VS2015 (Create Master Key.sql)
1: CREATE MASTER KEY ENCRYPTION
2: BY PASSWORD = '$GeneratedPassword$'
Comments (
)
)
|
|
1: CREATE MASTER KEY ENCRYPTION
2: BY PASSWORD = '$GeneratedPassword$'
)
|
|