Tagged Questions

3
votes
1answer
306 views

How well does Sync Framework 4 scale?

I've had a little experience with sync 2 and found that it performed terribly for even relatively small datasets (5000 rows or so). I'm coming up to a new project and since the 4.0 CTP is out I was ...
2
votes
1answer
542 views

Microsoft Sync Framework with Mutliple Client and Server Database

I'm working on changes to an application to have a local data store instead of connecting directly to the database server. The client app will then sync changes both ways between the server database ...
1
vote
1answer
73 views

Sync Framework - Syncing data without schema changes

Is there a way to use Microsoft Sync Framework without implementing the required schema changes ('_tracking tables'). Basically, I am faced with the task of Syncing two SQL Server 2008 databases, one ...
1
vote
3answers
662 views

XCOPY-deploying Microsoft Sync Framework in a no admin rights scenario (i.e. ClickOnce install)

I'm currently designing a smart client app (WPF) which needs to operate in an "occasionally disconnected" mode. For the offline scenario, I'm looking at using: Disconnected Service Agent ...
0
votes
3answers
33 views

Sync Framework, filter fake deleted rows

Context: I want to synchronize Sql Server to Sql Compact trough wcf. The client (sqlce) only downloads updates from the server(sql2008) from time to time. On the server nothing gets ever deleted it's ...
0
votes
1answer
35 views

Microsoft Sync Framework - Merge Conflict Resolution Policy

Do you know how the Merge Conflict Resolution Policy in Sync Framework works? The doc here: http://msdn.microsoft.com/en-us/magazine/dd569762.aspx says that Merge is supported by default by the ...
0
votes
1answer
86 views

Asp Mvc 3 and Synchronization Framework 2.1

I am creating application under ASP MVC 3 on x64 platform, and try to work with MS Synchronization Framework 2.1 for synchronize MS SQL Express and MS SQL Compact 3.5 SP2 Databases. Client and server ...
0
votes
1answer
57 views

How to sync a SharePoint List (via SP WebServices) with a SQL Table?

is there a possibility to sync a SharePoint list via standard SharePoint WebServices with a SQL Table? I would like to use the Microsoft Sync Framework. Some sample code would be very helpful. ...
0
votes
0answers
246 views

Sync error: “SQL Server change tracking has cleaned up tracking…”

I'm using SQL CE 3.5, Microsoft.Synchronization.Data.SqlServerCe 3.1 and MSSQL 2008 and for every insert i catch the same exception with ApplyChangeFailed event on ServerSyncProvider. I have got this ...
0
votes
1answer
181 views

Custom SimpleSyncProvider creating zero byte files

I have a FileSyncProvider and I've written a custom implementation of the FullEnumerationSimpleSyncProvider. When files are synced from the FullEnumerationSimpleSyncProvider to the FileSyncProvider ...