Share via

SQL Server maintenance plans not running

Scott Fischer 6 Reputation points
2022-11-17T17:47:14.533+00:00

None of my maintenance plans are running. They are Enabled as Recurring and scheduled to run daily or weekly, but when I select each plan and View History, they are not even attempting to run. The only History they have are the runs that I manually initiated with Execute menu option. All of those run successfully.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


2 answers

Sort by: Most helpful
  1. Scott Fischer 6 Reputation points
    2022-11-18T14:10:41.27+00:00

    Apparently in addition to Enabling the Maintenance Plan itself, you also need to Enable the SQL Server Agent Jobs.

    Was this answer helpful?

    1 person found this answer helpful.

  2. YufeiShao-msft 7,156 Reputation points
    2022-11-18T06:43:42.317+00:00

    Hi @Scott Fischer

    Please check out your error log to find more useful information, also can contain about SQLAgent.out file

    It may because the SQL agent account was not sufficient permissions, the account must be a member of the sysadmin fixed server role, please check out your maintenance plan to find if something is not configured correctly

    https://learn.microsoft.com/en-us/sql/relational-databases/maintenance-plans/create-a-maintenance-plan?view=sql-server-ver16

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.