Sergey
2 years agoContributor III
SQL table editor : parametrize the source of data ?
Hello,
In the SQL table editor component, we can define namely the Schema Name, Table Name, Table Column Names, Where Clause and Order By Clause :
However, I am using a Table that has encrypted data, so I would need to use my symmetric key when loading the table. For that, I need to write an SQL statement beforehand :
OPEN SYMMETRIC KEY MyKey DECRYPTION BY CERTIFICATE MyCertificate;
and a CLOSING statement :
CLOSE SYMMETRIC KEY MyKey;
However, the SQL table editor component doesn't allow to add these fields.
--> Is it possible to add these statements when the SQL table editor opens ? Could it be done with a business rule ? More generally, how can we handle encrypted data ?
Regards,