Posts

Showing posts with the label xp_cmdshell

SQL Server configure enable xp_cmdshell

EXEC sp_configure 'show advanced options', 1 GO RECONFIGURE GO EXEC sp_configure 'xp_cmdshell', 1 GO RECONFIGURE GO