|
I need to do a search for people who are violating our "don't use social security numbers in your data" rule and need to know if there are performance differences (and why) between the two lines below.
Thanks.
[0-9]{3}-[0-9]{2}-[0-9]{4}
vs
\d\d\d-\d\d...
Started by Keng on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Social security number cannot start from number greater than 772
So that instantly reduces your match social security number and here are the results:
1.547 seconds - [0-9]{3}-[0-9]{2}-[0-9]{4}
1.844.
|
|
The HR department at the company that I am currently working for has requested that I provide a system for storing employee social security numbers in our company database. The reason for this is to streamline payroll completion, as we use in-house software...
Started by cmptrgeekken on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
You want to use some sort of reversible://dev.mysql.com/doc/refman....
Beyond that, there is encryption , vpn , and PKI for security.
Social Security numbers fall under " PII " (Personally .
Be numeric so as to blend in with the SSN .
|
|
I have a string in a MS 2000 SQL db and need to remove just the SSN using the select satement. I don't have the option of using an external app. The other fun part is that the locaton of the SSN is not always the same.
[B-Day][First Name][SSN][POB] 12...
Started by NitroxDM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
EDIT: Ofcourse there is some assumption regarding social security number format.
A" is the name of the column.
|
Ask your Facebook Friends
|
January 14, 2012 - 2:48pm Just thought I would pass this info on to anyone who might find it helpful. I may have mentioned some of this before.
My last day of work was 2/26/2010. I was ill but didn't know the horrible truth yet. After literally begging...
Answer Snippets (Read the full thread at cancer):
Disability to be long-term, you should contact the social security information line to find out about, 2012 - 4:02pm It is confusing but Social Security Disability (SSDI) and State Disability (SDI) are two Department for the....
|
|
Ally asking for ID and social security card is this normal when you start depositing money in an account.
Started by ssean759 on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at aspkin):
They are asking to fax thos to them and yes its... .
Are you asking for deposits in different names? If so, then yes, they will probably ask for the info of the person whom the deposits names are in .
You usually need this info before you open an account.. .
|
|
Is there a SSN that is roughly the equivalent of example.com - something that is widely (and officially ) recognized as an example/test value only?
Clarification: As per my comment, what I'm really asking is if there's a canonical "test SSN" that is used...
Started by Rob on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
To expand on the Wikipedia-based answers:
The Social Security Administration.
In advertisements.
|
|
Anyone out there know how to improve this function? I'm not worried about shortening the code, I'm sure this could be done with better regex, I am more concerned about correct logic. I have had a terrible time finding documentation for SSN #'s. Most of...
Started by J.Hendrix on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's the most-complete description of the makeup of an SSN that I have found. .
It's all at socialsecurity.gov : Numbering scheme , allocations , highest numbers updated monthly .
|
|
I was wondering how many Veterans out there are considered unemployable by the VA but have been denied by Social Security for Disability Insurance. I'm 50 yrs old and have paid into Social Security since i was 16. I have now been denied by Soc Sec 3 times...
Started by jeepersrus on
, 11 posts
by 2 people.
Answer Snippets (Read the full thread at military):
First, normally it takes one 100% disability for Social Security to rate to get SSDI, ....
The VA and Social Security have different rules and somethings that the VA considers disabling are not by Social Security.
|
|
Subject: DD 214 Increased Social Security Benefits For Vets
DD 214 Increased Social Security Benefits For Vets
DD FORM 214 -- EXTRA SOCIAL SECURITY BENEFIT for those with active duty between January 1957 to December 31, 2001
See the web site & notes below...
Started by JALLEN on
, 12 posts
by 10 people.
Answer Snippets (Read the full thread at sigforum):
|
|
FERS Social Security supplement? This may have been explained somewhere else on this site but I haven't come across it.
Could someone please explain the formula that is used in calculating the Social Security supplement for FERS employees who retire before...
Started by ripper on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at tsptalk):
Re: FERS Social Security supplement? FERS Annuity Supplement
The formula for calculating your FERS from social security at the age of 62---you can only use the social security earnings that you earn while social....
|