Quantcast
Channel: SQL Errors – SQLSERVERLEARNER
Viewing all articles
Browse latest Browse all 74

SQL Server Error Messages List

$
0
0

SQL Server error messages can be found in sysmessages table in the master database.
Following are the columns of sysmessages table.

Column_name Type
error int
severity tinyint
dlevel smallint
description nvarchar
msglangid smallint

Following pages that contain list of sql server error messages.


Viewing all articles
Browse latest Browse all 74

Trending Articles