xp_cmdshell

   可以将xp_cmdshell消除:
   Use Master
   Exec sp_dropextendedproc N'xp_cmdshell'
   Go

  
   如果需要的话,可以把xp_cmdshell恢复回来:
   Use Master
   Exec sp_addextendedproc N'xp_cmdshell',N'xplog70.dll'
   Go

posted on 2009-01-21 10:02  绝地逢生  阅读(115)  评论(0)    收藏  举报