I found this code example
http://code.msdn.microsoft.com/Database-SyncSQL-Server-a9752fac. But it's a whole lot of code for a newbie who's overwelmed with syncproviders etc.
When adding a local data cache item to my vs2010 project I get this clean wizard creating a sqlce database, including the required sync functionality. There is no way to change the local database to a SQL Express version. I managed (quite easily due to that
wizard) to create a sync between a sql express and a sqlce local database. The wizard does not allow another type of local database.
But I need to be able to sync between two sql express 2008 versions. The lack of stored procedures and the expected amount of data is just not fit for sqlce. Hence my question above:
Is there a walkthrough to create the code to sync between two sql express databases? Maybe a simple (very basic) code example? Possibly some video material?
Regards,
Alex