How to Delete a Pull Subscription (Transact-SQL)
To delete a pull subscription to a snapshot publication
- Execute sp_dropsubscription to delete the subscription.
- Execute sp_dropsubscriber to remove the registration entry of the Subscriber.
To delete a pull subscription (transactional)
- Execute sp_dropsubscription to delete the subscription.
- Execute sp_dropsubscriber to remove the registration entry of the Subscriber.
- Execute sp_droppullsubscription at the Subscriber.
To delete a pull subscription (merge)
- Execute sp_dropmergepullsubscription to delete the subscription.