What are the system severity there in Exception raised in procedures?

849    Asked by JonathanSkinner in SQL Server , Asked on Jan 18, 2020
Answered by Jonathan Skinner

Severity level

Use Case

1 to 10

These are used for information messages only. These are not error

11 to 16

These errors are occured due to user issues, and that can be rectified by user itself

17

In this case the SQL server is going out of resources or exceeding limit in case of disk space or lock limit

18

It will be raised in case of nonfatal internal software

19

This occurs when the non-configurable internal limit exceed the limit and current running process is killed

20

This occurs when the current executing SQL statement gets an error, post this the current session is closed

21

This problem will occur on database and post that all the sessions which are running on database will get affected

22

This occur when the table or index got

23

This occurs when there is any issue in database integrity. This can rectified by DBCC command

24

This occurs when there is any issue in the hardware of the SQL server.



Your Answer

Interviews

Parent Categories