Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Masking (Deidentification)

$
0
0
Hi,I have a table. I have some sensitive data that I don't want to display that sensitive data. The columns I want to abstract areFirstname varchar(50) not nullLatname varchar(50) not nulldob datetime not nulladdressline1 varchar(50) nulladressline2 varchar(50) nullcity varchar(50) nullpostalcode varchar(20) nullI want to display null values as nulls empty as empty not null as numbersHow can I do that?

Viewing all articles
Browse latest Browse all 3145

Trending Articles