December 2017
Intermediate to advanced
434 pages
10h 14m
English
For this and the next backup strategies, we must consider two conditions:
Combining full and transaction log backups in the backup strategy is the best approach for OLTP databases with continual data contention. This strategy also provides an ability to restore the database to a certain point in time. It covers situations of logical corruptions such as accidental delete statement, failed structure update, and so on. For the ability to recover the database to some point in time, we need to have the database's recovery model option set to FULL.
The restore process ...
Read now
Unlock full access