|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, February 01, 2013 9:36 AM
Points: 76,
Visits: 34
|
|
Hi,
I have client who sql express installation hosting search database for sharepoint search. they informed yesterday that search not working and I found the search database in SUSPECT state.
I tried put the database in Emergency mode and then to Single User mode in order to run
ALTER DATABASE dbname SET EMERGENCY GO
ALTER DATABASE dbname SET SINGLE_USER GO
DBCC CheckDB ('dbname', REPAIR_ALLOW_DATA_LOSS)
but I'm getting the message ''dbname is being recovered. wait until recovery is finished"
This yesterday afternoon, even after 16 hours , I'm getting same message. I tried the restarting SQL services but didn't help
it complaining the corruption is in .mdf file which 300mb in size and Log is 8Gb in size
They don't have any backups 
Thanks in Advance
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 11:45 PM
Points: 99,
Visits: 1,036
|
|
If you don't have backup then you should use third party SQL Recovery Software to repair corrupt SQL Server database mdf file. Search on Google about these software.
SQL Database Recovery Expert
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, January 16, 2013 2:47 AM
Points: 5,
Visits: 9
|
|
| As you said you don't have any backups it seems to me the issue of mdf corruption. You should go for any third party tool, try Recoveryfix for SQL Database software hope this helps for you.
|
|
|
|