September 7, 2006 at 6:33 am
Think I might be slightly misunderstanding the merge synchronise process:
I can successfully merge inserts from my subscriber(CE Device) to the publisher and also inserts at the publisher to the subscriber, however I cannot merge any updates at the publisher to the subscriber. Do I really have to recreate the snapshot? The update is a small change to a text field.
Thanks
September 7, 2006 at 4:43 pm
It seems to be that the records at the publisher need to have updates on either the filter or join columns (as layed out in your replication scenario) before the publisher will re-evaluate whether the data should be transferred to a subscriber.
For example tableA is filered for replication on col1. If you edit col2, no changes seem to go the the subscriber. But, if you edit/touch col1, the changes should go to the subscriber.
At least, that is how we have experienced it. Seems a little clunky to me.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply