Stored Procedures Used for Replication Scheduling

The following stored procedures are used for scheduling of replication tasks in the msdb database.

Stored procedure Description
sp_addtask Adds a scheduled task.
sp_droptask Removes a scheduled task.
sp_helptask Displays information about a scheduled task.

For more information about these stored procedures, see the Microsoft SQL Server Transact-SQL Reference.