会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lypzxy
博客园
首页
新随笔
联系
订阅
管理
2014年12月1日
SQL 2008 启用和禁用xp_cmdshell
摘要: xp_,cmd,cmdshell -- 允许配置高级选项EXEC sp_configure 'show advanced options', 1GO-- 重新配置RECONFIGUREGO-- 禁用xp_cmdshellEXEC sp_configure 'xp_cmdshell', 1GO--重新
阅读全文
posted @ 2014-12-01 11:56 lypzxy
阅读(941)
评论(0)
推荐(0)
编辑