Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.47 KB

sys-database-ledger-digest-locations-transact-sql.md

File metadata and controls

36 lines (28 loc) · 1.47 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic dev_langs monikerRange
sys.database_ledger_digest_locations (Transact-SQL)
sys.database_ledger_digest_locations (Transact-SQL)
VanMSFT
vanto
05/23/2023
sql
system-objects
reference
TSQL
=azuresqldb-current||>=sql-server-ver16||>=sql-server-linux-ver16

sys.database_ledger_digest_locations (Transact-SQL)

[!INCLUDE SQL Server 2022 Azure SQL Database Azure SQL Managed Instance]

Captures the current and the historical ledger digest storage endpoints for the ledger feature.

For more information on database ledger, see Ledger.

Column name Data type Description
path nvarchar(4000) The location of storage digests. For example, a path for a container in Azure Blob storage.
last_digest_block_id bigint The block ID for the last digest uploaded.
is_current bit Indicates whether this is the current path or a path used in the past.

Permissions

Requires the VIEW LEDGER CONTENT permission.

See also