Lesson Learned #300: Exporting a database to storage account that is behind a firewall

This article is contributed. See the original author and article here.

In some situations, we saw that our customers are trying to export their database to a blob storage that is behind a firewall, currently this operation is not supported Export a database to a BACPAC file – Azure SQL Database & Azure SQL Managed Instance | Microsoft Learn


 


Exporting a database we need to review some considerations in terms of storage:


 



  • If you are exporting to blob storage, the maximum size of a BACPAC file is 200 GB. To archive a larger BACPAC file, export to local storage with SqlPackage.


  • Exporting a BACPAC file to Azure premium storage using the methods discussed in this article is not supported.




  • Storage behind a firewall is currently not supported.




  • Immutable storage is currently not supported.




  • Storage file name or the input value for StorageURI should be fewer than 128 characters long and cannot end with ‘.’ and cannot contain special characters like a space character or ‘,*,%,&,:,,/,?’.




 


Trying to perform this operation you may received an error message: Database export error Failed to export the database: . ErrorCode: undefined ErrorMessage: undefined-

Lesson Learned #298: Huge duration of database export using sqlpackage

This article is contributed. See the original author and article here.

We used to have situations where our customer needs to export 2 TB of data using SQLPackage in Azure SQL Database. Exporting this amount of data might take time and following we would like to share with you some best practices for this specific scenario. 


 



Enjoy!

Cisco Releases Security Advisory for Unified CM and Unified CM SME

This article is contributed. See the original author and article here.

Cisco released a security advisory for a vulnerability affecting Cisco Unified Communications Manager (Unified CM) and Cisco Unified Communications Manager Session Management Edition (Unified CM SME). A remote attacker could exploit this vulnerability to cause a denial-of-service condition. For updates addressing lower severity vulnerabilities, see the Cisco Security Advisories page.

CISA encourages users and administrators to review the advisories and apply the necessary updates.