Hi
The scenario is a server at the head office of a client which is a centralized database on a database SqlServer 2008 professional version and several peripheral sites where it is delocalized housed in the same
database instance SqlServer 2008 Express Edition (the limit of 10 GB the Express version is sufficient for the needs of the client) .
In the branch offices need to work in disconnected mode to avoid inconvenience in the event of a power failure (you know where we are in Italy with broadband ....) .
There is therefore the need to synchronize some tables of the database of the peripheral seats with that of the central .
I was planning to develop a Wcf service with a lot of code to write, but when I saw the Sync Framework I thought I would have facilitated the work .
My enthusiasm dropped when I saw that the database could be just on the outskirts Ce.
How can I use Sync Framework in this scenario in VS2010 o 2012?
Thanks, bye
Roberto Tomassini