USE [EnVisage] GO if not exists (select * from sys.columns where name='Options' and [object_id] = object_id('Holiday')) ALTER TABLE dbo.Holiday ADD [Options] nvarchar(max) null go