Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: handling row length in SSIS

    One way to do this is a script task. In the script, you'll have something like this:

            Public Overrides Sub ProcessInputRow(ByVal Row as rowInBuffer)

     

    In that function, you can use this to get or...

  • RE: Dynamic File Name

         Another way to do it would be to use a foreach loop with a wildcard filename (*.dat). Set a variable mapping to get the resolved file name. Then on...

Viewing 2 posts - 1 through 2 (of 2 total)