您现在的位置:主页 > 技术中心 > 网络安全

sql server 2005 ,恢复xp_cmdshell的办法

来源:韦江代博客 责任编辑:admin 发表时间:2013-07-02 03:39 点击:
遇到sql server 2005 ,恢复xp_cmdshell的办法
SQL Server 已封鎖元件 ’xp_cmdshell’ 的 程序 ’sys.xp_cmdshell’ 之存取,因為此元件已經由此伺服器的安全性組態關閉。系統管理員可以使用 sp_configure 來啟用 ’xp_cmdshell’ 的使用。如需有關啟用 ’xp_cmdshell’ 的詳細資訊,請參閱《SQL Server 線上叢書》中的<介面區組態>(Surface Area Configuration)。
用下面一句话就可以了解决了。

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 --
    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    评价:
    表情:
    用户名: 验证码:点击我更换图片
    ?? - ?? - ÝřŝžľŘÝź - TAGąęÇŠ - RSSśŠÔÄ - ??
    Copyright © 2004-2024 上海卓卓网络科技有限公司