Viewing 15 posts - 1 through 15 (of 44 total)
What about if I change the above to
Yesterday midnight:
DATEADD("Day", -1,(DT_DBDATE)DATEDIFF("Day", (DT_DBDATE) 0, GETDATE()))
: 10/10/2011 12:00:00 AM
Day before yesterday midnight:
DATEADD("Day", -2,(DT_DBDATE)DATEDIFF("Day", (DT_DBDATE) 0, GETDATE()))
:10/9/2011 12:00:00 AM
Thanks
October 11, 2011 at 8:03 am
Sorry for the late reply. But, very thankful to your advice.
September 12, 2011 at 11:40 am
Thank you so much for your responses. I have tried group by but, I need duplicate values (but not vchName) as I am trying fuzzy lookup manually (as existing direct...
September 9, 2011 at 7:58 am
Excellent. I am very thankful to your response. I will try that.
September 1, 2011 at 12:23 pm
Thank you so much for your reply. It seems I missed lot of data. Let me add all and try again.
Thank you.
August 30, 2011 at 12:17 pm
I found the solution by specifically declaring the connection as below:
Dim sqlConn As New SqlConnection("server=sqldev01.lac.authenticom.com;uid=Authencustomer;pwd=Test1234;database=AUTHENCustomer")
Thanks
August 29, 2011 at 2:55 pm
It didn't work. As I am new to SSIS, don't know where to look for log information.
Thanks a lot.
August 29, 2011 at 11:53 am
It didn't work. As I am new to SSIS, no idea where to look for log information.
Thanks a lot.
August 29, 2011 at 11:52 am
Sorry to say, no use. May be it is connection problem.
Thank you
August 29, 2011 at 11:38 am
Thank you so much for the quick responses. I have followed the link and everyhting looks similar except the connection string. The finalized code is here for your review:
...
August 29, 2011 at 10:23 am
I have tried that syntax also. No syntax error. Same task error but no description.
Thank you.
August 29, 2011 at 9:48 am
Thank you Vishal. But, I have added that also. Even in the begining only, now added 'MessageBox.Show("Start query")'. It is not displaying thi smessage even. Thank you for your help.
August 29, 2011 at 9:39 am
Thank you for the responces. I have deleted and re attached the link. It is working fine now.
August 26, 2011 at 8:26 am
I hope you are missing the data conversions.
August 4, 2011 at 11:21 am
Viewing 15 posts - 1 through 15 (of 44 total)