Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Frozen_123
Starting Member
33 Posts |
Posted - 2007-11-11 : 21:48:30
|
| Hi All,I have a situation.. please find the following details..Full backup : Everyday at : 0030 hrsDifferencial backup: Everyday at: 2000 hrsTransaction log backup: Every 30 minsMy database is in suspect mode since 2225 hrs . I have used 'sp_resetstatus' but it didn't work. I checked my drives and found f: drive is not accessable which was having .mdf file of the database. But d:drive which is having transaction log of the database is accessable. I mean I can access transaction log file of the database.I can recover database till 2200 hrs but how can I recover last 25 minutes data.Thes size of the database is around 250 GBUrgent reply will be appriciated.Regards,Ausstin |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-11 : 21:58:13
|
| You can make a final log backup since log file is still available, then you can recover the db to time of 22:25. |
 |
|
|
Frozen_123
Starting Member
33 Posts |
Posted - 2007-11-11 : 22:04:40
|
| Thanks Rmiao,As I have mentioned that my final log backup was 2200 hrs then my next log backup haven't executed.so what will be the processes to recover last 25 mins data. If you eleborate little bit more abot the next step would be great help for me.Austin |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-11 : 22:10:54
|
| You can still make a log backup if you didn't do db restore yet. Otherwise, nothing you can do. |
 |
|
|
Frozen_123
Starting Member
33 Posts |
Posted - 2007-11-11 : 22:14:57
|
| Lots of Thanks |
 |
|
|
|
|
|