diff --git a/azure-sql/database/convert-to-hyperscale.md b/azure-sql/database/convert-to-hyperscale.md index cab22b73ff8..b3a2528d06e 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 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. ### 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)