No announcements
Found 232487 threads
-
0 Votes
Sync multiple scopes between two peers - Microsoft Sync framework
This is possible.Answered | 1 Replies | 8337 Views | Created by AjinathWaghmode - Monday, May 24, 2010 6:30 AM | Last reply by Ann Tang [MSFT] - Monday, May 24, 2010 5:13 PM -
0 Votes
Is it pssible to sync 'same scope' with multiple databases
Yes, it's supported to sync same scope with multiple databases.Answered | 3 Replies | 6362 Views | Created by AjinathWaghmode - Thursday, June 10, 2010 6:43 AM | Last reply by AjinathWaghmode - Wednesday, June 16, 2010 12:15 PM -
1 Votes
Can we sync two database tables with different schema?
Yes, you can use column filters in your scope definition, so that only a subset of columns sync down from the server to the client.Answered | 1 Replies | 7451 Views | Created by Jyoti sharma - Friday, November 26, 2010 6:05 AM | Last reply by Sid Singh [MSFT] - Friday, November 26, 2010 6:18 AM -
1 Votes
Is it possible to sync specific data with Microsoft Sync Framework
You can add new sync scopes to the same tables when other sync scope is syncing with other endpoints.Answered | 5 Replies | 6872 Views | Created by AjinathWaghmode - Monday, May 17, 2010 10:04 AM | Last reply by Dong Cao - Monday, May 17, 2010 8:34 PM -
0 Votes
Database Structure Updates with sync scopes provisioned
For the initial version, I created a snapshot of a clean database (no sync scopes or database objects) using tools from RedGate.Answered | 1 Replies | 8960 Views | Created by FireTek - Thursday, January 21, 2010 8:11 PM | Last reply by Patrick S. Lee - Thursday, January 21, 2010 9:54 PM -
0 Votes
Is it possible to sync two databases when the scopes are different?
It is possible, that the scope definitions (which tables will be synced, when) will change between patches / versions, and two clients might not ...Answered | 2 Replies | 6391 Views | Created by Assaf Stone - Thursday, August 26, 2010 12:10 PM | Last reply by Assaf Stone - Thursday, August 26, 2010 7:42 PM -
0 Votes
Sample Code - Sync TWO SQLCE databases on devices
Hi Kristine - It can still be possible for a device to send changes to a PC - the device would store it's metadata file, but it's provider would run on the PC itself (partial participant).Answered | 3 Replies | 7852 Views | Created by kristine1991 - Saturday, February 27, 2010 10:07 PM | Last reply by Sid Singh [MSFT] - Tuesday, March 16, 2010 4:21 AM -
0 Votes
Sync two database with EF 4.0
The sample is here : http://code.msdn.microsoft.com/Database-Sync-SQL-Server-7e88adab, it does not incorporate the Entity Framework or WCF data service, which you can do ...Answered | 5 Replies | 6897 Views | Created by Giuseppe Porcelli - Thursday, April 7, 2011 9:50 AM | Last reply by jigu2014 - Monday, April 11, 2011 5:15 PM -
0 Votes
Different between create new normal scope and scope template type
a template cant be used to synchronize. a template is use to share the scope definition among different scopes. check out the latter part of this blog ...Answered | 1 Replies | 7134 Views | Created by Prasert Simla - Thursday, March 31, 2011 10:38 AM | Last reply by JuneT - Thursday, March 31, 2011 12:16 PM -
0 Votes
Customizable Sync Scope/Schema at run time
The server filters out certain fields/columns from entities it gets before it applies updates and then adds them when they are being downloaded.Answered | 1 Replies | 7716 Views | Created by Jeremy Wesley - Thursday, January 13, 2011 5:23 PM | Last reply by mjayaram - Thursday, January 13, 2011 6:18 PM -
0 Votes
Re-sync two peers after metadata recreation
Additionally, how much data do you have in the database?Answered | 1 Replies | 12799 Views | Created by PieroAllegretti - Friday, November 20, 2009 6:58 PM | Last reply by Mahesh Dudgikar - Saturday, December 5, 2009 4:18 AM -
2 Votes
Is Peer-to-Peer Sync between SQL Compact 2008 (sdf) databases possible?
Hi Dong, Yes, the two SqlCe databases are on two different machines.Answered | 6 Replies | 13282 Views | Created by TomHN - Friday, October 30, 2009 1:35 PM | Last reply by TomHN - Friday, November 6, 2009 12:38 PM -
1 Votes
Enforcing sync scope in server side WCF code for security
"Also, dynamic filtering is possible, but you would need to have as many scopes as you have the number of users.Answered | 3 Replies | 9290 Views | Created by JimJalinsky - Friday, February 5, 2010 8:15 AM | Last reply by Mahesh Dudgikar - Wednesday, February 10, 2010 1:45 AM -
0 Votes
Dynamic filtered sync
Client A will need to reinitialize itself (delete its database) and start afresh and sync with state=OR.Answered | 7 Replies | 8034 Views | Created by Phazzy - Thursday, February 4, 2010 7:23 AM | Last reply by INuke - Tuesday, December 14, 2010 5:55 PM -
2 Votes
Large database sync scenario
The anchor/blob that is passed up and down with every sync request has the sync knowledge for the scope the client is involved in.Answered | 5 Replies | 8845 Views | Created by Andy Wigley - Thursday, December 9, 2010 12:41 PM | Last reply by Ganeshan - Friday, December 10, 2010 5:36 PM -
0 Votes
Creating overlapping scopes in an SqlCe database
There is no support for overlapping scopes for SqlCeSyncProvider because SqlCe is regarded as a client only database, hence the need for overlapping scopes are not ...Answered | 1 Replies | 6795 Views | Created by Anthony Coble - Tuesday, May 4, 2010 3:15 PM | Last reply by jigu2014 - Tuesday, May 4, 2010 5:04 PM -
0 Votes
How do i delete a Scope and remove Sync tables ?
I didn't known it was possible with some new functions.Answered | 19 Replies | 16308 Views | Created by Montago - Tuesday, January 12, 2010 1:12 PM | Last reply by David Chanussot - Tuesday, February 8, 2011 12:39 PM -
0 Votes
Synchronising two SQL Express Databases with ADO.NET sync services in MSF2.0
Database Sync: Peer-to-Peer over WCF in the sync code gallery: http://code.msdn.microsoft.com/sync.Answered | 4 Replies | 13189 Views | Created by trickytree007 - Tuesday, October 20, 2009 2:30 PM | Last reply by Dong Cao - Tuesday, October 27, 2009 5:45 PM -
2 Votes
Is it possible to instruct Sync FX to ignore certain columns?
When you define the sync scope, you could skip the ClusterID column and this should serve your purpose.Answered | 5 Replies | 8244 Views | Created by Bo416 - Thursday, September 30, 2010 4:28 PM | Last reply by Bo416 - Thursday, September 30, 2010 9:46 PM -
0 Votes
Sync between 2 SQL Server 2005 databases
Please see these articles for more info on how to do it: Working with Table Schemas and Deploying and Versioning Applications Also, dynamic filtering is possible, but you ...Answered | 1 Replies | 33224 Views | Created by Emmanouil Gimissis - Wednesday, December 16, 2009 6:23 PM | Last reply by Mahesh Dudgikar - Thursday, December 24, 2009 6:48 PM - Items 1 to 20 of 232487 Next ›
No announcements