I cannot find a reasonable backup solution for SQL Azure. I am trying very hard to use SQL Azure for a production app but the inability to produce a reliable backup and restore plan may prevent me from using it.
Regarding the suggestions that have been made:
BCP constantly times out or has its connection "forcibly removed by the host". After this happens bcp fails to event connect for some time. BCP also cannot handle a table with large amounts of data.
SQL Azure MW chokes completely on even a moderate amount of data and cannot finish generating scripts.
Microsoft Sync Framework is not what I need. It appears that it would synchronize data between two databases, when I just need a one-way export from SQL Azure for backup purposes.
Microsoft SQL Azure team -- please help! You can't really have expected anyone to use this service without the ability to reliably export or backup data.
Pete