Select from following answers:- 0
- 1
- 8
- 14

- All Above
A TRY... CATCH construct catches all execution errors with severity greater than 10 that do not terminate the database connection. Errors with severity from 0 through 10 are informational messages and do not cause execution to jump to the CATCH block of a TRY... CATCH construct. Error that terminate the database connection, usually with severity from 20 through 25, are not handled by the CATCH block because execution is aborted when the connection terminates. Error severity level 14 indicates security-related errors, such as permission denied.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator