摘要:
--打开XP_CMDShell命令-- To allow updates.EXEC sp_configure 'allow updates', 0GO-- 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 阅读全文
posted @ 2011-11-03 18:36
奇幻男孩
阅读(307)
评论(0)
推荐(0)