mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
4 lines
163 B
SQL
4 lines
163 B
SQL
EXEC master..sp_configure 'show advanced options',1;
|
|
RECONFIGURE WITH OVERRIDE;
|
|
EXEC master..sp_configure 'ole automation procedures',1;
|
|
RECONFIGURE WITH OVERRIDE
|