Book Image

Microsoft System Center Data Protection Manager 2012 R2 Cookbook

By : Robert Heldblom, Robert Hedblom
Book Image

Microsoft System Center Data Protection Manager 2012 R2 Cookbook

By: Robert Heldblom, Robert Hedblom

Overview of this book

Table of Contents (21 chapters)
Microsoft System Center Data Protection Manager 2012 R2 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Restoring SQL databases using the Latest feature


This recipe will cover the restore scenario of SQL databases using the Latest feature technology.

Getting ready

When restoring the SQL database using the latest technology, you are only able to restore the SQL database to its original location. The purpose of the Latest technology is to restore the database and additional log files that are present on the SQL Server and have not yet been synchronized to the DPM server. The restore process will only restore good transactions.

How to do it…

  1. Open the DPM console and click on Recovery. Expand the tree on the left-hand side of the console and click on the SQL database that you want to restore. Choose the date and the recovery point time for the restore.

  2. If the SQL database has a recovery model of full or bulked-logged, you can restore the SQL database using the Latest technology.

  3. You choose to restore the SQL database using the Latest technology by choosing Latest in the drop-down list.

  4. You can only restore...