select b.name,a.* from sys.columns a,sys.tables bwhere a.object_id = b.object_id and a.name = 'id'
b.name 为表名