Hello, looking around this doesn't appear to be an easy thing to do but is there a way to identify Tables & their Column names that have 9 consecutive digits?
For example if a Column's definition is varchar(50) and their was an entry of 123456789 in it which could potentially be an SSN record.
Please share if any other methods in identifying SSN entries or columns throughout a DB.
Thanks in advance.