I specified the column's description by using the SQL Server 2000
Enterprise Manager. How can I get this description from my stored
procedure? Answer:
The text you entered in the description edit box is implemented
as a SQL Server 2000 extended property. To get its value you should
use the system function fn_listextendedproperty.
See the fn_listextendedproperty function in SQL Server 2000 Books Online.
This is the example to get all extended properties for all
columns in table1 table: