美文网首页
SQL Server启用xp_cmdshell组件

SQL Server启用xp_cmdshell组件

作者: K8s_Docker | 来源:发表于2020-03-31 15:56 被阅读0次

SQL Server如何启用xp_cmdshell组件

2、通过SQL语句开启,通过查询分析器,选择Master数据库,然后执行以下SQL内容(任何版本的SQL SERVER中都可以使用)

sp_configure 'show advanced options',1

reconfigure

go

sp_configure 'xp_cmdshell',1

reconfigure

go

相关文章

网友评论

      本文标题:SQL Server启用xp_cmdshell组件

      本文链接:https://www.haomeiwen.com/subject/growuhtx.html