No announcements
Found 199422 threads
-
0 Votes
Sync data between SQL Server 2008 to SQL Server CE
Please go through the following ...Answered | 3 Replies | 8992 Views | Created by varun gvk - Wednesday, January 26, 2011 8:46 PM | Last reply by varun gvk - Thursday, February 3, 2011 5:18 PM -
1 Votes
Tool for sync any DB SQL Server 2008 to SQL Server CE
Program Manager, SQL Azure and Sync Framework - http://msdn.microsoft.com/sync/Answered | 1 Replies | 15118 Views | Created by Julio Trujillo Leon - Monday, November 30, 2009 4:42 PM | Last reply by Liam Cavanagh - MSFT - Monday, November 30, 2009 5:03 PM -
0 Votes
Sync SQL Server CE with SQL Server 2005
Your starting point would be the Sync Framework documentation here - http://msdn.microsoft.com/en-us/library/bb902853(v=SQL.105).aspx Within this ...Answered | 1 Replies | 7778 Views | Created by Somaraj - Tuesday, June 8, 2010 9:45 AM | Last reply by Mark Scurrell - MSFT - Tuesday, June 8, 2010 2:59 PM -
0 Votes
Data from Sql CE not getting synced to Sql Server DB
Earlier I thought that by installing the hotfix I was able to resovle the problem in uploading the data from CE to Sql server, but the problem ...Answered | 18 Replies | 9355 Views | Created by Sumit J - Wednesday, March 3, 2010 5:46 PM | Last reply by Sumit J - Friday, March 12, 2010 6:49 PM -
0 Votes
Sync for SQL CE and SQL
The best reference at this point would be to look at the Windows Mobile 6.5 sample that ships with the CTP and write the client implementation for SQL CE.Answered | 3 Replies | 10807 Views | Created by Dhinakaran Chandrasekaran - Wednesday, December 22, 2010 6:42 AM | Last reply by Ganeshan - Tuesday, January 4, 2011 12:06 AM -
0 Votes
Sync between SQL Server 2008 and SQL Server 2005
So it is not possible to sync between two Sql databases where one uses ...Answered | 4 Replies | 7506 Views | Created by AjinathWaghmode - Tuesday, May 25, 2010 6:29 AM | Last reply by AjinathWaghmode - Wednesday, May 26, 2010 12:51 PM -
0 Votes
Sync between SQL CE on Windows Mobile and SQL CE on Desktop
afaik, Sync Fx out of the box doesnt support peer-to-peer sync between SQL CE database on a device and on desktop.Answered | 1 Replies | 7404 Views | Created by Savvas Sopiadis - Tuesday, September 21, 2010 7:04 PM | Last reply by JuneT - Wednesday, September 22, 2010 3:48 AM -
0 Votes
sync between two SQL servers
http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?Answered | 1 Replies | 8081 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
DB Sync Sql Server With Sql CE
any ways i have another confusion regarding to this Sync technique.Answered | 12 Replies | 8201 Views | Created by Samee Mir - Friday, May 21, 2010 10:04 AM | Last reply by JuneT - Wednesday, June 2, 2010 11:54 AM -
0 Votes
SQL CE sync with SQL Server 2008: Just one shot at each record?
'Handle Data Conflicts and Errors' topic [http://msdn.microsoft.com/en-us/library/bb725997.aspx] explains in detail how to handle data conflicts and how to identify the conflicted ...Answered | 4 Replies | 12073 Views | Created by JDTal - Friday, February 13, 2009 4:24 AM | Last reply by Gayathri TK - Monday, February 23, 2009 8:54 PM -
0 Votes
Difference between data sync and replication in sql server.
chk this out: http://blogs.msdn.com/sqlservercompact/archive/2009/11/09/merge-replication-vs-sync-services-for-compact.aspxAnswered | 1 Replies | 8008 Views | Created by Anup Hosur - Tuesday, May 4, 2010 8:59 AM | Last reply by JuneT - Tuesday, May 4, 2010 12:28 PM -
0 Votes
Syncing SQL Sever and SQL CE using Web Service Interface.
You can take a look at the sync framework samples here: http://code.msdn.microsoft.com/sync For Sql to SQl ce sync ...Answered | 1 Replies | 7839 Views | Created by Waqar Sher Bhatti - Thursday, December 23, 2010 6:24 AM | Last reply by jigu2014 - Monday, December 27, 2010 6:38 PM -
2 Votes
Is Peer-to-Peer Sync between SQL Compact 2008 (sdf) databases possible?
If not, do you know of a code sample that shows P2P syncing between SqlCe databases using an n-tier architecture?Answered | 6 Replies | 13431 Views | Created by TomHN - Friday, October 30, 2009 1:35 PM | Last reply by TomHN - Friday, November 6, 2009 12:38 PM -
0 Votes
Inserts on local database (SQL CE) not being pushed to SQL Server 2008 for Upload Only Sync
You can enable sync trace to see whether the changes are enumerated in the upload sync or applied to the server by enabling trace in yourProgram.exe.config, see details ...Answered | 1 Replies | 6826 Views | Created by Warpkid - Thursday, December 23, 2010 2:08 PM | Last reply by jigu2014 - Monday, December 27, 2010 6:46 PM -
0 Votes
SQL Azure Data Sync Tool for SQL Server
Hi Bryan, This is a capability we are planning to get into the next release of SQL Azure Data Sync.Answered | 8 Replies | 11322 Views | Created by Krossley - Thursday, March 18, 2010 6:26 PM | Last reply by Krossley - Monday, March 29, 2010 12:35 PM -
0 Votes
Sync between 2 SQL Server 2005 databases
Server is going to use SQL Server 2005 and clients SQL 2005 Express.Answered | 1 Replies | 33578 Views | Created by Emmanouil Gimissis - Wednesday, December 16, 2009 6:23 PM | Last reply by Mahesh Dudgikar - Thursday, December 24, 2009 6:48 PM -
0 Votes
SQL Azure Data Sync on VS 2010 B2
And I get sync setup with a local (SQL CE) and an Azure database.Answered | 12 Replies | 21451 Views | Created by Bob Beauchemin - Sunday, November 29, 2009 6:00 PM | Last reply by Mahesh Dudgikar - Monday, December 7, 2009 5:40 AM -
0 Votes
How to sync data from SQL SERVER 2000 to SQL CE 3.5 and vice versa using Microsoft Synchronization Services for ADO.NET
here are some info you can take a look:1. some sync technogies that would fit your scenarios: http://msdn.microsoft.com/en-us/sync/cc470041.aspx2. sync services for devices: ...Answered | 1 Replies | 13153 Views | Created by phinphin - Saturday, October 3, 2009 3:56 AM | Last reply by Yunwen Bai - Monday, October 5, 2009 2:04 AM -
0 Votes
sql server ce 3.5
I suggest you to visit the SQL CE forum at http://social.technet.microsoft.com/forums/en-US/sqlce/threads/ The following is signature, not part of ...Answered | 2 Replies | 9125 Views | Created by sharma mohit - Tuesday, February 9, 2010 12:11 PM | Last reply by Sheng Jiang 蒋晟 - Thursday, February 11, 2010 4:13 PM -
0 Votes
SQL CE Sync Error - ArgumentException
if not consider using Sync Services 2.0.Answered | 4 Replies | 10323 Views | Created by JawaharExcel - Monday, May 25, 2009 7:33 AM | Last reply by JawaharExcel - Wednesday, May 27, 2009 11:05 AM - Items 1 to 20 of 199422 Next ›
No announcements