Skip to content

Commit 3e37306

Browse files
authored
Merge pull request #27655 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 2a455e1 + 624cba9 commit 3e37306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-catalog-views/messages-for-errors-catalog-views-sys-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev_langs:
2828
|-----------------|---------------|-----------------|
2929
|**message_id**|**int**|ID of the message. Is unique across server. Message IDs less than 50000 are system messages.|
3030
|**language_id**|**smallint**|Language ID for which the text in **text** is used, as defined in **syslanguages**. This is unique for a specified **message_id**.|
31-
|**severity**|**tinyint**|Severity level of the message, between 1 and 25. This is the same for all message languages within a **message_id**.|
31+
|**severity**|**tinyint**|Severity level of the message, between 0 and 25. This is the same for all message languages within a **message_id**.|
3232
|**is_event_logged**|**bit**|1 = Message is event-logged when an error is raised. This is the same for all message languages within a **message_id**.|
3333
|**text**|**nvarchar(2048)**|Text of the message used when the corresponding **language_id** is active.|
3434

0 commit comments

Comments
 (0)