Link to home
Start Free TrialLog in
Avatar of COACHMAN99
COACHMAN99

asked on

SQL SERVER RESTORE OLD BACKUP VERSIONS

Hi All
I need to migrate a sql server db from 2008 to sql express. When I try to restore it via management studio I get the following error. Is there a simple massage of this sql file, or if not. please advise correct procedure.
thanks

System.Data.SqlClient.SqlError: The database was backed up on a server running version 8.00.2039. 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)
ASKER CERTIFIED SOLUTION
Avatar of Lee
Lee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of COACHMAN99
COACHMAN99

ASKER

thanks guys.