Which replication is the best suited for the scenario given below-
- I need to set-up a replica copy of my db having size of 1 TB to another server.
- I need to refresh the DB once in a day but the down time is not greater than 2 hours (i.e. for snapshot).
- No need to replicate the newly created indexes, objects etc on replica copy; back to the primary db.
- The replica copy is used only for reporting not for High availability.
Pranshul Gupta