Ghi
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử thay đổi thư mục.
Applies to:
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 SQL Server for a compressed data record.
User Action
Reduce the size of the record.