Forum Replies Created

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

  • RE: SSIS File Exists Over Range of Time

    V-Man (3/31/2009)


    ... guess my overall statement is be sure to consider the transfer latency SOMEWHERE in your architecture. 🙂

    For sure! The good news in all of this is that the...

  • RE: SSIS File Exists Over Range of Time

    sknox (3/31/2009)


    There's also a tweak I would make .....

    ...

    If System.IO.File.Exists(Dts.Variables("FlatFileConnection").Value.ToString) Then

    ...

  • RE: SSIS File Exists Over Range of Time

    That's a great question. I'm really not sure if the file "exists" while it's being copied to a file server. Our packages work with a lot of really big (>100...

  • RE: SSIS File Exists Over Range of Time

    It always concerns me when I see an endless loop used as a timing device. It'd seem that having a number of packages running on a server, each using an...

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