Click here to Skip to main content
16,005,552 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am sorry if this is a silly question But
I want to know is there any limit of databases that an sql server can hold effectively.
Or it depends completely on the configuration of the hardware.
Posted
Comments
jaket-cp 28-Jan-15 6:01am    
https://msdn.microsoft.com/en-us/library/ms143432(v=sql.105).aspx
Databases per instance of SQL Server 32/64bit
32,767

also look at Instances per computer - do the maths
Richard Deeming 28-Jan-15 8:08am    
You should post this as a solution! :)
jaket-cp 28-Jan-15 8:43am    
okay have done :)

Doing a Google search with "What is the maximum number of databases that an sql server 2008r2 can hold", the results of the search should direct you to:
Maximum Capacity Specifications for SQL Server - MSDN[^]
From the page:

Databases per instance of SQL Server 32/64 bit
32,767

Instances per computer 32/64 bit
50 instances on a stand-alone server
or
25 instances on a failover cluster
Do the maths and that should be the limit.
 
Share this answer
 
 
Share this answer
 
Comments
jaket-cp 28-Jan-15 7:42am    
I believe op was asking amount of databases on server and not size.
But I could be mistaken.
Also tagged as SQL-server-2008R2 and not Express version.
Nevertheless, good to know info :)

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