sysadmin log_first_tran

Writes the first transaction in a DSI queue into the exceptions log.

Syntax

sysadmin log_first_tran, [n], data_server, database

Parameters

Examples

Usage

  • Use sysadmin log_first_tran to write the first n transactions in the DSI queue into the exceptions log, and to either the Replication Server log or the alternative log file specified by the sysadmin dump_file command.

  • This command does not delete the first n transactions from the queue.

  • The exceptions log consists of three tables, rs_exceptshdr, rs_exceptscmd, and rs_systext. See “Replication Server System Tables” for detailed descriptions of these tables.

Permissions

sysadmin log_first_tran requires “sa” permission.

Related reference
admin who