通过 Select * from sysprocesses where blocked <> 0 得到SID,
然后 exec sp_lock 得到OBJID
最后,select object_name(OBJID)
却查询出一个空值...总是这样.不知道为什么......