Groups | Blog | Home
all groups > sql server (microsoft) > august 2005 >

sql server (microsoft) : Exporting Table Metadata


jordan.parmer NO[at]SPAM gmail.com
8/23/2005 10:52:35 AM
Is there a simple way to export all table metadata (i.e. fields and
field data types)? I've been introduced to a DB with over 40 tables,
and I would like an easy way to diagram the fields without having to
manually input each table and its fields into a new spreadsheet or
Visio doc.

Thanks.
m.bohse NO[at]SPAM quest-consultants.com
8/31/2005 4:19:01 AM
I'm not sure if it's the way you want it but have you tried
select * from Information_schema.columns
M
AddThis Social Bookmark Button