dbTalk Databases Forums  

database load balancing using sql clustering

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


Discuss database load balancing using sql clustering in the microsoft.public.sqlserver.clustering forum.



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

Default database load balancing using sql clustering - 07-21-2004 , 09:40 AM






can sql server 2000 database load balancing be achived by using sql clustering?
Say an active/active/passive type set up?
Thank you.

Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: database load balancing using sql clustering - 07-21-2004 , 09:50 AM






No, clustering is a hardware fail over solution only. There are no true
load balancing solutions for sql server at the moment. If you had strictly
read only data you could use NLB to point to multiple servers but falls
apart when you get into updates and such. You can use Distributed
Partitioned Views across servers but it has nothing to do with clustering
and is still not a true load balancing solution. SQL Server works best as a
scale up solution not a scale out.

--
Andrew J. Kelly SQL MVP


"RobinMC" <RobinMC (AT) discussions (DOT) microsoft.com> wrote

Quote:
can sql server 2000 database load balancing be achived by using sql
clustering?
Say an active/active/passive type set up?
Thank you.



Reply With Quote
  #3  
Old   
Rodney R. Fournier [MVP]
 
Posts: n/a

Default Re: database load balancing using sql clustering - 07-21-2004 , 09:53 AM



With SQL 2000 clustering each instance runs on a single machine, so the
Databases are not load balanced in any way.

You can A/A/P cluster, but each server would have its own instance or two.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"RobinMC" <RobinMC (AT) discussions (DOT) microsoft.com> wrote

Quote:
can sql server 2000 database load balancing be achived by using sql
clustering?
Say an active/active/passive type set up?
Thank you.



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.