首页 运维 网络学院 查看内容

mssql2008恢复xp_cmdshell

2011-2-12 11:36 732 0

摘要:   EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONF...
关键词: configure RECONFIGURE EXEC advanced options cmdshell show sp OVERRIDE 面的

  EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE;  关闭一样.只是将上面的后面的那个"1"改成"0"就可以了.  EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 0;RECONFIGURE;  ###########################################################  两种方式:  EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE;--  or :  ;EXEC sp_configure 'show advanced options', 1 --  ;RECONFIGURE WITH OVERRIDE --  ;EXEC sp_configure 'xp_cmdshell', 1 --  ;RECONFIGURE WITH OVERRIDE --  ;EXEC sp_configure 'show advanced options', 0 --
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部