I get a message when I try to restore a database backup for SQL Server 2008 clients.
System.Data.SqlClient.SqlError: the database was copied to the server running version 10.50.1600. This version is incompatible with this server running version 10.00.4064.
I made a backup copy of the database and restored it on the server with version 10.50.1600, and then, as soon as I finished my work with dev, I supported it, but now it will not be restored on the client server 10.00.4064.
What are my options now? Is there any way to restore this? Can I import or export data to a client server?
source
share