Activity overview
Latest activity by NicCain
Format SQL Errors with CREATE SERVER AUDIT SPECIFICATION
SQL Prompt finds syntax errors where trying to parse the following (which is valid and executes in SSMS without any problems).
/* Create the audit specification for DDL changes */
USE [master]
GO
C...