We have encountered a critical error today - we are no longer able to create bacpac files of our live Azure production databases. Everything was working up until now, and su
well I fell your pain... the answer here is: Replace your schema...There's no other way...
Instead of 'Column Name' use [Column Name]... instead of Select CryptColumnA 'Column A' from myTable use Select CryptColumnA as [Column A] from myTable and so forth...