mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			246 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			246 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
EXEC master..sp_configure 'show advanced options', 1;
 | 
						|
RECONFIGURE WITH OVERRIDE;
 | 
						|
EXEC master..sp_configure 'Ad Hoc Distributed Queries', %ENABLE%;
 | 
						|
RECONFIGURE WITH OVERRIDE;
 | 
						|
EXEC sp_configure 'show advanced options', 0;
 | 
						|
RECONFIGURE WITH OVERRIDE
 |