Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.29 KB

mstracer-history-transact-sql.md

File metadata and controls

33 lines (28 loc) · 1.29 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MStracer_history (Transact-SQL)
MStracer_history (Transact-SQL)
VanMSFT
vanto
03/04/2017
sql
replication
reference
MStracer_history
MStracer_history_TSQL
MStracer_history system table
TSQL

MStracer_history (Transact-SQL)

[!INCLUDE SQL Server]

The MStracer_history table maintains a record of all tracer tokens that have been received at the Subscriber. This table is stored in the distribution database and is used by replication for performance monitoring.

Column name Data type Description
parent_tracer_id int Uniquely identifies a tracer token.
agent_id int Identifies the agent which handled the tracer token record.
subscriber_commit datetime The date and time when the tracer token record was committed at the Subscriber.

See Also

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