Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The T-SQL :
CONVERT(varchar(13),Mouvement_Date,120)

I need to transform this T-SQL to an expression SSIS because I work with this type of date in my datawarehouse.
Can you help me ?
Posted

1 solution

Searhed this in google and found that one way is to do this using DATEPART()

Check this link-
SSIS Date in derived column as yyyy-mm-dd format[^]

Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900