About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
rurtubia
5/6/2015 - 9:24 AM
share
Share
add_circle_outline
Save
Show all the tables in a database
Show all the tables in a database
show_tables.sql
content_copy
file_download
--SQL Server 2010, 2012 select * from INFORMATION_SCHEMA.TABLES
clear