Hi everyone,
I just started learning SSIS today. Completed 2 tutorials. Now getting started with my tasks. However after reading some documentation on SSIS data types, i am so so dead.
In my oracle datasource, due to biz nature, my EVENT_D column are in DD/MM/YYYY format and my EVENT_T are in HH:MM:SS format. Both columns are strings. I need to do a data conversion to both field to date field and time field respectively. In addition, i need to concat these two columns to derive a new column named EVENT_DT which is needed to be in datetime data type.
i realized that i cant have data in DD/MM/YYYY format.
I wish to have my EVENT_DT to be in DD/MM/YYYY HH:MM:SS format. Are there any solutions?
Thanks.