0
votes
1answer
86 views

Microsoft Sync Framework Not synchronizing Azure database with local SQL Server 2008

I am using Microsoft Sync framework to synchronize an Azure database with a local SQL Server 2008 database. Everything is working fine. But I have a small problem as mentioned below I am ...
0
votes
1answer
70 views

Is it possible to have only client side columns for bi-directional database synchronization when using a database cache?

When you are create a database cache and want to do bi-directional synchronization I have read that you should use GUID's as a key instead of a unique Id to prevent clashes during synchronization. ...
0
votes
1answer
301 views

Sync Framework - Update/Update conflict in FK column causes locks in FK table

I am experiencing a very strange issue with custom conflict handling using the Sync Framework. Considering the following simple database structure: CREATE TABLE [dbo].[Container]( [Id] ...
11
votes
4answers
1k views

Open source framework à la Microsoft Sync Framework suggestions?

We are implementing a warehouse management system atop an open source stack (Java, web services & friends). In this system, we want to integrate many mobile devices which should also be capable of ...
1
vote
1answer
763 views

Automatically Creating Client Schema with Microsoft Sync Framework

I need to make a local copy of a database in a .NET app so that it can function offline. My server database is SQL Server 2005, and it's copying to SQL Server 2008 Express. It doesn't have to be ...
2
votes
3answers
2k views

Replication vs Sync Framework vs Service Broker

I've asked about each of these technologies separately, and really haven't found a suitable answer. We have a server in our central office running SQL Server 2005 Enterprise that has several large ...
0
votes
2answers
1k views

Getting Started with Sync Framework

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. ...
1
vote
1answer
2k views

Local Data Cache Sync does not save client changes to sdf file

I created a new c# project and follwed the steps from this tutorial to create a LocalDataCache: ...
1
vote
1answer
2k views

sync framework server to server synchronization

I have kind of a such scenario: Here i need to synchronize local server database with main DB server(example: computers in office are connected to office server and they use it like a local server, ...