Hi:
We tested our application in production environment and noticed a lot of blocking on SQL 2000. The most puzzling thing is that there are blocking caused by select statements, is this possible? Select * from MyView blocked some other select - can SQL do it or it can be some transaction wrapping from JBOSS? How can we find out?
Thanks.
Andrei
We tested our application in production environment and noticed a lot of blocking on SQL 2000. The most puzzling thing is that there are blocking caused by select statements, is this possible? Select * from MyView blocked some other select - can SQL do it or it can be some transaction wrapping from JBOSS? How can we find out?
Thanks.
Andrei