All Tags »
tools »
General (RSS)
Sorry, but there are no more tags available to filter with.
-
As you probably know, there's a trace running by default in SQL Server 2005. The directory for the trace file is the SQL Server log directory, and you can turn off and on this trace with sp_configure.
But how do we find out what events and columns are traced to this? We use a trace function and some trace catalog views:
The function ...