Viewing 6 posts - 1 through 6 (of 6 total)
I'm not positive what security/accounts asp .net or IIS are running under on our server, as I don't have any permission to see that at my company. I am at...
January 6, 2010 at 1:32 pm
Since I wasn't able to find a free SSIS documenter with unlimited use, I decided to build my own. It's not perfect yet, there still needs some additional testing and...
November 6, 2009 at 10:25 am
Choose ColA and ColB as Input Columns
Heres a Script Component code example:
Public Class ScriptMain
Inherits UserComponent
Dim Counter As Integer = 1
...
July 27, 2009 at 8:18 am
Use a Sort Transformation to first make sure your rows are sorted properly (ie, sorted by ColA).
Then use a Script Component to "reassign" ColB.
In the script component you can...
July 26, 2009 at 7:05 pm
That is something that always bothered me as well. I asked the same question and could not find a solution to it. Hopefully someone knows of a way around this....
June 3, 2008 at 12:45 pm
Michael Earl (6/3/2008)
June 3, 2008 at 9:18 am
Viewing 6 posts - 1 through 6 (of 6 total)