Skip to content

Commit 65ddd6c

Browse files
Expand beyond PITR
1 parent bcc314a commit 65ddd6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-sql/database/in-memory-oltp-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ With elastic pools, the In-Memory OLTP storage is shared across all databases in
114114
- Configure a `Max eDTU` or `Max vCore` for databases that is lower than the eDTU or vCore count for the pool as a whole. This maximum also caps the In-Memory OLTP storage utilization in any database in the pool proportionally.
115115
- Configure a `Min eDTU` or `Min vCore` that is greater than 0. This minimum guarantees that each database in the pool has the amount of available In-Memory OLTP storage that corresponds to the configured `Min eDTU` or `Min vCore`.
116116

117-
#### Point-in-time restore for databases with In-Memory OLTP objects
117+
#### Restore a database with In-Memory OLTP objects
118118

119-
If you created any [In-Memory OLTP](in-memory-oltp-overview.md#in-memory-oltp) objects in a database and want to [restore the database to a point in time](recovery-using-backups.md#point-in-time-restore), you must use the Business Critical or Premium service tiers for the restored database. This applies even if you deleted all In-Memory OLTP objects before the restore point-in-time.
119+
If you created any [In-Memory OLTP](in-memory-oltp-overview.md#in-memory-oltp) objects in a database and want to [restore the database](recovery-using-backups.md), you must use the Business Critical or Premium service tiers for the restored database. This applies even if you deleted all In-Memory OLTP objects before the restore point-in-time.
120120

121121
To make future automatic backups of the database restorable in other service tiers, follow this procedure:
122122

azure-sql/database/recovery-using-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You generally restore a database to an earlier point for recovery purposes. You
9090
> - You can't perform a point-in-time restore on a geo-secondary database. You can do so only on a primary database.
9191
> - The `BackupFrequency` parameter isn't supported for Hyperscale databases.
9292
> - Database restore operations are resource-intensive and might require a service tier of S3 or greater for the restoring (target) database. Once restore completes, the database or elastic pool might be scaled down, if required.
93-
> - If you created any [In-Memory OLTP](in-memory-oltp-overview.md#in-memory-oltp) objects in a database in the Business Critical or Premium service tiers, then you must use the Business Critical or Premium service tiers for the restored database. For more information, see [Point-in-time restore for databases with In-Memory OLTP objects](in-memory-oltp-overview.md#point-in-time-restore-for-databases-with-in-memory-oltp-objects).
93+
> - If you created any [In-Memory OLTP](in-memory-oltp-overview.md#in-memory-oltp) objects in a database in the Business Critical or Premium service tiers, then you must use the Business Critical or Premium service tiers for the restored database. For more information, see [Restore a database with In-Memory OLTP objects](in-memory-oltp-overview.md#restore-a-database-with-in-memory-oltp-objects).
9494
9595
- **Database replacement**
9696

0 commit comments

Comments
 (0)