Defining SQL Server error messages
We’ve been receiving these error messages in our SQL Server logs: 09/14/2008 00:57:05,spid73,Unknown,The SAM has stopped processing. 09/14/2008 00:57:05,spid73,Unknown,Error: 61000<c/> Severity: 16<c/> State: 1. What might they mean?

Software/Hardware used:
ASKED: September 30, 2008  5:46 PM
UPDATED: September 30, 2008  7:24 PM

Answer Wiki:
Error Messages with an ID over 50000 are user defined. Someone is calling the RAISERROR function within T/SQL code and logging this error to the error log.
Last Wiki Answer Submitted:  September 30, 2008  7:24 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _