IF not EXISTS( SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'OtherProperties' AND COLUMN_NAME = 'SystemTitle') begin alter table OtherProperties add SystemTitle nvarchar(max) null end