I did google this a bit but my biggest problem is not knowing what to search. I felt like no matter what I searched it wasn't my problem so if you have a link to another question do to my search inability feel free to link it and be done with it.
Say I have like 250 different fields (columns) and they are all from 1 of 10 tables but I need to figure out which field comes from which table. Maybe i could do a massive select statement but there are possible duplicate column names and that sound like a headache
looking at each column name and the scouring through all these tables to find each one seems too difficult? Any thoughts? Does my question make sense? Let me know if you need more information.