SQL Server Tools General
I have a very similar problem, also using SQL Server 2005 SP2 and Windows Server 2003 SP2, with a mainteance plan that does a full database backup on the weekends. It has failed the last two weekends on the first step, which is the Check Database Integrity task, with the following message:
Message
Executed as user: DBServer\sqlsvc. ...e End Progress Progress: 2007-07-01 01:00:11.91 Source: Check Database Integrity Executing query "USE [GPNEU] ".: 100% complete End Progress Progress: 2007-07-01 01:00:12.86 Source: Check Database Integrity Executing query "DBCC CHECKDB WITH NO_INFOMSGS ".: 100% complete End Progress Progress: 2007-07-01 01:00:12.86 Source: Check Database Integrity Executing query "USE [GPNW] ".: 100% complete End Progress Progress: 2007-07-01 01:00:13.83 Source: Check Database Integrity Executing query "DBCC CHECKDB WITH NO_INFOMSGS ".: 100% complete End Progress Progress: 2007-07-01 01:00:13.84 Source: Check Database Integrity Executing query "USE [GPVSI] ".: 100% complete End Progress Progress: 2007-07-01 01:00:15.33 Source: Check Database Integrity Executing query "DBCC CHECKDB WITH NO_INFOMSGS ".: 100% complete End Progress Progress: 2007-07-01 01:00:1... The package execution fa... The step failed.
I have also checked logs files, event viewer, job history and can find nothing but the generic message: The package execution failed. I cannot even find what step the package is failing on. When I run just the first step (the Check Database Integrity step) by itself, it executes successfully.
I am interested in understanding what is going on here.
If your experiment yields any conclusions, please keep us posted.
You can use profiler to capture the TSQL executed by these tasks and run it in query designer to see if the commands fail outside the context of the maintenance plan.
jkh