标签:option override roc config ons bsp oam exec serve
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"
标签:option override roc config ons bsp oam exec serve
原文地址:https://www.cnblogs.com/kuyeokuye/p/12378409.html