Viewing post 1 (of 1 total)
You could try using "try...catch..."
BEGIN TRY
{ sql_statement | statement_block }
END TRY
BEGIN CATCH
[ { sql_statement | statement_block } ]
END CATCH
[ ;...
April 15, 2016 at 3:30 am
#1872255