执行 SQL 文件“InstallSqlState.sql”时发生错误。SQL 错误号为 14274,SqlException 消息为: 无法添加、更新或删除从 MSX 服务器上发起的作业(或其步骤或调度)。
If the job does not exist, an error from msdb.dbo.sp_delete_job is expected.
处理方式:update sysjobs set originating_server=' 服务器名称'
重新执行