My OLEDBSource is a Sql Server table, which has some varchar columns. These columns all contain "dd-mm-yyyy hh:mm:ss" data, which is how I would like them exported to the flatfile.
The problem is that despite the table columns being varchar, the dataflow task (the green arrow between the two) picks up these fields as being database timestamp types, and my flatfile ends up with the date strings formatted as "yyyy-mm-dd hh:mm:ss", which I don't want.
I can't for the life of me see how to change this; you can only view rather than edit the column metadata if you edit the data flow path.
Has anyone else come accross this?
Many thanks
~LFCfan
The problem is that despite the table columns being varchar, the dataflow task (the green arrow between the two) picks up these fields as being database timestamp types, and my flatfile ends up with the date strings formatted as "yyyy-mm-dd hh:mm:ss", which I don't want.
I can't for the life of me see how to change this; you can only view rather than edit the column metadata if you edit the data flow path.
Has anyone else come accross this?
Many thanks
~LFCfan