Attaching a database

  • Hi

    I want to know can we attach the mdf and ldf files of sql server 2000 to Sql 7.0.

    What I mean is that I have a database created in Sql 2000.Now lets say if I go and attach it in sql 7.0 will it work fine . or will there be any problems..

     

  • You cannot

  • Nope, but you should upgrade the v7 server to 2000. It can run v7 files and then you have less issues.

  • You can not attach but you may be able to import data into the new database 7.0 from 2000. You may also generate scripts in 2000 to create table and other object structure but you have to verify them for compatibility. I would make a copy of the database in 2000, on the copy set compatibility level to 7.0 and then script.

    Regards,Yelena Varsha

  • You may be able to get them to attach if the compatibility level is set to 70 in database properties - options.  I have done this in the past without any issues.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply