BIDS\SSIS Derived day of week from date -
I have to get a column to import MS SQL from CSV. I have a date field, but I need one day of the week, it is represented numerically, for example Monday 2. Is there any way to do this in the form of an expression in "Derived Column Transformation Editor" similar to the WeC () function in Excel?
DATEPART ("DW", Using [MyDateField], you can remove the number of days.]) . It will be Monday for 1, Tuesday on 2nd, Sunday for 7th.
Comments
Post a Comment