Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-08-10 : 09:40:59
|
Wade writes "I'd like to run a query in order to see the table layout including field names, datatypes and sizes in order to document the tables in a report. Will be copying and pasting into excel most likely." |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-08-10 : 10:14:52
|
make use of INFORMATION_SCHEMA.COLUMNS KH |
 |
|
|
|
|