Database Engine objects
SQL Server Database Engine object | Maximum values for SQL Server (64-bit) |
---|---|
Columns per table | 1,024 |
Columns per UPDATE statement | 4,096 |
Columns per view | 1,024 |
Connections per client | Maximum value of configured connections |
How many columns should a table have SQL?
A table could be as little as one column or as many as the max, 1024. However, in general, you'll probably see no more than 10-15 columns in a table in a well normalized database.
What is the maximum size of table in SQL Server?
But SQL Server Express has a database size limit of 10GB, it indirectly limits the maximum number of rows in a table. >