Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to bulk insert (Update if existing) data into SQL table with encrypted columns.

YipengTang
6 - Meteoroid

I need to use Alteryx to bulk load into a bunch of SQL tables, and most of them have columns encryption.

Col1: varchar [11] COLLATE Latin1_General_BIN2 ENCRYPTED WITH (COLUMN_ENCRYPTION_KEY =  CEK1 , ENCRYPTION_TYPE = Randomized , ALGORITHM = 'AEAD_AES_256_CBC_HMAC_SHA_256') NOT NULL;

Col2: [int] ENCRYPTED WITH (COLUMN_ENCRYPTION_KEY = CEK1 , ENCRYPTION_TYPE = Randomized , ALGORITHM = 'AEAD_AES_256_CBC_HMAC_SHA_256') NOT NULL;

SQL server uses varchar[8000] for the data being encrypted because this is what I saw in the error message:  varchar [11] does not match with varchar [8000]. I need help from Alteryx how can I load data into a SQL table with encryption.

0 REPLIES 0
Labels
Top Solution Authors