【发布时间】:2013-08-01 09:51:17
【问题描述】:
我正在 SQL Agent 中创建作业,它将执行一个 TSQL Batch 来收缩日志文件。
还创建计划以每月运行此作业。初步测试成功后,只想再看TSQL批处理,双击job,选择Steps,点击Edit step,结果报错:
Creating an instance of the COM component with CLSID {some guid}
from the IClassFactory failed due to the
following error: c001f011 (Microsoft.SqlServer.ManagedDTS)
【问题讨论】:
标签: sql-server-2008-r2 sql-agent-job sql-agent