I currently have some standard SSIS packages in SQL Server that load and transform data from CSV files into a SQL Server database.
I would like to capture data lineage for these SSIS packages but am unsure how this can be done. Ideally i don't want to re-write the packages and was hoping if something could be 'switched on' as such. Is there anything built into SSIS/SQL Server or are there any 3rd party tools available?
Any advice would be greatly appreciated. Cheers