SQL Server Agent执行Job失败 提示[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect
在手动执行Job失败,在Error Logs中看到的错误提示信息:[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect
看提示貌似CPU空闲条件设置的问题,再去另一台服务器新建一个同样的Job,却能执行成功。看来问题是出在SQL Server Agent设置上
打开SQL Server Agent属性发现Advance中有个defined CPU condition选项,选中再次执行成功。
posted on 2012-07-20 18:01 Bonnie_cao 阅读(1204) 评论(0) 编辑 收藏 举报