When I use sp_lock I see something like this:
Type: TAB
ObjID 1115151018
When I run select object_name(1115151018)
I got "sptValue" -- which I think is a stored proc.
How can I get more info on locked tables -- for example, the DB name as well at the table name that is locked?
TIA,
barkingdog