x
login about faq Site discussion (meta-askssc)

SQL Server Capabilities

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?

more ▼

asked Apr 07 '10 at 12:03 AM in Default

Larry Sumuri gravatar image

Larry Sumuri
47 2 2 2

(comments are locked)
10|1200 characters needed characters left

1 answer: sort oldest

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.

http://msdn.microsoft.com/en-us/library/ms143432.aspx

more ▼

answered Apr 07 '10 at 12:59 AM

CirqueDeSQLeil gravatar image

CirqueDeSQLeil
3.9k 6 11 15

As Cirque said, the harddrive space and ability to manage the traffic coming in and out of the server is much more of an issue than the absolute number of databases.

Apr 07 '10 at 01:17 AM TimothyAWiseman

When your server stops responding to TSQL statements, I think you've added one database too many.

Apr 07 '10 at 09:17 AM Grant Fritchey ♦♦
(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x210
x54
x17

asked: Apr 07 '10 at 12:03 AM

Seen: 541 times

Last Updated: Apr 07 '10 at 12:03 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.