时间:2021-07-01 10:21:17 帮助过:6人阅读
Sqlserver开启xp_cmdshell:
EXEC sp_configure ‘show advanced options‘, 1;
RECONFIGURE WITH OVERRIDE;
EXEC sp_configure ‘Ole Automation Procedures‘, 1;
RECONFIGURE WITH OVERRIDE;
EXEC sp_configure ‘show advanced options‘, 0;
exec master..xp_cmdshell "whoami"
Sqlserver开启xp_cmdshell
标签:option override roc config ons bsp oam exec serve