'How can I move a database from OnPremise to Azure using SSMS?

I have a large database, about 6Gig in size , its a .bacpac file and I want to copy it to Azure. I am using SSMS and selecting "Import Data-tier Application". It takes a very long time and i get an error "System out of memory exception"

How can I transfer the database to Azure ?



Solution 1:[1]

You can do this with Microsoft® Data Migration Assistant.
Here's a tutorial: Tutorial: Migrate SQL Server to Azure SQL Database using DMS

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Markus Meyer