Skip to content

Instantly share code, notes, and snippets.

@xeptore
Created February 19, 2019 01:09
Show Gist options
  • Save xeptore/08581c243074e8152bbdde369eeb5a8c to your computer and use it in GitHub Desktop.
Save xeptore/08581c243074e8152bbdde369eeb5a8c to your computer and use it in GitHub Desktop.
MS SQL Server List of Database Tables
SELECT TABLE_NAME FROM <DATABASE_NAME>.INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment