xp_cmdshell is internal to the SQL server process (as opposed to being linked to a DLL), and therefore cannot be dropped or modified. So... I can't get rid of it completely, right? SQL Server 2000 allowed you to drop it and delete the dll it was linked to, but 2k5 doesn't. Am I missing something here? I know I can keep it off by default, but I would love to prevent even the SA from re-enabling it. C |