if (select count(*) from sys.syscolumns where tname='BOOK' and cname='BulSystKey')=0 then alter table BOOK Add BulSystKey varchar(10) default null end if