Here is the question:
You are Database Administrator at a company; you implement the following backup strategy for your Production database:
- Take a full backup at 10 pm daily
- Take a differential level backup daily at 6 AM
- Take a transaction log backup every day starting at 12 noon
- Take a database snapshot at 2 pm
A user in production database inadvertently deletes some important data from table TBL1 at 8:30 am.
You are required to recover maximum possible data in the table.
Which activities should you undertake to recover the data in the minimum possible time?
Can you apply continious Log Back up on top of a database that is converted/recovered from a Snapshot, if the log chain
is intact????
I think, the answer is "YES"!!!
Travis McGee
View Complete Post