I have an input tool connection to a third party SQL database. It contains roughly 100 tables with various fields unique to each. I'm trying to connect to the database then create a list of the table names and fields to generate a sort of data dictionary. The third party adds tables and fields regularly, so I need it to be dynamic and pick up the updates vs a excel file they send me once in a blue moon.
What tool, or combination of tools would I use to generate a list of tables and fields in each table?