03 2014 档案

摘要:1.启用sp_configure-- To allow advanced options to be changed.EXEC sp_configure 'show advanced options', 1GO-- To update the currently configured value for advanced options.RECONFIGUREGO-- To enable the feature.EXEC sp_configure 'xp_cmdshell', 1GO-- To update the currently configured va 阅读全文
posted @ 2014-03-21 09:57 宋佳莉 阅读(2537) 评论(0) 推荐(0)