I was trying to restore database from sql server 2008 R2 to sql server 2008 standard and got error.
The database was backed up on a server running version 10.50.4000. that version is incompatible with this server, which is running version 10.00.5500.
When i searched about it i found that it is due to compatibility problem.No where i didn't find solution other than importing database or scripting the database. Is there any other method i can use to solve this problem? Also can i set any property during creating database in sql server 2008 r2( i saw compatibility level option while creating database) so that i can restore it in sql server 2008?
Thank you..