Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Last active November 15, 2017 21:18
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 dsibinski/f8a9a5dea9606db4a953d7e3f04dba7c to your computer and use it in GitHub Desktop.
Save dsibinski/f8a9a5dea9606db4a953d7e3f04dba7c to your computer and use it in GitHub Desktop.
INssSERT INTO dbo.Persons (NAME) VALUES ('Dawid')
GO
if @@error != 0 raiserror('Error in script execution', 20, -1) with log
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment