Jack
Jack

Reputation: 520

SQL database log migration after data migration sql server

I have on prim database I want to migrate database to azure sql database.

First I am using migration service to migrate database and it will take 10 hours to migrate, but the records get insert, update and delete during this migration.

How can I update the target sql azure database with updated one.

Upvotes: 0

Views: 110

Answers (1)

Alberto Morillo
Alberto Morillo

Reputation: 15698

The easiest and many times the quickest way to migrate an on-premise database to Azure SQL Database is using Data Migration Assistant. Please give it a try. Download it from here.

https://www.microsoft.com/en-us/download/details.aspx?id=53595

Upvotes: 1

Related Questions