Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.3 KB

File metadata and controls

37 lines (30 loc) · 1.3 KB
title MSSQLSERVER_11409
description MSSQLSERVER_11409
author MashaMSFT
ms.author mathoma
ms.date 04/04/2017
ms.service sql
ms.subservice supportability
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
11409 (Database Engine error)

MSSQLSERVER_11409

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

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.