SyntaxFix
Write A Post
Hire A Developer
Questions
I think thats impossible, sorry.
Thats why whenever running a delete or update you should always use BEGIN TRANSACTION, then COMMIT if successful or ROLLBACK if not.
BEGIN TRANSACTION
COMMIT
ROLLBACK