You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dms/dms-overview.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.reviewer: douglasl
9
9
ms.service: database-migration
10
10
ms.workload: data-services
11
11
ms.topic: article
12
-
ms.date: 08/20/2018
12
+
ms.date: 08/27/2018
13
13
---
14
14
# What is the Azure Database Migration Service?
15
15
The Azure Database Migration Service is a fully managed service designed to enable seamless migrations from multiple database sources to Azure Data platforms with minimal downtime.
@@ -20,6 +20,12 @@ The Azure Database Migration Service integrates some of the functionality of our
20
20
## Regional availability
21
21
For up-to-date information about the regions in which the Database Migration Service is available, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/).
22
22
23
+
> [!NOTE]
24
+
> Online migrations and SKU recommendation functionality are currently available only in the following regions:
25
+
> - Cental US
26
+
> - East US2
27
+
> - West Europe
28
+
23
29
## Next steps
24
30
-[Create an instance of the Azure Database Migration Service by using the Azure portal](quickstart-create-data-migration-service-portal.md).
25
31
-[Migrate SQL Server to Azure SQL Database](tutorial-sql-server-to-azure-sql.md).
<td>Total time from migration activity being initialized to migration completed or migration faulted.</td>
93
93
</tr>
94
94
</tbody>
95
95
</table>
96
96
97
-
## Monitoring migration activity at table level – Quick Summary
97
+
## Monitor at table level – Quick Summary
98
98
To monitor activity at the table level, view the table-level blade. The top portion of the blade shows the detailed number of rows migrated in full load and incremental updates.
99
99
100
100
The bottom portion of the blade lists the tables and shows a quick summary of migration progress.
@@ -105,17 +105,17 @@ The following table describes the fields shown in the table-level details.
105
105
106
106
| Field name | Description |
107
107
| ------------- | ------------- |
108
-
| Full load completed | Number of tables completed full data load. |
109
-
| Full load queued | Number of tables being queued for full load. |
110
-
| Full load loading | Number of tables failed. |
111
-
| Incremental updates | Number of change data capture (CDC) updates in rows applied to target. |
112
-
| Incremental inserts | Number of CDC inserts in rows applied to target. |
113
-
| Incremental deletes | Number of CDC deletes in rows applied to target. |
114
-
| Pending changes | Number of CDC in rows that are still waiting to get applied to target. |
115
-
| Applied changes | Total of CDC updates, inserts, and deletes in rows applied to target. |
116
-
| Tables in error state | Number of tables that are in ‘error’ state during migration. Some examples that tables can go into error state are when there are duplicates identified in the target or data isn't compatible loading in the target table. |
117
-
118
-
## Monitoring migration activity at table level – Detailed Summary
108
+
|**Full load completed**| Number of tables completed full data load. |
109
+
|**Full load queued**| Number of tables being queued for full load. |
110
+
|**Full load loading**| Number of tables failed. |
111
+
|**Incremental updates**| Number of change data capture (CDC) updates in rows applied to target. |
112
+
|**Incremental inserts**| Number of CDC inserts in rows applied to target. |
113
+
|**Incremental deletes**| Number of CDC deletes in rows applied to target. |
114
+
|**Pending changes**| Number of CDC in rows that are still waiting to get applied to target. |
115
+
|**Applied changes**| Total of CDC updates, inserts, and deletes in rows applied to target. |
116
+
|**Tables in error state**| Number of tables that are in ‘error’ state during migration. Some examples that tables can go into error state are when there are duplicates identified in the target or data isn't compatible loading in the target table. |
117
+
118
+
## Monitor at table level – Detailed Summary
119
119
There are two tabs that show migration progress in Full load and Incremental data sync.
@@ -126,12 +126,12 @@ The following table describes the fields shown in table level migration progress
126
126
127
127
| Field name | Description |
128
128
| ------------- | ------------- |
129
-
| Status - Syncing | Continuous sync is running. |
130
-
| Insert | Number of CDC inserts in rows applied to target. |
131
-
| Update | Number of CDC updates in rows applied to target. |
132
-
| Delete | Number of CDC deletes in rows applied to target. |
133
-
| Total Applied | Total of CDC updates, inserts, and deletes in rows applied to target. |
134
-
| Data Errors | Number of data errors happened in this table. Some examples of the errors are *511: Cannot create a row of size %d which is greater than the allowable maximum row size of %d, 8114: Error converting data type %ls to %ls.* Customer should query from attms_apply_exceptions table in Azure target to see the error details. |
129
+
|**Status - Syncing**| Continuous sync is running. |
130
+
|**Insert**| Number of CDC inserts in rows applied to target. |
131
+
|**Update**| Number of CDC updates in rows applied to target. |
132
+
|**Delete**| Number of CDC deletes in rows applied to target. |
133
+
|**Total Applied**| Total of CDC updates, inserts, and deletes in rows applied to target. |
134
+
|**Data Errors**| Number of data errors happened in this table. Some examples of the errors are *511: Cannot create a row of size %d which is greater than the allowable maximum row size of %d, 8114: Error converting data type %ls to %ls.* Customer should query from attms_apply_exceptions table in Azure target to see the error details. |
135
135
136
136
> [!NOTE]
137
137
> CDC values of Insert, Update and Delete and Total Applied may decrease when database is cutover or migration is restarted.
Copy file name to clipboardExpand all lines: articles/dms/tutorial-mysql-azure-mysql-online.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: dms
10
10
ms.workload: data-services
11
11
ms.custom: mvc, tutorial
12
12
ms.topic: article
13
-
ms.date: 08/24/2018
13
+
ms.date: 08/27/2018
14
14
---
15
15
16
16
# Migrate MySQL to Azure Database for MySQL online using DMS
@@ -209,5 +209,6 @@ After the initial Full load is completed, the databases are marked **Ready to cu
209
209
4. When the database migration status shows **Completed**, connect your applications to the new target Azure SQL Database.
210
210
211
211
## Next steps
212
-
- For information about the Azure Database Migration Service, see the article [What is the Azure Database Migration Service?](https://docs.microsoft.com/azure/dms/dms-overview).
213
-
- For information about the Azure Database for MySQL, see the article [What is the Azure Database for MySQL?](https://docs.microsoft.com/azure/mysql/overview).
212
+
- For information about known issues and limitations when performing online migrations to Azure Database for MySQL, see the article [Known issues and workarounds with Azure Database for MySQL online migrations](known-issues-azure-mysql-online.md).
213
+
- For information about the Azure Database Migration Service, see the article [What is the Azure Database Migration Service?](https://docs.microsoft.com/azure/dms/dms-overview).
214
+
- For information about the Azure Database for MySQL, see the article [What is the Azure Database for MySQL?](https://docs.microsoft.com/azure/mysql/overview).
Copy file name to clipboardExpand all lines: articles/dms/tutorial-sql-server-azure-sql-online.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: dms
10
10
ms.workload: data-services
11
11
ms.custom: mvc, tutorial
12
12
ms.topic: article
13
-
ms.date: 08/24/2018
13
+
ms.date: 08/27/2018
14
14
---
15
15
16
16
# Migrate SQL Server to Azure SQL Database online using DMS
@@ -284,5 +284,6 @@ After the initial Full load is completed, the databases are marked **Ready to cu
284
284

285
285
286
286
## Next steps
287
-
- For information about the Azure Database Migration Service, see the article [What is the Azure Database Migration Service?](https://docs.microsoft.com/azure/dms/dms-overview).
288
-
- For information about the Azure SQL Database, see the article [What is the Azure SQL Database service?](https://docs.microsoft.com/azure/sql-database/sql-database-technical-overview).
287
+
- For information about known issues and limitations when performing online migrations to Azure Database for MySQL, see the article [Known issues and workarounds with Azure SQL Database online migrations](known-issues-azure-sql-online.md).
288
+
- For information about the Azure Database Migration Service, see the article [What is the Azure Database Migration Service?](https://docs.microsoft.com/azure/dms/dms-overview).
289
+
- For information about the Azure SQL Database, see the article [What is the Azure SQL Database service?](https://docs.microsoft.com/azure/sql-database/sql-database-technical-overview).
0 commit comments