New SQL Server project templates for VS2015 (Create Database Scoped Credential.sql)
1: CREATE DATABASE SCOPED CREDENTIAL [$rawname$] WITH IDENTITY = [$SomeIdentity$],
2: SECRET = [$SomeSecret$]
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Database-Scoped-Credential-sql.htm
|