InterviewSolution
Saved Bookmarks
| 1. |
Which of the following stored procedure is used for error messages?(a) sp_addmessage(b) sp_dropmessage(c) sp_altermessage(d) all of the mentionedI had been asked this question in an interview.Enquiry is from Stored Procedure topic in chapter Developing with SQL Server of SQL Server |
|
Answer» RIGHT OPTION is (a) sp_addmessage Explanation: Calling sp_addmessage is easy for RAISING errors. |
|