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 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-05-18 : 03:33:56
|
| When creating a table from Query Analyser, how can I give the description for the fields?Similarly, how can I retrieve the description of a column through query?MadhivananFailing to plan is Planning to fail |
|
|
AndyB13
Aged Yak Warrior
583 Posts |
Posted - 2005-05-18 : 04:10:11
|
Use sp_addextendedproperty --see BOLThe description is put into the sysproperties tableAndyBeauty is in the eyes of the beerholder |
 |
|
|
|
|
|