I am looking for a way to backup an azure sql database to a local server. The backup should be created automatically.
How can I do that?
Thanks in advance!
I am looking for a way to backup an azure sql database to a local server. The backup should be created automatically.
How can I do that?
Thanks in advance!
You can't use BACKUP
- since Azure SQL Database is always a newer version than any other version of SQL Server that you can install.
The way to do this is to extract a BACPAC and then apply that to your local server
If you want the local copy to be updated regularly - but not continuously, AND the local copy does not get updated, then consider Azure Data Sync