New SQL Server project templates for VS2015 (Create Credential.sql)
1: CREATE CREDENTIAL [$rawname$]
2: WITH IDENTITY = '$SomeIdentity$'
Comments (
)
)
|
|
1: CREATE CREDENTIAL [$rawname$]
2: WITH IDENTITY = '$SomeIdentity$'
)
|
|