Two tables and two procedures in my machine using SQL Server 2008 Express in my VS 2010. The problem is my database does not on the lab machine and it keeps showing my an error saying:
The database cannot be opened because it is version 661.This server supports version 655 and earlier.
My question is, I need to activate my database in SQL Server whether home or in the lab, i.e a folder of my data can be initiated, saved in my USB and run on the lab machine as well as home! Is there anyway I can do that and how?!
Update: how do I make a copy of the data from the SQL Server 2008 R2 database to a 655 version DB?
Thank you