Here are the environment details:
I've one Azure SQL Databases V12 and another local DB SQL Server 2016. I've enabled Always Encrypted on a table in the first DB - DB1. The same table structure is also created and i need to migrate the encrypted data from first DB to second DB.
When I try to export data from DB1 to DB2 I am getting error
"Creating destination for Encrypted source is not supported".
The error is because the CMK and CEK that were used to encrypt DB 1 is in Azure-Key-vault. The export tool never gave an option to access key-vault.
How do I migrate the data from DB1 to DB2?