I'm trying to create an Excel file from a query, all in SSIS. I'm having trouble getting database datetime values to come over to Excel - by default it strips off the time value in the Excel destination.
I've tried a derived column and a Data Conversion object, but am not really sure what format/datatype I should be using in the first place.
What's the best most reliable way to get my database datetime values into Excel without losing info? Thanks!