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.