Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.58 KB

File metadata and controls

37 lines (32 loc) · 1.58 KB
title MStracer_tokens (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology replication
ms.topic language-reference
f1_keywords
MStracer_tokens_TSQL
MStracer_tokens
dev_langs
TSQL
helpviewer_keywords
MStracer_tokens system table
ms.assetid b273aa48-8188-4213-8e2c-311543c3236f
author stevestein
ms.author sstein

MStracer_tokens (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

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)