rs_ticket

Description

A stored procedure in the primary database that monitors Replication Server performance, module heartbeat, replication health and table-level quiesce.

Syntax

rs_ticket h1 [, h2 [, h3 [, h4]]]

Parameters

h1 [, h2 [, h3 [, h4]]]

Header information in short varchar strings.

Examples

Example 1

Executes rs_ticket at regular intervals:

Exec rs_ticket 'heartbeat', 'beat-sequence-number'

Example 2

To measure performance, execute the following from the primary database:

Exec rs_ticket 'start'
Execute replication benchmarks
Exec rs_ticket 'stop'

Usage

See also

rs_ticket_report, rs_ticket_history