I had MDf Files created with SQL Server 2000 can I attach them on SQL Server 2005 without any problems?
Please anyone advise me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’ll work fine, I’ve done this a couple of times without any problems.
Just remember if you want to use SQL2005’s features on the database, change the compatibility mode from 80 to 90 under the database properties after you attach it.
To do this once the database is running, right-click it, go to “Properties”, then click the “Options” menu item on the left, and “Compatibility Level” will appear.
Running the script below will also work.