SyntaxFix
Write A Post
Hire A Developer
Questions
I use RETURN here all the time, works in script or Stored Procedure
RETURN
Stored Procedure
Make sure you ROLLBACK the transaction if you are in one, otherwise RETURN immediately will result in an open uncommitted transaction
ROLLBACK