1,查看那个表死锁

select object_name(resource_associated_entity_id) as tableName, request_session_id as pid from sys.dm_tran_locks
where resource_type = 'OBJECT'

2,结束死锁的进程

kill 70

 

相关文章:

  • 2022-02-26
  • 2021-12-10
  • 2022-12-23
  • 2022-01-15
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-05-18
相关资源
相似解决方案