The following key points will give you more information about point-in-time restore:
- When you restore a database, a new database will be created, which means that you will have to pay for the new database too.
- You cannot give the new database 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 6 minutes before the current time.
- Database recovery time varies from one database to another according to many factors; the following are some of them:
- The database's size.
- The number of transaction logs involved in the operations.
- The database's ...