select  
    object_name(P.object_id) as TableName, 
    resource_type, resource_description
from
    sys.dm_tran_locks L
    join sys.partitions P on L.resource_associated_entity_id = p.hobt_id

相关文章:

  • 2022-12-23
  • 2021-08-15
  • 2021-12-02
  • 2021-09-26
  • 2022-12-23
  • 2022-03-01
  • 2021-12-04
  • 2021-12-11
猜你喜欢
  • 2021-07-17
  • 2022-02-22
  • 2021-12-02
  • 2021-09-28
  • 2021-12-04
  • 2021-09-10
相关资源
相似解决方案