Obtaining Information on Extended Stored Procedures

To obtain information on the extended stored procedures in SQL Server, you use sp_helpextendedproc as follows:

sp_helpextendedproc [ [@funcname = ] 'procedure' ]

If the procedure name is specified, sp_helpextendedproc lists the procedure name along with the DLL invoked when the extended stored procedure is executed. If no procedure name is passed in, sp_helpextendedproc lists all extended stored procedures defined in SQL Server and their associated DLLs.

Get Microsoft® SQL Server 2008 R2 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.