Board index » delphi » SQL Server2000 - New database or new file group?

SQL Server2000 - New database or new file group?

Hy,

I creating a new database with:
 1 - A complex production tables structure - small quantity of data - time
critical.
 2 - A simple tables structure for dimissal data - a bigest quantity of
data - heavy data retriveral.

My installations can: small (one computer server/client), mediun (server + 5
computers) or big (server + 20 computers) - an small installation can grow
for a while.

My question is: Using SQLServer2000 what is the best solution to guarantee
perfornace?
 1 - Create a two separed database?
 2 - Create only one database and put "dimissal data tables" in a file group
(another disk)?

Thanks in advance,

M.Cassani

 

Re:SQL Server2000 - New database or new file group?


marcelo.cass...@tiscalinet.it says...

Quote
> I creating a new database with:
>  1 - A complex production tables structure - small quantity of data - time
> critical.
>  2 - A simple tables structure for dimissal data - a bigest quantity of
> data - heavy data retriveral.

What is "dimissal" data?

Quote
> My installations can: small (one computer server/client), mediun (server + 5
> computers) or big (server + 20 computers) - an small installation can grow
> for a while.
> My question is: Using SQLServer2000 what is the best solution to guarantee
> perfornace?
>  1 - Create a two separed database?
>  2 - Create only one database and put "dimissal data tables" in a file group
> (another disk)?

Using indices and a reasonable table design, I can see no reason why you
should not keep all your data in one db.

What is the maximum size that the DB will grow to?

Paul...

Quote
> M.Cassani

--

plinehan__AT__yahoo__DOT__com

C++ Builder 5 SP1, Interbase 6.0.1.6 IBX 5.04

Other Threads