I have a pretty complex database, I have both its source code and access to it. My job is to answer the question ‘from what file, given column is loaded?’. Currently what I do is just go through code, from target column to source file. I wonder if there is any tool that would make it automatic or generate it based on SQL?
I'm using SQL Server.