From: persillade on

I had a merge replication subscriber where I had to recreate a push
subscription but it wouldn't create, saying the subscription already
existed. I ran sp_dropmergesubscription on the publisher and then ran
sp_helpmergesubscription and verified there was no record for that
subscriber in the output. I recreated the subscription and now
(although it is synchronizing), replication monitor shows duplicate
entries for that subscriber. Running 'select * from
msmerge_subscriptions on the distributor' or sp_helpmergesubscription
only shows 1 entry. Has anyone seen this and know how to fix it?
From: Paul Ibison on
What happens if you force a refresh of the monitor:
exec dbo.sp_replmonitorrefreshjob
HTH,
Paul Ibison (www.replicationanswers.com)