![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a 4 Gb RAM , 2 Xeon processors machine running SQL Server 2000. I have a large number of records and it seems to be collapsed. I would like to upgrade this configuration , and someone told me about clustering the database. What I would like to know is : - Is a active/active sql cluster a load balancing solution? - If not, do I have to buy a hardware specific load-balancing? Thanks in advance, Albert |
#3
| |||
| |||
|
|
Clustering for SQL Server is strictly for Hardware Failover and has nothing to do with Load Balancing. You should consider scaling up by getting a machine with more processors if you need more power. -- Andrew J. Kelly SQL Server MVP azarazaga (AT) goldcomm (DOT) com> wrote in message news:c0t6rm$1tr$1 (AT) nsnmrro2-gest (DOT) nuria.telefonica-data.net... Hi, I have a 4 Gb RAM , 2 Xeon processors machine running SQL Server 2000. I have a large number of records and it seems to be collapsed. I would like to upgrade this configuration , and someone told me about clustering the database. What I would like to know is : - Is a active/active sql cluster a load balancing solution? - If not, do I have to buy a hardware specific load-balancing? Thanks in advance, Albert |
#4
| |||
| |||
|
|
So, NLB and MSCS cannot work? I was looking at this url : http://www.microsoft.com/windows2000...ss/cluster.asp and I found this : "A server cluster is a set of independent servers (referred to as nodes) and connected storage devices that are managed together. They present a single view of the server to users, applications, and the network. Windows 2000 Advanced Server supports two-node clusters, and Datacenter Server supports four-node clusters." Dont this mean that I can have 2 or more servers acting as one to my users? Thanks again, Albert "Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message news:#rwd4WW9DHA.696 (AT) tk2msftngp13 (DOT) phx.gbl... Clustering for SQL Server is strictly for Hardware Failover and has nothing to do with Load Balancing. You should consider scaling up by getting a machine with more processors if you need more power. -- Andrew J. Kelly SQL Server MVP azarazaga (AT) goldcomm (DOT) com> wrote in message news:c0t6rm$1tr$1 (AT) nsnmrro2-gest (DOT) nuria.telefonica-data.net... Hi, I have a 4 Gb RAM , 2 Xeon processors machine running SQL Server 2000. I have a large number of records and it seems to be collapsed. I would like to upgrade this configuration , and someone told me about clustering the database. What I would like to know is : - Is a active/active sql cluster a load balancing solution? - If not, do I have to buy a hardware specific load-balancing? Thanks in advance, Albert |
#5
| |||
| |||
|
|
So, NLB and MSCS cannot work? I was looking at this url : http://www.microsoft.com/windows2000...ss/cluster.asp and I found this : "A server cluster is a set of independent servers (referred to as nodes) and connected storage devices that are managed together. They present a single view of the server to users, applications, and the network. Windows 2000 Advanced Server supports two-node clusters, and Datacenter Server supports four-node clusters." Dont this mean that I can have 2 or more servers acting as one to my users? Thanks again, Albert "Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message news:#rwd4WW9DHA.696 (AT) tk2msftngp13 (DOT) phx.gbl... Clustering for SQL Server is strictly for Hardware Failover and has nothing to do with Load Balancing. You should consider scaling up by getting a machine with more processors if you need more power. -- Andrew J. Kelly SQL Server MVP azarazaga (AT) goldcomm (DOT) com> wrote in message news:c0t6rm$1tr$1 (AT) nsnmrro2-gest (DOT) nuria.telefonica-data.net... Hi, I have a 4 Gb RAM , 2 Xeon processors machine running SQL Server 2000. I have a large number of records and it seems to be collapsed. I would like to upgrade this configuration , and someone told me about clustering the database. What I would like to know is : - Is a active/active sql cluster a load balancing solution? - If not, do I have to buy a hardware specific load-balancing? Thanks in advance, Albert |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hello, I have same issue, all DB is in the memory with PAE switch 6GB RAM, 2xCPU PIII Considering the Performance monitor CPU stays 70-80% so we have to scale up but to my knowledge Scale Out is not possible. What is the meaning of the Virtual Server, when one node is always sleeping lets say once in year it does a fialover and the apps are fail-aware. From the long term practice I can say that, we have to replace now with a single 4 CPU machine and throw away the cluster,because even in a case of failover there is no ping for some 10 seconds there we lose 100 of transactions throughput ability. If a single server fails it will be automatically restarted which takes 10 seconds. In a case of Active/Active we have 2 separate databases with 2 separate IPs and not one single. As you say "Load balancing with SQL Server is extremely difficult to accomplish." Why? What needs to be done in order to accomlish this. Do you |
|
Is there a way to do 2 way Transactional replication between Virtual Server 1 and Virtual Server 2 having the same database of course on |
|
All apps are using one single ADO provider string. Do we have to make them using another provider string as well, so that we ensure all data between the virtual servers is the same? Any suggestions are appreciated. Best Regards, C.Dimitrov MCP |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Thanks, I agree but I have some more questions,trying to find the best solution. Is it possible to move that DB device into Federated SQL Servers such that 1 Physical device is partitioned accross the servers and then we can use partitioned views with UNION to select a data between 2 or more servers, which is good for presentation but does it also work for INSERT,UPDATE,DELETE, such that all statements are consitently enter on all that servers in the federation, having one DB device? Are those federation members acting the same way as Active/Active scenario? Best Regards, C.Dimitrov MCP |
![]() |
| Thread Tools | |
| Display Modes | |
| |