|
|||
|
In my SQL Server there are some databases marked as suspected. What does this mean? I could not understand what it means and so could not clear the errors. Kindly help me to resolve this database status.
|
| Sponsored Links |
|
|||
|
You can make use of DBCC CHECKDB for resolving this. The reason for doing this process is suspected database are mainly caused by some missing files or non availability of drive accessed during database process. So one must first ensure, whether all these are in correct shape before proceeding. The above process would help you to notify this and check the database.
|
|
|||
|
Before going for the process of DBCC CHECKDB as an initial step you can yourself make a manual check on SQL Server logs and logs of windows event. If some failures happened due to disk failures these can be corrected simply by looking at the logs. If nothing could be figured out in the logs as a next process one can go for DBCC CHECKDB.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RPN/RPL Calculator implementations, list of, regular post [long, FAQ] | Craig A. Finseth | Tech FAQ | 0 | 06-14-2004 09:34 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 2 | 05-23-2004 05:15 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 3 | 04-18-2004 05:15 AM |
| [FAQ] FileMaker Pro - database for Macintosh and Windows | Martin Trautmann | Tech FAQ | 0 | 04-17-2004 07:26 AM |
| RPN/RPL Calculator implementations, list of, regular post [long, FAQ] | Craig A. Finseth | Tech FAQ | 0 | 04-12-2004 09:27 AM |