sys.sp_deletetracertokenhistory
general #stored-procedure
Description
Removes tracer token records from the This stored procedure is executed at the Publisher on the publication database or at the Distributor on the distribution database.
Syntax
sp_deletetracertokenhistory
[ @publication = ]
N
'publication'
[ , [ @tracer_id = ] tracer_id ]
[ , [ @cutoff_date = ] cutoff_date ]
[ , [ @publisher = ]
N
'publisher'
]
[ , [ @publisher_db = ]
N
'publisher_db'
]
[ ; ]