SSTS Blog
Some news and tidbits that we share
SQL Server Profiler creates files on the OS that can later be read in for analysis.
The following parses a trace file and inserts the data into a table.
SELECT * INTO trace_folder
FROM::fn_trace_gettable('C:\mytrace.trc', 4)
Tags: Untagged
Hits: 6540
Comments
Please login first in order for you to submit comments