snapshots.fn_trace_getdata (Transact-SQL)
SQL Server 2012
This function returns all the events captured for the specified trace.
|
Column name |
Data type |
Description |
||
|---|---|---|---|---|
|
<All trace columns> |
<Varies> |
The trace data from the snapshots.trace_data table in the management data warehouse database. A list of the columns for the specified trace can be obtained by using the following query: SELECT * FROM sys.trace_columns
|