码迷,mamicode.com
首页 > 数据库 > 详细

SQL Server如何启用xp_cmdshell组件

时间:2018-03-18 12:04:01      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:对组   服务   round   信息   关闭   configure   解决办法   option   shel   

错误信息

SQL Server阻止了对组件‘xp_cmdshell’的过程‘sys.xp_cmdshell’的访问。因为此组件已作为此服务嚣安全配置的一部分而被关闭。系统管理员可以通过使用sp_configure启用‘xp_cmdshell’。有关启用‘xp_cmdshell’的详细信息,请参阅SQL帮助文件。

解决办法:
执行以下sql语句即可
sp_configure ‘show advanced options‘,1
reconfigure
go
sp_configure ‘xp_cmdshell‘,1
reconfigure
go

SQL Server如何启用xp_cmdshell组件

标签:对组   服务   round   信息   关闭   configure   解决办法   option   shel   

原文地址:https://www.cnblogs.com/iStu/p/8594363.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!