sys.sp_helpextendedproc
general #stored-procedure
Description
Reports the currently defined extended stored procedures and the name of the dynamic-link library (DLL) to which the procedure (function) belongs.
Syntax
sp_helpextendedproc [ [ @funcname = ]
N
'funcname'
]
[ ; ]