Skip to content

Commit e1ce39c

Browse files
authored
Update ledger-verify-database.md
1 parent db3b3ee commit e1ce39c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/security/ledger/ledger-verify-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ In this article, you'll verify the integrity of the data in your ledger tables.
118118

119119
> [!TIP]
120120
> Running ledger verification with the latest digest will only verify the database from the time the digest was generated until the time the verification was run. To verify that the historical data in your database wasn't tampered with, run verification by using multiple database digest files. Start with the point in time for which you want to verify the database. An example of a verification passing multiple digests would look similar to the following query.
121-
122-
Its worth stating that ledger database SNAPSHOT ISOLATION should be enabled before running the verification procedure sp_verify_database_ledger.
121+
>
122+
> **SNAPSHOT ISOLATION** should be enabled before running the verification procedure `sp_verify_database_ledger`.
123123
124124
```sql
125125
EXECUTE sp_verify_database_ledger N'

0 commit comments

Comments
 (0)