简体   繁体   English

SQL Server 2008 R2 Express Edition中的xp_cmdshell故障?

[英]xp_cmdshell failure in sql server 2008 r2 express edition?

I am getting issue with xp_cmdshell procedure . 我在xp_cmdshell过程中遇到问题。 I am running below command from ssms connected to sql server 2008 r2 express edition . 我正在从连接到SQL Server 2008 R2 Express Edition的ssms运行以下命令。

exec xp_cmdshell 'echo abc' exec xp_cmdshell'回声abc'

it result in null and message 1 row effected. 结果为null,并且出现消息1行。 it does not return abc as result. 它不会返回abc作为结果。 xp_cmdshell is enabled as from above result which is not showing any error . 根据以上结果启用了xp_cmdshell,未显示任何错误。

Please look in to the issue . 请查看问题。

Thanks, 谢谢,

Nitesh Kumar 尼特什·库玛(Nitesh Kumar)

如果您尝试了所有操作,则尝试再次关闭并打开SSMS,也可以尝试刷新缓存(编辑-> Intellisense->刷新本地缓存(Ctrl + Shift + R))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM