SQL Server 2008 R2 stopped all of a sudden due to (maybe) Power Fluctuation. I tried all the possible ways to restart the it but every time it is failing with the error
The request failed or the service did not respond in a timely fashion.
Some of the ways I tried are
- Making the SQL Server to log On as "Local System" instead of "NetworkService"
- Replacing of Master.mdf and mastlog.ldf files from the "Bin/Templates" folder
- Disabling "VIA" (which was already disabled)
But all in-vain :(
On checking further I noticed that both the data files i.e. mydb.mdf and mydb.ldf of my database are not there in the DATA folder and instead there are mydb_1.ndb and mybd_2.ldf files.
How to recover mydb.mdf file and to restart the SQL Server?
Thank you.