I migrated a subscriber database over the weekend. Replication monitor shows that commands are being uploaded and downloaded successfully. The sysmergesubscriptions table shows the old with a status of 2 (deleted) and the new with a status of 1.
sp_showpendingchanges isn't returning any rows for the database when I run it in my subscriber database.
When I run this on the publisher database, it shows the old subscription information with a large number of pending commands.
Is this a bug or do I need to do something to 'refresh' the sp_showpendingchanges information? I am on SQL 2008 R2 SP2.
Thanks,
Kim