dbTalk Databases Forums  

SQL high availability and balancing

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


Discuss SQL high availability and balancing in the microsoft.public.sqlserver.clustering forum.



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

Default SQL high availability and balancing - 06-12-2005 , 09:45 AM






Hi,

I seem to understand the terminology of failover clustering as well as the
sibgle/mulple instance installations but it seems it does take about 2min for
a node to take over etc. I also red about log shipping and transactional
replication... Is there a way to load balance that can be done with SQL since
NLB was designed not for sql/exchange but for other netwrking services as ftp
etc?

Thanks
--
George

Reply With Quote
  #2  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL high availability and balancing - 06-13-2005 , 08:07 AM






First, lets address your failover time. 2 minutes for a server under load
is not out of the ordinary, especially if you have either a lot of load or
AWE memory on your server. Here is one possible explanation:

http://support.microsoft.com/default...b;en-us;329914

The problem with SQL load balancing isn't the network layer, NLB and other
commercial solutions handle that just fine. The problem is in synchronizing
the transactions. If you can partition your data, you can scale out. IF
the data is read-only, you can scale out. If you need single transactional
store, you must scale up.

Geoff N. Hiten
Microsoft SQL Server MVP


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

Quote:
Hi,

I seem to understand the terminology of failover clustering as well as the
sibgle/mulple instance installations but it seems it does take about 2min
for
a node to take over etc. I also red about log shipping and transactional
replication... Is there a way to load balance that can be done with SQL
since
NLB was designed not for sql/exchange but for other netwrking services as
ftp
etc?

Thanks
--
George



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.