use EnVisage if exists(select 1 from sys.columns where Name = N'Deadline' and Object_ID = Object_ID(N'Project')) set noexec on begin transaction ALTER TABLE [dbo].[Project] ADD [Deadline] [DateTime] NULL go commit transaction