SQL 2005 - Shared Load Cluster

Hi

This is more a product featuer question which I cant seem to find the answer to

If we wanted to share the loads of SQL Server requests over say 2 or 4 servers, is this possible

What I mean is basically Active/Active load balancing / clustering So we have one Virtual IP and all requests are forwarded to the least busy server.....

J


Answer this question

SQL 2005 - Shared Load Cluster

  • Mars.Wind

    Yes this is possible in SQL Server 2005, you need to install Std Edition to get 2 node clustering, Enterprise Edition will allow you to run up to 8 nodes.

  • SQL 2005 - Shared Load Cluster