Suppose I have a query:
begin tran -- some other sql code
And then I forget to commit or roll back.
If another client tries to exec
depends on the isolation level of the incomming transaction.
Sql transaction isolation explained