Hi all,
I have Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (Intel X86)
Copyright (c) 1988-2008 Microsoft Corporation
Standard Edition on Windows NT 6.0 (Build 6002: Service Pack 2) (VM)
(Yea, we will be upgrading this box soon)
Set up a DBCC CheckDB maintenance plan a while ago and it was working great until recently.
Error message in job's view history:
Executed as user: *. Microsoft (R) SQL Server Execute Package Utility Version 10.0.5500.0 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 5:00:02 AM Progress: 2013-05-06 05:00:03.31 Source: {5606A21C-5CB7-43EE-BDF2-74BC45FB4CF7}
Executing query "DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp...".: 100% complete End Progress Progress: 2013-05-06 05:00:05.28 Source: Notify Operator Task Executing query "EXECUTE msdb.dbo.sp_notify_operator @name=N'***...".:
100% complete End Progress DTExec: The package execution returned DTSER_FAILURE (1). Started: 5:00:02 AM Finished: 5:00:05 AM Elapsed: 3.469 seconds. The package execution failed. The step failed.
Error log doesn't have anything around that time when job is running(don't know why).
Ran DBCC CheckDB ('DBName') with No_infomsgs individually against all databases but didn't get any error at all.
Could anyone please guide me to find why i am getting failed status?
Thanks
Dinkar Chalotra