The URL for the database is bicking.database.windows.net. The Resource Group is BickingCPA. Please contact me with any questions.
Restore a full Local DB Backup to a new Azure SQL Server Instance?
I made a full DB backup of a local SQL Server DB. I have that file stored locally on my desktop. I thought that I could just restore the local full backup to my new Azure SQL Server Instance. When I connect to my Azure SQL Server Instance, it does not give me the option to restore a backup via SSMS when I right click on Databases. I no longer have access to the old SQL Server. I thought that having the full DB backup that I would be set. I need help to restore this backup file.
Azure SQL Database
2 answers
Sort by: Most helpful
-
-
Alberto Morillo 35,411 Reputation points MVP Volunteer Moderator2023-01-03T23:05:34.267+00:00 You just need to upload the backup file to an Azure Blob Storage and restore the backup from there. Read this documentation for more details.