now musing at www.aliaspooryorik.com!

March 9, 2007

SQL server table schema

Filed under: SQL statements — aliaspooryorik @ 11:26 am

SELECT Table_Name
FROM INFORMATION_SCHEMA.TABLES
WHERE Table_Type = ‘BASE TABLE’
AND Table_Name <> ‘dtproperties’

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.