Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Stored Procedure SQL

    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...

  • RE: Stored Procedure SQL

    The sp_helptext Sproc works great. Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)