Solved

Securing sensitive data

  • 17 March 2020
  • 1 reply
  • 29 views

Data in the context of GDPR or sensitive to stock markets require attention in the datawarehouse with regard to securing the data, in some cases this also to the people developing the datawarehouse. We have been looking into several options, and now plan to do a proof of concept on transparent data encryption.  

Anybody experience with securing sensitive data in the datawarehouse, either with this setting or in other ways?

icon

Best answer by Syed Yousuf 20 January 2023, 00:26

View original

1 reply

Userlevel 3
Badge +3

Dynamic Data Masking masks sensitive data from unauthorized users. 

https://legacysupport.timextender.com/hc/en-us/articles/5463363539101-Dynamic-Data-Masking

Also review SQL Server docs on data encryption

Transparent data encryption or always encrypted? | Azure Blog and Updates | Microsoft Azure

Reply