Getting Started with Windows Azure SQL Data Sync

In this tutorial, you learn the fundamentals of Windows Azure SQL Data Sync using the Windows Azure (Preview) portal.

This tutorial assumes minimal prior experience with SQL Server and Windows Azure SQL Database. In this tutorial, you create a hybrid (SQL Server and SQL Database instances) sync group fully configured and synchronizing on the schedule you set.

Table of Contents

Step 1: Connect to the Windows Azure SQL Database

  1. Sign in to the Management Portal.

  2. Click SQL DATABASES in the left pane.

  3. Click SYNC at the bottom of the page. When you click SYNC, a list appears showing the things you can add – New Sync Group and New Sync Agent.

  4. To launch the New SQL Data Sync Agent wizard, click New Sync Agent.

  5. If you haven't added an agent before, click download it here.

Step 2: Add a Client Agent

This step is required only if you are going to have an on-premises SQL Server database included in your sync group. You can skip to Step 4: Create a sync group if your sync group has only SQL Database instances.

Step 2a: Install the required software

Be sure that you have the following installed on the computer you install the Client Agent.

  • .NET Framework 4.0

    You can install .NET Framework 4.0 from here.

  • Microsoft SQL Server 2008 R2 SP1 System CLR Types (x86)

    You can install the Microsoft SQL Server 2008 R2 SP1 System CLR Types (x86) from here

  • Microsoft SQL Server 2008 R2 SP1 Shared Management Objects (x86)

    You can install the Microsoft SQL Server 2008 R2 SP1 Shared Management Objects (x86) from here

Step 2b: Install a new Client Agent

Follow the instruction at Install a Client Agent (SQL Data Sync) to install the agent.

Step 2c: Finish the New SQL Data Sync Agent wizard

  1. Return to the New SQL Data Sync Agent wizard.
  2. Give the agent a meaningful name.
  3. From the dropdown, select the REGION (data center) to host this agent.
  4. From the dropdown, select the SUBSCRIPTION to host this agent.
  5. Click the right-arrow.

Step 3: Register a SQL Server database with the Client Agent

After the Client Agent is installed, register every on-premises SQL Server database that you intend to include in a sync group with the agent. To register a database with the agent, follow the instructions at Register a SQL Server Database with a Client Agent.

Step 4: Create a sync group

Step 4a: Start the New Sync Group wizard

  1. Return to the Management Portal.
  2. Click SQL DATABASES.
  3. Click ADD SYNC at the bottom of the page then select New Sync Group from the drawer.

Step 4b: Enter the basic settings

  1. Enter a meaningful name for the sync group.
  2. From the dropdown, select the REGION (Data Center) to host this sync group.
  3. Click the right-arrow.

Step 4c: Define the sync hub

  1. From the dropdown, select the SQL Database instance to serve as the sync group hub.
  2. Enter the credentials for this SQL Database instance – HUB USERNAME and HUB PASSWORD.
  3. Wait for SQL Data Sync to confirm the USERNAME and PASSWORD. A green check mark appears to the right of the PASSWORD when the credentials are confirmed.
  4. From the dropdown, select the CONFLICT RESOLUTION policy.

    Hub Wins – any change written to the hub database is written to the reference databases, overwriting changes in the same reference database record. Functionally, this means that the first change written to the hub is propagated to the other databases.

    Client Wins – changes written to the hub are overwritten by changes in reference databases. Functionally, this means that the last change written to the hub is the one kept and propagated to the other databases.

  5. Click the right-arrow.

Step 4d: Add a reference database

Repeat this step for each additional database you want to add to the sync group.

  1. From the dropdown, select the database to add.

    Databases in the dropdown include both SQL Server databases that have been registered with the agent and SQL Database instances.

  2. Enter credentials for this database – USERNAME and PASSWORD.
  3. From the dropdown, select the SYNC DIRECTION for this database.

    Bi-directional – changes in the reference database are written to the hub database, and changes to the hub database are written to the reference database.

    Sync from the Hub - The database receives updates from the Hub. It does not send changes to the Hub.

    Sync to the Hub - The database sends updates to the Hub. Changes in the Hub are not written to this database.

  4. To finish creating the sync group, click the check mark in the lower right of the wizard. Wait for the SQL Data Sync to confirm the credentials. A green check indicates that the credentials are confirmed.

  5. Click the check mark a second time. This returns you to the SYNC page under SQL Databases. This sync group is now listed with your other sync groups and agents.

Step 5: Define the data to sync

Windows Azure SQL Data Sync allows you to select tables and columns to synchronize. If you also want to filter a column so that only rows with specific values (such as, Age>=65) are synchronized, use the SQL Data Sync portal at Windows Azure and the documentation at Select the Tables, Columns, and Rows to Synchronize to define the data to sync.

  1. Return to the Management Portal.
  2. Click SQL DATABASES.
  3. Click the SYNC tab.
  4. Click the name of this sync group.
  5. Click the SYNC RULES tab.
  6. Select the database you want to provide the sync group schema.
  7. Click the right-arrow.
  8. Click REFRESH SCHEMA.
  9. For each table in the database, select the columns to include in the synchronizations.
    • Columns with unsupported data types cannot be selected.
    • If no columns in a table are selected, the table is not included in the sync group.
    • To select/unselect all the tables, click SELECT at the bottom of the screen.
  10. Click SAVE, then wait for the sync group to finish provisioning.
  11. To return to the Data Sync landing page, click the back-arrow in the upper left of the screen (above the sync group’s name).

Step 6: Configure your sync group

You can always synchronize a sync group by clicking SYNC at the bottom of the Data Sync landing page. If you want a sync group to synchronize on a schedule, you configure the sync group.

  1. Return to the Management Portal.
  2. Click SQL DATABASES.
  3. Click the SYNC tab.
  4. Click the name of this sync group.
  5. Click the CONFIGURE tab.
  6. AUTOMATIC SYNC
    • To configure the sync group to sync on a set frequency, click ON. You can still sync on demand by clicking SYNC.
    • Click OFF to configure the sync group to sync only when you click SYNC.
  7. SYNC FREQUENCY
    • If AUTOMATIC SYNC is ON, set the synchronization frequency. The frequency must be between 5 Minutes and 1 Month.
  8. Click SAVE.

Congratulations. You have created a sync group that includes both a SQL Database instance and a SQL Server database.

Next Steps

For additional information on SQL Database and SQL Data Sync see:

[Windows Azure] Getting Started with Windows Azure SQL Data Sync的更多相关文章

  1. [Windows Azure] Getting Started with Windows Azure SQL Database

    In this tutorial you will learn the fundamentals of Windows Azure SQL Database administration using ...

  2. [AWS vs Azure] 云计算里AWS和Azure的探究(1)

    转自:http://www.cnblogs.com/hotcan/archive/2013/01/31/2886794.html 云计算里AWS和Azure的探究(1) 全球领先的云的计算平台主要有两 ...

  3. [Windows Azure] How to Create and Configure SQL Database

    How to Create and Configure SQL Database In this topic, you'll step through logical server creation ...

  4. [Windows Azure] Development Considerations in Windows Azure SQL Database

    Development Considerations in Windows Azure SQL Database 3 out of 5 rated this helpful - Rate this t ...

  5. [转]Azure 表存储和 Windows Azure SQL Database - 比较与对照

    本文转自:https://msdn.microsoft.com/library/azure/jj553018 更新时间: 2014年10月 作者:Valery Mizonov 和 Seth Manhe ...

  6. Windows Azure HandBook (3) 浅谈Azure安全性

    <Windows Azure Platform 系列文章目录> 2015年3月5日-6日,参加了上海的Azure University活动.作为桌长与微软合作伙伴交流了Azure相关的技术 ...

  7. Windows Azure Virtual Network (10) 使用Azure Access Control List(ACL)设置客户端访问权限

    <Windows Azure Platform 系列文章目录> 本文介绍的是国内由世纪互联运维的China Azure. 我们在创建完Windows Azure Virtual Machi ...

  8. 使用 Azure PowerShell 管理 Azure 虚拟网络和 Windows 虚拟机

    Azure 虚拟机使用 Azure 网络进行内部和外部网络通信. 本教程介绍了如何在虚拟网络中创建多个虚拟机 (VM),以及如何在虚拟机之间配置网络连接. 你将学习如何执行以下操作: 创建虚拟网络 创 ...

  9. Windows Azure Storage (19) 再谈Azure Block Blob和Page Blob

    <Windows Azure Platform 系列文章目录> 请读者在参考本文之前,预习相关背景知识:Windows Azure Storage (1) Windows Azure St ...

随机推荐

  1. 浅谈ELK日志分析平台

    作者:珂珂链接:https://zhuanlan.zhihu.com/p/22104361来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. 小编的话 “技术干货”系列文章 ...

  2. cnpm不是内部或外部命令 cnpm: command not found

    问题是处在于 你没用用淘宝的镜像 安装cnpm 不信 你打下cnpm -v,  看是  是不是也不是内部命令: 好了,那就安装下吧 npm install cnpm -g --registry=htt ...

  3. 使用tensorflow-serving部署tensorflow模型

    使用docker部署模型的好处在于,避免了与繁琐的环境配置打交道.使用docker,不需要手动安装Python,更不需要安装numpy.tensorflow各种包,直接一个docker就包含了全部.d ...

  4. kickstart命令选项

    下面的选项可以放入kickstart文件.如果喜欢使用图形化的界面来创建kickstart文件,可以使用"Kickstart配置"应用程序.(注:如果某选项后面跟随了一个等号(=) ...

  5. HDU 4540 威威猫系列故事——打地鼠 (状态压缩DP)

    威威猫系列故事——打地鼠 Time Limit: 300/100 MS (Java/Others)    Memory Limit: 65535/32768 K (Java/Others)Total ...

  6. intellij idea 双击选中一个变量而不是单词

    在keymap 里搜索 select Word at caret ,然后双击并在弹出选项里选add mouse shortcut,然后选double click,再在下面click pad 区域点一下 ...

  7. android 4.4 支持透明状态栏和透明导航栏

    @Override protected void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceSt ...

  8. sql server 2008评估期已到的解决办法

    点击开始-所有程序-Microsoft SQL Server 2008-配置工具-SQL Server 安装中心然后点击左侧的维护,在点击右侧的版本升级,接着按照提示一直点下一步,到产品密钥的时候输入 ...

  9. 温故而知新:柯里化 与 bind() 的认知

    什么是柯里化?科里化是把一个多参数函数转化为一个嵌套的一元函数的过程.(简单的说就是将函数的参数,变为多次入参) const curry = (fn, ...args) => fn.length ...

  10. 转 分享我在阿里工作十年接触过Java框架设计模式

    转 原文: 分享我在阿里工作十年接触过Java框架设计模式 一.前言 说起来设计模式,大家应该都耳熟能详,设计模式代表了软件设计的最佳实践,是经过不断总结提炼出来的代码设计经验的分类总结,这些模式或者 ...