Forum Replies Created

Viewing 15 posts - 11,731 through 11,745 (of 13,838 total)

  • RE: Dynamic Flat file connection manager

    Accepted good practice is to move a file which has been processed to a separate archive folder - then you don't get a mixture of processed and unprocessed in the...

  • RE: Dynamic Flat file connection manager

    Could you have a task that runs first which renames the file, dropping the h:m:s bit and then feed that into your dataflow as normal?

  • RE: Need wildcards in File.exists() HELP

    Well I'm sorry [BigGrin] (but I did post it before you [Smile] )

    Yeah I know. I was in full artistic composition mode while you nipped in and posted a...

  • RE: Need wildcards in File.exists() HELP

    da-zero (11/9/2010)


    I don't have access to my code right now, but I'll post a script later that will check a given directory for files that match a certain filename, with...

  • RE: Need wildcards in File.exists() HELP

    It seems that you are hoping that someone here will actually write the code for you. The people who respond here are extremely helpful, yet are generally pushed for time...

  • RE: Please send me Interview Q &A

    sankarkot2007 (11/6/2010)


    Hello Da-Zero

    don't post these type of suggestions,ok.I learn beggener stage Thats why i want some questions

    I - along with many others on this forum - think the same...

  • RE: SSIS package for Normalized tables

    Please explain what you mean by 'report'?

    From what you are describing, it just sounds like a straight INSERT.

  • RE: SSIS - If Condition is Met, Send Email

    Use an Execute SQL task in your Control Flow to get the count and assign it to a variable - then use a precedence constraint to direct flow to your...

  • RE: How to Use package variable in Execute SQL task

    To use SSIS variables within the Execute SQL task, use an Expression to set the appropriate property of the task.

  • RE: Check Files existence in a folder

    You are using a lot of guesswork here.

    A quote from the original post:

    how to find out whether any file is present in the specified folder.

    Note: we dont know about the...

  • RE: Check Files existence in a folder

    True 🙂

    Directory.GetFiles will probably do the job.

    But so will a FEL, without the need for any code.

  • RE: Check Files existence in a folder

    Pulivarthi Sasidhar (11/2/2010)


    Hi,

    Use Script Task go to design script

    U can write C# or VB Script for the same

    Cheers!

    Sasidhar Pulivarthi

    What does this give the OP that Steveb's post did not?

  • RE: Check Files existence in a folder

    Depends on what you will do next.

    You might just be able to use a Foreach loop and put your 'file(s) found' processing inside it.

  • RE: SSIS ADVICE

    You have pretty much just repeated your initial post without providing the information requested by the respondents. Why should others make the effort to help you if you cannot be...

  • RE: For Each Loop Container

    Several ways of doing this. One is to create a FEL that processes *.txt and then another that processes *.csv.

    A data flow within each FEL takes care of the difference...

Viewing 15 posts - 11,731 through 11,745 (of 13,838 total)