sys.sp_dropmergepartition
general #stored-procedure
Description
Analytics Platform System (PDW) Removes a partition for a parameterized row filter from a publication. This stored procedure is executed at the Publisher on the publication database. This stored procedure also removes the corresponding snapshot job and snapshot files for the partition. function at the Subscriber used to define the partition. function at the Subscriber used to define the partition.
Syntax
sp_dropmergepartition
[ @publication = ]
N
'publication'
, [ @suser_sname = ]
N
'suser_sname'
, [ @host_name = ]
N
'host_name'
[ ; ]
Permissions
is used in merge replication. Only members of the fixed server role or fixed database role can execute. Manage Partitions for a Merge Publication with Parameterized Filters