mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-06 07:45:09 +01:00
4 lines
164 B
Text
4 lines
164 B
Text
EXEC master..sp_configure 'show advanced options',1;
|
|
RECONFIGURE WITH OVERRIDE;
|
|
EXEC master..sp_configure 'ole automation procedures',1;
|
|
RECONFIGURE WITH OVERRIDE"
|