We have a database running on a shared host via SQL Server 2008. We are now in the position, due to performance constraints, where we have to move the database, along with a website. We use change tra
We have an implemented a WCF service for sync framework communication with the guidance ofhttp://wcfguidanceformobile.codeplex.com/ . The client in created by NetCFSvcUtil.
I\'m trying to upgrade an application that uses Sync Framework 1.0 to synchronise a SqlServerCe database with SqlServer 2005. On the client, the existing database already has change tracking enabled,
I\'m using SyncFramework 1.0 for syncing a SqlCe 2005 database with SqlServer 2005. I\'m setting the Sync anchor like this...
I\'m having some trouble getting started with the Sync Framework.In doing research, it looks like the Sync Framework is a better fit for what we need than replication or a custom-rolled solution.
I am trying to use Microsoft Sync Framework for syncing 2 SQL Server 2005 database (server and client). There are multiple tables in the database with lots of foreign key relation between them. I am u
The SqlMetadataStore from the Sync Framework implements a MetadataStore using the Sql Compact Edition.
I have this WPF application using NHibernate and lazy data loading. I also use Microsoft Sync framework to sync data to and from a central database server. So what happens is that when I modify data o
For those of you familiar with the Microsoft Sync Framework, this question is for you. It\'s regarding application versioning. Let\'s say that I release version 1.0 of my software and a local database
When using MSF, is it implied in the technology that the sync tables开发者_如何学运维 are supposed to be 1-1?