zoukankan      html  css  js  c++  java
  • 打开Microsoft SQL Server Management Studio 2005非常慢,特别慢的原因

    sql2005启动时总是试图连接网络,所以当你网络不通时,启动变的非常慢(一分钟以上),所以请设置不要连接网线即可
    First Step:
       1. Go to "Start" -> "Programs" -> "Microsoft SQL Server 2005".
       2. Open "SQL Server Management Studio".
       3. Navigate to "Tools"  -> "Options" -> "Help" -> "Online".
       4. Mark the checkbox "Try local first, not online"
       5. Press on "Ok" button.
       6.  Restart SQL Server Management Studio".
    • Tip: In some cases you may need to disable "Check for publishers certificate revocation" option
                  under the Internet Explorer -> "Internet Options" -> Advanced".
    Second Step:
    1. Go to "Start" -> "Programs" -> "Microsoft SQL Server 2005".
        2. Open "SQL Server Error and Usage Reporting"
        3. Uncheck the following checkboxes:
           a."Send error reports for all components and instances of SQL 2005 to Microsoft or your corporate error reporting server."
             Note: Using local "corporate error reporting server", may require to enable this feather.
           b. "Send feather usage reports for all components and instances of SQL 2005 to Microsoft."
        4. Press on "Ok" button.
    原网址:
    http://support.microsoft.com/kb/555686/en-us
  • 相关阅读:
    Mysql优化与使用集锦
    用条件注释判断浏览器版本,解决兼容问题
    高效的使用 Response.Redirect
    JS中字符串的相关操作
    Http压力测试工具HttpTest4Net
    纯CSS(无 JavaScript)实现的响应式图像显示
    jquery使用jsonp进行跨域调用
    JS函数重载解决方案
    C# 实现将 PDF 转文本的功能
    iFrame的妙用
  • 原文地址:https://www.cnblogs.com/ark/p/1611844.html
Copyright © 2011-2022 走看看