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.

Auditing

Values in event and extrainfo columns from the sysaudits table are:

Event

Audit option

Command or access audited

Information in extrainfo

38

exec_procedure

Execution of a procedure

  • Roles – Current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – All input parameters

  • Proxy information – Original login name, if set proxy in effect

See also

System procedures sp_drop_all_qplans, sp_help_qpgroup