Dears,
I am trying to read date from an excel file. This is returned as 'dd/mm/yyyy 00:00:00.000' format. I wanted to pass this date as a parameter inside a sql task to check whether there exist any record for this date. I am having problems when package deployed to server. This is working fine in my local pc connected to server.sql server database stores datetime as 'yyyy-mm-dd 00:00;00.000' format.
Any idea us please help me.