SQL Muti-Site replication and failover Solution

  • Hello All,

    I would like to get some advice and suggestions from your for providing a solution to my management regarding the SQL fail-over.

    Currently we are having a DC for production servers and we are having a two note active/active SQL fail-over Cluster. We also having a Backup DC for fail-over. Currently we are using our application to replicate the data to backup sql server. But we have notice that some of the data's are missing in the backup SQL server due to the application replication limitation.

    My requirement is to have a SQL real-time replication between the primary DC and secondary DC. We are looking the SQL always on solution but currently we are using SQL standard edition and it required lot of changes/ cost and downtime for implementing alwayson. so that we are looking for an alternative solution to handle this situation.

    We are having Kemp load balancer and our requirements are

    1. Real-time replication of SQL DB between Primary DC and Secondary DC.
    2. During the DC failure or primary Service failure, Auto fail-over to the request to secondary DC using Kemp Global Server Load Balancing .

    Kindly suggest me some solutions to achieve the same

  • If AlwaysOn AGs are not an option, then Mirroring would be the next best thing. You can implement automatic failover with a witness server (can be a SQL Express instance) to monitor the mirroring session(s). To get started, take a look at the following: https://docs.microsoft.com/en-us/sql/database-engine/database-mirroring/database-mirroring-and-sql-server-failover-cluster-instances

    Alan H
    MCSE - Data Management and Analytics
    Senior SQL Server DBA

    Best way to ask a question: http://www.sqlservercentral.com/articles/Best+Practices/61537/

  • Thanks for the quick response.

    I would like to know any third party software can do the replication of SQL DB

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply