Show TOC

alter scheduleLocate this document in the navigation structure

Enables or disables a schedule that executes commands.

Syntax
alter schedule  <sched_name> set [on|off]
Parameters
sched_name

The name of the schedule to alter.

set [on | off}

Enables or disables a schedule. By default, a schedule is on after you create it.

Examples
Example 1

To disable schedule1 enter:

alter schedule schedule1 set off
Usage

Enables or disables a schedule in Replication Server.

Permissions

alter schedule requires “sa” permission.