InterviewSolution
Saved Bookmarks
| 1. |
ERROR_SEVERITY() returns the ________level of the error.(a) State number(b) Full text(c) Severity(d) None of the mentionedThis question was posed to me in quiz.This question is from Error Handling topic in division Developing with SQL Server of SQL Server |
|
Answer» CORRECT OPTION is (C) SEVERITY To explain: ERROR_SEVERITY() returns the severity level of the error. |
|