Synchronizing SQL Server and SQL AzureSeptember 7, 2010 SQL Azure Data Sync provides data synchronization between the cloud and local SQL Server databases. Learn how SQL Azure Data Sync allows you to keep the most concurrent information in the cloud while allowing mobile users, businesses, and enterprise data sources all to have access to this data. IntroductionIn an effort to bring a flexible cloud-computing experience Microsoft has introduced the Microsoft Azure platform. One of the many offerings is the cloud-based relational database service built on SQL Server technologies called Microsoft SQL Azure Database. To help keep managed data movement between the cloud based SQL Azure Database and your local SQL Server databases, Microsoft has provided a tool called SQL Azure Data Sync. Let's look closer at this powerful tool. SQL Azure Data Sync allows one to keep the most concurrent information in the cloud (SQL Azure) and allows mobile users, businesses, and enterprise data sources all to have access to this data, which is in the cloud, facilitating office machines as well as mobile desktop and handhelds to work together. SQL Azure Data Sync FeaturesSQL Azure Data Sync allows:
It also provides Microsoft Visual Studio templates, which allow developers to bring the SQL Azure Database to SQL Compact Databases. Getting StartedTo get started, you need to do the following:
Using the SQL Azure Data Sync ToolOnce you have signed up for the offer mentioned above and activated your account, visit https://sql.azure.com/projectviewer.aspx and setup your database. To allow for the SQL Azure Data Sync tool to work, you will need to allow filters for the external IP address of the machine from which you are running the Data Sync tool. Here is how the screen looks.
Once you have setup the SQL database, copy the database name and administrator name for use in the Data Sync tool. Start the SQL Azure Data Sync tool.
Click Next. Enter the Azure SQL database credentials you created above. Once you enter the credentials, test the connection by clicking on "Test Connection". If you get an error saying connection failed despite providing the right credentials, double check that the external IP is allowed through the firewall settings.
Click Next. On this screen, enter the name and credentials for the local database you want to use for syncing with the Microsoft Azure database.
Click Next. On the next page, select the tables that need to be synchronized. Also, select the database that will prevail in case of conflicts. Then click Next.
On the next screen, choose the table ordering.
On the summary page, name your synchronization job and click Process.
Once you click Process, it will create a Job with the name specified which will be visible under SQL Server Management studio under "SQL Server Agent -> Jobs". Whenever you want to synchronize your database, you now only need to run this job. Using the SQL Azure Offline Plug in for Microsoft Visual StudioData Synchronization is also easier programmatically. If you have installed the tools mentioned above and you have Microsoft Visual Studio 2008 Professional, you will get a new item template called The steps are similar to the Data Sync tool. The only difference here is that when you add a new item " ConclusionWe saw how SQL Azure Data Sync tools work and what they are used for. I hope that this information will be useful when you are working to synchronize your data between Azure Database and your local SQL Server database. Happy Syncing! Related Articles
Free Microsoft Azure SQL Tools For Cloud Application Development |