sp_freedll

Description

Unloads a dynamic link library (DLL) that was previously loaded into XP Server memory to support the execution of an extended stored procedure (ESP).

Syntax

sp_freedll dll_name

Parameters

dll_name

is the file name of the DLL being unloaded from XP Server memory.

Examples

Example 1

Unloads the sqlsrvdll.dll DLL:

sp_freedll "sqlsrvdll.dll"

Usage

Permissions

Only a System Administrator can execute sp_freedll.

See also

System procedures sp_addextendedproc, sp_dropextendedproc, sp_helpextendedproc