Hello all,
We have a requirement to set up a new sql server (2014) and have the data from that one available to another sql server (2014). Both are geographically apart but will have a 8Mbits connection between them.
Primary SQL will have more or less 10-15 GB of daily data with a lot of transactions taking place. We need to have those data replicated to the other database. We are wondering if replication is the correct way to go and if yes what kind of replication to use. The secondary database will be used only for quering and reporting purposes where the primary one will hold all the transactions.
Can anyone offer any insight on this?