Was reading up on SQL Azure Data Sync and found out these interesting things:
At the time of this post, SQL Azure Data Sync (Preview) does not support bigint data type.
http://msdn.microsoft.com/en-us/library/hh667319.aspx
One need to be very careful when selecting the Conflict Resolution strategy. Apparently, both Hub or Client Wins will also result in some form of data loss if the resolution is not understood properly.
http://msdn.microsoft.com/en-us/library/hh667306.aspx
Finally, I think this is the most important and missing this one out would have caused a lot of issues (and $$$) later - Synchronization Loops.
http://msdn.microsoft.com/en-us/library/hh667312.aspx
Home » SQL Azure » SQL Azure Data Sync Preview
Popular Post
-
Have been learning up NUnit nowadays and trying to use it for my Paladin project. It is a nice tool and I strongly encourage you to use it...
-
Have been hooked on Zuma lately (an online game provided by MSN). Never imagined that such a simple game can be so addictive. Previously, I...
-
Have you ever been handled over an abandoned system where you have no idea of it and asked to maintain or complete it? Lately, there were s...
-
The task of delivering software solutions on-time and on-demand has become a great challenge for many project teams nowadays with businesses...
-
"Too many cooks spoil the broth" As the famous saying goes but will too many developers spoil the code ? It actually depends on ...
-
Have you ever wished to be able to work from home? You know like, sitting on that nice comfy chair (or slumber on the bed), listening to the...
-
Just received an e-mail from a friend containing the following wonderful thoughts: It's not what you want in life... It's knowing ...
-
Is it Hunting Season again? Everyone I know seems to be looking (or have looked) for greener pastures nowadays. I was so surprised to find ...
-
Most of the SQL Server 2005 High Availability options suggest having three servers (or instances) for optimum performance where each of the...
No comments:
Post a Comment