Difference between revisions of "MS SQL"

Jump to navigation Jump to search
27 bytes added ,  07:34, 25 June 2012
m
Added Applications category
(Added "Commands")
m (Added Applications category)
Line 38: Line 38:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE' /* Show base tables only (not views etc) */
SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE' /* Show base tables only (not views etc) */
</source>
</source>
[[Category:Applications]]

Navigation menu