SQL Azure Backups -


has come way backups of sql azure databases?

the 2 approaches seem ssis or bcp. ssis looks requires local install of ms sql 2008 don't have. bcp looks bit more promising haven't managed find examples of using sql azure of yet.

at pdc09 announced sql azure data sync, preview designed let keep local sql server in sync azure sql server.

in terms of database backups maintenance etc, of course part of service pay azure ms manage.

the sync framework team have blog on number of issues surrounding data syncronisation between azure , local db - http://blogs.msdn.com/sync/default.aspx


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -