No announcements
Found 323683 threads
-
0 Votes
Using Sync WCF On SQL Express on both Client & Server !
It exposes Server data as OData format, the client can be a local application with SQL Express.Answered | 4 Replies | 7198 Views | Created by modRami - Monday, November 29, 2010 9:12 AM | Last reply by jigu2014 - Wednesday, December 22, 2010 6:06 PM -
0 Votes
Sync DB data to Client Application via WCF using XMLFile
yes, you need to install SQL compact on the client side.Answered | 3 Replies | 6620 Views | Created by Navneet.Core - Thursday, May 13, 2010 11:59 AM | Last reply by JuneT - Friday, May 14, 2010 9:32 AM -
0 Votes
Do I have to use SQL Compact with Sync?
Hi, You can have SQL Server as both server and client databases for your scenario.Answered | 3 Replies | 6169 Views | Created by Ryan Blogger - Monday, May 17, 2010 3:45 PM | Last reply by Dong Cao - Monday, May 17, 2010 9:29 PM -
0 Votes
Sync Sql Azure Data With Sql Express
When you are doing sync between SQL Azure and SQL Express, you should have 2 provider instantiated.Answered | 1 Replies | 11049 Views | Created by Samee Mir - Thursday, February 11, 2010 12:24 PM | Last reply by L Zhou [MSFT] - Thursday, February 11, 2010 6:20 PM -
0 Votes
sync services 2.0 and sql express
SqlSyncProvider can be use for SQL Server or SQL Server Express.Answered | 3 Replies | 11636 Views | Created by Ricosol - Thursday, October 29, 2009 4:38 PM | Last reply by Dong Cao - Thursday, October 29, 2009 5:46 PM -
0 Votes
Conflict Resolution in SQL Express using Microsoft sync framework
However the sample syncs between SQL Server to Compact client.Answered | 12 Replies | 16007 Views | Created by transpacific - Sunday, November 15, 2009 7:09 AM | Last reply by transpacific - Thursday, December 3, 2009 3:58 AM -
2 Votes
synchronize to sql server 2008 databases using wcf
Note that I am also using WCF proxy in n-tier configuration.Answered | 9 Replies | 8882 Views | Created by Feras mazenTaleb - Wednesday, December 8, 2010 12:03 PM | Last reply by Furqan.Safdar - Saturday, April 28, 2018 7:25 PM -
0 Votes
Sync framework integration using WCF
Yes as you said, we can use the sync frame work in two approaches..Answered | 3 Replies | 7647 Views | Created by Dhinakaran Chandrasekaran - Wednesday, December 22, 2010 8:46 AM | Last reply by Dhinakaran Chandrasekaran - Monday, December 27, 2010 2:20 PM -
0 Votes
SQL Server Express Provider
Hi Guys , i have a task to perform , i have a local DB , and remote (web hosted DB) i want cretin tables (ex contacts , address , telephones)to be in Sync in ...Answered | 13 Replies | 13282 Views | Created by Tammo7 - Tuesday, September 29, 2009 5:41 PM | Last reply by omar_awwad - Monday, November 16, 2009 2:31 PM -
0 Votes
Sync between SQL Server 2008 and SQL Server 2005
which uses the collaboration provider and Sync Fx to provision the tracking tables on both server and clinet.'Answered | 4 Replies | 7326 Views | Created by AjinathWaghmode - Tuesday, May 25, 2010 6:29 AM | Last reply by AjinathWaghmode - Wednesday, May 26, 2010 12:51 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 | 13191 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
Simple N-Tier example for SQL Server / SQL Server Express needed
my understanding is that there is a proxy on the client computer, which should be a wcf client, and communicate with remote computer which is hosting a ...Answered | 7 Replies | 7221 Views | Created by zhongchen zhou - Tuesday, September 28, 2010 1:46 PM | Last reply by zhongchen zhou - Thursday, September 30, 2010 2:44 AM -
0 Votes
Time out error while sync data between sql server 2008 and sql express 2008 using Microsoft sync framework
If you are using WCF, I would check the several associated timeouts on the binding, for both the client and server side...Answered | 2 Replies | 8418 Views | Created by Nitin Loya - Wednesday, December 22, 2010 12:03 PM | Last reply by jigu2014 - Wednesday, December 22, 2010 6:22 PM -
0 Votes
Sync for SQL CE and SQL
Hi Dhinakaran, It is possible to sync SQL Ce and a SQL Server using SyncFx 4.0 CTP but we dont provide out of the box support ...Answered | 3 Replies | 10474 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 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 ...Answered | 8 Replies | 14554 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
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 through ...Answered | 1 Replies | 7672 Views | Created by Waqar Sher Bhatti - Thursday, December 23, 2010 6:24 AM | Last reply by jigu2014 - Monday, December 27, 2010 6:38 PM -
0 Votes
Sync between 2 SQL Server 2005 databases
Hi, I am assuming that you are using SqlSyncProvider on both the SQL 2005 and Express client which is the right thing.Answered | 1 Replies | 33225 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
upload data using Sync Framework Power Pack for SQL Azure and SQL Server 2008 Express
Unfortunately we do not support Express with this CTP (but are hoping to for the next release).Answered | 1 Replies | 8814 Views | Created by John Marsing - Friday, January 22, 2010 3:38 PM | Last reply by Liam Cavanagh - MSFT - Friday, January 22, 2010 4:54 PM -
0 Votes
Sync Services using ADO.NET --- Need more explanation
We have now posted a new SQL Express sample which is based on SqlSyncProvider.Answered | 2 Replies | 10291 Views | Created by Bonusnet - Saturday, January 2, 2010 4:14 AM | Last reply by Mahesh Dudgikar - Thursday, January 7, 2010 1:16 AM -
0 Votes
Sql Express provider clarification needed
You cannot sync server to server nor client to client ( a scenario more appropriate for collaboration/peer to peer).Answered | 2 Replies | 7346 Views | Created by Manger - Wednesday, March 3, 2010 1:10 AM | Last reply by Manger - Saturday, March 6, 2010 2:33 AM - Items 1 to 20 of 323683 Next ›
No announcements