I have a SQL Server database running on the server. I have a desktop application that needs to pull data out of the server database and push it to the local database. The desktop application then works with the local database and after getting some tasks done, we need to update the server database with the data in the local database.
The scenario is similar to how a SQL Server CE database works with the webservice to pull and push data.
Any ideas how I can egt this to work?