Click here to Skip to main content
15,886,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
good day,

i did try to backup my database from sqlExpress2008 and restore it in sqlExpress2014. but when i perform this operation it return me with this kind of error

'Msg 3169, Level 16, State 1, Line 1
The database was backed up on a server running version 8.00.2039. That version is incompatible with this server, which is running version 12.00.2000. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server.
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.'



is there any way for me to solve this problem?

thank you very much experts.

What I have tried:

I did try to restore it using sql backup restore and using script both return me same error.

Thank you
Posted
Updated 6-Mar-16 23:40pm
Comments
Richard Deeming 7-Mar-16 5:43am    
Are you sure about that? The error message says the backup was created in v8.00.2039 - that's SQL 2000, not 2008.

SQL 2014 can only restore backups created in SQL 2005 or later.
JOE Heart Under Blade 7-Mar-16 22:22pm    
tq very much for remind me about that, yeah that's true, it's a 2000. tq very much.

1 solution

 
Share this answer
 
v2
Comments
JOE Heart Under Blade 7-Mar-16 22:23pm    
tq very much bro, you always come up with a better solution every time i ask a question. take my 5 bro. tq very much.
Maciej Los 8-Mar-16 1:35am    
You're very welcome.
Cheers,
Maciej

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900