Hi ALL,
How to clean up system tables like sysmergepublications , sysmergesubscriptions...
'NewHotel' in my subscriber database i still see the Overdue publihser details in these system tables Same thing in publisher database....
how to remove all these data .....when i reinitialize database at subscriber ..and if i see the local subscriptions in ssms there are subscriptions from publishers to which it is subscribed before..and i cant delete this.... It will be restore for a later When i delete .
I have tried : "delete FROM sysmergepublications WHERE pubid='<Overdue publihser ID>' " "delete FROM sysmergesubscriptions WHERE pubid='<Overdue publihser ID>' " sp_mergesubscription_cleanup.
but all no used. Successful delete but restore for a later.