In our database we have a number of tables that have non-descriptive columns names e.g. (Attribute1, Attribute2....Attribute60 etc).
What I am wanting to know is if given a particular piece of information e.g. I know that a Job Code could be "123456", but I do not know what column in our database relates to Job Code, is it possible using a query to find out which column in which table contains data that is similar to that of 123456?
I am fairly confident my colleague used to have a query to achieve this but he has since left our organisation and I cannot seem to find his query.
Appreciate any help I can get!