0
votes
1answer
42 views

MS Synch Framework - Synch 2 branches to central branch

I'm trying to create a Synch Module using MS Synch Framework wherein records from 2 branches will be synched into a central branch database. I wanted to achieve this with MS Sql Server 2008 R2. I ...
0
votes
1answer
48 views

Performing Get Copy All Operation With Microsoft Sync Framework

I'm testing out Microsoft Sync Framework to try and see if it'll be suitable for a task that I'm working on. One of the things I'd like to be able to do is to have the option to not just send changed ...
0
votes
1answer
39 views

Sync Framework Error (Range was provided out of expected order.)

Hi We are using Sync framework for syncing between SQL CE and SQL Server on server side. For some newly entered data in the server side, sync throws an error Range was provided out of expected ...
0
votes
1answer
759 views

Using microsoft sync framework 2.1 for SQL Server 2000

We need to synchronize database and image files between two servers. The source server has sql server 2000 and the destination server has sql server 2008. We need to synchronize data in some tables in ...
1
vote
0answers
200 views

Microsoft Sync Framework error deleting foreign key linked tables

I am using Microsoft Sync Framework 2.1 with SqlServerCE. I have a main table with a child table linked by a foriegn key. When I delete the main table entry, it fails since there are items in the ...
0
votes
2answers
453 views

Can I use Microsoft Sync Framework to synchronize two SQL 2008 databases?

I've seen examples about synchronizing SQL 2008 with SQL CE. But not two SQL 2008 databases. If it can be done, have you seen example code about how to do it?
2
votes
1answer
662 views

Is there a Sync Provider (for Microsoft Sync Framework 2.0) for an FTP site?

I'd like to synchronize a file directory with an FTP directory using Microsoft Sync Framework 2.0. There is a provider for the file system. But is there one for an FTP site? Or I need to write my own? ...