pub async fn get_max_lsn(client: &mut Client) -> Result<Lsn, SqlServerError>
Expand description
Returns the maximum log sequence number for the entire database.
pub async fn get_max_lsn(client: &mut Client) -> Result<Lsn, SqlServerError>
Returns the maximum log sequence number for the entire database.