Viewing 15 posts - 76 through 90 (of 96 total)
The server you are running from needs to be able to access the file location on the other 2 servers. You can then write the file path as \\server\(etc.)...
July 1, 2008 at 5:56 pm
I hope this copies ok from my Word document. I was able to create and load tables from flat files where the names are not known in advance.
If you...
June 30, 2008 at 8:16 pm
An alternate approach is to have a work table that you drop and create each time that has a standard name (wkFileData, for example). Load the data here first....
June 27, 2008 at 8:57 pm
What did you have to do to get DirectoryInfo to be recognized? I have a similar application but get an undefined type error on my dim statement for dirInfo.
I...
June 27, 2008 at 9:03 am
Thanks! The amount of data that needs to be passed is small in this case. But this gives me 3 different approaches depending on the situation.
June 27, 2008 at 8:41 am
Do all the files have the same format? Is the format known in advance?
June 26, 2008 at 9:09 pm
Thanks! I finally got a chance to experiment Friday afternoon at work. It looks like it is possible if you let the child reach into the parent for...
June 22, 2008 at 8:16 pm
Thanks. It looks like this requires an execute package task for each possible child package. There could easily be a hundred different file formats so I was hoping...
June 10, 2008 at 10:00 pm
If the files are all in the same folder, you can use a for each loop to process them one at a time. It lets you put the file...
June 10, 2008 at 8:28 pm
Not yet. I wish there was a way to reach the authors.
June 5, 2008 at 4:45 pm
I am an Informatica developer in a small company that has decided to switch to SSIS. Informatica licenses by the number of Informatica repositories and the characteristics of the...
May 30, 2008 at 8:44 pm
One possible approach is to first move the files in \Prior\ to \Archive\.
Then run your foreach loop through the files in \Folder\.
When you finish processing each file, use the saved...
May 29, 2008 at 8:36 pm
Viewing 15 posts - 76 through 90 (of 96 total)