sp_helpmergepartition (Transact-SQL)
Returns partition information for the specified merge publication. This stored procedure is executed at the Publisher on any database.
|
Column name |
Data type |
Description |
|---|---|---|
|
partition |
int |
Identifies the Subscriber partition. |
|
host_name |
sysname |
Value used when creating the partition for a subscription that is filtered by the value of the HOST_NAME function at the Subscriber. |
|
suser_sname |
sysname |
Value used when creating the partition for a subscription that is filtered by the value of the SUSER_SNAME function at the Subscriber. |
|
dynamic_snapshot_location |
nvarchar(255) |
Location of the filtered data snapshot for the Subscriber's partition. |
|
date_refreshed |
datetime |
Last date that the snapshot job was run to generate the filtered data snapshot for the partition. |
|
dynamic_snapshot_jobid |
uniqueidentifier |
Identifies the job that creates the filtered data snapshot for a partition. |