方法如下:
1、先执行下面的语句将维护计划的ID查出(msdb库下)
select * from sysmaintplan_plans
2、 将查出的ID填入到下面几句话中的''中,并执行。
delete from sysmaintplan_log where plan_id = ''
delete from sysmaintplan_subplans where plan_id = ''
delete from sysmaintplan_plans where id = ''

3.在次界面删除维护计划
4、在Sql Agent中删除相应的Job(维护计划会自动建立相应的Job).

相关文章:

  • 2021-09-02
  • 2021-11-12
  • 2021-10-31
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2022-02-07
  • 2021-08-01
相关资源
相似解决方案