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: |
type |
int |
Type of command to run in the schedule. Value is: |
ownerid |
rs_id |
ID of the user who created the schedule. |
Unique clustered index on (sched_name)