zoukankan      html  css  js  c++  java
  • Sql server 2008 创建维护计划失败

    -

    维护计划向导进度

    - 创建维护计划“MaintenancePlan” (错误)
     消息
     * 创建维护计划失败。
     
     ------------------------------
     其他信息:
     
     Creating an instance of the COM component with CLSID {17BCA6E8-A95D-497E-B2F9-AF6AA475916F} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
     
     ------------------------------
     
     Creating an instance of the COM component with CLSID {17BCA6E8-A95D-497E-B2F9-AF6AA475916F} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
     

    - 将任务添加到维护计划 (已停止)

    - 添加计划选项 (已停止)

    - 添加报告选项 (已停止)

    - 保存维护计划“MaintenancePlan” (已停止)


    针对不同服务器的解决方案:

    X86:

    c:\windows\system32\regsvr32 "C:\Program Files\Microsoft SQL Server\100\DTS\Binn\dts.dll"

    X64:

    c:\windows\syswow64\regsvr32 "C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\dts.dll"

    注册成功之后,重启SQL Server Management Studio即可。

  • 相关阅读:
    装饰者模式【结构模式】
    代理模式【结构模式】
    原型模式【构建模式】
    建造者模式【构建模式】
    抽象工厂模式【构建模式】
    工厂模式【构建模式】
    单例模式【构建模式】
    设计原则
    Collector 源码分析
    Maven 包命令
  • 原文地址:https://www.cnblogs.com/yc_huangxiao/p/2611453.html
Copyright © 2011-2022 走看看