INSERT INTO CostReportTimeline (ReportYear, ReportMonth, MonthName, FirstDay, LastDay, StatusFlag)
VALUES (2010, 2, 'February', '2/1/2010 12:00:00 AM', '2/28/2010 11:59:59 PM', 'N')
--RESULTS IN:
CostReportTimelineId ReportYear ReportMonth MonthName FirstDay LastDay
496 2010 2 February 2010-02-01 00:00:00 2010-03-01 00:00:00
|