sql server97 ,sql server7?trouble,system table maybe can't use

解决方案 »

  1.   

    restore  databse  dbname  from  disk  =  'yourbak'
      

  2.   

    如果实在不行,找个机器装上2000,恢复数据库,再导入sql7
      

  3.   

    你的备份是完整的吗?如果是,SQL 7的语句为: restore  database  dbname  from  disk  =  'yourbak' with init 。
      

  4.   

    SQL 2000: restore  database  dbname  from  disk  =  'yourbak' with init
      

  5.   

    you can not restore a sql 2000 to sql 7.0,because the difference between the sql 2000 database files and sql 7.0 database.it is unluck!
      

  6.   

    u can not restore a sql 2000 database backup to sql 7.0,because the difference of data files architecture  between sql 2000 and sql 7.0 .