| DumpTrc.exe - Dump SQL Trace File
Description:
DumpTrc, dumps the content of a SQL Server 2000 trace file to the console or ASCII output file. The console out can be redirected like all normal output to STDOUT; for example you can page the output using DumpTrc -i c:\trace.trc | MORE
Usage:
DumpTrc.exe version 1.0x1
Sample output:Dump the content of a SQL Server 2000 trace file to the console. DumpTrc.exe -i c:\temp\trace.trc Output: Event: 0 TraceStart Etc. Dump the content of a SQL Server 2000 trace file to an ASCII output file. DumpTrc.exe -i c:\temp\trace.trc -o c:\temp\trace.txt Installation:Simply copy "DumpTrc.exe" onto your machine; preferred location is the "C:\Program Files\Microsoft SQL Server\80\Tools\Binn" directory, but it can be installed in any directory, as long as the "C:\Program Files\Microsoft SQL Server\80\Tools\Binn" direct is on the PATH. Download: DumpTrc.zip Requirements:
Planned functionality enhancements:
|
Questions or problems regarding this web site should be directed to Web Master. |