数据库升级过了吧
三年前还在用sql server 7.0把
看看锁的机制是否变了

解决方案 »

  1.   

    1。在数据库日志中有这样的错误:“Using 'xpsql70.dll' version '1998.11.13' to execute extended stored procedure 'xp_msver'.”Using 'xpstar.dll' version '1998.11.13' to execute extended stored procedure 'sp_MSgetversion'.但是数据库本身该文件的日期为:'1998.11.12' 2。SQL Server has run out of LOCKS. Rerun your statement when there are fewer active users, or ask the system administrator to reconfigure SQL Server with more LOCKS..3。Error: 1204, Severity: 19, State: 1
      

  2.   

    在SQL7.0数据库的日志中有下面的错误:
    1。Using 'xpsql70.dll' version '1998.11.13' to execute extended stored procedure 'xp_msver'.
    2。Using 'xpstar.dll' version '1998.11.13' to execute extended stored procedure 'sp_MSgetversion'.
    但在系统中该文件的日期为:'1998.11.12' 而SQL2000中的该文件的日期:'1998.11.13' 
    3。SQL Server has run out of LOCKS. Rerun your statement when there are fewer active users, or ask the system administrator to reconfigure SQL Server with more LOCKS..
    4。Error: 1204, Severity: 19, State: 1