Search code examples
azureazure-sql-databasessmsazure-sql-server

How to import a local SQL database back-up file to an Azure SQL server database?


I have a project that is running on a local SQLExpress server. I have exported my database to a .bacpac file.

I am trying to restore that DB to an Azure SQL server. So what I am trying to do is to create a DB on Azure using this back-up file.

How can I do that?


Solution

  • I imported it through SSMS by connecting to my Azure SQL server and doing import data-tier application