ms sql server show tables in database code example Example: show tables sql server USE YOUR_DATABASE_NAME SELECT * FROM INFORMATION_SCHEMA.TABLES