Groups | Blog | Home
all groups > sql server (microsoft) > june 2007 >

sql server (microsoft) : Understanding Wait_Resource ID



6/21/2007 6:47:51 AM
I need some help understanding the data retrieved from the
wait_resource column from the dynamic management view
sys.dm_exec_requests.
Normally the data returned is in the format of [database_id]:
[object_id]. Where the object_id returns the table name. That
facilitates finding your points of contention.
This morning we were having some trouble and we were getting data in
the format of [database_id]:[object_id]:[something]. Could anyone shed
some light on the third number. I've done some research and it and
I've not been able to find much of anything beyond the most base of
information.
Thanks in advance for your help.

Drew Flint
Plexus Systems Inc.
Will
6/23/2007 12:36:06 AM
On Jun 21, 2:47 pm, "drew.fl...@gmail.com" <drew.fl...@gmail.com>
[quoted text, click to view]

This page looks promising (MSSQL 2000, but prob. applies to 2005 if
you're using that): http://msdn2.microsoft.com/en-US/library/aa213025(sql.80).aspx
AddThis Social Bookmark Button