Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » MergeReplication   (RSS)

Connectivity Cross Version Compatibility (SQL Server Compact 3.5)

Connectivity Cross Version Compatibility This blog post explains the Merge Replication connectivity cross version compatibility scenarios for the SQL Server Compact 3.5 release. For more information about the connectivity cross version compatibility scenarios

Merge Subscribe Once, Copy and Deploy Multiple Times

"Merge Subscribe Once, Copy and Deploy Multiple Times" - This has been the real good feature I like and unfortunately not many people knew about it. This is applicable for v3.0 and above. Here is a short story of it: The initial subscription is going
Posted by SQLCEBLOG | 1 Comments
Filed under:

HOWTO: Pending Changes for a Merge Subscription (Server Side)

Earlier in the other blog article we discussed on “ HOWTO: Pending Changes for a Merge Subscription (Client Side) ” and this article will focus on finding the pending changes on server side for download. This blog article requires a little understanding
Posted by SQLCEBLOG | 1 Comments
Filed under:

HTTP/Internet Proxy Detection - Using WINCE API

SqlCeReplication and SqlCeRemoteDataAccess have InternetProxyServer, InternetProxyLogin, InternetProxyPassword properties which the application can set to make these sync protocols communicate via/thru the desired proxy. However, then the question comes
Posted by SQLCEBLOG | 3 Comments
Filed under: ,

HOWTO: Pending Changes for a Merge Subscription (Client Side)

Often there will be need to find out if there are any pending changes on client side to upload. Note that, It is always better to avoid empty sync both from the resource (network bandwidth, web server, SQL Server) usage and performance. This blog post
Posted by SQLCEBLOG | 2 Comments
Filed under:

Merge Replication System Tables

The earlier blog post “ How to: Detect the database is mere replicated ”, gave a list of the system tables that get created in a merge subscription database. This blog post explains brief description of each of the system tables. There is another blog
Posted by SQLCEBLOG | 1 Comments
Filed under:

Replication and Database Mirroring (Failover) Support

Replication and Database Mirroring (Failover) support for Merge Replication between SQL Server 2005 SP1+ and SQL Server 2005 Compact Edition (Mobile Edition SP1+) is supported but it was not documented as the support was added after RTM and the documentation
Posted by SQLCEBLOG | 1 Comments
Filed under:

HOWTO: Detect the database is Merge Replicated?

Sometimes an application may want to know whether the database is in good shape in terms of Merge Replication especially when the merge replication is aborted by the user, or due to connection failure or many other reasons. Here are the things application
Posted by SQLCEBLOG | 1 Comments
Filed under:

Annoying error - 28559 - Encountered problems when opening the database

We have been hearing lot of complaints on how to get more information for error 28559 when doing RDA or Merge Replication. If you are using managed API (SqlCeReplication OR SqlCeRemoteDataAccess), then it should be straight forward for you as you would
Posted by SQLCEBLOG | 1 Comments
Filed under: ,

Attachment(s): MergeRepl.zip
 
Page view tracker