Hello all,
Our company has recently expanded into the USA (we were previously based in Australia), and before the 'USA team' left, I was playing around with replication between our local SQL server and the server they took with them.
Once I was done playing, I removed the publication on our local server, which seemed to work ok (it was removed from the list of publications), and it brought up a message saying I would have to manually remove the subscription on the subscriber.
So far so good, but now I have two problems - the subscribing server still lists it's subscription to the (now gone) publication under Replication -> Subscriptions, and I can't for the life of me get rid of it (which is a problem as it means I can't edit/delete from the target database). Also, on the publisher, even though Replications -> Publications shows 'No Item's, the little blue hand still appears under the icon next to the previously published database.
So, I'm wondering what has happened? It seems maybe the publication/subscription was only half removed. I've tried running sp_dropsubscription and sp_dropsubscriber on both the published and subscriber, but this hasn't helped.
Any ideas?
Our company has recently expanded into the USA (we were previously based in Australia), and before the 'USA team' left, I was playing around with replication between our local SQL server and the server they took with them.
Once I was done playing, I removed the publication on our local server, which seemed to work ok (it was removed from the list of publications), and it brought up a message saying I would have to manually remove the subscription on the subscriber.
So far so good, but now I have two problems - the subscribing server still lists it's subscription to the (now gone) publication under Replication -> Subscriptions, and I can't for the life of me get rid of it (which is a problem as it means I can't edit/delete from the target database). Also, on the publisher, even though Replications -> Publications shows 'No Item's, the little blue hand still appears under the icon next to the previously published database.
So, I'm wondering what has happened? It seems maybe the publication/subscription was only half removed. I've tried running sp_dropsubscription and sp_dropsubscriber on both the published and subscriber, but this hasn't helped.
Any ideas?