I have a xls file that is feeding in a value as "6/22/2010" into a sql table. The sql table defines this as datetime.
I am trying through a derived column to replace the "22" with "15"
I have this code in the expression:
REPLACE([Transaction Date], DATEPART("dd",[Transactin Date]), "15")