简体   繁体   中英

Unable to modify the SQL Server Maintenance Plan

I am using Microsoft SQL Server 2014 (SP2) (KB3171021) Standard Edition (64-bit) and I have created one Database Maintenance Plan on this server. I am able to modify all of the properties of the plan, however when I try to select the databases it gives me the following Error:

This task requires the connection to be initialized.

在此处输入图片说明

And when I click on "ok" I can see the following window but unable to see any database in it:

在此处输入图片说明

Can anyone explain this or give me any solution on this?

In order to access the "Local Server Connection" (creds you connected with in SSMS) to view databases instead of a specifically named saved connection, you have to launch SSMS as an administrator.

By default with UAC enabled, it won't ask when you open it, so you have to right-click and select "Run As Administrator" -- or you can save a shortcut that's set to always Run As Administrator.

I had another issue - different authorization modes. The task was created with Windows auth user, and I logged in as SQL Server mode user. When open maintenance task at the top there is a menu to manage connections to server for this task - I entered their credentials of sa user and saved the task. Thus there will no be such error any more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM