Viewing 10 posts - 31 through 41 (of 41 total)
thanks jiff....how can we do the same with out using identity or cursors i.e by just using while loop and update.....i missed telling this in my previous post
April 27, 2008 at 6:29 am
Another work around would be..u just move the Server1 table to server2...update the server2 table and then delete the copied table on server2
July 18, 2006 at 10:57 am
Here u mean to say that if u have 10 records in an excel sheet only one record is getting transformed to destination database table? and also could u bee...
July 18, 2006 at 10:50 am
Yes, u can just put this code in activeX script in DTS package and assign the global variables "FilesFoundMail" and "FilesNotfoundMail" to execut SQL task using dynamic properites task. And...
July 14, 2006 at 7:34 am
Here is how my package looks
1) create a new source object
2) create a new destination object.
3) create a answer delete local task
4) create a update source record task
5)...
July 13, 2006 at 10:34 am
for this first u need to declare to Gloable variable StartDate and EndDate for taking the date range and the u can use the follwing code in the activeX script...
July 13, 2006 at 9:54 am
Thanks for all those clarifications. I have piece of code VB script which take care of auto mapping, the problem here is it's not working in loop.
As u mentioned...
July 13, 2006 at 9:39 am
yes, that can be done. what if i need to transform the tables to a text file. In this case i need a script that do auto mapping for each...
July 13, 2006 at 7:53 am
Viewing 10 posts - 31 through 41 (of 41 total)