zoukankan      html  css  js  c++  java
  • [SQL] SQL 修复命令

     
     
    You should run the repair from the original installation media, using the following command line:

    setup.exe /ACTION=REPAIR /INDICATEPROGRESS=TRUE

    Repair the common shared components and features first, and then repeat the command to repair the instances installed. During the repair process, the setup dialog box disappears. As long as the progress window does not show an error, the repair process is proceeding as expected.

    Note The following error messages can be found as text messages in the event log or in the Setup logs that are located in one of the following folders, and they indicate that you should repair your affected instance being proceeding further:
      • For SQL Server 2008 and for SQL Server 2008 R2:
        C:Program FilesMicrosoft SQL Server100Setup Bootstrap
      • For SQL Server 2012:
        C:Program FilesMicrosoft SQL Server110Setup Bootstrap
     
    参见:
     https://msdn.microsoft.com/en-us/library/cc646006%28v=SQL.105%29.aspx
     https://support.microsoft.com/en-us/kb/969052
     
  • 相关阅读:
    jboss hello world
    jboss 7 启动问题
    jboss [how to access the admin console]
    tomee 消息持久化
    Python、C和Java对比
    编程语言产生时间表
    从关系型数据库到非关系型数据库
    约束和异常处理
    类与类之间的关系
    类的成员
  • 原文地址:https://www.cnblogs.com/Areas/p/5437508.html
Copyright © 2011-2022 走看看