What is RAISERROR in SQL SERVER?

What is RAISERROR in SQL SERVER?

Tags..  SQL SERVER  Stored Procedures  Database Developer
Posted by: Joel Fisak | Views: 145 | Community Opinion/Answer: 1

Add Your Opinion

Bookmark this page..



Ask a New Question Go to Home


Community Opinion/Answers
Steven Leong said..

Stored procedures in SQL Server report errors to client applications via the RAISERROR command.

RAISERROR doesn't change the flow of a procedure; it merely displays an error message, sets the @@ERROR
automatic variable, and optionally writes the message to the SQL Server error log and the NT
application event log.


What do you think? Add your opinion/answer
Your Name:
*your opinion/answer: