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 |
|
boreddy
Posting Yak Master
172 Posts |
Posted - 2008-08-06 : 07:10:34
|
| How can i get columns descriptionsthrow the queryPlease help me |
|
|
elancaster
A very urgent SQL Yakette
1208 Posts |
Posted - 2008-08-06 : 07:14:07
|
| what do you mean by 'columns descriptions'? look at information_schema.columnsEm |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-08-06 : 07:17:09
|
quote: throw the query
How to throw ? KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
boreddy
Posting Yak Master
172 Posts |
Posted - 2008-08-06 : 07:19:42
|
| when we open table desion, we can see column properties in that windowwe have onr description(he we can write about column or any thing)that description |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-08-06 : 08:08:27
|
| SELECT name FROM ::fn_listextendedproperty (NULL, 'user', 'dbo', 'table', 'table_name','column', default)MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|