1

I am using SQL Server 2012 Express edition. Client sent me the SQL Server backup file with the extension .sps.bak. I am not able to open it with SSMS. Please somebody help me here.

I get the following error message.

Restore of database failed.
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 10.00.1600. Either restore the database on a server that supports the backup or use a backup that is compatible with this server
.

I cannot open the database that was developed with a professional edition on an Express edition?

marc_s
9,0626 gold badges46 silver badges52 bronze badges
asked Oct 22, 2012 at 9:27

1 Answer 1

1

(削除) That's probably a Sharepoint backup. Restore it in Sharepoint, or ask for a SQL server backup (削除ここまで)

Your error message shows that you are connected to a SQL 2008 server, not SQL 2012, and that the backup was performed on a SQL 2008 R2 server. You need an R2 server, or SQL 2012, to restore it.

answered Oct 22, 2012 at 9:30
3
  • Thanks for the quick response. I dont have sharepoint. hmmm let me ask the client for sql server backup. Commented Oct 22, 2012 at 9:42
  • @sri Following your additional information, this may be incorrect Commented Oct 22, 2012 at 9:51
  • Hi Podiluska, You are right. The problem was with version compatibility. Now i am able to restore the database with sql server 2012 express edition. Thanks so much for your help... Commented Oct 22, 2012 at 10:16

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.