Apologies if this has been asked previously but I have not been able to find anything on this.
I have an application which has multiple data sources, SQL, onedrive/excel, sharepoint, etc. I want to know if there is a way to export the schema to see for every field if there is a datasource what it is? I want to make sure I don't have any redundancies and be able to delete columns from tables that aren't being used so it is as clean as possible of a backend. I look up names by unique IDs of locations and pair it with location names in another table, phone numbers from another table, etc.
Ideally I'd like to print or save this schema so that I have it in case of a loss or in case something gets deleted or changed in the future I can have it as a reference.
Is this possible?
Thank you in advance.