I want to setup replication between to databases. Every morning we do a data dump in a few databases. One database has 27 tables in it. We append records to 3 tables and insert records into a few others. After that no updates or inserts are made. I would like to replicate those changes to the same databases on another server.
Should I use merge or snapshot replication?
Or is mirroring something I should consider?