SyntaxFix
Write A Post
Hire A Developer
Questions
This query will get you all the tables in the database
USE [DatabaseName]; SELECT * FROM information_schema.tables;