You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Azure platform provides a number of PaaS capabilities that are added as an addit
119
119
| Backup retention | Yes. 7 days default, max 35 days. | Yes. 7 days default, max 35 days. |
120
120
|[Data Migration Service (DMS)](https://docs.microsoft.com/sql/dma/dma-overview)| Yes | Yes |
121
121
| File system access | No. Use [BULK INSERT](https://docs.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql#f-importing-data-from-a-file-in-azure-blob-storage) or [OPENROWSET](https://docs.microsoft.com/sql/t-sql/functions/openrowset-transact-sql#i-accessing-data-from-a-file-stored-on-azure-blob-storage) to access and load data from Azure Blob Storage as an alternative. | No. Use [BULK INSERT](https://docs.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql#f-importing-data-from-a-file-in-azure-blob-storage) or [OPENROWSET](https://docs.microsoft.com/sql/t-sql/functions/openrowset-transact-sql#i-accessing-data-from-a-file-stored-on-azure-blob-storage) to access and load data from Azure Blob Storage as an alternative. |
122
-
|[Geo-restore](sql-database-recovery-using-backups.md#geo-restore)| Yes - all service tiers other than hyperscale | Yes - using [Azure PowerShell](https://medium.com/azure-sqldb-managed-instance/geo-restore-your-databases-on-azure-sql-instances-1451480e90fa).|
122
+
|[Geo-restore](sql-database-recovery-using-backups.md#geo-restore)| Yes - all service tiers other than hyperscale | Yes - all service tiers other than hyperscale|
123
123
|[Hyperscale architecture](sql-database-service-tier-hyperscale.md)| Yes | No |
124
124
|[Long-term backup retention - LTR](sql-database-long-term-retention.md)| Yes, keep automatically taken backups up to 10 years. | Not yet. Use `COPY_ONLY`[manual backups](sql-database-managed-instance-transact-sql-information.md#backup) as a temporary workaround. |
125
125
| Pause/resume | Yes, in [serverless model](sql-database-serverless.md)| No |
0 commit comments