Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
Removes metadata, such as triggers and entries, in sysmergesubscriptions
and sysmergearticles
after the specified merge push subscription is removed at the Publisher. This stored procedure is run at the Subscriber on the subscription database.
Note
For a pull subscription, metadata is removed when sp_dropmergepullsubscription is executed.
Transact-SQL syntax conventions
sp_mergesubscription_cleanup
[ @publisher = ] N'publisher'
, [ @publisher_db = ] N'publisher_db'
, [ @publication = ] N'publication'
[ ; ]
The name of the Publisher. @publisher is sysname, with no default.
The name of the Publisher database. @publisher_db is sysname, with no default.
The name of the publication. @publication is sysname, with no default.
0
(success) or 1
(failure).
sp_mergesubscription_cleanup
is used in merge replication.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_mergesubscription_cleanup
.
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today