Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: cursor problem

    You could try using "try...catch..."

    BEGIN TRY

    { sql_statement | statement_block }

    END TRY

    BEGIN CATCH

    [ { sql_statement | statement_block } ]

    END CATCH

    [ ;...

Viewing post 1 (of 1 total)