Azure SQL Database
An Azure relational database service.
6,326 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
In the event that I need to restore an Azure SQL Database I have a few questions:
Thank You,
Michael
Hi Michael Stoler •
Yes, you are correct, when you restore, it will restore with new name and not replace the current one.
So, delete existing database, restore the database, and rename it as the original database and all the backup history will be preserved.
Or if you would like to keep original database then
Rename the original database to a new name
Restore the database with old name
Thank you!