What are the limitations for MS SQL?
Print this Article
Comment on this Article
Last Updated:
November 7, 2007 10:02 AM
We allow up to 100 simultaneous connections per MS SQL user.
MS SQL Server limits you to 1024 columns per table. The number of tables and of rows per table is only limited by your available storage space.
Additionally, each MS SQL database transaction log is limited to 100MB in size.