SELECT Table_Name
FROM INFORMATION_SCHEMA.TABLES
WHERE Table_Type = ‘BASE TABLE’
AND Table_Name <> ‘dtproperties’
March 9, 2007
SQL server table schema
No Comments Yet »
No comments yet.
RSS feed for comments on this post. TrackBack URI
SELECT Table_Name
FROM INFORMATION_SCHEMA.TABLES
WHERE Table_Type = ‘BASE TABLE’
AND Table_Name <> ‘dtproperties’
No comments yet.
RSS feed for comments on this post. TrackBack URI