There is more things, one of them is that there should
be started another transaction that is using your table and
than your statement is waiting that transaction to finish.
If you have Enterprise Manager, you can look what transactions
are running at Management \ Current Activity option.
Also, is "mytable" physical table or is it view ?
Zhavic
--------------------------------------------------------------- In the 1960s you needed the power of two Comodore64s to get a rocket to the moon. Now you need a machine which is a vast number of times more powerful just to run the most popular GUI.
hi zhavic,
"mytable" is a table... anyways, good news -- we've already found-out what is causing the issue... you are correct... all transactions are being blocked by another running transaction... we were able to determine this using sp_who2...
thanks,
yale
i have a follow-up question... how do i resolve the blocking issue? is there something that i could place in the sql script that is causing the blocking of transactions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.