开启
sp_configure 'show advanced options',1reconfiguregosp_configure 'xp_cmdshell',1reconfigurego
关闭一样.只是将上面的后面的那个"1"改成"0"就可以了.
sp_configure 'show advanced options',0reconfiguregosp_configure 'xp_cmdshell',0reconfigurego