Dropping Replication

when struggling to drop a publication or subscription from the API, try one of these:

use [SysTest_1]

exec sp_dropsubscription @ignore_distributor =1,@publication = N'all', @subscriber=N'all',@article = N'all'

exec sp_droppublication @publication = N'all',@ignore_distributor =1

exec sp_removedbreplication 'systest_1'

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

A WordPress.com Website.

Up ↑

%d bloggers like this: