SQL सर्वर एक्सप्रेस 2008 डेटाबेस के लिए बैकअप को पुनर्स्थापित करने का प्रयास करते समय मुझे निम्न त्रुटि मिली:
Restore failed for Server '...\SQLEXPRESS'. (Microsoft.SqlServer.SmoExtended)
System.Data.SqlClient.SqlError: The database was backed up on a server running version
10.50.1600.
That version is incompatible with this server, which is running version 10.00.2531.
Either restore the database on a server that supports the backup, or use a backup
that is compatible with this server. (Microsoft.SqlServer.Smo)
क्या एक बैकअप प्राप्त करने का एक तरीका है जो SQL सर्वर एक्सप्रेस के पुराने (मेरे मामले में 10..2.131) नए (मेरे मामले में 10.50.1600) संस्करण से पुराना है?