select
object_name(object_id)
AS
‘表名‘
,
name
‘列名‘
from
sys.columns
WHERE
=
‘u_1‘
查询列名
原文:http://www.cnblogs.com/Vito666/p/6931975.html