Hey all,
I have a file which has a header and the detail in the same row:
Something like:
#DateWhenGenerated at Mon Jan 21 22:02:12 2012
What i want is, i want to load just the date and time part to my SQL table, so that I will have value in my column (datetime datatype) like:
2012-01-23 22:02:12
Ideas? Suggestions?