Does anyone have a backup strategy for SQL Azure databases?

Posted by Pete on Stack Overflow See other posts from Stack Overflow or by Pete
Published on 2010-04-14T12:56:17Z Indexed on 2010/04/14 13:03 UTC
Read the original article Hit count: 249

I'm using SQL Azure on a project and it works great. The problem is that the usual backup features do not exist. I have exported the database a couple of times using SQLAzureMW ( http://sqlazuremw.codeplex.com/ ) but this tool is now choking trying to download the database data with bcp. In any case, it's not as nice a solution as SQL Server backups.

Is anyone aware of a commercial or open source tool, or other technique, for making reliable backups of SQL Azure databases? This is really a showstopper.

© Stack Overflow or respective owner

Related posts about sql-azure

Related posts about sql-server