sys.sp_dropmergepullsubscription
general #stored-procedure
Description
Drops a merge pull subscription. This stored procedure is executed at the Subscriber on the to remove subscriptions to all publications.
Syntax
sp_dropmergepullsubscription
[ [ @publication = ]
N
'publication'
]
[ , [ @publisher = ]
N
'publisher'
]
[ , [ @publisher_db = ]
N
'publisher_db'
]
[ , [ @reserved = ] reserved ]
[ ; ]