remi's adventures in the database realm

./ mssql / sql trace

Or an alternative way to audit … database activity in SQL Server.

Use filters to keep your traces meaningfull

mssql / sql trace  November 14th, 2006 / August 20th, 2007

Say you have an sql trace for the event ‘TSQL SQL:StmtCompleted’ you are, most probably, NOT interested in the sql statements executed through the SQL Server Agent for instance. read more →


SQL Trace Reference

mssql / sql trace  September 7th, 2006 / August 20th, 2007

Display/Alter running traces or an alternative way to shutdown your server (when ‘c2 audit mode’ is enabled). read more →