microsoft-sync-framework
Microsoft Sync - Not bringing over Foreign Keys
I am using Microsoft Sync Frameowrk, and it is bringing over my tables, but it is not pulling over the Foreign Keys? I have made sure that the parent (PK Table) is bring brought over first as I would[详细]
2023-02-22 12:56 分类:问答BulkInsertCommand failed in Sync Framework 2.1
On occasion I get the following error when trying to synchronize from SQL Express to SQL Server using Sync Framework 2.1.Once a client gets this error they have to reinitialize the scope.There can\'t[详细]
2023-02-22 12:34 分类:问答Is there a "Not For Replication" equivalent in Sync Framework
I\'m looking for a way to prevent triggers from f开发者_运维技巧iring during a synchronization in Sync Framework 2.1.This was a no brainer with the \"Not For Replication\" attribute when using MS SQL[详细]
2023-02-22 05:55 分类:问答SqlSyncProvider custom transformation
Does anyone know if it is possible to customize sync using SqlSyncProvider such that I can sync non identical databases (both sql servers) using custom transformations.[详细]
2023-02-22 02:10 分类:问答SyncFramework with SQL Server
I have three tables in SQL Server 2008 Account Case CaseStatus Table Case has a reference using column AccountId to AccountTable, and CaseStatus has a reference on caseId to table Case.[详细]
2023-02-21 12:17 分类:问答Microsoft Sync Framework
I have been working through some of the sync framework demos and one thing that doesn\'t seem to be clear is what you have to do to add a table? So if I start with Order and Order Details in my demo a[详细]
2023-02-20 17:50 分类:问答Can I use SQLExpress as the server in sync framework 4.0?
I would like开发者_开发百科 to use sqlexpress on the server end for ease of development.Sql Server, Sql Express and Sql Azure uses the same provider SqlSyncProvider in Sync Framework so i dont see any[详细]
2023-02-20 10:18 分类:问答SyncFramework with sqlserver
Hai this is shanker when开发者_开发技巧 i am going to use already existed client side data base in synframework I am getting the following error[详细]
2023-02-20 05:56 分类:问答Microsoft Sync Framework Not Syncing Non Clustered Indexes from SQL Server to SQL CE DB
We\'re having an issue when using the Microsoft Sync Framework to sync tables and data from a centralized se开发者_运维问答rver down to local clients to enable local processing of that data and re-upl[详细]
2023-02-16 10:04 分类:问答SyncKnowledge object not being passed to WCF service
I am trying to sync a SQLCE database with SQL database using WCF. I have a proxy which inherits from KnowledgeSyncProvider. I override the below method (among others)[详细]
2023-02-15 11:21 分类:问答