DROP SERVER AUDIT SPECIFICATION (Transact-SQL)
SQL Server 2012
Drops a server audit specification object using the SQL Server Audit feature. For more information, see SQL Server Audit (Database Engine).
The following example drops a server audit specification called HIPAA_Audit_Specification.
DROP SERVER AUDIT SPECIFICATION HIPAA_Audit_Specification; GO
For a full example about how to create an audit, see SQL Server Audit (Database Engine).
