Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.08 KB

mssqlserver-611-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 1.08 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_611
MSSQLSERVER_611
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
611 (Database Engine error)

MSSQLSERVER_611

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 611
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name VAR_SIZE_TOO_BIG
Message Text Cannot insert or update a row because total variable column size, including overhead, is %d bytes more than the limit.

Explanation

The maximum variable column size is more than that allowed by the schema. Error 611 is returned when the variable column is over the limit in the fixed case when vardecimal storage format is enabled, or when the variable column size is over the limit allowed in [!INCLUDEssnoversion] for a compressed data record.

User Action

Reduce the size of the record.