Tagged Questions

10
votes
1answer
5k views

Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework

I've tried to get a solution for the above said question from MSDN Social and other resources from Microsoft. I was specifically looking for offline scenarios where client come online only to fetch ...
3
votes
1answer
311 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 ...
3
votes
1answer
436 views

Get Change Summary in Microsoft Sync Framework

I am using Microsoft Sync Framework for syncing server and client SQL server 2005 database. My requirement is to get summary of all changes and display it to the user before actually perform sync ...
1
vote
1answer
35 views

SQL Server CE with Sync Framework SP1 and SP2

I couldnt think of a good title so please read the question here: I have a SQL-CE Database in a WinForms Application which is using the Sync-Framework for a simple DownloadOnly Syncronization. Since ...
1
vote
0answers
30 views

Persisting ServerSyncProvider on server in WCF Service Implementation

I am building an occasionally connected system using Microsoft Synchronization Framework with WCF as the transport medium. The client application builds a SyncAgent with a SqlCe synchronization ...
1
vote
1answer
33 views

Twice Synching the same Table

I am using Microsoft Sync FrameWork 2.1. I want to Sync one table twice from Source to Client with Sync Direction as UploadAndDownLoad(BiDirectional). During first Sync I need to force one coumn as ...
1
vote
1answer
144 views

Is it possible to define a custom tracking mechanism with the Microsoft sync framework?

I am currently evaluating the Microsoft sync framework as a possible solution to sync data between two SQL databases. The examples I have seen so far rely on "tracking tables" containing the ...
1
vote
2answers
388 views

Sync Framework sync database view

can microsoft sync framework sync database views ? or in your SelectIncrementalInsertsCommand can you select and join to multiple tables kinda doing something like a view?
1
vote
1answer
1k views

How do I use Microsoft Sync Framework to sync between SQL Server 2008 and a .NET Webservice?

Does anyone have an example of how to use MS Sync framework with .NET webservices? I have SQL Server 2008, which is exposing data to BlackBerry devices through webservices using regular web methods. ...
0
votes
1answer
102 views

Use Sync Framework with SQL 2008 change tracking on both local and remote

What I want is to be able to use Microsoft Sync Framework to sync two SQL 2008 databases that both use the SQL 2008 change tracking feature. One will be a server and the other will be a local ...
0
votes
1answer
55 views

Does the Microsoft Sync Framework update the schema and data or just the data?

Does the Microsoft Sync Framework update the schema and data or just the data ? Thanks in advance.
0
votes
1answer
70 views

Microsoft Sync Framework and Integer as Identifier

I've got to implement data synchronization between a local storage that resides on a mobile device and the server DB. The thing is that our DB (which is already in production for many years) all uses ...
0
votes
1answer
162 views

SQL server data conversion using Microsoft Sync Framework

We are analyzing Microsoft Sync Framework for syncing the client and server database. The scenario is like this: Server DB hold master data for all projects but the client DB only contains data to a ...