Reputation: 455
I have my DOB column like this yyyy-mm-dd (not string) how can I convert into yyyy/mm/dd using ssis?
yyyy-mm-dd
yyyy/mm/dd
Upvotes: 0
Views: 112
Just realize that I can just use date(dt_date) instead of db_date.
Upvotes: 1