Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Convert Time Format

$
0
0
Hi all,

i am a absolute beginner and have a, maybe easy, question. I have a csv file with various columns including data about date and time.

The format in the csv is: “14:04:48.473 CET Tue Mar 12 2013” (string, Flat file connection) 
I want to transfer these data to a OLE-DB destination in the sql format: “12-03-2013  10:04:48.473” (datetime?)
Original: “14:04:48.473 CET Tue Mar 12 2013”
Destination: “2013-03-12  10:04:48.473”
Have i deal with “derived Column” or is there a easier way?
Can someone please help me?


Viewing all articles
Browse latest Browse all 24688

Trending Articles