Viewing 2 posts - 1 through 2 (of 2 total)
Here's the Sub for those of you who might need it:
Sub subOutputStoredProcedures(strFilePath As String)
On Error GoTo subOutputStoredProcedures_err
Dim adocon As ADODB.Connection
Dim adoRecSetSQL_List As...
February 11, 2009 at 11:44 am
#942402
The sp_helptext Sproc works great. Thanks.
February 11, 2009 at 11:03 am
#942376