What refers to number of columns in the table in sql?
Answers
Answered by
0
SQL Server supports a maximum of 1,024 Columns in a nonwide table. SQL Server supports a maximum of 30,000 Columns in a wide table. SQL Server supports a maximum of 1,024 Columns in a base table. Now if you want to test the maximum number of columns limitation in a table you can use the below test script.
Similar questions