Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How many tables a database can hold?
Posted

Depends on the database, and the version of it. (But it's rarely as simple an answer as "it can hold N tables")
For Sql Server, the info is here: http://msdn.microsoft.com/en-us/library/ms143432.aspx[^]
 
Share this answer
 
Comments
AmitGajjar 28-Dec-12 5:43am    
5+ , you are right its very rare case when we reach to threshold. and i called it as worst design of the database.
 
Share this answer
 
Hi ,
XML
Depends on the database, and the version of it.

for your information remember this valuable points


<pre lang="vb">SQLServer Strengths
    * One instance can maintain 32,767 databases
    * One database can contain 2 billion tables
    * One table can support up to 1024 columns
    * Single table supports unlimited data (or) unlimited rows up to hard-disk capacity</pre>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900