exec sp_configure 'show advanced options',1
go
reconfigure
go
exec sp_configure 'xp_cmdshell',1
go
reconfigure
go
reconfigure
go
exec sp_configure 'xp_cmdshell',1
go
reconfigure
本文介绍如何通过SQL Server配置管理器启用高级选项并激活xp_cmdshell存储过程,该过程允许执行外部命令。

被折叠的 条评论
为什么被折叠?