if exists (select * from syscolumns where id = object_id('tbl_clientes') and name = 'cNumGrupo') begin print('yes') end