테이블과  이름  확인 하는 쿼리문 
DECLARE @Check  INT 
set @Check =( select count(name)NO_CHECK  from syscolumns 
where id = object_id('테이블명')) and name='필드명'