0

I have a sample database and I took a backup of that on two weeks ago. Now I wanna restore database to one day ago. I'm using the full recovery model. How can I do this with no extra features (only SSMS - use my old backup and current log)? Maybe I have to re-run my transaction log on the old database backup.

I found this but I'm not sure that is my answer or not. Can u explain this exactly for me? Or offer a better way?

Vojtěch Dohnal
  • 7,867
  • 3
  • 43
  • 105
Sara.B
  • 11
  • 5

1 Answers1

0

i take backup of my current transaction log file , and then i tried to restore database for a specific time with using both old backup and transaction log , and set time plus using replace option . worked correctly!

Sara.B
  • 11
  • 5