What is the Maximum Number of Columns a Table in SQL Server ?

The maximum columns per table are 1024 in SQL Server..

If a table is a wide table which means it contains a SPARSE column, the columns per table is 30,000.



You May Interest

What is the Difference Between Clustered and a Non-clustered Inde ...

Finding List of Tables Using View in MS SQL

Disabling All Constants in a Table in MS SQL

What is a Covered Index in SQL Server ?

How to Optimize Stored Procedure in SQL Server ?