Viewing 7 posts - 1 through 7 (of 7 total)
I created a package with a Foreach Loop container. It loops on all files in a directory and put the current file name in a variable "FileName".
In that container, there's...
March 26, 2007 at 3:44 pm
You could use a ForEach loop container and put the data flow task inside.
March 7, 2007 at 1:06 pm
Can you give a more detailled error msg?
Is the file used for the Flat File Connection available from the server? Example, if it is C:\Folder\File.csv, that file should be in...
March 7, 2007 at 1:03 pm
I had the same problem.
The OLEDB driver provided by IBM is bugged.
We use Microsoft's now.
February 28, 2007 at 8:52 pm
I hit that kind of problem once.
Let's say you have a list of value you want to compute the ratios:
id - qty
1, 10
2, 20
3, 30
4, 40
You want to calculate the...
February 28, 2007 at 2:55 pm
Yes it can be pretty confusing...
When the FileSystem Task asks for a Source Connection ("Specifies the connection of the source files"), it is actually asking for a single file not...
February 28, 2007 at 12:58 pm
Viewing 7 posts - 1 through 7 (of 7 total)