Select from following answers:- It can be logged in the error log
- It can print a message to the application
- It can assign an error number, state and severity

- All of the above.
- All Above
It can assign an error number, state and severity is correct about Raiserror.
For Example:-
RAISERROR('General exception', 16, 1)
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator