Hi everyone,
I have a database that retrieve a bunch of data from an external Oracle database through ODBC, it then save them as local tables.
I therefore have a lot of SQL Pass-Through queries. I used to have a manual process of clicking on each query, to retrieve one table at a time. I now...