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)

被折叠的 条评论
为什么被折叠?