【发布时间】:2016-09-29 03:38:10
【问题描述】:
我每天晚上都会通过门户运行自动备份,该备份应该将我的 Azure 数据库作为 .bacpac 文件备份到 blob 存储,并且一直到星期五为止一直成功运行。 每天晚上我都会收到一封电子邮件错误消息:
Automated SQL Export failed for myServer:myDatabase at 5/30/2016 11:35:39 PM. The temporary database copy was made, but this copy could not be exported to the .bacpac file.
一些教程建议登录门户并手动进行。当我这样做时,它会成功运行,并且我能够毫无错误地看到该文件。但是在接下来的晚上,该过程再次失败(它不会从执行手动备份中恢复)。有没有办法获得有关失败原因的更多信息?
【问题讨论】:
标签: azure azure-sql-database azure-blob-storage