No announcements
Found 223003 threads
-
0 Votes
How to specify synchronization order so that donwload takes places first and then the upload?
Currently in the Hub and Spoke providers (DbServerSyncProvider and SqlCeClientSyncProvider), the order of operations for bi-directional syncs is always Upload followed by Download.Answered | 2 Replies | 9880 Views | Created by Ana Bell - Thursday, May 28, 2009 5:27 AM | Last reply by Ana Bell - Thursday, May 28, 2009 8:12 PM -
0 Votes
Synchronize with views instead of tables
So If we guess I put that column to the view which will be its data type and how the synchronization process understand it ?Answered | 9 Replies | 7592 Views | Created by Mixalis K - Friday, May 14, 2010 11:33 AM | Last reply by Dong Cao - Monday, May 17, 2010 8:05 PM -
0 Votes
Synchronization of prepopulated tables?
In addition in V2 you can backup and restore the data to clients and avoid it from being sent over the wire.Answered | 4 Replies | 9999 Views | Created by mandy.work - Monday, August 17, 2009 2:58 PM | Last reply by DevUser1 - Friday, August 21, 2009 5:05 AM -
0 Votes
How do you reset a single table for synchronization?
I keep getting the following error when I change the table schema: Data Definition Language (DDL) operations are not allowed on this table, or on ...Answered | 3 Replies | 6265 Views | Created by dkeck - Wednesday, June 2, 2010 4:31 PM | Last reply by Ann Tang [MSFT] - Friday, June 4, 2010 11:26 PM -
0 Votes
How to specify order of synchronizing table data?
You can also simply create config file any specify all the tables in order and read it from config.Answered | 2 Replies | 8311 Views | Created by dsboyd1 - Friday, March 21, 2008 2:51 PM | Last reply by Udai - Thursday, March 27, 2008 7:50 PM -
0 Votes
After Synchronization Table Still Empty
But unfortunately I did populate the table after provisioning!Answered | 4 Replies | 6921 Views | Created by timtos - Thursday, February 24, 2011 3:58 PM | Last reply by timtos - Monday, February 28, 2011 9:28 AM -
0 Votes
Data Synchronization of CRM PickList values
The easiest solution is to use the SSIS to replicate your table.Answered | 2 Replies | 3898 Views | Created by Lord Eddard - Thursday, October 13, 2011 2:47 PM | Last reply by Amreek Singh - Thursday, October 20, 2011 11:36 PM -
0 Votes
Synchronize mutiple tables with complex structure
Currently we do not support synchronizing entities and also batching at the entity level.Answered | 6 Replies | 12169 Views | Created by Tero-T - Friday, April 24, 2009 10:35 AM | Last reply by Tero-T - Monday, July 6, 2009 5:57 AM -
0 Votes
How to Synchronize Sync Group Wise...
the SyncGroup's main purpose is to ensure all tables within the same group are sync-ed under a single transaction. i.e. it is not used to sepcify which table to ...Answered | 6 Replies | 15567 Views | Created by Archan Mukherjee - Friday, October 9, 2009 10:24 AM | Last reply by Yunwen Bai - Wednesday, November 25, 2009 10:03 PM -
0 Votes
Filtering data in database synchronization
I have configured synchronization between (SQL Server 2008 and SQL Server CE) with Sync Framework.Answered | 1 Replies | 9447 Views | Created by Sokovih - Wednesday, May 4, 2011 2:40 AM | Last reply by Dong Cao - Thursday, May 5, 2011 6:48 AM -
0 Votes
Snapshot synchronization deletes all rows in tables
A subsequent copy attempt of data from the SD card which had the .sdf file revealed data corruption in other files (cross links between xml files).Answered | 4 Replies | 9615 Views | Created by cbp - Wednesday, February 18, 2009 9:42 PM | Last reply by cbp - Monday, February 23, 2009 7:55 PM -
0 Votes
Synchronizing geometry data type
I need to be able synchronize geometry fields in a table.Answered | 1 Replies | 7173 Views | Created by Shane Gilbert - Tuesday, July 5, 2011 8:05 PM | Last reply by Jesse L - MSFT - Friday, July 8, 2011 2:55 AM -
0 Votes
Advice needed for data synchronization
As per requirement I would be having Sqlserver 2000 as publisher which will synchronize data with online Sqlserver 2005.Answered | 6 Replies | 13050 Views | Created by Sandeep78 - Tuesday, November 3, 2009 9:46 AM | Last reply by Dong Cao - Friday, November 6, 2009 9:20 PM -
0 Votes
Data Synchronization
Data Platform Development Forums > ADO.NET DataSet located here: ...Answered | 1 Replies | 8512 Views | Created by ABS.Sivakumar - Thursday, July 9, 2009 10:04 AM | Last reply by Shrikant Maske - Wednesday, July 15, 2009 5:47 PM -
0 Votes
Syncrhonizing an 'Order'
But the table order needs follow the PK relationships.Answered | 8 Replies | 12725 Views | Created by Andres Aguiar - Thursday, February 15, 2007 4:39 PM | Last reply by Dong Cao - Friday, March 20, 2009 5:13 AM -
0 Votes
SQL Server peer-to-peer synchronize between table and data stored in XML
They are built for a model to do database table to table sync without much tranforming of the data when doing the Sync.Answered | 6 Replies | 7419 Views | Created by Glenn2654 - Monday, June 7, 2010 3:30 PM | Last reply by jigu2014 - Tuesday, June 8, 2010 5:24 PM -
0 Votes
Active Directory Enterprise Resource Pool Synchronization 'WRES_AD_GUID' in table 'Resources' is DBNull"
System.InvalidCastException: Specified cast is not valid.Answered | 4 Replies | 14163 Views | Created by Mario JMH - Wednesday, April 20, 2011 12:15 PM | Last reply by Brex74 - Tuesday, September 10, 2013 4:00 PM -
0 Votes
Parallal synchronization
Are all the 150 tables changing all the time?Answered | 12 Replies | 13869 Views | Created by Archan Mukherjee - Wednesday, July 29, 2009 9:02 AM | Last reply by Archan Mukherjee - Friday, September 11, 2009 9:58 AM -
0 Votes
Best practices on synchronising related tables
ID or ID range management, this needs to be handled in the Sync Application layer, please find details in BOL, section: Auto-Increment (Identity) Columns 2. best pratice with tables ...Answered | 1 Replies | 11859 Views | Created by Phil Murray - Wednesday, October 28, 2009 1:11 PM | Last reply by Yunwen Bai - Wednesday, October 28, 2009 5:39 PM -
0 Votes
Database Synchronization in WPF
check out how to enable Bidirectional sync : Walkthrough: Extending the Local Database Cache to Support Bidirectional ...Answered | 3 Replies | 8235 Views | Created by VD Tripathi - Wednesday, April 20, 2011 11:21 PM | Last reply by JuneT - Wednesday, February 12, 2014 12:43 AM - Items 1 to 20 of 223003 Next ›
No announcements