Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 How to Remove orphan Subscription

Author  Topic 

bskhosla
Starting Member

7 Posts

Posted - 2004-09-23 : 17:36:16
I setup Replication for testing purposes. All went well. Then I wanted to removed all traces of replication. I started with the Publisher/Distributor - disabled that first. Then I went to the Subscriber and noticed that the Subscription is still out there. Cannot find any way to delete/removed this subscsription (on the Subscriber). Should I have done the subscriptions first; then the Publisher/Distributor?
Is there a way to delete this 'orphan' subscription?

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-09-24 : 02:02:18
run sp_subscription_cleanup, look it up in BOL for more info...,
from experience, removing the publication will clean up the data for you else, issue the above command.
Go to Top of Page
   

- Advertisement -