Does SQL Server 2000 clustering support load balancing?
By admin on Mar 15, 2007 in Ms Sql Server Interview Questions
SQL Server 2000 clustering does not provide load balancing; it provides failover support. To achieve load balancing, you need software that balances the load between clusters, not between servers within a cluster.


