No announcements
Found 186578 threads
-
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 | 8064 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
Does SQL CE Private Installation support SqlCeClientSyncProvider.ClientId?
However the preferred one is SQL CE private deployment instead of executing its msi.Answered | 3 Replies | 7555 Views | Created by Fransiscus Agung Marsono - Thursday, May 6, 2010 6:27 AM | Last reply by Dong Cao - Monday, May 10, 2010 5:37 PM -
0 Votes
Looking for a Complete DBSyncProvider (Peer-to-Peer SQL Server) Sync app
However, if you are working with SQL Server or SQL Server Ce, you don't have to use DbSyncProvider, a SqlSyncProvider greatly ...Answered | 1 Replies | 6946 Views | Created by Glenn2654 - Monday, June 7, 2010 3:03 PM | Last reply by jigu2014 - Monday, June 7, 2010 8:47 PM -
1 Votes
Bidirectional Sync and Batching with SQL Server 2008 and Change Tracking
This is why the CE client provider doesnt support batching.Answered | 9 Replies | 13454 Views | Created by Stewart Armbrecht - Wednesday, July 29, 2009 7:29 PM | Last reply by OverloadedOverrides - Friday, September 18, 2009 3:05 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 | 33721 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
Why are all samples/tutorials SQL-2-CE and none SQL-2-SQL ???
One thing that wonders me a bit, is that most Samples (Those which use the VS plugin to sync CE with SQL) - only have 1 ApplyChangeFailed event and ...Answered | 14 Replies | 10429 Views | Created by Montago - Tuesday, January 5, 2010 3:11 PM | Last reply by Montago - Wednesday, January 13, 2010 7:28 AM -
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 | 21522 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
Tracking tables in SQL CE Provisioned database.
Changes that are made locally to the CE database will not affect the metadata in the tracking table, however items that are received through sync will have their metadata in ...Answered | 1 Replies | 9163 Views | Created by GlenG - Monday, January 11, 2010 10:16 PM | Last reply by Phil Piwonka - Wednesday, January 13, 2010 12:25 AM -
0 Votes
Sync Framework over WCF, SQL 2005, Datetime is shifted by Timezone
The work around I used is to on every connection over the wcf channel have the client send its timezone to the server and the server send its ...Answered | 8 Replies | 14660 Views | Created by Andrew Andrewiski DeVries - Thursday, February 12, 2009 4:01 PM | Last reply by Zubeyir - Wednesday, September 9, 2009 2:27 PM -
0 Votes
__sysChangeTxBsn Column in Sql Server Compact with Sync services
But when I did a snapshot Sync, that's when I got the error.Answered | 7 Replies | 14579 Views | Created by reswat - Wednesday, November 18, 2009 5:50 PM | Last reply by reswat - Sunday, November 22, 2009 9:56 PM -
0 Votes
SQL Azure to Sql Server sync using Data Sync Services - where to start?
Hey Pete, You may register for SQL Azure Data Sync service CTP2 at http://connect.microsoft.com/sqlazurectps.Answered | 2 Replies | 7122 Views | Created by pmcevoy - Wednesday, January 5, 2011 11:09 AM | Last reply by Ann Tang [MSFT] - Thursday, January 6, 2011 12:04 AM -
0 Votes
Mobile SQL CE
Hi, You need to install SQL CE 3.1 onto your mobile.Answered | 1 Replies | 6744 Views | Created by jmoney1037 - Sunday, November 2, 2008 5:40 PM | Last reply by Vinay Singh [MSFT] - Sunday, November 2, 2008 6:55 PM -
0 Votes
SQL Express or CE database on the client and custom provider on the server - how to get it working?
Hi, Consolidating the data sources into a single SQL Server database is out of the question.Answered | 4 Replies | 10394 Views | Created by Rudi - Euricom - Thursday, December 17, 2009 12:18 PM | Last reply by Rudi - Euricom - Monday, January 11, 2010 1:38 PM -
1 Votes
Cannot debug app with sql server ce 4.0 private deployment
Try a SQL Server forum on TechNet.Answered | 2 Replies | 5036 Views | Created by chirondev - Tuesday, August 14, 2012 8:56 AM | Last reply by Ed Price - MSFT - Thursday, August 23, 2012 6:32 PM -
8 Votes
How to communicate with server over Internet?
Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Twitter, Wiki)Answered | 4 Replies | 3900 Views | Created by Eric Da Programmer - Wednesday, November 28, 2012 4:05 PM | Last reply by Ed Price - MSFT - Monday, December 17, 2012 9:05 PM -
0 Votes
Sync Sql Server CE 3.5 with SQL Server over internet
you can do an n-tier setup with WCF in between instead of your client connecting directly to SQL Server.Answered | 2 Replies | 2511 Views | Created by pr_wainwright - Friday, April 18, 2014 7:15 AM | Last reply by pr_wainwright - Friday, April 18, 2014 10:07 AM -
1 Votes
Does Microsoft Sync Framework 4.0 need to talk to SQL Server directly?
yes it needs to. it needs to ask the database server what to sync. if you dont want to use the built-in providers, you can write your own, but then, Sync Fx will still need ...Answered | 1 Replies | 8122 Views | Created by Rashid_polyglot - Friday, March 11, 2011 2:58 PM | Last reply by JuneT - Friday, March 11, 2011 4:46 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 | 13341 Views | Created by trickytree007 - Tuesday, October 20, 2009 2:30 PM | Last reply by Dong Cao - Tuesday, October 27, 2009 5:45 PM -
0 Votes
What are requiements of runing sync in server and local?
Hello aspfun, If you are asking about system requirement, please take a look at Sync Framework Hardward and Software ...Answered | 2 Replies | 7606 Views | Created by aspfun - Wednesday, March 3, 2010 9:47 PM | Last reply by Patrick S. Lee - Wednesday, March 3, 2010 10:50 PM -
0 Votes
Simple N-Tier example for SQL Server / SQL Server Express needed
The Synchronize button is disabled until at least one new SQL Server peer is added.Answered | 7 Replies | 7385 Views | Created by zhongchen zhou - Tuesday, September 28, 2010 1:46 PM | Last reply by zhongchen zhou - Thursday, September 30, 2010 2:44 AM
No announcements