This is my SSIS excerise
I have a DATETIME column, what I want is to get the Month and Year from " DATETIME " column and load it into a new column called “Month_Year” and then get day from the same " DATETIME " and load it into a new column called "day"
Visually
- Source Column:
DATETIME
- Destination Column:
Month_Year Day
Bottom line is I need to break DATETIME into two column Month_Year and Day.