sp_dropexeclass

Description

Drops a user-defined execution class.

Syntax

sp_dropexeclass classname

Parameters

classname

is the name of the user-defined execution class to be dropped.

Examples

Example 1

This statement drops the user-defined execution class DECISION:

sp_dropexeclass 'DECISION'

Usage

Permissions

Only a System Administrator can execute sp_dropexeclass.

See also

System procedures sp_addexeclass, sp_bindexeclass, sp_showexeclass, sp_unbindexeclass