Files
sql-scripts/DBG - check snapshot isloation.sql
Schork Thierry (Galenica - ADM) 63d058a7eb added files from swmgmt03
2025-09-22 09:00:00 +02:00

9 lines
193 B
Transact-SQL

USE master;
GO
SELECT
name AS DatabaseName,
snapshot_isolation_state_desc AS SnapshotIsolationState,
is_read_committed_snapshot_on AS IsReadCommittedSnapshotOn
FROM sys.databases