|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, December 22, 2008 4:29 AM
Points: 12,
Visits: 10
|
|
hi..
My database will be suspect...how can i retrive the data in suspect database.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 10:27 AM
Points: 37,648,
Visits: 29,900
|
|
That depends on why the database is suspect.
Please take a look at the SQL error log. See if you can find anyy message indicating why the DB has been marked suspect. There should be something in there.
Have any changes been made to the server just before it went suspect? Are the data files where SQL's expecting to see them?
Do you have a recent backup?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Yesterday @ 8:50 AM
Points: 3,572,
Visits: 5,106
|
|
dbcc checkdb can repair some things - see bol. Make sure you have a backup first.
sometimes suspect status can be reset.
call microsoft technical support
apexSQL log may be able to help you recover data and objects.
Best,
Kevin G. Boles SQL Server Consultant SQL MVP 2007-2012 TheSQLGuru at GMail
|
|
|
|