﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Cloud Computing / SQL Azure - Administration  / SQL Azure - Backup / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 07:18:07 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Azure - Backup</title><link>http://www.sqlservercentral.com/Forums/Topic1237796-2572-1.aspx</link><description>Hi Dan,The only way you can create a 'backup' in SQL Azure is to either:(A) Create a BACPAC using the tools in Azure itself. This isn't a real backup though, it seems to script the structure and the data and recreate it - so what comes back from the 'restore' is not identical in structure to what you backed up.(B) Use a third party tool. The one I've used is Red Gate SQL Azure backup which is currently free. This will either front end option (A) or copy the database to a local instance using a prepacked version of SQL Compare / SQL Data Compare under the covers.(C) If what you want to mitigate is your database accidently being mucked up by an application / user (rather than resilience) you can just copy the database to another one in SQL Azure.If you want transactional integrity, you have to do option C first to guarantee consistency. Bear in mind though that there is no concept of a transaction log restore though, so you can't recover to a point in time.Microsoft would say that the prospect of your database going down permanently in miniscule, and therefore that DBAs might worry too much about this!Finally there are syntactical differences in Azure - you can't just ship any old SQL Server 2008 R2 database up there and expect it will definitely work!Hope this helps.</description><pubDate>Wed, 08 Feb 2012 01:30:43 GMT</pubDate><dc:creator>Tim Walker.</dc:creator></item><item><title>RE: SQL Azure - Backup</title><link>http://www.sqlservercentral.com/Forums/Topic1237796-2572-1.aspx</link><description>From one of the videos on Azure I've been watching there does seem to be a way to re-create a database in Azure at a point in time. I can't give you a reference at present.I don't believe you can re-create the database outside Azure without using specialised tools (such as the one Reg-Gate has available - and no, I don't work for them!)</description><pubDate>Thu, 19 Jan 2012 16:38:23 GMT</pubDate><dc:creator>Toby Harman</dc:creator></item><item><title>SQL Azure - Backup</title><link>http://www.sqlservercentral.com/Forums/Topic1237796-2572-1.aspx</link><description>Hi all,Does anybody know if it's possible to carry out a point-in-time restore of a SQL Azure DB? I've read various Technet articles but currently all I can see are the following options:1.) Take a copy of the DB and name as something different2.) Export out database to a BLOB file 3.) Use third party tools to synchronise schema/data between SQL Azure/SQL Server &amp; vice versa.This is based on my understanding from the following articles:[url]http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-backup-and-restore-strategy.aspx[/url][url]http://blogs.msdn.com/b/davidmcg/archive/2011/09/29/data-backup-strategies-for-windows-and-sql-azure.aspx[/url]I've been tasked with the feasibility study of this for a project that our firm is working on by moving some of our business functionality to the cloud.Cheers,Dan</description><pubDate>Wed, 18 Jan 2012 03:29:57 GMT</pubDate><dc:creator>Danb7183</dc:creator></item></channel></rss>