Skip to content

Instantly share code, notes, and snippets.

@andrijac
Created May 10, 2018 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrijac/290eb4258ae8da5093fa11afdf999660 to your computer and use it in GitHub Desktop.
Save andrijac/290eb4258ae8da5093fa11afdf999660 to your computer and use it in GitHub Desktop.
BEGIN TRY
BEGIN TRANSACTION
-- UPDATE
COMMIT
END TRY
BEGIN CATCH
ROLLBACK
END CATCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment