sqlserver启用xm_cmdshell

来源:互联网 发布:淘宝数据库架构图表 编辑:程序博客网 时间:2024/06/13 21:50
 exec sp_configure 'show advanced options',1
go
reconfigure
go
exec sp_configure 'xp_cmdshell',1
go
reconfigure
原创粉丝点击