I am experiencing issues with database maintenance plans not running on my SQL Server 2005 instance (in mixed mode). I am not seeing any errors in the SQL logs or SQL Agent logs. Initially these maintenance plans would run but then started to fail when the dbcc check would error out on one of the databases. I disabled the dbcc check action in the maintenance plan but it still doesn't run. So I have to run backups manually. Also, I have another SQL Server 2005 instance (standard mode) whose maintenance plans run just fine. Has anyone ever encountered this issue? Anybody have any ideas of how to possibly fix this?
Thanks.