MSSQL关闭和开启Shell
摘要:
开启xp_cmdshell: exec sp_configure 'show advanced options', 1; reconfigure; exec sp_configure 'xp_cmdshell', 1; reconfigure; exec sp_configure 'show adv 阅读全文
posted @ 2013-05-02 09:32 L-H 阅读(250) 评论(0) 推荐(0) 编辑