sql 获得一个表的所有列标题解决方法

sql 获得一个表的所有列标题
RT

------解决方案--------------------
select name
from syscolumns where object_name(id) = '表名 '