For a better understanding of the process, you should consider the following key points during implementation:
- When you restore a database, a new database will be created, which means you will have to pay for the new database too
- You cannot name the new database with the same name as the original database because the original still exists; to do so you would have to remove the original one
- You can choose a restore point between the earliest point and the latest backup time, which is six minutes before the current time
- Database recovery time varies from one database to another according to many factors; here are some of them:
- The database size
- The number of transaction logs involved in the operations ...