Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Profiler - Logging Results to a Table

    When you create the trace, don't add ".trc' to the end of the name as sp_trace_create will also add it.

    exec sp_trace_create @traceid = @traceid OUTPUT,

    @options = 0,

    @tracefile = 'C:\Temp\myTraceFile', --...

Viewing post 1 (of 1 total)