alter table TestRun_MonthReport add StartDate DateTime
alter table TestRun_MonthReport add EndDate DateTime
alter table TestRun_MonthReport add SortId nvarchar(50)
go