When running compare command this will create the list of that compare job.
When running multiple compare jobs, this will create the statistic for this job. When running command: sp_ctr> show compare or sp_ctrl> show compare detail If lots of compare processes were run this list can build up, then there is need to clean the listing to distinguish current compare processes verses the old one.
sp_ctrl> remove log compare id<id_number></id_number>Will remove the specific compare job. By using show compare this will list the id for each compare job. If you would like to delete all this list and have fresh list. Warning this will clear all the old compare jobs. sp_ctrl> remove log compare all