I am experiencing this error message on my SQL Server:
Invalid database file version
The .MDF in question was working previously.
How can I fix this because the information in the file is very important to me?
I am experiencing this error message on my SQL Server:
The .MDF in question was working previously. How can I fix this because the information in the file is very important to me? |
|||||||||
closed as not a real question by jcolebrand♦ Sep 7 '12 at 19:39It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||||||
|
Without the actual error message I'm just guessing here... Odds are the database you are attempting to attach is newer than the version of SQL Server that you are trying to attach it to. For example you have a SQL Server 2005 instance, but the database file was last attached to a SQL Server 2008 instance. |
|||
|