sp_help_qplan

Reports information about an abstract plan.

Syntax

sp_help_qplan id [, mode ]

Parameters

Examples

Permissions

The permission checks for sp_help_qplan differ based on your granular permissions settings.

SettingDescription
Enabled

With granular permissions enabled, you must be a user with manage abstract plans privilege. Any user can execute sp_help_qplan for their own abstract plan.

Disabled

With granular permissions disabled, you must be the database owner or a user with sa_role. Any user can execute sp_help_qplan for their own abstract plan.

Auditing

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

InformationValues
Event

38

Audit option

exec_procedure

Command or access audited

Execution of a procedure

Information in extrainfo
  • 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

Related reference
sp_find_qplan
sp_help_qpgroup