How can I migrate my on-premises SQL Server database to the Cloud?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ
How can I migrate my on-premises SQL Server database to the Cloud?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ
First create an Azure virtual machine with a SQL Server instance. Then migrate your on-premises databases to that instance. For data migration strategies, see Migrate a SQL Server database to SQL Server in an Azure VM.
Source: Azure Documentation FAQ.
Why not try using the Azure Database Migration Service?
If your saying "to the Cloud" mean migrating to Azure's PaaS DB (SQL Database), take a look at the Azure Database Migration Service documentation.
4 people are following this question.