Unable to back up SQL Server databases using a maintenance plan
- by Diogo Lopes
I am trying to create a maintenance plan that will run automatically and back up my SQL Server 2005 databases automatically.
I create a new maintenance plan and add a "Back Up Database Task", select all User databases, and choose a path to back up to.
IMAGE in http://www.freeimagehosting.net/uploads/16be7dce43.jpg [new user limitation]
When I save and try to execute this plan, I get the following error message:
===================================
Execution failed. See the maintenance plan and SQL Server Agent job history logs for details.
===================================
Job 'Backup.Subplan_1' failed. (SqlManagerUI)
I've checked the maintenance plan log, the agent log, and just about every log file I can find and there are no entries at all to help me figure out why this is failing.
If I right-click on a specific database and select "Back Up", the task succeeds. I tried changing the plan to back up just that one database and it still failed.
I've tried running the plan with both Windows authentication and SQL Server authentication with the sa account. I also tried specifically granting the SQL Server Agent user account full privileges on the backup folder, but it still failed.
Thanks for any suggestions!