删除xp_cmdshell
Use Master
Exec sp_dropextendedproc N'xp_cmdshell'
Go
恢复xp_cmdshellUse Master
Exec sp_addextendedproc N 'xp_cmdshell', N'xplog70.dll'
Go