sp_dropmergepartition (Transact-SQL)
SQL Server 2005
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.
Transact-SQL Syntax Conventions
- [ @publication] = 'publication'
-
Is the name of the publication. publication is sysname, with no default.
- [ @suser_sname= ] 'suser_sname'
-
Is the value of the SUSER_SNAME function at the Subscriber used to define the partition. suser_sname is sysname, with no default.
- [ @host_name = ] 'host_name'
-
Is the value of the HOST_NAME function at the Subscriber used to define the partition. host_name is sysname, with no default.