Clarification of Question by
jthoma1-ga
on
04 Jun 2004 11:40 PDT
I don't have an specific metrics, but each database will have very
similar stored procedures. Most of the stored procedures are fairly
simple queries with just 1 or 2 joins. Some simple Group By X,Y,Z and
select Product Name, Count(*). A few stored procs are very intesive
queries, which create temp tables, join temp tables, and although most
databases won't have more than 100,000 records, a few will have over
20,000,000 records. Each database will only have a few users, and
these stored procedures will only be executed a few times a day.
Our main concern is creating so many different physical databases on 1
server. Other than management headaches to keep the databases up to
date, are there any inherent problems with having 1 sql server that
contains upwards of 100, 1000, 10000 databases?
We do have a RAID 5 SCSI drives. And we will soon be switching to a SAN.