Restoring SQL databases
How would I be able to restore my database along with the transcation log if somehow it got corrupted? Like I have mention before I am running two types of job, Full and Differental backup.
By adding the incremental transcation log backup would that created a two step process to restore a database to the point of failure? If you can could provide in depth detail with on how this is actually done?
In addition, I have not have the need to restored a SQL database before, but I would like to know the process of doing so involving an incremental transaction log backup.
The various SQL database restore options are given on page 824 of the Admin Guide which can be found in the BE installation directory.
If you want to automate your restore and use your transaction log then use the To a point in time in the transaction log up to and including the specified time option.
Otherwise, you can restore each backup set, including the transaction log, manually by using the To an individual backup set that I select from all available backup sets for this database option. Note this when you use this option
If you restore multiple backup sets, select the Leave the database nonoperational; additional transaction logs or differential backups can be restored option in the Restore Wizard for each backup set except the last one. For the last backup set, select the Leave the database ready to use; additional transaction logs or differential backups cannot be restored option in the Restore Wizard.