Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.41 KB

mstracer-tokens-transact-sql.md

File metadata and controls

34 lines (29 loc) · 1.41 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MStracer_tokens (Transact-SQL)
MStracer_tokens (Transact-SQL)
VanMSFT
vanto
03/06/2017
sql
replication
reference
MStracer_tokens_TSQL
MStracer_tokens
MStracer_tokens system table
TSQL

MStracer_tokens (Transact-SQL)

[!INCLUDE SQL Server]

The MStracer_tokens table maintains a record of tracer token records inserted into a publication. This table is stored in the distribution database and is used by replication for performance monitoring.

Column name Data type Description
tracer_id int Identifies a tracer token record.
publication_id int Identifies the publication into which the tracer token record was inserted.
publisher_commit datetime The date and time when the tracer token record was committed at the Publisher.
distributor_commit datetime The date and time when the tracer token record was committed at the Distributor.

See Also

Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)