Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

raiserror sql

The RAISERROR statement is used to intentionally raise an error in
the T-SQL block. It can be used anywhere i.e. outside the TRY…CATCH block 
-- or inside the TRY block or inside CATCH block or inside the TRY and the 
-- CATCH block as well. 
Source by dhananjayspeaks.wordpress.com #
 
PREVIOUS NEXT
Tagged: #raiserror #sql
ADD COMMENT
Topic
Name
2+4 =