Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.23 KB

msmerge-dynamic-snapshots-transact-sql.md

File metadata and controls

32 lines (27 loc) · 1.23 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MSmerge_dynamic_snapshots (Transact-SQL)
MSmerge_dynamic_snapshots (Transact-SQL)
VanMSFT
vanto
03/04/2017
sql
replication
reference
MSmerge_dynamic_snapshots_TSQL
MSmerge_dynamic_snapshots
MSmerge_dynamic_snapshots system table
TSQL

MSmerge_dynamic_snapshots (Transact-SQL)

[!INCLUDE SQL Server]

The MSmerge_dynamic_snapshots table tracks the location of the filtered data snapshot for each partition defined for a merge publication with parameterized row filters. This table is stored in the publication database.

Column name Data type Description
partition_id int The ID of the merge partition.
dynamic_snapshot_location nvarchar(255) The location of the filtered data snapshot for the partition.
last_updated datetime The date that the filtered data snapshot was refreshed.

See Also

Replication Tables (Transact-SQL)