Skip to content

Commit ac62fa8

Browse files
authored
Merge pull request #225146 from croblesm/crobles-0125-misc-updates
Updating known issues, limitations, toc and index
2 parents 3902975 + e982b34 commit ac62fa8

10 files changed

+172
-123
lines changed

articles/dms/includes/sql-database-limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: MashaMSFT
33
ms.service: dms
44
ms.topic: include
5-
ms.date: 12/19/2022
5+
ms.date: 01/25/2023
66
ms.author: mathoma
77
---
88

@@ -13,7 +13,7 @@ Azure SQL Database offline migration utilizes Azure Data Factory (ADF) pipelines
1313
- 10,000 concurrent database migrations per service.
1414
- Migration speed heavily depends on the target Azure SQL Database SKU and the self-hosted Integration Runtime host.
1515
- Azure SQL Database migration scales poorly with table numbers due to ADF overhead in starting activities. If a database has thousands of tables, there will be a couple of seconds of startup time for each, even if they're composed of one row with 1 bit of data.
16-
- Azure SQL Database table names with double byte characters currently aren't supported for migration. Mitigation is to rename tables before migration; they can be changed back to their original names after successful migration.
16+
- Azure SQL Database table names with double-byte characters currently aren't supported for migration. Mitigation is to rename tables before migration; they can be changed back to their original names after successful migration.
1717
- Tables with large blob columns may fail to migrate due to timeout.
1818
- Database names with SQL Server reserved are currently not supported.
1919
- Database names that include semicolons are currently not supported.

articles/dms/includes/sql-managed-instance-limitations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 12/19/2022
66
ms.author: mathoma
77
---
88

9-
- If migrating a single database, the database backups must be placed in a flat-file structure inside a database folder (including container root folder), and the folders can't be nested, as it's not supported.
9+
- If migrating a single database, the database backups must be placed in a flat-file structure inside a database folder (including the container root folder), and the folders can't be nested, as it's not supported.
1010
- If migrating multiple databases using the same Azure Blob Storage container, you must place backup files for different databases in separate folders inside the container.
1111
- Overwriting existing databases using DMS in your target Azure SQL Managed Instance isn't supported.
1212
- Configuring high availability and disaster recovery on your target to match source topology isn't supported by DMS.
@@ -17,4 +17,5 @@ ms.author: mathoma
1717
- SSIS packages
1818
- Server roles
1919
- Server audit
20-
- You can't use an existing self-hosted integration runtime created from Azure Data Factory for database migrations with DMS. Initially, the self-hosted integration runtime should be created using the Azure SQL migration extension in Azure Data Studio and can be reused for further database migrations.
20+
- You can't use an existing self-hosted integration runtime created from Azure Data Factory for database migrations with DMS. Initially, the self-hosted integration runtime should be created using the Azure SQL migration extension in Azure Data Studio and can be reused for further database migrations.
21+
- A single LRS job (created by DMS) can run for a maximum of 30 days. When this period expires, the job is automatically canceled thus your target database gets automatically deleted.

articles/dms/includes/sql-virtual-machines-limitations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: MashaMSFT
33
ms.service: dms
44
ms.topic: include
5-
ms.date: 12/19/2022
5+
ms.date: 01/25/2023
66
ms.author: mathoma
77
---
88

@@ -20,8 +20,8 @@ ms.author: mathoma
2020

2121
- You can't use an existing self-hosted integration runtime created from Azure Data Factory for database migrations with DMS. Initially, the self-hosted integration runtime should be created using the Azure SQL migration extension in Azure Data Studio and can be reused for further database migrations.
2222
- VM with SQL Server 2008 and below as target versions aren't supported when migrating to SQL Server on Azure Virtual Machines.
23-
- If you're using VM with SQL Server 2012 or SQL Server 2014, you need to store your source database backup files on an Azure Storage Blob Container instead of using the network share option. Store the backup files as page blobs since block blobs are only supported in SQL 2016 and after.
24-
- You must make sure the SQL IaaS Agent Extension in the target Azure Virtual Machine is in Full mode instead of Lightweight mode.
23+
- If you're using a VM with SQL Server 2012 or SQL Server 2014, you need to store your source database backup files on an Azure Storage Blob Container instead of using the network share option. Store the backup files as page blobs since block blobs are only supported in SQL 2016 and after.
24+
- You must make sure the SQL IaaS Agent Extension in the target Azure Virtual Machine is in **Full mode** instead of Lightweight mode.
2525
- SQL IaaS Agent Extension only supports management of Default Server Server Instance or Single Named Instance,
26-
- There is a temporary limit of 80 databases per target Azure Virtual Machine. A workaround to break the limit (reset the counter) is to Uninstall and Reinstall SQL IaaS Agent Extension in the target Azure Virtual Machine.
27-
- Apart from configuring the Networking/Firewall of your Storage Account to allow your VM to access backup files, you also need to configure Networking/Firewall of your VM to allow outbound connection to your storage account.
26+
- There is a temporary limit of 80 databases per target Azure Virtual Machine. A workaround to break the limit (reset the counter) is to Uninstall and Reinstall SQL IaaS Agent Extension in the target Azure Virtual Machine.
27+
- Apart from configuring the Networking/Firewall of your Storage Account to allow your VM to access backup files, you also need to configure the Networking/Firewall of your VM to allow outbound connection to your storage account.

articles/dms/index.yml

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ summary: "Azure Database Migration Service enables seamless migrations from mult
44
metadata:
55
description: "Learn how to enable seamless migrations from multiple database sources to Azure Data platforms with minimal downtime by using Azure Database Migration Service."
66
keywords: azure database migration services, dms service, azure data migration, data migration service, database migration service
7-
author: HJToland3
8-
ms.author: jtoland
9-
ms.date: 12/19/2019
7+
author: croblesm
8+
ms.author: roblescarlos
9+
ms.date: 01/25/2022
1010
ms.service: dms
1111
ms.topic: landing-page
1212
ms.custom: seo-azure-migrate, ignite-2022
@@ -26,61 +26,60 @@ landingContent:
2626
url: migration-using-azure-data-studio.md
2727
- text: Get Azure recommendation for migration using Azure Data Studio
2828
url: ads-sku-recommend.md
29+
- text: Migrate databases at scale using automation
30+
url: migration-dms-powershell-cli.md
2931
- text: Database migration scenario status
3032
url: resource-scenario-status.md
31-
- text: Overview of prerequisites
32-
url: pre-reqs.md
3333
- linkListType: quickstart
3434
links:
35-
- text: Create service – Portal
36-
url: quickstart-create-data-migration-service-portal.md
37-
- text: Create service in hybrid mode – Portal
38-
url: quickstart-create-data-migration-service-hybrid-portal.md
39-
- linkListType: reference
40-
links:
41-
- text: Known issues - Using hybrid mode
42-
url: known-issues-dms-hybrid-mode.md
35+
- text: SQL Server migration one-click PoC
36+
url: http://aka.ms/SQLMigrationPoC
4337
- linkListType: video
4438
links:
4539
- text: Introduction to Azure Data Migration Service
4640
url: https://www.microsoft.com/videoplayer/embed/RE2IqVu
47-
- text: Use the Database Migration Guide
48-
url: https://azure.microsoft.com/resources/videos/how-to-use-the-azure-database-migration-guide/
49-
- text: The migration process and recommended tools/services
50-
url: https://azure.microsoft.com/resources/videos/overview-of-migration-and-recommended-tools-services/
51-
- text: Address prerequisites and create an Azure Data Migration Service instance
52-
url: https://azure.microsoft.com/resources/videos/how-to-address-prerequisites-and-create-a-dms-instance/
41+
- text: Cloud Migration Strategies and Phases in Migration Journey
42+
url: https://learn-video.azurefd.net/vod/player?show=data-exposed&ep=migrating-to-sql-cloud-migration-strategies-and-phases-in-migration-journey-ep-1
43+
- text: Discover and Assess SQL Server Data Estate Migrating to Azure SQL
44+
url: https://learn-video.azurefd.net/vod/player?show=data-exposed&ep=migrating-to-sql-discover-and-assess-sql-server-data-estate-migrating-to-azure-sql-ep2
45+
- text: Get Started with the New Database Migration Guides to Migrate Your Databases to Azure
46+
url: https://learn-video.azurefd.net/vod/player?show=data-exposed&ep=get-started-with-the-new-database-migration-guides-to-migrate-your-databases-to-azure
47+
5348
- linkListType: whats-new
5449
links:
5550
- text: Check out our blog
5651
url: https://techcommunity.microsoft.com/t5/Microsoft-Data-Migration/bg-p/MicrosoftDataMigration
5752
# Card 2
58-
- title: Migrate SQL Server to Azure SQL Database
53+
- title: Migrate SQL Server to Azure SQL
5954
linkLists:
6055
- linkListType: tutorial
6156
links:
62-
- text: Migrate to Azure SQL Database
63-
url: tutorial-sql-server-to-azure-sql.md
64-
- text: Migrate to Azure SQL Managed Instance (online) using Azure Data Studio
57+
- text: Migrate to Azure SQL Database (Offline)
58+
url: tutorial-sql-server-azure-sql-database-offline-ads.md
59+
- text: Migrate to Azure SQL Managed Instance (Online)
6560
url: tutorial-sql-server-managed-instance-online-ads.md
66-
- text: Migrate to SQL Managed Instance (offline) using Azure Data Studio
61+
- text: Migrate to SQL Managed Instance (Offline)
6762
url: tutorial-sql-server-managed-instance-offline-ads.md
63+
- text: Migrate to SQL Server on Azure Virtual Machines (Online)
64+
url: tutorial-sql-server-to-virtual-machine-online-ads.md
65+
- text: Migrate to SQL Server on Azure Virtual Machines (Offline)
66+
url: tutorial-sql-server-to-virtual-machine-offline-ads.md
6867
- linkListType: reference
6968
links:
70-
- text: Known issues - Online migration to SQL Managed Instance
71-
url: known-issues-azure-sql-db-managed-instance-online.md
72-
- text: Network topologies for SQL Managed Instance migrations
73-
url: resource-network-topologies.md
74-
- text: Custom roles for online migrations from SQL Server to SQL Managed Instance
75-
url: resource-custom-roles-sql-db-managed-instance.md
76-
- text: Custom roles for online migrations from SQL Server to SQL Managed Instance using Azure Data Studio
77-
url: resource-custom-roles-sql-db-managed-instance-ads.md
78-
- text: Custom roles for online migrations from SQL Server to VM's using Azure Data Studio
79-
url: resource-custom-roles-sql-db-virtual-machine-ads.md
69+
- text: Known issues, limitations, and troubleshooting
70+
url: known-issues-azure-sql-migration-azure-data-studio.md
71+
- text: Custom roles for migrations from SQL Server to Azure SQL Database
72+
url: resource-custom-roles-sql-database-ads.md
73+
- text: Custom roles for migrations from SQL Server to Azure SQL Managed Instance
74+
url: resource-custom-roles-sql-db-managed-instance-ads.md
75+
- text: Custom roles for migrations from SQL Server to SQL Server on Azure VMs
76+
url: resource-custom-roles-sql-db-virtual-machine-ads.md
8077
- linkListType: video
8178
links:
82-
- text: Migrate SQL Server 2008 to SQL Managed Instance
83-
url: https://azure.microsoft.com/resources/videos/how-to-migrate-sql-server-2008-or-r2-to-azure-sqldbmi/
79+
- text: How to migrate SQL Server to Azure SQL Database offline using Azure Data Studio
80+
url: https://learn-video.azurefd.net/vod/player?show=data-exposed&ep=how-to-migrate-sql-server-to-azure-sql-database-offline-using-azure-data-studio-data-exposed
81+
- text: Assess, get recommendations, & migrate SQL Server to Azure using Azure Data Studio
82+
url: https://learn-video.azurefd.net/vod/player?show=data-exposed&ep=assess-get-recommendations-migrate-sql-server-to-azure-using-azure-data-studio
8483
# Card 3
8584
- title: Migrate open-source databases to Azure
8685
linkLists:
@@ -123,15 +122,19 @@ landingContent:
123122
linkLists:
124123
- linkListType: reference
125124
links:
126-
- text: Services and tools by data migration scenario
125+
- text: Services and tools available for data migration scenarios
127126
url: dms-tools-matrix.md
128-
- text: Database Migration Guide
129-
url: https://datamigration.microsoft.com/
130-
- text: Data Migration Assistant
131-
url: /sql/dma/dma-overview
127+
- text: Azure Database Migration Guide
128+
url: /data-migration/
129+
- text: Azure SQL Migration extension for Azure Data Studio
130+
url: /sql/azure-data-studio/extensions/azure-sql-migration-extension
131+
- text: Azure Migrate
132+
url: /azure/migrate/migrate-services-overview
133+
- text: SQL Database Projects
134+
url: /sql/azure-data-studio/extensions/sql-database-project-extension
135+
- text: Database Schema Conversion Toolkit (Oracle to Microsoft SQL)
136+
url: /sql/azure-data-studio/extensions/dsct/database-schema-conversion-toolkit
137+
- text: Database Migration Assessment for Oracle
138+
url: /sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension
132139
- text: SQL Server Migration Assistant
133-
url: /sql/ssma/sql-server-migration-assistant
134-
- text: Database Experimentation Assistant
135-
url: /sql/dea/database-experimentation-assistant-overview
136-
- text: Data Access Migration Toolkit
137-
url: https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit
140+
url: /sql/ssma/sql-server-migration-assistant

0 commit comments

Comments
 (0)