Last active
May 27, 2016 00:14
-
-
Save rjmccluskey/b052dcb1b827770cd4dadfe814d02027 to your computer and use it in GitHub Desktop.
Raise a simple error in T-SQL From http://stackoverflow.com/questions/26377065/t-sql-throw-exception
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RAISERROR('your message here',16,1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment