Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Merge replication cleanup problem

    you should check your retention period for the publication. It is usually 14 days if you chose the default value. sp_mergeretentioncleanup It will only clean up rows that have expired...

  • RE: Merge replication causing problems

    Merge replication keeps track of changes to published tables (articles) through metadata tables (triggers are created on each article and help to keep track of the changes you do). As...

Viewing 2 posts - 1 through 3 (of 3 total)