Removes a scheduled task.
sp_droptask {name | loginname | id}
where
This stored procedure must be run from the msdb database.
This example removes the auth_table_sync task.
sp_droptask auth_table_sync
Execute permission defaults to the public group.
systasks, syshistory
sp_addtask | sp_purgehistory |
sp_helptask | sp_updatetask |