I developed a C# winforms project with SQL Server database.
My boss told me that target machines had Win 7 and Win 8. So I wasn't worried with system requirements so I used LocalDB with .Net Framework 4.5.1.
Now my boss changed his mind and the project needs to be installed on Windows XP machines.
I know that I need to change the .Net Framework to 4.0, and there will be no problem with that BUT is there a easy way to change the database because I'll need to change probably to SQL Server 2008 R2 .....