sp_delete_category (Transact-SQL)
SQL Server 2005
Removes the specified category of jobs, alerts, or operators from the current server.
- [ @class =] 'class'
-
The class of the category. class is varchar(8), with no default, and must have one of these values.
Value Description JOB
Deletes a job category.
ALERT
Deletes an alert category.
OPERATOR
Deletes an operator category.
- [ @name =] 'name'
-
The name of the category to be removed. name is sysname, with no default.