Tagged Questions

2
votes
1answer
428 views

SQL Server 2008 Replication & Sync Framework - Practical Limits

We are looking at hosting our client's data on our own system and using the MS Sync Framework to replicate data with a SQL Server instance on each client's site. Each client might have on average ...
2
votes
1answer
1k views

Microsoft Sync Framework Or Replication

What is deference between Microsoft Sync Framework and Replication? which one is better?
1
vote
0answers
268 views

SyncFramework sync anchor not converted correctly into a valid DateTime string

I'm using SyncFramework 1.0 for syncing a SqlCe 2005 database with SqlServer 2005. I'm setting the Sync anchor like this... CommandText = "Select @sync_new_received_anchor = GETUTCDATE()", but ...
0
votes
1answer
29 views

microsoft sync framework when local cache reach maximum capacity

What machanisms or methods, if any, are available to handle the case where the SQL CE has reached it's storage capacity to fully sync an SQL server? I am just planning ahead so I can't actually try ...
0
votes
0answers
61 views

Microsoft Sync framework issue, Data not synced fully for a SqlDbType.Text field

I have a table with one of its column ADDRESS with datatype Text . When I sync the data from client to sever all other column values sync properly but only first 16 characters get synced for ADDRESS ...
0
votes
1answer
187 views

Sync SQL Server Express (client db) with SQL Server 2008 (server) using WCF web sevices - MS Sync Framework

I am looking to develop an application for windows laptops to work with or without internet connection. I was looking at MS Sync, which very much provides the solution. I have SQL Server 2008 at my ...
0
votes
2answers
101 views

Microsoft Sync multiple scope with SQL Server 2005

Does SQL Server 2005 support multiple scope during synchronization? I'm using Microsoft Sync Framework.
0
votes
2answers
300 views

Sync Framework: Can I syncronise Stored Procedure

Does the sync framework allow me to synchronise (download only) the Store Procedures on a sql server 2008 server with the Stored procedures on the SQL Server 2008 client? i.e. overwrite the SP on the ...