I am developing an SSIS package and it reads the data from SAP. I have created ADO.Net source which reads the data from ODBC connection.
From the SAP data, there is a table which has the date column and the format of the date value is 12.03.2014 00:00:00
Now I want to convert it into datetime format YYYY-MM-DD.
Can I do this in SQL command of ADO.Net source tool?
