• S_Kumar_S (12/31/2013)


    for the benefit of those who fall across this thread, here is I solved this:

    I created a proc on main server which was schedule and it will delete the records older than 1 month. Then I replicated the execution of this proc to target server. Then I changed the definition of proc on target to delete data older than 1 week.

    Goal achieved 🙂

    What if the data on publisher gets updated(30 days retention) and if that row is not present on the subscriber ? Replication will fail as it could not find the data on subscriber( 1 week retention)