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: azure-sql/database/convert-to-hyperscale.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to convert an Azure SQL Database to the Hyperscale tier.
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
6
ms.reviewer: dfurman, blakhani
7
-
ms.date: 07/02/2025
7
+
ms.date: 07/07/2025
8
8
ms.service: azure-sql-database
9
9
ms.topic: how-to
10
10
ms.custom:
@@ -42,9 +42,13 @@ The conversion process is divided into two stages - the conversion of database,
42
42
43
43
- The time required to move an existing database to Hyperscale consists of the time to copy data and the time to replay the changes made in the source database while copying data. The data copy time is proportional to data size. We recommend converting to Hyperscale during a lower write activity period so that the time to replay accumulated changes is shorter.
44
44
- You have the ability to choose when the cutover occurs - as soon as the database is ready, or manually at a time of your choosing. By default, the process to convert to Hyperscale will cutover automatically.
45
-
- If you choose to manually cutover at a time of your choosing, you have 24 hours to initiate a manual cutover after the point when the database ready for cutover. You can initiate a manual cutover via the Azure portal, Azure CLI, PowerShell, or T-SQL.
45
+
- If you choose to manually cutover at a time of your choosing, you have 24 hours to initiate a manual cutover after the point when the database ready for cutover. You can initiate a manual cutover via the Azure portal, Azure CLI, PowerShell, or T-SQL.
46
46
- During the final cutover to Hyperscale, your applications only experience a short period of downtime, usually less than a minute.
47
47
48
+
There are multiple phases in the conversion process which can be monitored in the Azure portal (on the progress reporting page), via Azure CLI ([az sql db op list](/cli/azure/sql/db/op#az-sql-db-op-list)), PowerShell ([Get-AzSqlDatabaseActivity](/powershell/module/az.sql/get-azsqldatabaseactivity)), or using T-SQL ([sys.dm_operation_status](/sql/relational-databases/system-dynamic-management-views/sys-dm-operation-status-azure-sql-database)).
49
+
50
+
When converting a database from the Premium or Business Critical service tiers to Hyperscale, existing client connections are disconnected during phase 1. This is similar to the disconnect that occurs when scaling the database between service tiers. Applications should be designed to gracefully handle transient connectivity interruptions by implementing retry logic as described in [Retry logic for transient errors](/azure/azure-sql/database/troubleshoot-common-connectivity-issues#retry-logic-for-transient-errors).
51
+
48
52
## Convert a database to Hyperscale
49
53
50
54
To convert an existing Azure SQL Database to Hyperscale, first identify your target service objective.
Copy file name to clipboardExpand all lines: azure-sql/migration-guides/database/oracle-to-sql-database-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ The Data SQL Engineering team developed these resources. This team's core charte
284
284
285
285
-[Services and tools for data migration](/azure/dms/dms-tools-matrix)
286
286
-[What is Azure SQL Database?](../../database/sql-database-paas-overview.md)
287
-
-[Azure Total Cost of Ownership (TCO) Calculator](https://azure.microsoft.com/pricing/tco/calculator/)
287
+
-[Azure Migrate Business case total cost of ownership](/azure/migrate/concepts-business-case-calculation)
288
288
-[Cloud Adoption Framework for Azure](/azure/cloud-adoption-framework/migrate/azure-best-practices/contoso-migration-scale)
289
289
-[Best practices for costing and sizing workloads for migration to Azure](/azure/cloud-adoption-framework/migrate/azure-best-practices/migrate-best-practices-costs)
Copy file name to clipboardExpand all lines: azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,12 @@ The following table provides a matrix of pay-as-you-go SQL Server images.
85
85
86
86
| Version | Operating System |
87
87
| --- | --- |
88
-
|**SQL Server 2025 Preview**<sup>1</sup> |[Windows Server 2025](https://portal.azure.com/#create/microsoftsqlserver.sql2025-ws2025entdev-gen2)|
88
+
|**SQL Server 2025 Preview**|[Windows Server 2025](https://portal.azure.com/#create/microsoftsqlserver.sql2025-ws2025entdev-gen2)|
89
89
|**SQL Server 2022**|[Windows Server 2022](https://portal.azure.com/#create/microsoftsqlserver.sql2022-ws2022enterprise-gen2)|
90
90
|**SQL Server 2019**|[Windows Server 2022](https://portal.azure.com/#create/microsoftsqlserver.sql2019-ws2022enterprise-gen2), [Windows Server 2019](https://portal.azure.com/#create/microsoftsqlserver.sql2019-ws2019enterprise-ARM)|
91
91
|**SQL Server 2017**|[Windows Server 2019](https://portal.azure.com/#create/microsoftsqlserver.sql2017-ws2019enterprise-ARM), [Windows Server 2016](https://portal.azure.com/#create/Microsoft.SQLServer2017EnterpriseWindowsServer2016-ARM)|
92
92
|**SQL Server 2016**|[Windows Server 2019](https://portal.azure.com/#create/microsoftsqlserver.sql2016sp3-ws2019enterprise), [Windows Server 2016](https://portal.azure.com/#create/Microsoft.SQLServer2016SP2EnterpriseWindowsServer2016-ARM)|
93
93
94
-
<sup>1</sup> The SQL Server 2025 image is currently only available to deploy through [Azure marketplace directly](https://portal.azure.com/#create/microsoftsqlserver.sql2025-ws2025entdev-gen2), and not yet available to choose from the Azure SQL deployment page or as a VM image on the **Create Azure VM** page in the Azure portal.
To see the available SQL Server on Linux virtual machine images, see [Overview of SQL Server on Azure Virtual Machines (Linux)](../linux/sql-server-on-linux-vm-what-is-iaas-overview.md).
0 commit comments