SQL: Try/Catch doesn't catch an error when attempting to access a table that it can't find

前端 未结 2 1083
感动是毒
感动是毒 2021-01-04 22:20

I\'ve created a stored procedure that runs a number of commands to modify data. I only want to commit the transaction if everything succeeds. I\'m doing this by using a try-

2条回答
提交回复
热议问题