sp_helpextendedproc

Displays extended stored procedures (ESPs) in the current database, along with their associated DLL files.

Syntax

sp_helpextendedproc [esp_name]

Parameters

Examples

Usage

If the esp_name is omitted, sp_helpextendedproc lists all the extended stored procedures in the database.

The esp_name is case sensitive. It must match the esp_name used to create the ESP.

See also create procedure, drop procedure in Reference Manual: Commands.

Permissions

Any user can execute sp_helpextendedproc.

Permission checks do not differ based on the granular permissions settings.

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_addextendedproc
sp_dropextendedproc
xp_cmdshell