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

后端 未结 5 566
小蘑菇
小蘑菇 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 10:00

    You could try RedGate Azure Sql backup http://www.red-gate.com/products/dba/sql-azure-backup/

    That can be also scheduled using Task Scheduler.

    I have written some ideas on how to do that: http://anttitech.wordpress.com/2011/11/06/azure-sql-backup-and-restore-scenarios-using-bacpac-exportimport/

提交回复
热议问题