Drops an extended stored procedure.
sp_dropextendedproc function_name
where
Executing sp_dropextendedproc drops the extended stored procedure name from the sysobjects table and removes the entry from the syscomments table.
This example drops xp_diskfree.
sp_dropextendedproc xp_diskfree
Only the system administrator can use this procedure.
syscomments, sysobjects
sp_addextendedproc | sp_helpextendedproc |