The readers of my articles on several forums asks questions regarding something or the other and I do answer them promptly. However I feel the answers should be shared among a larger group of people. I think this blog will make this possible.
Saturday, May 26, 2018
How do you know which columns are masked in a table?
If the table belongs to a database, then in the context of the database sun the query:
SELECT * FROM sys.columns
If the column(s) is masked you should look for the column 'is_masked' in the response as shown.
No comments:
Post a Comment