I just had to write the most redonkulous expression in an SSIS Derived Column to get dates formatted like "01-JAN-2010". It lookes like this:
There's got to be a better way... isn't there?
Consider using a script component and then Row.stringcol = Row.datecol.ToString("dd-MMM-yyyy")
to populate a new string column in the data flow.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With