Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Load Balancing SQL server Databases

0 views
Skip to first unread message

Jamie Sutherland

unread,
May 7, 2003, 5:30:30 AM5/7/03
to
Hi,
We have 2 SQL Servers running 2000 Ent Edition on Windows 2003 Server
Standard Edition (Can be upgraded to enterprise if required). We need to
load balance the databases between them. The servers are in separate rooms
however there is CAT 5e cable running between them. What is the best way to
load balance SQL Server.

Thanks
Jamie


Greg Linwood

unread,
May 7, 2003, 5:42:19 AM5/7/03
to
Hi Jamie.

SQL Server doesn't do generalised load balancing per se. It's clustering
features are oriented mainly around fail-over clustering, although it is
possible to perform a level of manual load balancing using multi-instancing
(active / active). This lets you move individual databases between servers
to handle load, but isn't load balancing at the sql engine level as with
Oracle 9i. Obviously this won't help if you're trying to load balance an
individual database.

SQL Server also has federated servers, although this is not really load
balancing either. It is a shared nothing approach to clustering, mainly
designed to meet scale-out requirements rather than load balancing.

Regards,
Greg Linwood

"Jamie Sutherland" <jamie.su...@nospam.nhcscotland.com> wrote in
message news:e$n36rHFD...@TK2MSFTNGP12.phx.gbl...

0 new messages