Skip to content

Commit cf6404a

Browse files
Merge pull request #89330 from HJToland3/localworking
Localworking
2 parents b2ad4ad + 63a1fc3 commit cf6404a

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

articles/dms/tutorial-sql-server-azure-sql-online.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: dms
1010
ms.workload: data-services
1111
ms.custom: mvc, tutorial
1212
ms.topic: article
13-
ms.date: 07/09/2019
13+
ms.date: 09/22/2019
1414
---
1515

1616
# Tutorial: Migrate SQL Server to a single database or pooled database in Azure SQL Database online using DMS
@@ -73,16 +73,16 @@ To complete this tutorial, you need to:
7373
- If any of the tables don't have a primary key, enable Change Data Capture (CDC) on the database and specific table(s).
7474
> [!NOTE]
7575
> You can use the script below to find any tables that do not have primary keys.
76-
76+
7777
```sql
7878
USE <DBName>;
7979
go
8080
SELECT is_tracked_by_cdc, name AS TableName
8181
FROM sys.tables WHERE type = 'U' and is_ms_shipped = 0 AND
8282
OBJECTPROPERTY(OBJECT_ID, 'TableHasPrimaryKey') = 0;
83-
```
83+
```
8484

85-
>If the results show one or more tables with 'is_tracked_by_cdc' as '0', enable change capture for the database and for the specific tables by using the process described in the article [Enable and Disable Change Data Capture (SQL Server)](https://docs.microsoft.com/sql/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server?view=sql-server-2017).
85+
If the results show one or more tables with 'is_tracked_by_cdc' as '0', enable change capture for the database and for the specific tables by using the process described in the article [Enable and Disable Change Data Capture (SQL Server)](https://docs.microsoft.com/sql/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server?view=sql-server-2017).
8686

8787
- Configure the distributor role for source SQL Server.
8888

@@ -122,17 +122,17 @@ To complete this tutorial, you need to:
122122
123123
Before you can migrate data from an on-premises SQL Server instance to a single database or pooled database in Azure SQL Database, you need to assess the SQL Server database for any blocking issues that might prevent migration. Using the Data Migration Assistant v3.3 or later, follow the steps described in the article [Performing a SQL Server migration assessment](https://docs.microsoft.com/sql/dma/dma-assesssqlonprem) to complete the on-premises database assessment.
124124
125-
To assess am on-premises database, perform the following steps:
125+
To assess an on-premises database, perform the following steps:
126126
127127
1. In DMA, select the New (+) icon, and then select the **Assessment** project type.
128128
2. Specify a project name, in the **Source server type** text box, select **SQL Server**, in the **Target server type** text box, select **Azure SQL Database**, and then select **Create** to create the project.
129129
130-
When you're assessing the source SQL Server database migrating to a single database or pooled database in Azure SQL Database, you can choose one or both of the following assessment report types:
130+
When you're assessing the source SQL Server database migrating to a single database or pooled database in Azure SQL Database, you can choose one or both of the following assessment report types:
131131

132132
- Check database compatibility
133133
- Check feature parity
134134

135-
Both report types are selected by default.
135+
Both report types are selected by default.
136136

137137
3. In DMA, on the **Options** screen, select **Next**.
138138
4. On the **Select sources** screen, in the **Connect to a server** dialog box, provide the connection details to your SQL Server, and then select **Connect**.

articles/dms/tutorial-sql-server-to-azure-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: dms
1010
ms.workload: data-services
1111
ms.custom: mvc, tutorial
1212
ms.topic: article
13-
ms.date: 07/09/2019
13+
ms.date: 09/22/2019
1414
---
1515

1616
# Tutorial: Migrate SQL Server to a single database or pooled database in Azure SQL Database offline using DMS
@@ -101,6 +101,7 @@ After you're comfortable with the assessment and satisfied that the selected dat
101101

102102
> [!NOTE]
103103
> Before you create a migration project in Data Migration Assistant, be sure that you have already provisioned an Azure SQL database as mentioned in the prerequisites. For purposes of this tutorial, the name of the Azure SQL Database is assumed to be **AdventureWorksAzure**, but you can provide whatever name you wish.
104+
104105
> [!IMPORTANT]
105106
> If you use SSIS, DMA does not currently support the migration of source SSISDB, but you can redeploy your SSIS projects/packages to the destination SSISDB hosted by Azure SQL Database. For more information about migrating SSIS packages, see the article [Migrate SQL Server Integration Services packages to Azure](https://docs.microsoft.com/azure/dms/how-to-migrate-ssis-packages).
106107
@@ -192,7 +193,7 @@ After the service is created, locate it within the Azure portal, open it, and th
192193
![Locate your instance of the Azure Database Migration Service](media/tutorial-sql-server-to-azure-sql/dms-instance-search.png)
193194

194195
3. Select + **New Migration Project**.
195-
4. On the **New migration project** screen, specify a name for the project, in the **Source server type** text box, select **SQL Server**, in the **Target server type** text box, select **Azure SQL Database**, and then for **Choose type of activity**, select **Offline data migration**.
196+
4. On the **New migration project** screen, specify a name for the project, in the **Source server type** text box, select **SQL Server**, in the **Target server type** text box, select **Azure SQL Database**, and then for **Choose type of activity**, select **Offline data migration**.
196197

197198
![Create Database Migration Service Project](media/tutorial-sql-server-to-azure-sql/dms-create-project2.png)
198199

articles/migrate/contoso-migration-overview.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: azure-migrate
77
ms.topic: conceptual
8-
ms.date: 05/23/2019
8+
ms.date: 09/22/2019
99
ms.author: raynew
1010

1111
---
@@ -36,14 +36,11 @@ The articles in the series are summarized in the table below.
3636
[Article 9: Refactor an app in an Azure web app and Azure SQL Database](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-web-app-sql) | Contoso migrates its SmartHotel360 app to an Azure web app and migrates the app database to an Azure SQL Server instance with the Database Migration Assistant.
3737
[Article 10: Refactor a Linux app in an Azure web app and Azure Database for MySQL](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-refactor-linux-app-service-mysql) | Contoso migrates its Linux osTicket app to an Azure web app on multiple Azure regions using Azure Traffic Manager, integrated with GitHub for continuous delivery. Contoso migrates the app database to an Azure Database for MySQL instance.
3838
[Article 11: Refactor Team Foundation Server on Azure DevOps Services](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-tfs-vsts) | Contoso migrates its on-premises Team Foundation Server deployment to Azure DevOps Services in Azure.
39-
[Article 12: Rearchitect an app in Azure containers and Azure SQL Database](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-rearchitect-container-sql) | Contoso migrates its SmartHotel app to Azure. Then, it rearchitects the app web tier as a Windows container running in Azure Service Fabric, and the database with Azure SQL Database.
40-
[Article 13: Rebuild an app in Azure](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-rebuild) | Contoso rebuilds its SmartHotel app by using a range of Azure capabilities and services, including Azure App Service, Azure Kubernetes Service (AKS), Azure Functions, Azure Cognitive Services, and Azure Cosmos DB.
41-
[Article 14: Scale a migration to Azure](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-scale) | After trying out migration combinations, Contoso prepares to scale to a full migration to Azure.
42-
43-
44-
39+
[Article 12: Rearchitect an app in Azure containers and Azure SQL Database](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-rearchitect-container-sql) | Contoso migrates its SmartHotel app to Azure. Then, it rearchitects the app web tier as a Windows container running in Azure Service Fabric, and the database with Azure SQL Database.
40+
[Article 13: Rebuild an app in Azure](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-rebuild) | Contoso rebuilds its SmartHotel app by using a range of Azure capabilities and services, including Azure App Service, Azure Kubernetes Service (AKS), Azure Functions, Azure Cognitive Services, and Azure Cosmos DB.
41+
[Article 14: Scale a migration to Azure](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/contoso-migration-scale) | After trying out migration combinations, Contoso prepares to scale to a full migration to Azure.
4542

4643
## Next steps
4744

48-
[Learn about](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/) cloud migration.
49-
45+
- [Learn about](https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/) cloud migration.
46+
- Learn about migrations strategies for other scenarios (source/target pairs) in the [Database Migration Guide](https://datamigration.microsoft.com/).

0 commit comments

Comments
 (0)