You can run a check manually. These instructions are for SQL Server 2005.
* Open SQL Management Studio and connect to the SQL server.
* Browse to the database which is reporting consistency check errors
* Open a new query editor by clicking the New Query button.
* In the pane which opens, enter DBCC CHECKDB
* Click Execute (or press F5)
* The check may take a little while to run. The results are displayed in the Messages window.
* If the check completed successfully, the messages should end with CHECKDB found 0 allocation errors and 0 consistency errors in database 'TestDB'.
Main Topics
Browse All Topics





by: rrjegan17Posted on 2009-10-28 at 07:16:34ID: 25683433
Since you are using Backup Exec, this should help fixing it
antec.com/ docs/29096 2.htm antec.com/ docs/31546 4.htm
http://seer.entsupport.sym
http://seer.entsupport.sym
From SQL Server, you need to include the Error Management Options function CONTINUE_AFTER_ERROR clause in your BACKUP DATABASE statement to get it fixed.