Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.25 KB

mssqlserver-11409-database-engine-error.md

File metadata and controls

34 lines (28 loc) · 1.25 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_11409
MSSQLSERVER_11409
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
11409 (Database Engine error)

MSSQLSERVER_11409

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]

Details

Attribute Value
Product Name SQL Server
Event ID 11409
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name ALTERCOL_COLSET_DROP
Message Text Cannot remove column set '%.*ls' in table '%.*ls' because the table contains more than 1025 columns.

Explanation

Tables can contain a maximum of 1024 columns that are not designated as sparse, or computed. When sparse columns cause the table to exceed 1024 columns, a column set must be defined for the table. The table referenced has more than 1024 columns and you have attempted to remove the column set.

User Action

With the current columns in the table, you must retain the column set.

To remove the column set, first remove columns from the table, until you have no more than 1024 columns. Then, you can remove the column set.