Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 123 Bytes

sqlserver.md

File metadata and controls

executable file
·
7 lines (6 loc) · 123 Bytes
-- tables
SELECT * FROM INFORMATION_SCHEMA.TABLES;

-- columns
SELECT * FROM INFORMATION_SCHEMA.COLUMNS;