[HEP]

07/20/2012 22:20 kkelane#1
[Only registered and activated users can see links. Click Here To Register...]



erro full !=\




# help
07/21/2012 00:06 iowaguy86#2
1. You posted this in the wrong section. PServer Development is for Releases and Fixes only.

2. You need to put databases (.MDF and .LDF) 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 (.MDF and .LDF) you want to attach to your database in that folder, then try attaching.

3. If this doesn't help, Skype me - acarter6
07/21/2012 00:07 .Shaco.#3
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
07/22/2012 16:28 [Boss]FemmeFatale#4
I had the same issue a couple of times you just as shaco says have to make sure you are using the same version as before.

I honestly thought i was but when i re installed MSSQL again from a downloaded copy i found on my hard drive it worked again. For some weird reason some if the versions you get online are different and altho the name seems the same it isnt. This is why I now always keep a zipped version of the one I have been using JUST IN CASE

Backups Are amazing Never forget to Back it Up