Share via

How to backup database?

Lucas Escudero 191 Reputation points
2022-08-29T14:37:26.867+00:00

Good morning community.
I currently have a VM1 with a soft, and another VM2 with 2 Microsoft SQL server databases.
This VM1 hosts the information in the databases of VM2.
What I need is to make a daily backup of these 2 databases and store it in some blob storage within Azure.

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

Azure Database for MySQL
0 comments No comments

Answer accepted by question author
  1. Michael Taylor 61,206 Reputation points
    2022-08-29T14:43:46.517+00:00

    That is what SQL maintenance plans are designed to do as discussed here. There is a section that talks about how to automate your database backups. From there you need only move them to Azure storage which you could do as part of the maintenance plans or via a separate scheduled task, depending upon your needs.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.