No announcements
Found 169222 threads
-
0 Votes
Sync Services for ADO.NET 1.0 + SqlCeEngine.Shrink
afaik, SqlCeEngine.Shrink simply truncates free/unallocated pages in the SDF and does not do anything on the contents of the in-use pages. so i dont think it has any effect on the actual data ...Answered | 3 Replies | 5351 Views | Created by Nuzik - Thursday, July 28, 2011 10:20 AM | Last reply by JuneT - Thursday, July 28, 2011 11:10 PM -
0 Votes
Sql 2008 Express Change Tracking Implementation Help
Of course there is a caveat that the SqlSyncProvider does not have out of the box support for Change tracking feature of SQL Server 2008.Answered | 4 Replies | 16184 Views | Created by Mark 2011 - Wednesday, April 8, 2009 7:38 AM | Last reply by Mahesh Dudgikar - Saturday, December 5, 2009 4:24 AM -
1 Votes
Bidirectional Sync and Batching with SQL Server 2008 and Change Tracking
CE change tracking uses the same version number for all changes in a given transaction.Answered | 9 Replies | 13294 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
batching update with SQL Server 2008 change track
Changes for Change Tracking looks correct.Answered | 1 Replies | 11747 Views | Created by frank chen - Wednesday, September 9, 2009 11:03 PM | Last reply by Bob H.L. _ - Friday, September 11, 2009 12:43 AM -
0 Votes
Change Tracking | Sync Fx Tracking Table
only the offline providers support SQL Change Tracking.Answered | 1 Replies | 6822 Views | Created by Vishal Mohan - Monday, September 27, 2010 5:53 AM | Last reply by JuneT - Monday, September 27, 2010 3:07 PM -
3 Votes
Custom provider: Sync Services for ADO.NET 2.0 vs.
If I were to guess, I'd say that my ClientSyncProvider subclass ended up being less code than writing a SQL-Server-2008-Change-Tracking-aware KnowledgeSyncProvider ...Answered | 3 Replies | 15076 Views | Created by bradser - Tuesday, April 21, 2009 6:28 PM | Last reply by bradser - Wednesday, July 8, 2009 6:59 PM -
0 Votes
Sync Services for ADO.NET won't sync if I move the database.
We have an application that uses Sync Services 1.0 for ADO.NET 2.Answered | 1 Replies | 9247 Views | Created by GOMCK - Thursday, January 28, 2010 9:59 PM | Last reply by L Zhou [MSFT] - Sunday, January 31, 2010 11:30 PM -
0 Votes
Using Sync Services for ADO.NET on a per user basis
Right now, that token is being passed to the service code by a service call before I sync and stored in a property in the service code.Answered | 3 Replies | 8395 Views | Created by grobinson - Wednesday, February 25, 2009 3:09 AM | Last reply by grobinson - Wednesday, March 18, 2009 2:32 AM -
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
Synchronization between 2 SQL 2008 with change tracking
I have 2008 Server to SQL 2008 Express client, using native Change Tracking.Answered | 2 Replies | 9388 Views | Created by mn1aC - Sunday, February 15, 2009 6:49 PM | Last reply by G.Stoynev - Wednesday, February 18, 2009 2:15 PM -
0 Votes
The specified change tracking operation is not supported
You should be using the Sync Services for ADO.net for desktops v1 and Sync Services for ADO.net for devices v1 SP1 for your ...Answered | 5 Replies | 7460 Views | Created by Amalka - Wednesday, May 4, 2011 11:16 AM | Last reply by Mahesh Dudgikar - Friday, May 6, 2011 5:50 AM -
1 Votes
SqlSyncProvider and SqlServer 2008 change tracking
No, SqlSyncProvider does not work with Sql server 2008 change tracking.Answered | 2 Replies | 7069 Views | Created by ptdouglous - Monday, April 12, 2010 9:28 AM | Last reply by mjayaram - Tuesday, April 13, 2010 2:29 AM -
0 Votes
SqlSyncProvider and SqlServer 2008 change tracking
Hi, In Sync Framework V2.0, SqlSyncProvider still doesn't support SQL Server change tracking.Answered | 1 Replies | 12621 Views | Created by Ricosol - Thursday, October 29, 2009 9:57 PM | Last reply by Dong Cao - Thursday, October 29, 2009 10:30 PM -
0 Votes
Sync Framework 2.0 & ADO.NET Sync Services - Synchronization Changes Error
Hey, You can re-set the clientId on the ClientSyncProvider to a new value for sync to get the data synced down to client again.Answered | 5 Replies | 6467 Views | Created by Daniel Skowroński - Tuesday, June 1, 2010 2:23 PM | Last reply by Daniel Skowroński - Tuesday, June 22, 2010 8:19 AM -
0 Votes
Simple SQL Server 2008 Table changes
here's my take on SQL Change Tracking vs Sync 2.x SQL Change Tracking - Enable tracking ...Answered | 13 Replies | 7717 Views | Created by akakak - Friday, September 24, 2010 8:19 PM | Last reply by JuneT - Friday, October 1, 2010 1:27 AM -
0 Votes
Looking for great example of Occasionally Connected Applications using Sync Services for ADO.NET
I thought I had Microsoft Synchronization Services for ADO.NET v1 SP1 (Devices) installed but I didn't.Answered | 5 Replies | 10985 Views | Created by briansen - Monday, July 20, 2009 2:47 PM | Last reply by .NET Dinkar - Monday, July 27, 2009 4:36 AM -
0 Votes
Need Advice on ADO.NET Sync Sevices Architecture
Hi, In order to sync a XML storage, you need to write a custom sync provider ...Answered | 1 Replies | 6489 Views | Created by Glenn2654 - Tuesday, May 18, 2010 10:52 PM | Last reply by Dong Cao - Wednesday, May 19, 2010 1:01 AM -
0 Votes
Sync Services for ADO.Net and SQL 2008 Change Tracking
check How to: Use SQL Server Change Tracking in the documentation...that should give you an exampleUnanswered | 1 Replies | 6176 Views | Created by mi li ca - Monday, December 13, 2010 9:21 PM | Last reply by JuneT - Monday, December 13, 2010 11:23 PM -
0 Votes
Sync between SQL Server 2008 and SQL Server 2005
while offline providers support SQL Change tracking, there is no SQL Client sync provider available out of the box other than a sample ...Answered | 4 Replies | 7327 Views | Created by AjinathWaghmode - Tuesday, May 25, 2010 6:29 AM | Last reply by AjinathWaghmode - Wednesday, May 26, 2010 12:51 PM -
0 Votes
How to Sync after change tracking information is trimmed on the server?
I really worry about one particular catastrophic situation which easily can happen with Sync Framework based application when change tracking is used.Answered | 1 Replies | 6185 Views | Created by Konstantin Erman - Sunday, August 29, 2010 6:20 PM | Last reply by JuneT - Monday, August 30, 2010 1:11 AM - Items 1 to 20 of 169222 Next ›
No announcements