Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check DB Integrity not returning errors as part of Maintenance Plan

Status
Not open for further replies.

Guggly

Programmer
Jan 18, 2004
110
US
Check DB Integrity is part of my maintenance plan which runs nightly, but it returns no errors and the logs say it runs very quickly (around 15 seconds to go through all my DBs). I know that one of my DBs has errors, because when I run "DBCC CHECKDB WITH NO_INFOMSGS" on that database, it takes about 6 minutes to run, and returns a few errors.

Why would CHECKDB in the maintenance plan not return errors (even when I add it as a T-SQL Statement Task, same result is returned), but when I run it manually I get errors?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top