Have you also got the page header information , because you can grab the "m_objid" from the page header , and then : select object_name( my_obj_id ) , which will give you the table name , assuming it's a table
The program ".Net SqlClient Data Provider" has been blocked for 1 minutes on database DB_NAME in the SQL instance INST_NAME. The defined acceptable blocking threshold is 1 minute(s). ".Net SqlClient Data Provider" is running on SPID 197 as login user1 and is blocked by SPID 95. The resource id is TAB: 7:469576711 []
vbkris,
This first number in 7:469576711 is your database id the second number is the object id. If you run this select from that database it will give you the object name
SELECT OBJECT_NAME(469576711)
- Paul
- If at first you don't succeed, find out if the loser gets anything.
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.