1.查看被锁的表
select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT'
执行这个sql语句将可能得到如下结果:
2.执行表解锁 只需要结束对应的进程即可
kill 71