I have a .bak file from Microsoft Sql version 8.i want to restore this file to Microsoft SQL Server 2014. But there is a problem:
TITLE: Microsoft SQL Server Management Studio
Restore of database 'asset' failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)
ADDITIONAL INFORMATION:
System.Data.SqlClient.SqlError: The database was backed up on a server running version 8.00.0384. 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. (Microsoft.SqlServer.SmoExtended)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=12.0.2000.8+((SQL14_RTM).140220-1752)&LinkId=20476
How can I restore a .bak file (version 8) in MSSQL 2014?