Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AK4
  • Order by date
  1. AK4

    Script Task - Write and Append messages to Text file

    Create your stream writer in append mode thusly: Using writer As StreamWriter = New StreamWriter("C:\STExceptionLog.txt",true) Don
  2. AK4

    Is the ftp task good only for files in ssis? and not for folders?

    I haven't done it myself but the ftp task doc says you can do this with a foreach file loop: http://msdn.microsoft.com/en-us/library/ms137656.aspx Don
  3. AK4

    Connectstring expression evaluates incorrectly

    I've got a situation that I'm SURE must be my own fault but I can't figure it out. An expression that should evaluate to yesterday's date evaluates 12 times correctly and two times incorrectly within seconds. The general outline is that I've got a set of 7 files that I need to pull into sql...

Part and Inventory Search

Back
Top