|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Tuesday, October 16, 2012 5:39 AM
Points: 74,
Visits: 47
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 7:16 AM
Points: 2,030,
Visits: 2,869
|
|
Thanks for the question. I wonder why anyone would think that errors could be corrected by a user?
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Friday, June 07, 2013 11:04 PM
Points: 1,894,
Visits: 206
|
|
I'm confused. The question asks about the severity below 10, yet the link to documentation address the severity level of 10.
So is there a special meaning to severity levels 0-9?
Error messages with a severity level of 10 are informational. Error messages with severity levels from 11 through 16 are generated by the user and can be corrected by the user. Severity levels from 17 and 18 are generated by resource or system errors; the user's session is not interrupted.
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Yesterday @ 2:31 PM
Points: 3,418,
Visits: 3,438
|
|
Richard Sisk (1/13/2010)
I'm confused. The question asks about the severity below 10, yet the link to documentation address the severity level of 10. So is there a special meaning to severity levels 0-9? Error messages with a severity level of 10 are informational. Error messages with severity levels from 11 through 16 are generated by the user and can be corrected by the user. Severity levels from 17 and 18 are generated by resource or system errors; the user's session is not interrupted.
This may be a better resource.
http://msdn.microsoft.com/en-us/library/ms164086.aspx
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, July 22, 2010 8:59 AM
Points: 110,
Visits: 952
|
|
skjoldtc (1/13/2010)
Thanks for the question. I wonder why anyone would think that errors could be corrected by a user? 
Yeah, we all know errors are generated by users
Lest anyone think I'm simply picking on users, it's careless developers that let errors get all the way to SQL...
|
|
|
|
|
SSCoach
         
Group: General Forum Members
Last Login: Today @ 9:30 AM
Points: 18,857,
Visits: 12,441
|
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Monday, June 10, 2013 7:59 PM
Points: 1,491,
Visits: 3,010
|
|
The 2008 BOL (link provided by Cliff) is moderately ambiguous, don't you think?
The following table lists and describes the severity levels of the errors raised by the SQL Server Database Engine.
Severity level Description 0-9 Informational messages that return status information or report errors that are not severe. The Database Engine does not raise system errors with severities of 0 through 9.
[other levels described in the rest of the table...]
It's a table of "severity levels of errors raised by the ... engine." that tells us what levels 0-9 would indicate, but then says the Datebase Engine does not raise errors with those levels.
Huh?!?!?
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Yesterday @ 2:31 PM
Points: 3,418,
Visits: 3,438
|
|
I noticed that also. I think it was written by Steven Wright. "I had a premonition of a flashback."
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 7:54 AM
Points: 150,
Visits: 13
|
|
And yet, the explanation text on the question states: "This is an informational message that indicates a problem caused by mistakes in the information the user has entered and not actual errors."
Are not "mistakes in the information the user has entered" in fact, something that can be "corrected by the user" by simply re-entering the information correctly? It sure seems to me that we're given two aspects of the full situation in two separate choices here ... informational messages that indicate a place where the user has made a mistake and can (and should) correct their error.
Oh well, if everything were clear-cut and simple many of us would be without jobs!
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Friday, March 15, 2013 10:35 AM
Points: 594,
Visits: 654
|
|
john.arnott (1/13/2010)
The 2008 BOL (link provided by Cliff) is moderately ambiguous, don't you think? The following table lists and describes the severity levels of the errors raised by the SQL Server Database Engine.
Severity level Description 0-9 Informational messages that return status information or report errors that are not severe. The Database Engine does not raise system errors with severities of 0 through 9.
[other levels described in the rest of the table...]
It's a table of "severity levels of errors raised by the ... engine." that tells us what levels 0-9 would indicate, but then says the Datebase Engine does not raise errors with those levels. Huh?!?!? 
And then this link http://msdn.microsoft.com/en-us/library/ms164086.aspx goes on to say
"...For compatibility reasons, the Database Engine converts severity 10 to severity 0 before returning the error information to the calling application. "
So the 10's turn into 0's that are not raised??? wow...
Peter Trast Microsoft Certified ...(insert many literal strings here) Microsoft Design Architect with Alexander Open Systems
|
|
|
|