April 28, 2005 at 10:58 am
April 29, 2005 at 6:34 am
you might not be aware, but all error messages from sql server exist in the sysmessages table in master; around 3831 on my machine;
select * from dbo.sysmessages
a more common search is looking for ODBC error messages: many errors encountered occur at a client location, and the error messages there are different than the errors SQL Server may raise:
http://download.microsoft.com/download/ado/list/1.0/win98me/en-us/odbcerr.exe
HTH
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply