Skip to content

Commit 70ef34d

Browse files
authored
PR review edit
1 parent bdb021d commit 70ef34d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-functions/sys-fn-db-backup-file-snapshots-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: wiassaf
1717
# sys.fn_db_backup_file_snapshots (Transact-SQL)
1818
[!INCLUDE [sqlserver2016](../../includes/applies-to-version/sqlserver2016.md)]
1919

20-
Returns Azure snapshots associated with the database files. If the specified database is not found or if the database files are not stored in the Microsoft Azure Blob Storage Service, no rows are returned. Use this system function in conjunction with the **sys.sp_delete_backup_file_snapshot** system stored procedure to identify and delete orphaned backup snapshots. For more information, see [File-Snapshot Backups for Database Files in Azure](../../relational-databases/backup-restore/file-snapshot-backups-for-database-files-in-azure.md).
20+
Returns Azure snapshots associated with the database files. If the specified database is not found or if the database files are not stored in the Microsoft Azure Blob Storage service, no rows are returned. Use this system function in conjunction with the **sys.sp_delete_backup_file_snapshot** system stored procedure to identify and delete orphaned backup snapshots. For more information, see [File-Snapshot Backups for Database Files in Azure](../../relational-databases/backup-restore/file-snapshot-backups-for-database-files-in-azure.md).
2121

2222
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
2323

0 commit comments

Comments
 (0)