sql 这将在SQL Server实例上启用xp_cmdshell

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 这将在SQL Server实例上启用xp_cmdshell相关的知识,希望对你有一定的参考价值。

-- To allow advanced options to be changed.
EXEC sp_configure 'show advanced options', 1
GO
-- To update the currently configured value for advanced options.
RECONFIGURE
GO
-- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO
-- To update the currently configured value for this feature.
RECONFIGURE
GO

以上是关于sql 这将在SQL Server实例上启用xp_cmdshell的主要内容,如果未能解决你的问题,请参考以下文章

SQL Server如何启用xp_cmdshell组件

SQL Server如何启用xp_cmdshell组件

SQL Server 阻止组件 xp_cmdshell

Sql Server 常用系统存储过程大全

启动SQL server绿色版 出现找不到指定的模板

sql server系统存储过程大全