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...
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...