Show TOC

rs_scheduleLocate this document in the navigation structure

Stores information about the schedules you create in Replication Server.

Column

Datatype

Description

sched_name

varchar(30)

Name of the schedule.

sched_time

varchar(255)

The day and time string in the form of restricted UNIX cron style that indicates the time that Replication Server performs the specified operation.

status

int

Switch on or switch off the schedule. Valid values are:

  • 0 – off

  • 1– on

type

int

Type of command to run in the schedule. Value is:

  • 0 – shell command

ownerid

rs_id

ID of the user who created the schedule.

Indexes

Unique clustered index on (sched_name)