Possible Duplicate:
SQL Server database backup restore on lower version
I use SQL Server 2008 locally, and on the production server my database is SQL Server 2008 R2.
For a quick test, I would need running RESTORE TASK to my local DB with a backup from the production server.
I receive this error:
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)
I understand versions are different, but I would like to know if exist a quick work around (better called a quick HACK).