Hello,
I am new to MSSQL. We have a web application that used MSSQL 2012 as backend. We now plan to have the same application hosted in another data centre. We are able to provide the geo-redundancy/HA for the web application.
But we also need to make sure that our SQL databases are always in SYNC. The web application in primary data centre is always going to serve all requests. The backup application will only be online if the primary data centre server is down or in maintenance mode (once every two weeks).
How can we achieve the SQL replication (both ways) over the WAN making sure that all data is up-to date. We have users constantly updating information so data is written frequently to the DB (every 5-10 minutes on average).
Thanks
SinghP80