Skip to content

Commit 01d0244

Browse files
authored
Merge pull request #109520 from danikaZ/patch-1
Including PITR prior to VLDB migration
2 parents b53671a + 2cd5bc8 commit 01d0244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-service-tier-hyperscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ These are the current limitations to the Hyperscale service tier as of GA. We a
201201
| :---- | :--------- |
202202
| The Manage Backups pane for a logical server does not show Hyperscale databases will be filtered from SQL server | Hyperscale has a separate method for managing backups, and as such the Long-Term Retention and Point in Time backup Retention settings do not apply / are invalidated. Accordingly, Hyperscale databases do not appear in the Manage Backup pane. |
203203
| Point-in-time restore | Once a database is migrated into the Hyperscale service tier, restore to a point-in-time prior to the migration is not supported.|
204-
| Restore of non-Hyperscale DB to Hyperscale and vice-versa | You cannot restore a Hyperscale database into a non-Hyperscale database, nor can you restore a non-Hyperscale database into a Hyperscale database.|
204+
| Restore of non-Hyperscale DB to Hyperscale and vice-versa | You can restore a Hyperscale database into a non-Hyperscale database, within non-Hyperscale database retention period. You cannot restore a non-Hyperscale database into a Hyperscale database.|
205205
| If a database has one or more data files larger than 1 TB, migration fails | In some cases, it may be possible to work around this issue by shrinking the large files to be less than 1 TB. If migrating a database being used during the migration process, make sure that no file gets larger than 1 TB. Use the following query to determine the size of database files. `SELECT *, name AS file_name, size * 8. / 1024 / 1024 AS file_size_GB FROM sys.database_files WHERE type_desc = 'ROWS'`;|
206206
| Managed Instance | Azure SQL Database Managed Instance is not currently supported with Hyperscale databases. |
207207
| Elastic Pools | Elastic Pools are not currently supported with SQL Database Hyperscale.|

0 commit comments

Comments
 (0)