hell, I am completely new to azure
would like to know step by step to create sql server in azure and import a local db dump to it. Any pointers are appreciated.
Thanks
hell, I am completely new to azure
would like to know step by step to create sql server in azure and import a local db dump to it. Any pointers are appreciated.
Thanks
You could follow Create an Azure SQL database in the Azure portal to set up azure sql server and create a sql database on azure.
A BACPAC file can be imported to Azure and can be used as a standard SQL database in Cloud.
Import using the Azure portal only supports importing a BACPAC file.
You could create a BACPAC file first and import the file into Azure, refer to this article.
Here is Import a BACPAC file to a new Azure SQL Database using azure portal or SQLPackage or powershell.
You can create an Azure SQL Database using Azure Portal as explained here, then you can use Data Migration Assistant to move your localdb database to your newly created Azure SQL Database server.