when you insert into DB  , i t will  add lock , I think you db has many locks , so  kill them by finding out their idand  run :   kill id

解决方案 »

  1.   

    The lock is created by DB automatically , so when you insert into DB  , i t will  add lock
      

  2.   

    to redbb:那我怎么删掉锁呀,怎么才能找到他.
      

  3.   

    use :  sp_lock 
    in  query analays  tools  to find whether there is waiting Thread exists
      

  4.   

    Or in your Enterprise Management, expand the Management -current activityand kill the Process which exists dead lock
      

  5.   

    redbb(....Dotneter....) :我每次把他删了,保存大量数据时,它又加锁了,还是保存不进去.怎么办.