select column_name,data_type,column_default,character_maximum_length from information_schema.columns where table_name='t_conclusion'
select objname,value
from ::fn_listextendedproperty
(default,'user','dbo','table','t_conclusion','column',default)
select column_name,data_type,column_default,character_maximum_length from information_schema.columns where table_name='t_conclusion'
select objname,value
from ::fn_listextendedproperty
(default,'user','dbo','table','t_conclusion','column',default)