Created
February 19, 2019 01:09
-
-
Save xeptore/08581c243074e8152bbdde369eeb5a8c to your computer and use it in GitHub Desktop.
MS SQL Server List of Database Tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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