How to check table locks
摘要:select object_name(P.object_id) as TableName, resource_type, resource_descriptionfrom sys.dm_tran_locks L join sys.partitions P on L.resource_associated_entity_id = p.hobt_id
阅读全文
posted @ 2012-09-01 08:18
浙公网安备 33010602011771号