Declare @Id Int                               
Select @Id = Id From sysobjects Where Name = 'Kalaid'
if not Exists(SELECT * FROM syscolumns WHERE id = @Id  and Name = 'CalcFormul')
Alter Table Kalaid Add CalcFormul bit Null