Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.78 KB

File metadata and controls

44 lines (38 loc) · 1.78 KB
title sys.sysmessages (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/15/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology system-objects
ms.topic language-reference
f1_keywords
sys.sysmessages
sysmessages
sysmessages_TSQL
sys.sysmessages_TSQL
dev_langs
TSQL
helpviewer_keywords
sysmessages system table
sys.sysmessages compatibility view
ms.assetid 44bee7d9-7517-4071-99be-8b36f979c7cc
author rothja
ms.author jroth

sys.sysmessages (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

Contains one row for each system error or warning that can be returned by the [!INCLUDEssDEnoversion]. The [!INCLUDEssDE] displays the error description on the user's screen.

Important

[!INCLUDEssnoteCompView]

Column name Data type Description
error int Unique error number.
severity tinyint Severity level of the error.
dlevel smallint [!INCLUDEssInternalOnly]
description nvarchar(255) Explanation of the error with placeholders for parameters.
msglangid smallint System message group ID.

See Also

Mapping System Tables to System Views (Transact-SQL)
Compatibility Views (Transact-SQL)