Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have a merge replication setup, I have applied static filters so as to send only specific rows to the subscribers from a publisher (table) say 'X' the filter is " where Name Starts with 'T' ". Now after sync the filters are applied and the rows are synced. E.g: The subscribers will have the following 3 rows.

ID Name
1 Tom
2 Tiger
3 Tim
Now i go to the Publisher and delete the row 3. And sync again. The deletion is not propagated to the subscriber, and the subscriber still shows the 3rd row. What setting am I missing ?

Found a related issue - http://stackoverflow.com/questions/28466090/sql-server-static-row-replication-with-updates-based-on-changing-column-value[^]
But no Solution to this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900