whats wrong with this syntax,
I got this piece of expression:
(DT_I4)((DT_WSTR,4)YEAR(GETDATE()) + RIGHT(“0” + (DT_WSTR,2)MONTH(GETDATE()),2) + RIGHT(“0” + (DT_WSTR,2)DAY(GETDATE()),2))
The above was taken from this site:
https://dwbi1.wordpress.com/2012/05/26/how-to-populate-a-fact-table-using-ssis-part1/
But when I copy and paste it there is an error. Can someone please give me what it should have been. My knowledge of SSIS is limited and I don't understand where its going wrong