3

We currently backup our SQL databases in our data centre using Microsoft DPM.

We are now putting some databases into SQL Azure ( SQL Azure Database ).

How can we backup a database from the could to on premises so we have a copy locally?

3 Answers3

5

There is nothing easier than backuping a data to virtual tape libraries IMHO. But at the same time, I got to admit that it was a challenge for me to find a compatible solution with Microsoft DPM. I've ended with StarWind VTL: https://www.starwindsoftware.com/starwind-virtual-tape-library I actually have been using it as some kind of temporary storage for my data-at-rest before it will be offloaded to the cloud. Don't see any reasons why that would not work in reverse order. Hope it helps!

batistuta09
  • 9,210
0

There are multiple ways to do this: using SSIS (SQL Server Integration Services), using combination of SSIS and DB creation scripts, using Import/Export service in SQL Azure.

There is a good answer maybe could help you.

-1

Azure SQL already have a built-in backup system, you don't need to have a local copy: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-automated-backups

Noor Khaldi
  • 3,879