Quantcast
Viewing all articles
Browse latest Browse all 3587

Re: how to find out the reason for blocking locks?

Kent,

 

I don´t think so, because tempdb objects (#) are not share accross spids, unless you have a tempdb.. table creation.

 

Try collecting monlocks every 5 seconds if needed, but take the object_name in it like this:

select object_name(ObjectID,DBID) as Tabla, * from master..monlocks then take a look at BlockedState in ('Blocked','Blocking').

 

I hope this help.

 

Regards.-

Javier.


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>