Multi-Istance or clustering , which is the best solution ??? -
09-08-2004
, 06:59 AM
Hi,
I have a big doubt about...
We have near 20 dbs with many applications that work with.
During the days there are many problems about coesistence, because
some applications are very CPU and disk expensive.
nevertheless the are some applications that require failover architecture so
we use clustering (MS).
So...
The only way I know to preserve cpu usage is to use multi-istance ( I mean
ServerA\sql01, ServerA\SQL02 )
and configure in the SQL properties the CPU to use.
Now.... the problem is :
- If I need to preserve CPU usage and I need failover ... do I have to put
a DB on separate cluster group ?
If so, the problem become the disks, because different cluster group cannot
share the same disks so
If I want to separate logs, data, index, temps... and so on I need tons of
physical disks...
Please, does anyone have some opinions ?
Thanks.... |