Hi I’m looking for an alternative of merge replication that work without internet connection, something like red gate sql data compare but not in uniq direction.
Hi I’m looking for an alternative of merge replication that work without internet connection,
Share
You will need to do something like utilize Change Data Capture but you will need to roll your own sql statements.
I’m confused why Merge Replication won’t work for you here. If you set the retention period high enough, it can go disconnected and pick up where it left off once connected again.