Forum Discussion
femola
Feb 23, 2022Copper Contributor
HANDLING ERRORS IN SQL PROCEDURES
How can I catch an error in a procedure and the procedure will continue running to the end without failing. Usually a procedure fails when it encounters an error during the execution of the procedur...
- Feb 25, 2022
Depending on the error servity you can handle errors using TRY...CATCH (Transact-SQL)
olafhelper
Feb 25, 2022Bronze Contributor
Depending on the error servity you can handle errors using TRY...CATCH (Transact-SQL)