Skip to content

Commit aafb5ec

Browse files
committed
updates
1 parent 45a079e commit aafb5ec

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

azure-sql/migration-guides/managed-instance/sql-server-to-managed-instance-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ One of the key benefits of migrating your SQL Server databases to SQL Managed In
4949

5050
## Choose an appropriate target
5151

52+
You can use the [Azure SQL Migration extension for Azure Data Studio] to get right-sized Azure SQL Managed Instance recommendation. The extension collects performance data from your source SQL Server instance to provide right-sized recommendation that meets your workload's performance needs with minimal cost. To learn more, see [Get right-sized Azure recommendation for your on-premises SQL Server database(s)](../../../dms/ads-sku-recommend.md)
53+
5254
The following general guidelines can help you choose the right service tier and characteristics of SQL Managed Instance to help match your [performance baseline](sql-server-to-managed-instance-performance-baseline.md):
5355

5456
- Use the CPU usage baseline to provision a managed instance that matches the number of cores that your instance of SQL Server uses. It might be necessary to scale resources to match the [hardware generation characteristics](../../managed-instance/resource-limits.md#hardware-generation-characteristics).

azure-sql/migration-guides/virtual-machines/sql-server-to-sql-on-azure-vm-individual-databases-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Before migration, it is still a good practice to run an assessment of your SQL S
6565

6666
The [Azure SQL Migration extension for Azure Data Studio](../../../dms/migration-using-azure-data-studio.md) provides a seamless wizard based experience to assess, get Azure recommendations and migrate your SQL Server databases on-premises to SQL Server on Azure Virtual Machines. Besides, highlighting any migration blockers or warnings, the extension also includes an option for Azure recommendations to collect your databases' performance data to recommend a right-sized SQL Server on Azure Virtual Machines to meet the performance needs of your workload (with the least price).
6767

68-
To learn more about Azure recommendations, see [Get right-sized Azure recommendation for your on-premises SQL Server database(s)](https://docs.microsoft.com/en-us/azure/dms/ads-sku-recommend.md).
68+
To learn more about Azure recommendations, see [Get right-sized Azure recommendation for your on-premises SQL Server database(s)](../../../dms/ads-sku-recommend.md).
6969

7070
> [!IMPORTANT]
7171
>To assess databases using the Azure SQL Migration extension, ensure that the logins used to connect the source SQL Server are members of the sysadmin server role or have CONTROL SERVER permission.
@@ -83,7 +83,7 @@ During the assessment of user databases, use Data Migration Assistant to [import
8383

8484
#### Assessments at scale
8585

86-
If you have multiple servers that require a Data Migration Assistant assessment, you can automate the process by using scripts using one of the following options. To learn more about using scripting see [Migrate databases at scale using automation](../dms/migration-dms-powershell-cli.md).
86+
If you have multiple servers that require a Data Migration Assistant assessment, you can automate the process by using scripts using one of the following options. To learn more about using scripting see [Migrate databases at scale using automation](../../../dms/migration-dms-powershell-cli.md).
8787
- [Az.DataMigration PowerShell module](/powershell/module/az.datamigration)
8888
- [az datamigration CLI extension](/cli/azure/datamigration)
8989
- [DMA command-line interface](/sql/dma/dma-commandline)
@@ -108,7 +108,7 @@ The following sections provide steps for performing either a migration by using
108108

109109
### Migrate using the Azure SQL Migration extension for Azure Data Studio (minimal downtime)
110110

111-
To perform a minimal downtime migration using Azure Data Studio, follow the high level steps below. For a detailed step-by-step tutorial, see [Migrate SQL Server to SQL Server on Azure Virtual Machine online using Azure Data Studio](../dms/tutorial-sql-server-to-virtual-machine-online-ads.md):
111+
To perform a minimal downtime migration using Azure Data Studio, follow the high level steps below. For a detailed step-by-step tutorial, see [Migrate SQL Server to SQL Server on Azure Virtual Machine online using Azure Data Studio](../../../dms/tutorial-sql-server-to-virtual-machine-online-ads.md):
112112

113113
1. Download and install [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio) and the [Azure SQL Migration extension](/sql/azure-data-studio/extensions/azure-sql-migration-extension).
114114
1. Launch the Migrate to Azure SQL wizard in the extension in Azure Data Studio.

0 commit comments

Comments
 (0)