Quote:
|
Originally Posted by iowaguy86
You need to put databases in the correct folder before attempting to attach them to the database. C:/Program Files/Microsoft SQL Server/MSSQL.1/MSSQL/Data
Put the database files you want to attach to your database in that folder, then try attaching.
|
There is nothing to do with that, hes trying to attach a file which was made with higher version then his current one. Read carefully on the image.
------------
@kkelane
You've made the .MDF and .LDF files on Older version of MSSQL and you are trying to restore(Attach) them on lower version of MSSQL version which will NOT work. You need to use same version of MSSQL or Plus(higer) version of MSSQl.
I can see that you made the the MDF and LDF files was made with Version 706 and your MSSQL version is 611. So update your MSSQL to the latest version and it i will work.
Remember, don't restore(Attach) files which was made with higher version then your current version.
Regards,
Shaco