How can I do the equivalent of “SHOW TABLES” in T-SQL? May 19, 2023 by Tarik I know you’ve already accepted an answer, but why not just use the much simpler sp_tables? sp_tables 'Database_Name'