Results 1 to 3 of 3

Thread: SQL Server Error Messages

  1. #1
    Join Date
    Mar 2006
    Posts
    127

    SQL Server Error Messages

    Hi All,

    I was wondering if anybody knows where to get a complete list of SQL Server error messages. I am writing a stored procedure that scans SQL Server Logs for errors and if there are errors in the logs, I get paged.

    Thanks.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    select * from master..sysmessages

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    Or look at books online, there is complete list as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •