Skip to content

Instantly share code, notes, and snippets.

@rurtubia
Created May 6, 2015 09:24
Show Gist options
  • Select an option

  • Save rurtubia/22039bab958bc077eaa5 to your computer and use it in GitHub Desktop.

Select an option

Save rurtubia/22039bab958bc077eaa5 to your computer and use it in GitHub Desktop.
Show all the tables in a database
--SQL Server 2010, 2012
select * from INFORMATION_SCHEMA.TABLES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment