How can I import an mdf file or sql script in ms sql 2000 orms sql 2005, also how to do the same if it is am aceess database?
Thank you
Darlene
From within the sql server studio, right click on the databases entry. The task you are looking for is "attach database".
Grab the .mdf file for the db to install. ( It may try to grab a .log file that is in the wrong directory, if so, delete the reference to it on the screen. It will create another log file in the same directory as the .mdf file.)
As for access, you are on your own. :)
No comments:
Post a Comment