1>select top 1 id from sysobjects where  name='tblName'可以查出表的Objectid


2>再exec  sp_lock  就可以找到 spid


3>再kill spid 解锁

相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-01
  • 2021-06-09
  • 2021-05-29
  • 2022-01-09
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
相关资源
相似解决方案