Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion azure-sql/database/convert-to-hyperscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
- [Reverse migrate a database from Hyperscale](reverse-migrate-from-hyperscale.md)