How to mask a field?

  • Hi,

    I have a table with 10 columns

    Out of 10, i need to mask 5 columns because i don't want to show those columns in development and testing environment.

    If any of you have solution for this please let me know!!

    I am working on SQL Server 2008.

  • Create a view with only the 5 fields you want to be exposed. Give permissions to this view and not the base table

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply