Hello, perhaps you guys have heard this before in the past, but here is
what I'm looking for.
I have a SQL 2005 table with Social security numbers. We need to get rid of the SSN numbers and replace them with SPLAT (*)
For example:
if the real SSN is: 340-53-7098 the repacement would be ***-**-****.
Sounds simply enough, but I can't seem to get it straight.
I need this to be created using an update query.
Again, any help would be appreciated it.
what I'm looking for.
I have a SQL 2005 table with Social security numbers. We need to get rid of the SSN numbers and replace them with SPLAT (*)
For example:
if the real SSN is: 340-53-7098 the repacement would be ***-**-****.
Sounds simply enough, but I can't seem to get it straight.
I need this to be created using an update query.
Again, any help would be appreciated it.