Share via

SSIS Encryption data tap

Bram Decraene 21 Reputation points
2021-02-18T09:47:50.567+00:00

Dear, Via SSIS we need to load sensitive data into the SQL database. In this SQL DB we can use always encrypted as even DBA's may not see the data. However the next weakest link is a data tap in SSIS; is there a way to shield off everything so that from end-to-end the sensitive data is protected, also from DBA's? Thanks in advance, Bram

SQL Server Integration Services
0 comments No comments

Answer accepted by question author

Monalv-MSFT 5,926 Reputation points
2021-02-19T02:18:47.4+00:00

Hi @Bram Decraene ,

We can set the Protection Level as Encrypt all with password in SSIS packages.

Encryption, as used by package protection levels, is performed by using the Microsoft Data Protection API (DPAPI), which is part of the Cryptography API (CryptoAPI).
The package protection levels that encrypt packages by using passwords require that you provide a password also. If you change the protection level from a level that does not use a password to one that does, you will be prompted for a password.

Please refer to Access Control for Sensitive Data in Packages.

Best regards,
Mona

----------

If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.