pub async fn ensure_snapshot_isolation_enabled(
client: &mut Client,
) -> Result<(), SqlServerError>
Expand description
Ensure the SNAPSHOT
transaction isolation level is enabled for the
database the provided client
is currently connected to.