Hi all,Firstly SQL 2005 Bidirectional Merge Replication is setup and working between the Publisher and the subscriber.I am monitoring the stats for Downloaded and Uploaded statements and for the mostpart things are looking great.I am doing data compares (Excluding the timestamp datatype) to confirm things are A ok andI found that for a few records (Current count is 5) on a certain datetime column is different on thePublisher from the Subscriber and I was hoping to track down as to the reason.[b]Please note[/b]1. There are no Triggers on the Subscriber at all.2. There are some AFTER triggers on the Table in question on the Publisher but none of them affect the field in question.Unsure if this helps but I have also tried to run the below to force the row in question through from the Publisher to the Subscriber but this also does not force things through for the field in question.declare @int as intexec @int = sp_mergedummyupdate 'customer','0DDA6892-5E59-E211-8F91-001A64DB8758'select @intAny advise would be greatly appreciated.Kind regards,Matt
↧