Is there a better way/quicker way to export an azure database via SSMS with it being compressed via the Export Data-tier Application? In the Advanced settings, there are only options to select the tables to be exported.
When you take a .bak file, you are able to compress it in Backup Options
. Is there an option when you do it via .bacpac?
In the database we are trying to obtain a bacpac for, we have a column of type varbinary(max)
in one table and that is where it takes a long time to export/data size. The total size is about 3.5 GB when it is all said and done.