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:
Your website has a useful information for beginners like me.
»
Post a Comment
<< Home