Additional SQL Server features and topics not covered by specific categories
Maybe it is time to switch to Ola Hallengren's maintenance solution: http://ola.hallengren.com?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was able to backup an onprem SQL DB to an Entra Storage account without issue. The problem is when I try to backup the DB using a maintenance plan I get the error below. I have been reading how to resolve this online and have already tried upgrading to the latest release of SSMS which did not help. I also tried to update the SSMS.exe.config file with the assembly listed and got the same result.
Thoughts???
Additional SQL Server features and topics not covered by specific categories
Answer accepted by question author
Maybe it is time to switch to Ola Hallengren's maintenance solution: http://ola.hallengren.com?
Hi @rr-4098,
Here is a same thread and someone said that he solved with below.
you cannot create the credential in the new task dialog box or wizard.
After following those instructions, create the plan with the credential you need, setting the URLs, etc. After the task is created, click on the task and open the Properties panel and remove the value for "CredentialName":
"Sql Credential:" in the task box should be empty.
Save the plan and it will execute! Hope this helps.
You may carefully take a reference to.
Error when creating SQL Credential in SSMS 19
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.