How to Get Table List – MS SQL
30 June 2010
518 views
No Comment
How to Get Table List – MS SQL
Very simple. On management studio run this query.
select * FROM INFORMATION_SCHEMA.TABLES
From Webcosmo Webmaster Forum http://www.webcosmoforums.com/databases/20356-how-get-table-list-ms-sql.html










Leave your response!