Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Reading Trace file using VB Script

    Here is an example script that may do what you need.  It uses an adodb connection and resultset object, and the sql function fn_trace_gettable.

    Dim adoConn

    Set adoConn = CreateObject("ADODB.Connection")

Viewing post 1 (of 1 total)