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

MS SQL Getting a Random Row in a Table

Which TCP/IP Port Does the SQL Server Run On ?

What is the Use of Dedicated Admin Connection ?

Disabling All Constants in a Table in MS SQL

Getting Character Count in MS SQL