Read committed Snapshot VS Snapshot Isolation Level
begin transaction set transaction isolation level read committed; -- automatically set to read committed snapshot when this setting is ON on database level select top 100 * from Events where id > ${lastId}