July 13, 2012 at 12:05 am
Comments posted to this topic are about the item SQL Server 2012 Database Recovery Advisor: Simplified Point in Time Recovery
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
July 13, 2012 at 6:02 am
You wrote:
On the General page, click on the Timeline button, and we can use the new Timeline slide to repeat the entire RESTORE operation, but this time setting the exact target time for our point in time recovery point, gradually walking forward in in time, until we identify the exact time when the data was deleted, as shown in Figure 8.
How do you identify the exact time when the data was deleted?
Gerrit Jan Soede
Database Administrator
Teijin Aramid
July 13, 2012 at 6:47 am
gerritjan.soede (7/13/2012)
You wrote:On the General page, click on the Timeline button, and we can use the new Timeline slide to repeat the entire RESTORE operation, but this time setting the exact target time for our point in time recovery point, gradually walking forward in in time, until we identify the exact time when the data was deleted, as shown in Figure 8.
How do you identify the exact time when the data was deleted?
With the timeline function, you walk the time forward while using RESTORE WITH STANDBY and querying to see if the data exists or not. If you want to get more precise you can read the log records from the log file using fn_dump_dblog() like Paul shows in this blog post:
Using fn_dblog, fn_dump_dblog, and restoring with STOPBEFOREMARK to an LSN
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
July 13, 2012 at 7:14 am
Thank you
Gerrit Jan Soede
Database Administrator
Teijin Aramid
July 14, 2012 at 8:54 am
Jonathan Kehayias (7/13/2012)
gerritjan.soede (7/13/2012)
You wrote:On the General page, click on the Timeline button, and we can use the new Timeline slide to repeat the entire RESTORE operation, but this time setting the exact target time for our point in time recovery point, gradually walking forward in in time, until we identify the exact time when the data was deleted, as shown in Figure 8.
How do you identify the exact time when the data was deleted?
With the timeline function, you walk the time forward while using RESTORE WITH STANDBY and querying to see if the data exists or not. If you want to get more precise you can read the log records from the log file using fn_dump_dblog() like Paul shows in this blog post:
Using fn_dblog, fn_dump_dblog, and restoring with STOPBEFOREMARK to an LSN
Thanks for the pointer to Paul’s blog. Both the articles are excellent!!!
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply