Is there a guideline on the number of databases that can be added onto a SQL Server isntance, basically how do we 'know' when not to be adding any more databases onto an instance?
Is there a guideline on the number of databases that can be added onto a SQL Server isntance, basically how do we 'know' when not to be adding any more databases onto an instance?
You are permitted 32,767 databases per instance of SQL Server.
However, hardware is a limiting factor to the number of databases that can be served up efficiently.
No one has followed this question yet.
SQL Server with large database
What is the greatest ratio - DBA to SQL Instances **OR ** Databases?
Synonums or Fully Qualifed in stored procedures best practices questions
Best Practise on Multiple SQL Server Instance Installation on The Same Server
Manage max table storage space in case of excess data (size in GB)