Good Afternoon
As part of a SSIS package, I have a task that exports a table to a text file. One of the fields is a datetime data type.
When exported, the datatime data is being stored as "YYYY-MM-DD HH:MM:SS.SSSSSSSSS" That's correct; nine decimal seconds.
I need to import this text file into an Access database. The decimal seconds are causing an import error.
? What would be the "best" way to just have interger seconds; HH:MM:SS ?
Thanks
JRW
As part of a SSIS package, I have a task that exports a table to a text file. One of the fields is a datetime data type.
When exported, the datatime data is being stored as "YYYY-MM-DD HH:MM:SS.SSSSSSSSS" That's correct; nine decimal seconds.
I need to import this text file into an Access database. The decimal seconds are causing an import error.
? What would be the "best" way to just have interger seconds; HH:MM:SS ?
Thanks
JRW