Can SQL Server replicate TO SQL Server Compact Edition?
To put this in some relevant context, I'm considering the implications of using SQL Server CE as a near line edge cache instead of querying & caching results from our database.
Can SQL Server replicate TO SQL Server Compact Edition?
To put this in some relevant context, I'm considering the implications of using SQL Server CE as a near line edge cache instead of querying & caching results from our database.
According to this page Implementation Replication (SQL Server Compact) it would seem possible, to create a replication publication, and a subscriber in SQL Server CE.
Or maybe the Microsoft Sync Framework is more what you're looking for? See Database Sync - SQL Server and SQL Compact for some code samples.