Viewing 4 posts - 1 through 5 (of 5 total)
Sounds like you're dealing with some tricky T-SQL after migrating from Oracle. If the code lacks comments and isn’t intuitive, I totally get why it’s confusing. Sometimes, migrations introduce structural...
March 24, 2025 at 4:37 pm
That’s a great question! Dynamic Data Masking (DDM) could help in limiting exposure to sensitive data, but it wouldn’t fully solve the core issue here. Since DDM only applies obfuscation...
March 24, 2025 at 4:35 pm
These examples are very relevant to what I encounter. What concerns me is how we’ll handle issues related to SSNs when they arise. Maybe we’ll need an "active indicator" to...
March 24, 2025 at 4:34 pm
Good examples, and that's the type of thing I run into. I worry what we'll do when we do have issues with SSNs, maybe we'll have to have an "active...
March 24, 2025 at 4:32 pm
Viewing 4 posts - 1 through 5 (of 5 total)