New SQL Server project templates for VS2015 (Create Database Audit Specification.sql)
1: CREATE DATABASE AUDIT SPECIFICATION [$rawname$]
2: FOR SERVER AUDIT [$SomeServerAudit$]
3: ADD (SELECT, INSERT
4: ON [$SomeSecurable$]
5: BY dbo)
6: WITH (State = ON)
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Database-Audit-Specification-sql.htm
|