A synchronization group is two or more databases that are logically grouped together for the purpose of synchronizing specified tables, columns and rows common to each. A sync group must have a SQL Azure hub database through which all synchronizations pass.
This article walks you through how to add the SQL Azure hub database to the sync group.
Provisioned a SQL Azure Data Sync server - SQL Azure Data Sync Provision a SQL Azure Data Sync Server
Named the sync group - SQL Azure Data Sync Name a Sync Group
See the article SQL Azure Data Sync Create a Sync Group for the flow of all the steps to create a sync group.
Top
SQL Azure Data Sync uses a hub/spoke topology. The hub is the central database in a Sync Group and must be a SQL Azure database. It is best if the hub is either (a) in the same data center (when databases are not geographically disbursed) or, (b) in the location most central to the other databases. The two most significant factors in selecting a hub database is latency and cost. Choosing a hub database that is close to the majority of your data traffic minimizes both latency and cost. Once the hub is set, it cannot be changed to a different database or removed. Data changes in member databases are written to the hub database or discarded in accordance with the Conflict Resolution policy. After all the member databases have sent their changes to the hub, the hub then write changes to all the member databases.
Click the add SQL Azure database as Hub icon. (Figure 1)
Figure 1: Add a Hub Database
Enter or select from the dropdown the database SQL Azure server name. (Figure 2:1)
Enter or select from the dropdown the database name. (Figure 2:2)
Enter your Credentials. (Figure 2:3)
Click Test to confirm that the server name, database name, user ID and password are all correct. (Figure 2:4)
If the test is successful, click Add. (Figure 2:5)
Figure 2: Add a SQL Azure database as the Sync Group Hub
You can send us your thoughts in any of the following ways:
Broken link under Prerequisites #3 --> 3. See the article SQL Azure Data Sync Create a Sync Group [go.microsoft.com/fwlinik] for the flow of all the steps to create a sync group.