| SplitTrc.exe - Chunk SQL Trace Files
Description:
SplitTrc splits a large SQL Server 2000 trace file in to multiple smaller trace files. The resulting file will almost never of the exact same size as specified by the -s max file size parameter; since trace events are of a variable length, the tools simple copies events in to the target file until the max file size is reached (>= max file size).
Usage:
SplitTrc.exe version 1.0x1
Sample output:Dump the content of a SQL Server 2000 trace file to the console. Input file: trace.trc is 75,535 bytes SplitTrc -i c:\temp\trace.trc -o c:\temp\chunks -s 8192 Resulting files: chunks_1.trc 8,299 bytes Installation:Simply copy "SplitTrc.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: SplitTrc.zip Requirements:
Planned functionality enhancements:
|
Questions or problems regarding this web site should be directed to Web Master. |