I'm not too familiar with Crystal Reports or with Data Dictionary creations. So please bear with me!
But in sum, I want to create a data dictionary (consisting of typical - business definition, table name, schema, column, data type, etc.) for all of these Crystal Reports that I have.
Now, had all the Crystal Reports been written using Stored Procedures in our DB - this wouldn't be a question. BUT - they are not and are straight up Queries copy/pasted into these Crystal reports.
I'm not entirely sure what would be the best way to extract the tables/columns being used in each of these reports and would be the best approach to try and document it.
Any insightful tips and tricks are greatly appreciated!
(FYI Using SQL Server)