I'm running the following query to get a list of my Merge Publications but I'm getting results of publications I have deleted a long time ago.
Thanks in advance,
David.
SELECT name as merge_published_db
FROM sys.databases
WHERE is_merge_published = 1
ORDER BY merge_published_db