I need to automate SQL Azure database backup in SQL Script files. How can i do so?

后端 未结 5 565
小蘑菇
小蘑菇 2021-02-01 09:00

Presently i am generating SQL scripts everyday to take the backup of SQL Azure database. I need to automate this process using some freeware. How can i achieve this?

Not

5条回答
  •  伪装坚强ぢ
    2021-02-01 09:38

    Create an in-the-cloud backup of the database (to get a consistent snapshot) and then use the Data-Tier Application Framework (DACFx) client tool to copy the snapshot to your local machine, as described in Automating Windows Azure SQL Database Backup.

提交回复
热议问题