Skip to content

Commit 4fb4600

Browse files
sergtenrwestMSFT
authored andcommitted
Learn Editor: Update sys-dm-hadr-database-replica-states-transact-sql.md
Learn Editor: Update sys-dm-hadr-database-replica-states-transact-sql.md
1 parent ea65497 commit 4fb4600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-hadr-database-replica-states-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The values of the `end_of_log_lsn`, `last_hardened_lsn`, `last_received_lsn`, `l
7474

7575
`end_of_log_lsn`, `last_hardened_lsn`, and `recovery_lsn` are flush LSNs. For example, `last_hardened_lsn` indicates the start of the next block past the blocks that are already on disk. So any LSN less the value of `last_hardened_lsn` is on disk. LSNs that are greater than or equal to this value aren't flushed.
7676

77-
Of the LSN values returned by `sys.dm_hadr_database_replica_states`, only `last_redone_lsn` is a real LSN.
77+
Of the LSN values returned by `sys.dm_hadr_database_replica_states`, only `last_redone_lsn` and `last_commit_lsn` are real LSNs.
7878

7979
## Permissions
8080

0 commit comments

Comments
 (0)