1、select 1 from syscolumns where id=object_id('表名') and name='列名'

2、if col_length('表名', '列名') is not null
  print '存在'