Sign in
The Synchronizer
sync for the masses
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
demos
DevConn
HTML5
Live
Mesh
Mix
mobile
p2p
Resources
SQL2005
SQL2008
SQLCE
SqlChangeTracking
SyncDesigner
SyncServices
SyncToy
TechEd
VS2008
Archive
Archives
May 2008
(2)
April 2008
(2)
March 2008
(3)
February 2008
(3)
January 2008
(4)
December 2007
(4)
November 2007
(6)
October 2007
(1)
September 2007
(1)
August 2007
(2)
July 2007
(1)
June 2007
(4)
May 2007
(8)
April 2007
(2)
March 2007
(6)
February 2007
(7)
January 2007
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Synchronizer
A nice gift from SQL Server 2005 SP2 to sync developers
Posted
over 6 years ago
by
MSDNArchive
8
Comments
If you haven’t heard the news yet, SQL Server 2005 SP2 is out! Now if you are like me, thinking about data synchronization for the most part of your day, then you should be really excited about SP2. Let me tell you why. Recall that in all sync services...
The Synchronizer
Synchronization Services for ADO.NET Vs SQL Merge Replication
Posted
over 6 years ago
by
MSDNArchive
4
Comments
One of the common questions I get from developers once they get their hands on the new sync framework for ADO.NET is: How is it different from SQL Merge Replication? When should I use merge as oppose to sync services? Can sync services do filtering, ddl...
The Synchronizer
Sync Services: Periodic Tombstone Cleanup
Posted
over 6 years ago
by
MSDNArchive
1
Comments
One of the important topics in data synchronization is managing metadata used to track changes on the store. Just a quick reminder of the different kinds of metadata used in the demos so far: Adding inline columns to each table we plan to synchronize...
The Synchronizer
Demo IV: Offline Application – Conflict Handling
Posted
over 6 years ago
by
MSDNArchive
8
Comments
It is about time for our offline application to deal with sync conflicts. Conflicts are fact of life in lazy synchronization environments. It is likely that your application users don’t want to deal with conflicts. Therefore you are encouraged to architect...
The Synchronizer
Sync Services: What can SyncAnchor do for you, today?
Posted
over 6 years ago
by
MSDNArchive
0
Comments
If you had time to browse the documentation for Synchronization Services for ADO.NET , you might have seen a class called SyncAnchor. You don’t deal with it directly and none of the demos in my blog interact with it directly except the server command...
The Synchronizer
Sync Services: Thoughts on Schema Creation
Posted
over 6 years ago
by
MSDNArchive
1
Comments
In typical database to database sync scenarios where the backend database is SQL Server, the sync framework creates the schema for the tables undergoing synchronization on the client database. All that is needed is to have the SelectIncrementalInsertsCommand...
The Synchronizer
Synchronization Services for ADO.NET Documentation is Now Available!
Posted
over 6 years ago
by
MSDNArchive
4
Comments
The long awaited for documentation and samples for the sync framework is out. I’ve to admit that I am amazed with the reaction and demand for more information for this new API. People seem to love it! Although the release of the CTP was rather quiet,...
Page 1 of 1 (7 items)