select a.* from sys.columns a,sys.tables b
where a.object_id = b.object_id and b.name = '要查的表名'

相关文章: