Answered by:
Restore .bak file of 2000 sql server to 2012 sql server

-
text/html 7/3/2013 9:09:10 AM khemt 0
Hello All,
I have restore the .bak file of MS 2000 to MS 2012 but I am getting following error message:
Restore of database 'XYZ' failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)
------------------------------
ADDITIONAL INFORMATION:
System.Data.SqlClient.SqlError: The database was backed up on a server running version 8.00.0194. That version is incompatible with this server, which is running version 11.00.2100. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server. (Microsoft.SqlServer.SmoExtended)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1846+)&LinkId=20476Any good suggestion would be highly appreciated.
Regards
Khem
Question
Answers
-
text/html 7/3/2013 9:20:49 AM Excent 2
Hi,
it seems like a SQL 2000 database backup. Unfortunately, restore to SQL 2012 is not supported (http://msdn.microsoft.com/en-us/library/ms186858.aspx). You have to restore your database on an instance of SQL Server 2005, 2008 or 2008 R2 first and then back it up from there.
Cris
Excent
All replies
-
text/html 7/3/2013 9:12:56 AM vr.babu 0
-
text/html 7/3/2013 9:16:30 AM khemt 0
-
text/html 7/3/2013 9:20:49 AM Excent 2
Hi,
it seems like a SQL 2000 database backup. Unfortunately, restore to SQL 2012 is not supported (http://msdn.microsoft.com/en-us/library/ms186858.aspx). You have to restore your database on an instance of SQL Server 2005, 2008 or 2008 R2 first and then back it up from there.
Cris
Excent
-
text/html 7/3/2013 1:00:15 PM khemt 0
-
text/html 7/4/2013 6:23:23 AM khemt 0