SQL Server 2005 无法添加维护计划的解决方法

The specified '@subsystem' is invalid (valid values are returned by sp_enum_sqlagent_subsystems). (.Net SqlClient Data Provider)

Error Number: 14234
Severity: 16
State: 1
Procedure: sp_verify_subsystem
Line Number: 21
Maintenance plans need "SQL Integration Services" installed to work.

创建 对于 JobStep“子计划”失败。
指定的 '@subsystem' 无效(有效值由 sp_enum_sqlagent_subsystems 返回)。 (Microsoft SQL Server,错误: 14234)

维护计划需要安装SQL Integration Services(SSIS)组件.此组件在安装程序时,没有勾选.记得要装哦~~
原文地址:https://www.cnblogs.com/sonicit/p/811697.html