{"id":196,"date":"2012-05-10T07:59:42","date_gmt":"2012-05-10T07:59:42","guid":{"rendered":"https:\/\/sqlserverlearner.azurewebsites.net\/2012\/05\/10\/fix-cannot-restore-sql-server-2000-backup-on-sql-server-2012\/"},"modified":"2012-05-10T07:59:42","modified_gmt":"2012-05-10T07:59:42","slug":"fix-cannot-restore-sql-server-2000-backup-on-sql-server-2012","status":"publish","type":"post","link":"https:\/\/sqlserverlearner.com\/2012\/05\/10\/fix-cannot-restore-sql-server-2000-backup-on-sql-server-2012\/","title":{"rendered":"FIX – Cannot Restore SQL Server 2000 Backup on SQL Server 2012"},"content":{"rendered":"
Unable to Restore SQL Server 2000 Backup on SQL Server 2012?<\/strong><\/p>\n If you are trying to restore SQL Server 2000 backup on SQL Server 2008 you would be facing error like:<\/p>\n The database was backed up on a server running version 8.00.2055. 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. Restoring SQL Server 2000 backup to SQL Server 2012 is not supported.<\/p>\n Why?<\/strong> How to restore then?<\/strong> Steps:<\/strong> If you do not have SQL Server 2008 r2, You can download a trial version of SQL Server 2008 r2 from the below links. Alternatively you can use SQL Server 2005 (or) SQL Server 2008 also as an intermediate source.<\/p>\n Following the above steps should help solve the problem.<\/p>\n
\nMsg 3169, Level 16, State 1, Line 1<\/p>\n
\n<\/font><\/p>\n
\nAccording to MSDN<\/a> In SQL Server 2012, you can restore a user database from a database backup that was created by using SQL Server 2005 or a later version.<\/em><\/p>\n
\nFix\/resolution:<\/strong>
\nUse SQL Server 2008 R2 as an intermediate source.<\/em><\/p>\n
\n1. First restore the SQL Server 2000 backup to SQL Server 2008 r2.
\n2. Then backup the database from SQL Server 2008 r2 and restore it on SQL Server 2012.<\/p>\n
\n http:\/\/msdn.microsoft.com\/en-us\/evalcenter\/ff459612<\/a>
\n http:\/\/www.microsoft.com\/sqlserver\/en\/us\/editions\/previous-versions.aspx<\/a><\/p>\n