| Trc2Table.exe - Save SQL Trace file to SQL Server Table
Description:
Trc2Table save a SQL Server 2000 trace file to a SQL Server table.
Note: This tools provides the same resulting SQL Server table as when using the SQL Profiler UI (FileðSave AsðTrace Table).
Usage:
Trc2Table.exe version 1.0x1
Warning: When the destination table exists, the table will get dropped and rebuild!
Sample output:Save a SQL Server 2000 trace file to a SQL Server table. Trc2Table -i c:\temp\trace.trc -s (local)\sql80 -E -d tempdb -t perftrace The structure of the result table dbo.perfmon: create table dbo.perftrace Note: The shape of the resulting SQL Server table determined based on the columns used in the trace definition. This is different then ::fn_trace_getsql() which returns a fixed table shape. Installation:Simply copy "Trc2Table.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: Trc2Table.zip Requirements:
Planned functionality enhancements:
|
Questions or problems regarding this web site should be directed to Web Master. |