From 8abd59045777a4bca7fb073c82809a617b0d969d Mon Sep 17 00:00:00 2001 From: Allan Hirt Date: Tue, 26 May 2026 13:27:13 -0400 Subject: [PATCH 1/3] Update conversion instructions for Hyperscale pools Added information about conversion from zone redundant elastic pools to Hyperscale pools. --- azure-sql/database/convert-to-hyperscale.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-sql/database/convert-to-hyperscale.md b/azure-sql/database/convert-to-hyperscale.md index cab22b73ff8..455486c0073 100644 --- a/azure-sql/database/convert-to-hyperscale.md +++ b/azure-sql/database/convert-to-hyperscale.md @@ -25,6 +25,8 @@ You can convert an existing database in Azure SQL Database to Hyperscale by usin - Direct conversion from the Basic service tier to Hyperscale isn't supported. To perform this conversion, first change the database to any service tier other than Basic (for example, General Purpose), and then proceed with the conversion to Hyperscale. +- Direct coversion from a zone redundant elastic pool to a non-zone redundant Hyperscale pool is not supported. To perform this conversion, first convert the pool to standalone bu choosing an offering such as Business Critical. Then remove zone redundancy and changet the service tier to Hyperscale. At that point, the database can be added to an existing, non-zone redundant Hyperscale pool or one could be created and the database added. + - You can monitor the progress of the conversion with T-SQL. To run T-SQL commands on your Azure SQL Database, use [SQL Server Management Studio (SSMS)](https://aka.ms/ssms), the [MSSQL extension for Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code), [sqlcmd](/sql/tools/sqlcmd/sqlcmd-utility), or your favorite T-SQL querying tool. ### Convert database with geo-replicas @@ -237,4 +239,4 @@ ALTER DATABASE [mySampleDatabase] PERFORM_CUTOVER; ## Related content - [How to manage a Hyperscale database](manage-hyperscale-database.md) -- [Reverse migrate a database from Hyperscale](reverse-migrate-from-hyperscale.md) \ No newline at end of file +- [Reverse migrate a database from Hyperscale](reverse-migrate-from-hyperscale.md) From 699c41c61910b4cfc510bb8557f6be9e74000fb9 Mon Sep 17 00:00:00 2001 From: Allan Hirt Date: Tue, 26 May 2026 13:44:21 -0400 Subject: [PATCH 2/3] Fix typos in Hyperscale conversion documentation Corrected typos and improved clarity in the conversion instructions. --- azure-sql/database/convert-to-hyperscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-sql/database/convert-to-hyperscale.md b/azure-sql/database/convert-to-hyperscale.md index 455486c0073..ce7e67c9961 100644 --- a/azure-sql/database/convert-to-hyperscale.md +++ b/azure-sql/database/convert-to-hyperscale.md @@ -25,7 +25,7 @@ You can convert an existing database in Azure SQL Database to Hyperscale by usin - Direct conversion from the Basic service tier to Hyperscale isn't supported. To perform this conversion, first change the database to any service tier other than Basic (for example, General Purpose), and then proceed with the conversion to Hyperscale. -- Direct coversion from a zone redundant elastic pool to a non-zone redundant Hyperscale pool is not supported. To perform this conversion, first convert the pool to standalone bu choosing an offering such as Business Critical. Then remove zone redundancy and changet the service tier to Hyperscale. At that point, the database can be added to an existing, non-zone redundant Hyperscale pool or one could be created and the database added. +- Direct conversion from a zone redundant elastic pool to a non-zone redundant Hyperscale pool is not supported. To perform this conversion, first convert the pool to standalone by choosing an offering such as Business Critical. Then remove zone redundancy and change the service tier to Hyperscale. At that point, the database can be added to an existing, non-zone redundant Hyperscale pool or one could be created and the database added. - You can monitor the progress of the conversion with T-SQL. To run T-SQL commands on your Azure SQL Database, use [SQL Server Management Studio (SSMS)](https://aka.ms/ssms), the [MSSQL extension for Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code), [sqlcmd](/sql/tools/sqlcmd/sqlcmd-utility), or your favorite T-SQL querying tool. From 7c21f0081e9c3954e46fdaf9223be8dffc66ebb0 Mon Sep 17 00:00:00 2001 From: Allan Hirt Date: Tue, 26 May 2026 15:14:29 -0400 Subject: [PATCH 3/3] Update conversion instructions for Hyperscale pools Clarified the process for converting a database from a zone-redundant elastic pool to a non-zone-redundant Hyperscale pool, specifying the need to remove the database from the pool and disable zone redundancy before conversion. --- azure-sql/database/convert-to-hyperscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-sql/database/convert-to-hyperscale.md b/azure-sql/database/convert-to-hyperscale.md index ce7e67c9961..b3a2528d06e 100644 --- a/azure-sql/database/convert-to-hyperscale.md +++ b/azure-sql/database/convert-to-hyperscale.md @@ -25,7 +25,7 @@ You can convert an existing database in Azure SQL Database to Hyperscale by usin - Direct conversion from the Basic service tier to Hyperscale isn't supported. To perform this conversion, first change the database to any service tier other than Basic (for example, General Purpose), and then proceed with the conversion to Hyperscale. -- Direct conversion from a zone redundant elastic pool to a non-zone redundant Hyperscale pool is not supported. To perform this conversion, first convert the pool to standalone by choosing an offering such as Business Critical. Then remove zone redundancy and change the service tier to Hyperscale. At that point, the database can be added to an existing, non-zone redundant Hyperscale pool or one could be created and the database added. +- Direct movement of a database from a zone-redundant elastic pool to a non–zone-redundant Hyperscale pool is not supported. To complete this transition, first remove the database from the elastic pool and convert it to a standalone database. Next, disable zone redundancy for the database. Once these steps are complete, the database can be added to a new or existing non–zone-redundant Hyperscale pool. - You can monitor the progress of the conversion with T-SQL. To run T-SQL commands on your Azure SQL Database, use [SQL Server Management Studio (SSMS)](https://aka.ms/ssms), the [MSSQL extension for Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code), [sqlcmd](/sql/tools/sqlcmd/sqlcmd-utility), or your favorite T-SQL querying tool.