Sql Server: How to use RAISERROR
- Posted by Sqltimes
- On May 31, 2014
- 0 Comments
RAISERROR is an interesting and very useful t-sql command. It allows us to send information back to the caller about the status of the current execution. Since RAISERROR supports character substitution similar to printf function is C language, it is very valuable in some situations. Here we see some sample examples. Simple error message 1 […]
Read More