An Azure relational database service.
Sort of rediculous that MS wouldn't make a simple process for this... given that you would think they would WANT people migrating to the cloud, and this would be the simplest method for end users.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a .bak file on my machine I am trying to restore into an azure database. I then created an Azure storage/blob account to hold this file, to restore via ssms but unfortunately, the file is large (about 35GB) and crashes my machine multiple times.
How can I get this file from my local machine to Azure SQL database? Suggestions, please
Thanks
An Azure relational database service.
Sort of rediculous that MS wouldn't make a simple process for this... given that you would think they would WANT people migrating to the cloud, and this would be the simplest method for end users.
Not sure why Amira suggested that you would take the route over the Azure VM. You can just as well run DMA directly against your local server. I think it is also possible to do the migration by BACPAC, but if the backup is 35 GB, the bacpac may be of similar size.
In any case, you cannot restore the backup to Azure SQL Database directly by any means.
Restoring a .bak file directly to an Azure SQL Database is not supported because Azure SQL Database is a managed database service that does not provide the same access to the underlying file system as SQL Server running on a VM or on-premises. Here is a workaround :