用sp_configure启用恢复xp_cmdshell 命令

用sp_configure启用恢复xp_cmdshell 命令
 

SQL代码 ;EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE;--  
posted @ 2017-03-17 16:29  晒晒  阅读(2019)  评论(0)    收藏  举报