Hi Anthony
Use the following query after connecting to the database to get the list of all the tables:
tableList = sqlread(conn, "tables", 'Catalog', Database1, 'Schema', 'information_schema');
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!