MSSQL 打开xp_cmdshell
Posted 秋风思红叶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MSSQL 打开xp_cmdshell相关的知识,希望对你有一定的参考价值。
sp_configure ‘show advanced options‘,1 reconfigure go sp_configure ‘xp_cmdshell‘,1 reconfigure go
以上是关于MSSQL 打开xp_cmdshell的主要内容,如果未能解决你的问题,请参考以下文章
INSERT INTO tempXML EXEC master.dbo.xp_cmdshell @ExecCmd 高手指点 怎么用MYSQL实现这句MSSQL