本文介绍了如何在本地存储中备份Azure DB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何备份azure数据库并将副本保存在本地存储中(每天一次)

How to take a backup of azure DB and keep a copy in local storage (Daily once)

谢谢

APK

推荐答案

SqlPackage/Action:Export/SourceServerName:SampleSQLServer.sample.net,1433/SourceDatabaseName:SampleDatabase/TargetFile:F:\Temp\SampleDatabase.bacpac"


其中F:\ Temp是本地驱动器上的文件夹.


Where F:\Temp is a folder on an local drive.


希望这会有所帮助.


Hope this helps.


问候


Regards,

阿尔贝托·莫里洛
SQLCoffee.com

Alberto Morillo
SQLCoffee.com


这篇关于如何在本地存储中备份Azure DB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 14:09