Exforsys
+ Reply to Thread
Results 1 to 3 of 3

Database Status

This is a discussion on Database Status within the SQL Server forums, part of the Database category; In my SQL Server there are some databases marked as suspected. What does this mean? I could not understand what ...

  1. #1
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108

    Exclamation Database Status

    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.


  2. #2
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    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.


  3. #3
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114
    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.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...