7 lines
163 B
SQL
7 lines
163 B
SQL
begin tran
|
|
select * from Cards where hmy = 1
|
|
waitfor delay '00:00:03'
|
|
select * from Cards where hmy = 1
|
|
commit tran
|
|
|
|
set transaction isolation level read committed |