Hi All,
Using SQL Server 2008R2 (10.50.1804), created a maintenance plan for databases backups with the below tasks:
1) Maintenance Cleanup
2) Cleanup History
3) Backup Database [Full]
After execution of the above maintenance plan verified its history and found there are four Tasks.
1st Task - [With no task name] Failed, Error Message: Access to the path '\\\\SQL01\\SQLMaintLog$\\DBA Maint Backup Database_Subplan_1_201333705.txt' is denied.
2nd Task - Task Name: Maintenance Cleanup [Success]
3rd Task - Task Name: Cleanup History [Success]
4th Task - Task Name: Backup Database [Success]
After referring few articles I came to know the path has multiple slashes so the issue can be resolved by changing it but I couldn't see the 1st task in maintenance plan to modify.
*Is 1st task deleted by someone.
*We can create a task to delete maintenance plan text reports but how to create these reports through SQL Server maintenance plan, is it only possible through BI tools?
Grateful to your views on this.
Regards,
Kalyan
----Learners Curiosity Never Ends----