microsoft-sync-framework
Sync framework with SQL Server 2008 Change Tracking
Is there a way to synchronize two SQL Server 2008 databases(any edition) using Microsoft Sync Framework and SQL Server 2008 Change Tracking mec开发者_开发问答hanism, instead of provisioning the databa[详细]
2023-02-14 05:57 分类:问答Export calendar events to google calendar, ical, microsoft outlook
I have used jquery calendar, and I have used to create event details, now I want to export the same event details to google calendar,iCal and also Microsoft outlook, depending u开发者_运维百科pon the[详细]
2023-02-14 00:48 分类:问答Sync Framework 2.1 not completing sync
I am using sync framework to sync datat from an Sql Server 2008 R2 database. when I run sync on my machine, from the installed wpf 开发者_如何学Pythonapplication or from visual studio, everything sync[详细]
2023-02-13 22:32 分类:问答Microsoft Sync Framework 2.1 + Change Tracking in Sql-Server 2008
When I provision a scope for synchronization in an SQL 2008 database like this: SqlSyncScopeProvisioning sqlServerProv = new SqlSyncScopeProvisioning(sqlServerConn, myScope);[详细]
2023-02-13 01:38 分类:问答How to use batching with custom change tracking in Sync Framework 2.1?
With Sync Framework 2.1, batching seems to have got in-built support, so in some of the providers we can just mention the batch size and the spool file location (and some other attributes) and the bat[详细]
2023-02-08 11:38 分类:问答Using Microsoft Sync Framework to sync files across network
The file synchronization example given here - http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=3424 only talks about syncing files on the same machine. Has an[详细]
2023-02-07 00:02 分类:问答Update schema changes using Microsoft sync framework 2.1
Is this possible to update the server side and Ce(local) Schema using sync framework 2.1. 1) Currently Sync i开发者_如何学Cs working fine. If i update server schema(adding an extra column to table).[详细]
2023-01-29 08:22 分类:问答Sync framework - how to enable and disable unique index inside a sync transaction?
I would like to disable and then rebuild a unique index insid开发者_JAVA百科e a sync transaction. Can it be done?[详细]
2023-01-26 05:29 分类:问答Sync Framework DbProvisioningException
Im trying to learn Sync framework. I have followed step by step MSDN Documentation and it didn\'t work. Surprised?![详细]
2023-01-25 09:57 分类:问答Filtering data with Microsoft Sync Framework
Context: I\'m working on a project that use Offline Application Architecture. Our client program has 2 modes: connected and disconnected. When user in disconnected mode, they will use their local data[详细]
2023-01-25 04:03 分类:问答