select *from 数据库名.dbo.syscolumns where id=object_id('table1') and name='column1'如果存在,就会返回相应的行,不存在就查不到任何东西了。“数据库名”根据你实际的数据库名来填写。