sp_drop_qpgroup

Description

Drops an abstract plan group.

Syntax

sp_drop_qpgroup group

Parameters

group

is the name of the abstract plan group to drop.

Examples

Example 1

Drops the abstract plan group “dev_test”:

sp_drop_qpgroup dev_test

Usage

Permissions

Only a System Administrator or Database Owner can execute sp_drop_qpgroup.

See also

System procedures sp_drop_all_qplans, sp_help_qpgroup