Environment: SQL Server 2005
SSIS Visual studio 2005
I'm trying to set up a task to take two separate fields from a flat file source (one is a date and one is a time) and combine them into one datetime field on SQL Server.
flat file:
Pick_Dt
Pick_Tm
combine them into one field named:
Pick_TS (type datetime)
I tried using "derived column" transform, but it errors out on everything I've tried so far.
All the other fields transform 1:1 from flat file to table with no problems.
Thanks for any help.
SSIS Visual studio 2005
I'm trying to set up a task to take two separate fields from a flat file source (one is a date and one is a time) and combine them into one datetime field on SQL Server.
flat file:
Pick_Dt
Pick_Tm
combine them into one field named:
Pick_TS (type datetime)
I tried using "derived column" transform, but it errors out on everything I've tried so far.
All the other fields transform 1:1 from flat file to table with no problems.
Thanks for any help.