From 1cbfdb5905e3740003ad09766f040d599603c634 Mon Sep 17 00:00:00 2001 From: Arigbede Moses Date: Thu, 13 Jun 2024 10:44:49 +0100 Subject: [PATCH 1/3] Update sys-dm-database-backups-azure-sql-database.md Made modifications with respect to the suggestion from https://github.com/MicrosoftDocs/sql-docs/pull/9817#issuecomment-2163378325. --- .../sys-dm-database-backups-azure-sql-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md b/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md index 9f748384e7e..e887bc21528 100644 --- a/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md +++ b/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md @@ -26,7 +26,7 @@ monikerRange: "=azuresqldb-current" Returns information about backups of a database in an [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] server. > [!NOTE] -> The `sys.dm_database_backups` DMV is currently in preview and is available for all Azure SQL Database service tiers except Hyperscale tier. +> Although the `sys.dm_database_backups` DMV is currently in preview and is available for all Azure SQL Database service tiers, the Hyperscale tier will not have correct content as it is snapshot based and in the snapshot you can see only Transaction log backup apart from the first Full Back Up. | Column name | Data type | Description | | --- | --- | --- | From dc8aad366f988d349ecff9ed47b196f043492559 Mon Sep 17 00:00:00 2001 From: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:03:20 -0700 Subject: [PATCH 2/3] Update docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md --- .../sys-dm-database-backups-azure-sql-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md b/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md index e887bc21528..23cb7354fd5 100644 --- a/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md +++ b/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md @@ -26,7 +26,7 @@ monikerRange: "=azuresqldb-current" Returns information about backups of a database in an [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] server. > [!NOTE] -> Although the `sys.dm_database_backups` DMV is currently in preview and is available for all Azure SQL Database service tiers, the Hyperscale tier will not have correct content as it is snapshot based and in the snapshot you can see only Transaction log backup apart from the first Full Back Up. +> The `sys.dm_database_backups` DMV is currently in preview and is available for all Azure SQL Database service tiers except Hyperscale tier. Running this DMV in the Hyperscale tier returns unexpected results, because the Hyperscale tier is snapshot-based. | Column name | Data type | Description | | --- | --- | --- | From 869e329fc6e20591b3a035df861eee7b592ed712 Mon Sep 17 00:00:00 2001 From: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:04:14 -0700 Subject: [PATCH 3/3] Update docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md --- .../sys-dm-database-backups-azure-sql-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md b/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md index 23cb7354fd5..44c6409392d 100644 --- a/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md +++ b/docs/relational-databases/system-dynamic-management-views/sys-dm-database-backups-azure-sql-database.md @@ -26,7 +26,7 @@ monikerRange: "=azuresqldb-current" Returns information about backups of a database in an [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] server. > [!NOTE] -> The `sys.dm_database_backups` DMV is currently in preview and is available for all Azure SQL Database service tiers except Hyperscale tier. Running this DMV in the Hyperscale tier returns unexpected results, because the Hyperscale tier is snapshot-based. +> The `sys.dm_database_backups` DMV is currently in preview and is available for all Azure SQL Database service tiers except the Hyperscale tier. Since the Hyperscale service tier relies on snapshots for backups, running this DMV in the Hyperscale service tier returns unexpected results. | Column name | Data type | Description | | --- | --- | --- |