About 198,000 results
Open links in new tab
  1. Load Balancing with SQL Server - Database Administrators Stack …

    Dec 26, 2015 · New technologies for database load balancing, separate from SQL Server, are available. These software solutions integrate with Always On in 2012 or 2014 and support …

  2. sql server - Load balancing with Windows Clustering and …

    Sep 19, 2015 · You can't load balance writes effectively in SQL Server, no. There's merge replication but good luck with that. You can load balance reads using multiple readable …

  3. Database cluster and load balancing - Stack Overflow

    Jan 15, 2012 · Load balancing (at least from SQL Server point of view) does not exists (at least in the same sense of web server load balancing). You can't balance load that way. However, you …

  4. iis 7 - Load Balance SQL Server - Stack Overflow

    Nov 19, 2012 · In the past we used NLB to provide load balancing for IIS. We had 2 Windows Server 2008 machines and the same website was configured on both the 2 machines and …

  5. sql server - How to Load Balance Availability Group - Database ...

    Jun 30, 2016 · The million dollar question is - is it worth adding an extra server to the windows failover cluster in your current scenario ? IMHO, NO - since you are on sql server 2012.

  6. Best approach for loading balancing SQL Server 2016 Database …

    Jun 2, 2017 · Database load balancing ideas: Write connections will have to be directed to the primary node in the cluster, but read-only connections can go to either, with an increasing …

  7. SQL Server Failover Cluster Scalable by adding nodes?

    Feb 11, 2018 · In the book Pro SQL Server Always On Availability Groups They write about scalability. Here is what they say Windows Server 2012 (and above), failover clustering …

  8. sql server 2008 r2 - How? SQL Cluster with multiple active nodes …

    Sep 3, 2011 · Unlike Oracle RAC, your SQL Server instances will not be able to distribute their work across multiple nodes. Is that what you mean? You can build a failover cluster where …

  9. Load balancing Availability groups with SQL Server Standard

    Jan 18, 2019 · The results: The applications all connect great to either node via their respective listener. If a failover occurs, just the databases on the failing node are affected, and failover to …

  10. availability groups - Load balancing reads SQL Server 2016 AG ...

    I'm trying to balance read traffic between two SQL Server 2016 Enterprise Edition instances (Primary and Secondary) using availability groups and the read only routing. Here is my …

Refresh