table.hovertable {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #999999;
border-collapse: collapse;
}
table.hovertable th {
background-color:#c3dde0;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
table.hovertable tr {
background-color:#d4e3e5;
}
table.hovertable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}

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.

Leave a Reply

Your email address will not be published. Required fields are marked *