Skip to content

Commit 7774e03

Browse files
authored
Update faq.yml
Update-8
1 parent cae7a9f commit 7774e03

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/dms/faq.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ sections:
6262
- question: |
6363
How can I ensure that DMS has migrated all the data from the source database to Azure SQL Targets?
6464
answer: |
65-
a) For Azure SQL VM and Azure SQL MI targets: DMS uses physical migration i.e. using Backup and restore. Data consistency between source and target is ensured as explained below depending on the migration mode chosen.
65+
For Azure SQL VM and Azure SQL MI targets: DMS uses physical migration i.e. using Backup and restore. Data consistency between source and target is ensured as explained below depending on the migration mode chosen.
66+
6667
* Offline migration: During offline migration to Azure SQL VM and Azure SQL MI targets, application downtime starts when the migration starts, DMS will ensure that all the backup files get restored to the Target provided the last backup file/s from source is copied to SMB network storage or to blob container (as per the migration configuration). You can verify the last backup file name from source with the last applied backup file applied on target shown on DMS migration monitoring page.
6768
* Online migration: During online migration to Azure SQL VM and Azure SQL MI targets once you initiate the migration cutover and followed by stopping the application, DMS will ensure that all the backup files get restored to the Target provided the last backup file/s from source is copied to SMB network storage or to blob container (as per the migration configuration). It also shows the count for pending backup file/s which are yet to be applied on target, before you complete the migration cutover. You can verify the last backup file name from source with the last applied backup file applied on target shown on DMS migration monitoring page.
68-
69-
b) For Azure SQL DB targets: DMS does logical migration in case of Azure SQL DB i.e. it copies the data from source SQL database’s tables and write it to the Target Azure SQL DB’s tables. As DMS only support offline migration to Azure SQL DB, application downtime starts when the migration starts, you can monitor and validate the number of rows read (from source database table) and copied (written to target Azure SQL DB table) from the migration monitoring page.
69+
70+
For Azure SQL DB targets: DMS does logical migration in case of Azure SQL DB i.e. it copies the data from source SQL database’s tables and write it to the Target Azure SQL DB’s tables. As DMS only support offline migration to Azure SQL DB, application downtime starts when the migration starts, you can monitor and validate the number of rows read (from source database table) and copied (written to target Azure SQL DB table) from the migration monitoring page.
7071
7172
7273
- name: Security

0 commit comments

Comments
 (0)