Viewing 15 posts - 16 through 30 (of 35 total)
Hi,
My colleague finally helped me with this. Problem was with web service connection wasn't closed. He asked me to use this
Soapclient.close().
This seemed to work.
Thank you!
October 6, 2016 at 8:35 am
Hi,
Thank you!!
My reference file also has array format and not generic collection format. I am not sure if I can use list when we have output as an array
September 21, 2016 at 11:13 am
Hi,
OPENXML works fine if all have single parent node.
But I might want columns for different nodes. Do we have any option?
Thanks
September 9, 2016 at 9:35 am
thank you very much.. it is working for me now with "x"+ "c:\folder" +"-aoa" 🙂
July 8, 2016 at 12:31 pm
thanks a lot for your replies :-).
I think for my condition, updating the field worked.
I declared a variable, and set the variable to (select max(date) from table) and then used...
April 20, 2016 at 12:38 pm
Thank you very much for your replies.
Actually i wanted Case statement and then to update the columns .
Will try them.
April 20, 2016 at 9:20 am
Well there are around 5M data to process.
January 23, 2016 at 7:06 pm
hey Thank you very much 🙂
I indeed followed this method only. I had source table and then wrote a Merge Stored procedure which updates/inserts destination table using Execute SQL task....
January 23, 2016 at 5:54 pm
Hi,
Thank you all.
I got the solution from below link
My scenario was SCD type 2 described in the link.
December 2, 2015 at 3:10 pm
thank you very much.. this indeed solved the error. I was trying with Casting as Date and that was throwing the error for me.
November 25, 2015 at 2:44 pm
Hi Guys,
Thank you very much for your replies. I found below solution for my problem..
SELECT A.*
FROM YourTable A
JOIN (
SELECT CustomerID , MAX(Id) MaxId FROM YourTable GROUP BY CustomerID ) B
ON...
September 16, 2015 at 9:06 pm
also,
another scenario is,
Scenario:
ODS table :
CustomerID column1column2column3
1abcabcabc
2xyz xyz xyz
Dbo table:
CustomerID column1column2column3 date
1abcabcabc 1/1/1900
2xyz xyz xyz 1/1/1900
Now If I get any new record for customerID "1" in ODS table, then...
September 16, 2015 at 1:50 pm
Sorry for that.
Scenario:
ODS table :
CustomerID column1column2column3
1 abc abc ...
September 16, 2015 at 1:43 pm
thank you :-).
how do I add an identifier back to ODS table? what does this mean?
Regards,
Chits
September 16, 2015 at 1:14 pm
Viewing 15 posts - 16 through 30 (of 35 total)