KirbyWallace
Programmer
Is there a way to, at the database level, create an INSTEAD OF trigger (or anything else) that will prevent a query from returning the actual content of a row, but instead, return alternate data?
Specifically, I want to grant developer access to query the "login table, but I want to return "*****" (literally) for the password instead of actually returning the password.
A solution that will simply omit the password column from a "SELECT * FROM..." results would also suffice.
Anyone done something like this before?
Thanks!
Specifically, I want to grant developer access to query the "login table, but I want to return "*****" (literally) for the password instead of actually returning the password.
A solution that will simply omit the password column from a "SELECT * FROM..." results would also suffice.
Anyone done something like this before?
Thanks!