摘要: 执行:EXEC sys.sp_configure N'show advanced options', N'1' RECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'user connections', N'0'GORECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'show advanced options', N'0' RECONFIGURE WITH OVERRIDEGORECONFIGURE W 阅读全文
posted @ 2012-07-24 11:18 brian_lee 阅读(6294) 评论(0) 推荐(1) 编辑