I would like the data in my SQL Compact database, located on a Windows CE device, to be periodically pushed to a SQL Server instance in a remote location. How would I do that? Do I need programming skills, or is it strictly configuration?
|
SQL Server CE supports merge replication, you should be able to make use of that feature for your data syncs. Have a look at through the following on Technet (the 2nd two are linked from the first): | |||||||
feedback
|
|
Microsoft SQL Server Compact 3.5 supports three methods of connecting to and exchanging data with a SQL Server database: remote data access (RDA), merge replication, and Sync Services. http://msdn.microsoft.com/en-us/library/ms171801.aspx | |||
|
feedback
|