Displays extended stored procedures (ESPs) in the current database, along with their associated DLL files.
sp_helpextendedproc [esp_name]
use sybsystemprocs go sp_helpextendedproc xp_cmdshell
ESP Name DLL Name ----------- ---------- xp_cmdshell sybsyesp
sp_helpextendedproc
ESP Name DLL Name ----------- ---------- xp_freedl sybsyesp xp_cmdshell sybsyesp
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.
Any user can execute sp_helpextendedproc.
Permission checks do not differ based on the granular permissions settings.
Values in event and extrainfo columns from the sysaudits table are:
Information | Values |
---|---|
Event | 38 |
Audit option | exec_procedure |
Command or access audited | Execution of a procedure |
Information in extrainfo |
|