错误描述:

SQL Server阻止了对组件‘xp_cmdshell’的过程‘sys.xp_cmdshell’的访问。因为此组件已作为此服务嚣安全配置的一部分而被关闭。

系统管理员可以通过使用sp_configure启用‘xp_cmdshell’。有关启用‘xp_cmdshell’的详细信息,请参阅sQL帮助文件。

解决方案:

执行以下命令
sp_configure 'show advanced options',1
reconfigure
go
sp_configure 'xp_cmdshell',1
reconfigure
go

最新文章

  1. spring 参数绑定
  2. come on,逆战
  3. MMORPG大型游戏设计与开发(规范)
  4. 使用compass自动合并css雪碧图(css sprite)
  5. linux.打包与压缩
  6. Winform-控制边框显示属性
  7. Windows服务器nginx+tomcat服务负载均衡
  8. Win10使用小技巧
  9. 疯狂Android第一章:Android环境配置以及基本概念
  10. 竞价广告系统-ZooKeeper介绍
  11. 基于 Koa.js 平台的 Node.js web 快速开发框架KoaHub.js demo 可安装
  12. 非确定性计算引擎转化为C#版本并重构
  13. XBMC源代码分析 1:整体结构以及编译方法
  14. luogu4365 秘密袭击 (生成函数+线段树合并+拉格朗日插值)
  15. 深度学习二、CNN(卷积神经网络)概念及理论
  16. WIN10在安装mysql时,出现“The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045
  17. flink with rabbitmq,sink source mysql redis es
  18. Chrome浏览器添加控件
  19. GDAL——命令使用专题——gdallocationinfo命令
  20. Web应用程序的安全问题

热门文章

  1. case class 和class的区别以及构造器参数辨析
  2. windows 服务的安装与卸载之bat脚本命令
  3. 微信小程序报错:id 属性值格式错误。如不能以数字开头。
  4. python中令人惊艳的小众数据科学库
  5. vue.js 自定义事件
  6. Promise实现ajax
  7. 【Java基础】While循环详解
  8. SQLALchemy中关于复杂关系表模型的映射处理
  9. leetcode966
  10. 4-17疑难点 c语言之【结构体对齐】