sql list all table and schema names

SELECT *
FROM INFORMATION_SCHEMA.TABLES
order by TABLE_TYPE, TABLE_SCHEMA

Leave a Reply

Your email address will not be published. Required fields are marked *