get heartbeat

Retrieves the heartbeats that have been defined in the RMS. A heartbeat is a process that runs the Replication Server rs_ticket stored procedure at the primary database at a specified interval. The output, or heartbeat ticket, is stored in a table in the replicate database.

Syntax

get heartbeat [for ds.db]

Parameters

Examples

Usage

get heartbeat returns the following result set:

Column Descriptions for get heartbeat

Column

Type

Description

Primary

varchar

The name of the primary data server and database.

Replicate

varchar

The name of the replicate data server and database.

Interval

int

The interval in seconds that the RMS executes the rs_ticket command.

Max Rows

int

The maximum number of rows that the rms_ticket_history table can contain. The RMS tests the size of the table at every heartbeat interval. If the size is greater then max_rows, the RMS removes the oldest entries.

Related reference
get heartbeat tickets
start heartbeat
stop heartbeat