rs_scheduletxt

Stores the command portion of the schedules you create in Replication Server. Each schedule entry is represented by one or more rows in rs_scheduletxt table. Multiple rows are needed when the command exceeds the maximum command field length of 255 bytes.

Column

Datatype

Description

sched_name

varchar(30)

Name of the schedule.

sequence

int

Sequence number of the row for the schedule.

textval

varchar(255)

Full path of shell command.

Indexes

  • Unique clustered index on (sched_name, sequence)

  • Partial index on (sched_name)