MStracer_tokens (Transact-SQL)
SQL Server 2005
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. |
Reference
Mapping SQL Server 2000 System Tables to SQL Server 2005 System ViewsOther Resources
Integration Services TablesBackup and Restore Tables
Log Shipping Tables