Has anyone managed to get an SSIS Data Flow task into an always encrypted column with Azure Key Vault working?
I am running an SSIS Data Flow Task from a table in a database with not encrypted columns into a table in another database with always encrypted column and key in azure key vault. I am using an ODBC Destination with connection string DRIVER=ODBC Driver 13 for SQL Server;SERVER=myServer;Trusted_Connection=Yes;DATABASE=myDB;ColumnEncryption=Enabled;KeyStoreAuthentication=KeyVaultClientSecret;KeyStorePrincipalId=;KeyStoreSecret=
I am getting execution error:Operand type clash: nvarchar(50) encrypted with (encryption_type = 'DETERMINISTIC', encryption_algorithm_name = 'AEAD_AES_256_CBC_HMAC_SHA_256', column_encryption_key_name = 'CEK_Auto1'