Hello
In a SQL server, how can I see the scripts that run on imported data which result in the available tables and views?
From what I understand, the DBA imports some tables 'manually' i.e. from the cloud. They then somehow transform that data through various layers and they produce several other tables based on the originally inserted tables.
I want to see the whole transformation journey. Is that possible?
Thanks!