I'm exporting a bacpac file from my Azure SQL Server database to my local file system. Then when I try to import this bacpac file into a local instance of SQL Server I get a "Archive file cannot be size 0." error.
I've tried the import via the GUI Import Data-tier Application functionality as well as executing the SqlPackage.exe via the command prompt. I recieve the same error either way.
Any ideas?