select a.name,value from syscolumns a,sys.extended_properties g
where a.id=(select max(id) from sysobjects where xtype='u' and name='表名')
AND a.id = g.major_id and a.colid=g.minor_id
where a.id=(select max(id) from sysobjects where xtype='u' and name='表名')
AND a.id = g.major_id and a.colid=g.minor_id