We have a corrupt database and are trying to repair it. I execute the following command in Query Analyzer: "DBCC CHECKDB ('CriticalDB', REPAIR_FAST) WITH ALL_ERRORMSGS ". It has been running for 45 minutes with no visible sign of progress. We had no idea it would take so long and are sorry we tried this. We would rather rebuild manually the suspect tables or indexes at this point, but we are afraid to stop the query for fear of causing more damage to the database. Is it safe to stop execution of this query? Thanks!
2007-02-01
06:57:23
·
2 answers
·
asked by
sideshot72
3
in
Computers & Internet
➔ Programming & Design