recognising db errors
-
Hi guys Where do I find a list of database error type exceptions for SQLServer 2005? I'll know when its a database error a and log it in the eventviewer and send an email. I just want to distinguish between database errors and any other error. thanks
-
Hi guys Where do I find a list of database error type exceptions for SQLServer 2005? I'll know when its a database error a and log it in the eventviewer and send an email. I just want to distinguish between database errors and any other error. thanks
honeyman_can wrote:
Where do I find a list of database error type exceptions for SQLServer 2005?
Ask the database itself:
select * from sysmessages
Upcoming Scottish Developers events: * UK Security Evangelists On Tour (2nd November, Edinburgh) * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog