Viewing post 1 (of 1 total)
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 adoConnSet adoConn = CreateObject("ADODB.Connection")
Dim adoConn
Set adoConn = CreateObject("ADODB.Connection")
December 29, 2005 at 8:37 am
#611925