No announcements
Found 288377 threads
-
0 Votes
How to sync only new records between two tables, local to remote?
I think that the final is GetActiveConnectionString() In my case, local server is SQL 2008 express and remote is SQL 2000.Answered | 21 Replies | 9000 Views | Created by aspfun - Tuesday, March 16, 2010 8:53 PM | Last reply by aspfun - Thursday, March 18, 2010 6:20 PM -
0 Votes
Using sync framework or insert statement to insert data from local to remote?
The Data involved in sync can be database tables/rows, files, in-memory objects in different data stores.Answered | 2 Replies | 7557 Views | Created by aspfun - Thursday, April 22, 2010 3:34 PM | Last reply by jigu2014 - Thursday, April 22, 2010 8:22 PM -
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 outside of ...Answered | 5 Replies | 6898 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
sync between two SQL servers
http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?Answered | 1 Replies | 7923 Views | Created by Zhisheng Huang - Thursday, May 6, 2010 6:06 AM | Last reply by JuneT - Thursday, May 6, 2010 6:48 AM -
0 Votes
Sync multiple scopes between two peers - Microsoft Sync framework
You could use multiple instances of SqlSyncProviders which point to the same SQL server DB for multiple sync scopes.Answered | 1 Replies | 8338 Views | Created by AjinathWaghmode - Monday, May 24, 2010 6:30 AM | Last reply by Ann Tang [MSFT] - Monday, May 24, 2010 5:13 PM -
2 Votes
How to Synchronise between two tables with the same schema but different Table names
When you provision the tables , you could use the GlobalName and LocalName properties on DbSyncTableProvision to map the table names.Answered | 3 Replies | 5914 Views | Created by Edmund Omni - Thursday, April 21, 2011 4:58 PM | Last reply by Edmund Omni - Friday, April 22, 2011 6:05 PM -
0 Votes
Sync only work if the client table has less than 270 records
However, I have another unknow problem that the sync sometime is hang after the first sync.Answered | 3 Replies | 8332 Views | Created by EverForest - Tuesday, January 12, 2010 7:46 PM | Last reply by EverForest - Wednesday, January 13, 2010 4:47 PM -
0 Votes
how to sync one table at a time
hi , providing new syncgroup for each table will improve the performance or clubbing the tables in syncgroup will improve the performance?Answered | 2 Replies | 12282 Views | Created by bharathi_m - Wednesday, October 28, 2009 5:10 AM | Last reply by .NET Dinkar - Wednesday, November 25, 2009 4:29 AM -
6 Votes
Syncing Related Tables
There are two ways of doing this for the current labs.Answered | 11 Replies | 13328 Views | Created by cmck - Monday, June 28, 2010 3:19 PM | Last reply by mjayaram - Friday, July 30, 2010 5:33 PM -
0 Votes
Case Sensitive Record Insert failed in Sync Local Data cache
check out the documentation under "Client and Server Database Objects Supported by Sync Framework" Sync Framework supports ...Answered | 1 Replies | 6668 Views | Created by NilayM - Thursday, August 26, 2010 1:34 PM | Last reply by JuneT - Thursday, August 26, 2010 2:05 PM -
0 Votes
How to sync a SQL Server peer-to-peer scope of only filtered parent records and related child records
I’m pretty sure I ran through a simple provider sample app a while back that incuded 2 tables with a parent child FK relationship defined and I added a filter to the parent ...Answered | 3 Replies | 6667 Views | Created by Glenn2654 - Tuesday, June 8, 2010 10:08 PM | Last reply by jigu2014 - Monday, June 14, 2010 9:17 PM -
2 Votes
Syncing Non-Identical Tables
Hi June, One of our team is getting the following error trying to sync two tables - TestTable and TestTable3.Answered | 4 Replies | 7236 Views | Created by Colin Meade - Sunday, April 10, 2011 4:21 PM | Last reply by JuneT - Monday, April 11, 2011 3:07 PM -
0 Votes
how to remote debug between two different domains
I would suggest creating a new thread for your question in thePlatform Networking located ...Answered | 2 Replies | 9345 Views | Created by SivaPrasanth - Tuesday, November 23, 2010 5:11 AM | Last reply by SachinW - Tuesday, November 30, 2010 1:09 PM -
2 Votes
How to check appointment sync between Outlook and CRM
As I have been told it from the user, it's the normal sync between Outlook and CRM that seems to be broken for a number of appointments.Answered | 13 Replies | 10024 Views | Created by Steen Schlüter Persson - DK - Tuesday, September 14, 2010 10:08 AM | Last reply by DaDynamixFan - Thursday, December 16, 2010 9:49 AM -
0 Votes
Relationship between two entities
hi, i dont want to create a new record for distributor enttiy after creation of 1:n relationship, by default when a new account is created, a ...Answered | 10 Replies | 9284 Views | Created by ksvimal - Wednesday, August 25, 2010 5:49 AM | Last reply by HIMBAP - Monday, August 30, 2010 9:12 AM -
0 Votes
facilitating a quicker sync deployment with a database with large tables
In this circumstance, the table is only ever synchronized from the server to the client.Answered | 19 Replies | 9932 Views | Created by Ricosol - Wednesday, May 26, 2010 7:10 PM | Last reply by Speedware - Wednesday, August 4, 2010 1:40 PM -
2 Votes
Is Peer-to-Peer Sync between SQL Compact 2008 (sdf) databases possible?
The only limitation is that SQLCE only allows one active connection to the database file on the remote share.Answered | 6 Replies | 13289 Views | Created by TomHN - Friday, October 30, 2009 1:35 PM | Last reply by TomHN - Friday, November 6, 2009 12:38 PM -
6 Votes
still having issues with P2P-only syncs
so is this because Mesh is now smart enough to do the xfr locally if the two P2P boxes are on the same LAN?Answered | 16 Replies | 4142 Views | Created by tdatl - Friday, October 31, 2008 6:24 PM | Last reply by Bozford - Saturday, January 17, 2009 4:27 PM -
0 Votes
How to delete local records that have been synched in UploadOnly direction
I just need a way to check if the record sent to the server failed and then mark it as such in the local sqlce database.Answered | 8 Replies | 7299 Views | Created by gs_ham - Wednesday, May 19, 2010 3:09 PM | Last reply by gs_ham - Wednesday, June 23, 2010 6:01 PM -
0 Votes
Deleted records in reappear during sync
When a change is sync from server to client, do you increase its update version with local timestamp even it is not a conflict?Answered | 1 Replies | 6203 Views | Created by Marshal Stephen - Friday, May 21, 2010 2:26 PM | Last reply by Dong Cao - Friday, May 21, 2010 7:26 PM - Items 1 to 20 of 288377 Next ›
No announcements