What isolation level for select query: ‘snapshot’ vs ‘read uncommitted’
It is true that the for select query ‘read uncommitted’ isolation level is fester then ‘snapshot’?
Both case do not respect object locking and results will be the same for select query?