Delete configure_xp_cmdshell.sql

This commit is contained in:
Ohiogeek 2020-03-19 02:29:55 -04:00 committed by GitHub
parent 492fbae7c5
commit f2d53b8e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +0,0 @@
EXEC master..sp_configure 'show advanced options',1;
RECONFIGURE WITH OVERRIDE;
EXEC master..sp_configure 'xp_cmdshell',%ENABLE%;
RECONFIGURE WITH OVERRIDE;
EXEC master..sp_configure 'show advanced options',0;
RECONFIGURE WITH OVERRIDE