dbTalk Databases Forums  

sql 2000 cluster

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss sql 2000 cluster in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hemant Dhamane
 
Posts: n/a

Default sql 2000 cluster - 12-03-2003 , 01:51 AM








Hi

Can you explain me how to configure sql 2000 enterprise
cluster for active active with one single data base .

Our main aim for sql cluster is to share the Load
for exisisting running database .
if it is not possible then suggest any other way for load
balancing of single sql data base .


HEMANT

Reply With Quote
  #2  
Old   
Linchi Shea
 
Posts: n/a

Default Re: sql 2000 cluster - 12-03-2003 , 06:56 AM






The Microsoft cluster server (aka server clustering) is not created for
dynamic load balancing. If you only have a single database that allows both
reads and writes (i.e. not read only), you can't have it in a
'active/active' configuration in that both nodes are able to access it. A
database can only be in a single SQL2000 instance, it cannot be shared
between two or more instances, regardless whether the instances are
clustered or not. You can have an active/active cluster (with an instance
running on each node), but the database is controlled by only one instance
and runs on only one node at a time.

If you have a true performance load issue (after all the tuning), the
simplest way is to scale up, i.e. to get a bigger box. If your database fits
certain characteristics, you may be able to apply features such as
distributed partitioned views (DPV). Read the BOL on the DPV topic. Even if
you think you can take advantage of DPV, you should be aware that it's not
as easy to manage from an opertions perspective.

--
Linchi Shea
linchi_shea (AT) NOSPAMml (DOT) com


"Hemant Dhamane" <hemantd (AT) alkem (DOT) com> wrote

Quote:

Hi

Can you explain me how to configure sql 2000 enterprise
cluster for active active with one single data base .

Our main aim for sql cluster is to share the Load
for exisisting running database .
if it is not possible then suggest any other way for load
balancing of single sql data base .


HEMANT



Reply With Quote
  #3  
Old   
Palani Perumal
 
Posts: n/a

Default Re: sql 2000 cluster - 12-03-2003 , 03:24 PM



For what you are looking for, you should look into partitioning database
horizontally. It will be a architectural change and require rewriting of
signifiicant amount of code. Look in BOL under topic: Federated Database
Servers.


"Hemant Dhamane" <hemantd (AT) alkem (DOT) com> wrote

Quote:

Hi

Can you explain me how to configure sql 2000 enterprise
cluster for active active with one single data base .

Our main aim for sql cluster is to share the Load
for exisisting running database .
if it is not possible then suggest any other way for load
balancing of single sql data base .


HEMANT



Reply With Quote
  #4  
Old   
Linchi Shea
 
Posts: n/a

Default Re: sql 2000 cluster - 12-04-2003 , 11:05 AM



Another type of scale-out, which is simpler to manage, is
to see whether you have any reporting type of processing
that you can offload to a differen server, using for
instance replication.

Linchi

Quote:
-----Original Message-----
For what you are looking for, you should look into
partitioning database
horizontally. It will be a architectural change and
require rewriting of
signifiicant amount of code. Look in BOL under topic:
Federated Database
Servers.


"Hemant Dhamane" <hemantd (AT) alkem (DOT) com> wrote in message
news:01e601c3b972$3f030a40$a001280a (AT) phx (DOT) gbl...


Hi

Can you explain me how to configure sql 2000 enterprise
cluster for active active with one single data base .

Our main aim for sql cluster is to share the Load
for exisisting running database .
if it is not possible then suggest any other way for
load
balancing of single sql data base .


HEMANT


.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.