Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
9answers
893 views

Sync Framework with SQL DB's: Getting Started

I have an app that uses SQL Enterprise to store all data in 4 different DB's. I needed to build in the ability to work "offline" for my users. I accomplished this through Merge Replication to local ...
10
votes
4answers
601 views

Open source framework à la Microsoft Sync Framework suggestions?

We are implementing a warehouse management system atop an open source stack (Java, web services & friends). In this system, we want to integrate many mobile devices which should also be capable of ...
10
votes
1answer
5k views

Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework

I've tried to get a solution for the above said question from MSDN Social and other resources from Microsoft. I was specifically looking for offline scenarios where client come online only to fetch ...
9
votes
6answers
790 views

What do you think of the new Microsoft Sync Framework?

Are you using it or plan to use it?
8
votes
3answers
2k views

Sync Framework Resources

I am looking for resources on Microsoft Sync Framework. Although MSDN and Google Search gave me the brief overview, I want some demos and presentations. Also, is Live Mesh based on Sync Framework?
6
votes
4answers
3k views

Can you sync CoreData with iCloud?

does anyone know if and how you can sync CoreData apps with iCloud? If I understand the Apple iCould instructions right you can not sync CoreData, can you?
5
votes
3answers
874 views

SQL Server 2008: Where is the change tracking table stored?

We have a database running on a shared host via SQL Server 2008. We are now in the position, due to performance constraints, where we have to move the database, along with a website. We use change ...
5
votes
1answer
337 views

Does NHibernate intergrate well with Microsoft Sync Framework?

We are wanting to use both NHibernate and Microsoft Sync Framework - has anyone had experience combining these two frameworks? Thanks, Ashley
5
votes
2answers
4k views

Using MS Sync Framework to synchronize two SQL CE Dbs

I'm just working into the Microsoft Sync Framework. It looks quite easy to sync a local SQL CE 3.5 Database with a remote SQL Server 2008 using the SqlSyncAdapterBuilder and SqlServerChangeTracking. ...
4
votes
1answer
581 views

Using Microsoft Sync Framework to sync files across network

The file synchronization example given here - http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=3424 only talks about syncing files on the same machine. Has ...
4
votes
3answers
1k views

Mocking a type with an internal constructor using Moq

I'm trying to mock a class from the Microsoft Sync Framework. It only has an internal constructor. When I try the following: var fullEnumerationContextMock = new Mock<FullEnumerationContext>(); ...
4
votes
1answer
1k views

Develop a custom file sync provider over file transfer WCF service

I'm trying to develop a custom sync provider to sync files over the internet using WCF service. We already have a file transfer service and it's working in production but I need to implement a custom ...
4
votes
1answer
723 views

Microsoft Sync Framework clashes with Nhibernate TooManyRowsAffectedexception

We are trying to implement the Microsoft Sync Framework into our application that persists it's domain using NHibernate. One of the problems we encountered is that after the Sync Framework has ...
4
votes
1answer
107 views

Detached Smart Client Syncing

I am working on an application at the minute that will originally be just installed on a client machine with a lightweight database (may SqlLite). After a while I want to add a web version of the ...
4
votes
5answers
1k views

With MS Sync Framework 2.0, how can I best handle related tables?

Sync Framework synchronizes data on a table-by-table basis, but my entities are normalized across sets of related parent-child tables. This creates problems for my application where a parent row might ...
3
votes
1answer
307 views

How well does Sync Framework 4 scale?

I've had a little experience with sync 2 and found that it performed terribly for even relatively small datasets (5000 rows or so). I'm coming up to a new project and since the 4.0 CTP is out I was ...
3
votes
4answers
895 views

Code-First EF4.1 + SQL Server CE4 + Sync Framework

Is it possible to use CF EF4.1, SQL Server Compact 4 and Microsoft Sync Framework together? As I got, MS Sync Framework needs SQL Server compact 3.5, but EF4.1 use SQL Server Compact 4... UPDATE ...
3
votes
1answer
167 views

Microsoft sync framework DateTime problem

I have a problem with synchronizing DateTime data. When DateTime data is synced it always uses the servers local timezone. I have been searching and reading about this and only found this official ...
3
votes
2answers
428 views

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 ...
3
votes
1answer
320 views

Sync Framework 2.0 Error: The specified change tracking operation is not supported

I'm fairly new to the MS Sync framework and have been beating my head against the wall for about four hours now to no avail. I'm simply trying to sync my databases (one "master" SQL Server 2008 with a ...
3
votes
0answers
321 views

How to set up performance test for Microsoft Sync Framework?

We developed a Client Server application using Microsoft Sync Framework to synchronize data between a WinForm client application (with a SQL CE Local Cache database) and a SQL SErver 2008 database ...
3
votes
1answer
363 views

Sync Between Providers With Different Identities Using Sync Framework

I'm trying to use Sync Framework to synchronize user data between Active Directory and an application that provides a web service. I've created two FullEnumerationSimpleSyncProvider classes, one for ...
3
votes
1answer
235 views

Remote Management and Data Capture: WCF, SQL Sync, SyncFramework, BITS or something else?

We have a few thousand Windows XP client machines on various customer sites that are all running some interactive software which is instrumented to collect anonymous usage data. The client machines ...
3
votes
1answer
435 views

Get Change Summary in Microsoft Sync Framework

I am using Microsoft Sync Framework for syncing server and client SQL server 2005 database. My requirement is to get summary of all changes and display it to the user before actually perform sync ...
3
votes
2answers
836 views

Sync nightmare - is it possible to use Merge Replication (or RDA) between 2 SQL CE instances without IIS?

We are faced with the following problem that involves keeping the following in sync: 1 Centralised Server (IIS / MSSQL 2005) Many Desktop WPF clients distributed by ClickOnce Many Mobile clients - ...
3
votes
3answers
1k views

When would you use GUIDs as primary keys? [closed]

Possible Duplicate: Advantages and disadvantages of GUID / UUID database keys Are there any circumstances where it is essential to use GUIDs as primary keys in a SQL Server 2005/8 DB. For ...
3
votes
1answer
2k views

Microsoft Sync Framework vs WCF

I have the option of either using WCF or Microsoft Sync Framework for my next project. This will be a SQL Server backend that needs to sync to a mobile (.net cf) front end. I have a few issues, 1. ...
3
votes
1answer
1k views

Microsoft Sync Services - good solution for me?

We upload sales transactions from our stores to the headoffice server. At the moment, we use DTS (SQL Server Data Transformation Services), but we’re planning on replacing that with Microsoft Sync ...
3
votes
1answer
403 views

Customizing schema with Sync Framework

i sync a database via wcf service to sql ce databases on my clients. however, i don't want the schema generated on the client side to be the same, as the one on the server. is there a way to customize ...
2
votes
2answers
96 views

Is it possible to sync two sql express servers with MS Sync Framework

I have the next task. Let's assume that we have below tables in a DB Vendor =========== Id Name ..... Product =========== Id VendorId Name ..... I need to be able to Sync main DB server with ...
2
votes
2answers
82 views

Foreign key relationships are lost during syncing using MS Sync Framework

I have seen several posts on this site, and on others, stating that the problem is usually caused by the order in which the tables are added to the Configuration of the SyncAgent on the client side, ...
2
votes
1answer
175 views

Synchronizing Entire Databases using Microsoft Sync Framework 2.1

I need the ability to sync multiple remote databases, upload and download, with my main database. However, the problem lies in the fact that I need to sync the entire database, and the database ...
2
votes
1answer
92 views

Can I use the Microsoft Sync Framework to synchronize a local ms access (mdb) database against SQL Server?

I see variations of this question have been asked a couple of times, but none of the answers seemed to be definitive. I'm looking for a yes/no as to whether the sync framework will accept Access ...
2
votes
1answer
178 views

How to write a custom sync provider for Outlook Contacts?

Can anyone point me to an example of an Outlook Contact custom sync provider for the Microsoft Sync Framework? I would like to use that Framework to build a bidirectional sync between my CRM and ...
2
votes
2answers
290 views

Syncing SQL Server CE over web service with SQL Server 2005

I have a client winforms which creates xml-s with objects. Once a month I get this xml-s and save theirs in my database(a lot of columns, and fields). Now, I want to get this reports more often and ...
2
votes
2answers
1k views

Microsoft Sync Framework - How to reprovision a table (or entire scope) after schema changes?

I have already setup syncing with Microsoft Sync Framework, and now I need to add fields to a table. How do I re-provision the databases? The setup is exceedingly simple: Two SQL Express 2008 ...
2
votes
2answers
364 views

Proper way to structure a Sync Framework DAL

I am creating a WPF app that needs to allow users to work in a temporary disconnected state and I plan to use a Local Database Cache. My question's are about my data access layer. Do you ...
2
votes
1answer
426 views

sync Framework for Compact Framework

Has anyone got sync framework to work on a mobile device as a sync mechanism in place of RDA or Merge replication? If yes, could you point me to any resources available. If one was to start a green ...
2
votes
1answer
543 views

Microsoft Sync Framework with Mutliple Client and Server Database

I'm working on changes to an application to have a local data store instead of connecting directly to the database server. The client app will then sync changes both ways between the server database ...
2
votes
1answer
637 views

Cleaned up change tracking, nulling table anchors not working, ideas?

I have a desktop client that is using the sync framework to synchronise the database to the server. I am experiencing problems occasionally with it "Cleaning up" the tables change tracking. I did ...
2
votes
1answer
443 views

Is there a Sync Provider (for Microsoft Sync Framework 2.0) for an FTP site?

I'd like to synchronize a file directory with an FTP directory using Microsoft Sync Framework 2.0. There is a provider for the file system. But is there one for an FTP site? Or I need to write my own? ...
2
votes
1answer
539 views

Generating Linq classes from a SQL Compact 3.5 database using SQLMetal

I am generating Linq classes by running SQLMetal from the command line against a Compact 3.5 database. The Compact 3.5 database is a local database cache (generated by the Sync Framework "Create Local ...
2
votes
2answers
1k views

Can I sync mobile, desktop and web server databases with Sync Framework?

I'm using Sync Framework v1 (which includes Sync Services for ADO.NET v2) and Sync Services for mobile v1. I can sync a SQL Compact Edition database from a mobile device to SQL Express on a desktop ...
2
votes
1answer
1k views

Sync Framework: Can you sync over http

We are planning to use Sync Services for ADO.NET to sync stores with headoffice and it has been suggested that I sync via a WCF proxy. Does syncing via a WCF proxy mean that I will be able to sync ...
1
vote
3answers
64 views

Sync Framework: Oracle/SQLServer

I want to setup a sync service using Microsoft Sync Framework. The main objective is to sync some tables between an Oracle Database and a SQL Server Database. How can I do it? There are any ...
1
vote
1answer
74 views

Sync Framework - Syncing data without schema changes

Is there a way to use Microsoft Sync Framework without implementing the required schema changes ('_tracking tables'). Basically, I am faced with the task of Syncing two SQL Server 2008 databases, one ...
1
vote
1answer
33 views

SQL Server CE with Sync Framework SP1 and SP2

I couldnt think of a good title so please read the question here: I have a SQL-CE Database in a WinForms Application which is using the Sync-Framework for a simple DownloadOnly Syncronization. Since ...
1
vote
0answers
62 views

400 Bad Request when Syncing large data with Sync Framework 4

One of the fields I am syncing is a Ritch Text blob database field (sql server database) It works fine for smaller fields but If I add an image to the Rich Text field, even one of only 110KB, the ...
1
vote
2answers
87 views

How to change client schema during provisioning?

I'm rushing (never a good thing) to get Sync Framework up and running for a "offline support" deadline on my project. We have a SQL Express 2008 instance on our server and then will deploy SQLCE to ...
1
vote
1answer
60 views

Uninstalling Sync Framework without breaking Visual Studio

Not strictly programming-related, but I do not know where else to post this question: Is Sync Framework a truly indispensable component of Visual Studio 2010? From what I read about the Sync ...

1 2 3 4 5