sp_showexeclass

Description

Displays the execution class attributes and the engines in any engine group associated with the specified execution class.

Syntax

sp_showexeclass [execlassname]

Parameters

execlassname

is the name of an execution class.

Examples

Example 1

Displays the priority and engine group attribute values for all execution classes:

sp_showexeclass

classname   priority   engine_group   engines
---------  ---------- ------------- -----------
EC1         HIGH       ANYENGINE          ALL 
EC2         MEDIUM     ANYENGINE          ALL 
EC3         LOW        LASTONLINE         0 

Example 2

Displays the attribute values of execution class EC1:

sp_showexeclass ’EC1’

classname   priority   engine_group           engines
----------- ---------- ---------------------- -----------
EC1         HIGH       ANYENGINE              ALL 

Usage

Permissions

Any user can execute sp_showexeclass.

See also

System procedures sp_addexeclass, sp_bindexeclass, sp_dropexeclass, sp_showcontrolinfo, sp_unbindexeclass