Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
cwillsh
Starting Member
2 Posts |
Posted - 2003-04-24 : 13:29:11
|
| Environment: An Internet server contains a database that is Published. A Push Merge replication is generated every hour to a remote site to accomplish synchronization. Issue: Not all records are synchronizing. Manually comparing tables after multiple merge replications reveals discrepancy in the number of records. Probable Cause: After restoring the snapshot of the replicated database at the remote site, the users began entering data into that database PRIOR to the initial synchronization with the publisher. The publisher is not receiving any of the data prior to the sync. Needed Solution: How do we get two databases, originally created from the same backup to compare and synchronize? |
|
|
|
|
|