There's something out there in life that will delight and amaze you.
Get up, get moving, and go find out what it is. - (Ralph Marston)

Tuesday, April 25, 2006

SQL Exception meanings and error codes

Recently I was looking for the SQLException meanings with their corresponding error codes. I finally found it. This is how you can find it.

Just go to query analyzer. And select Master database and type the following query.


select *
from
sysmessages

There you will result with all the error codes and their meanings, such as follows.


This is a description of a one instance.
ERROR : 1
SEVERITY: 10
DLEVEL: 0
DESCRIPTION: Version date of last upgrade: 10/11/90.
MSGLANGID: 1033

1 Comments:

At 1:02 AM, Anonymous Anonymous said...

Your website has a useful information for beginners like me.
»

 

Post a Comment

<< Home