Hi,
We have been running a daily database maintenance plan (Update Statistics / Database Backup for 3 production databases) in a SQL Server 2008 Server.
We get an error last night as there is no sufficient space on server for backup. After cleaning up disk space and rerun the job, we get the following error message:
Started: 2:18:22 PM
Error: 2013-11-25 16:08:22.58
Code: 0xC002F210
Source: Update Statistics Execute SQL Task
Description: Executing the query "UPDATE STATISTICS [dbo].[T201311251142411]
WITH ..." failed with the following error: "Table 'T201311251142411' does not exist.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 2:18:22 PM
Finished: 4:08:23 PM
Elapsed: 6600.58 seconds
We would like to seek your advice how to get the problem fixed ?
Thanks