How to copy new file dropped in the folder using SSIS

  • Hi

    I need a help in creating a package which will copy new file dropped in the folder using SSIS. Folder will have textfiles for eg: abc_26-08-2010_27-08-2010,

    abc_27-08-2010_28-08-2010. Please help me to achieve this.

    Thanks in advance

  • This looks like it is fairly simple to do in SSIS.

    Honestly, it looks like you're trying to use SSIS before taking the time to learn how to do things in SSIS.

    What have you tried so far? Are you getting any errors or incorrect results?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • What do you mean by "copy?" File copy, copy data to new file or to database?

    Russel Loski, MCSE Business Intelligence, Data Platform

  • Sql_20 (8/30/2010)


    Hi

    I need a help in creating a package which will copy new file dropped in the folder using SSIS. Folder will have textfiles for eg: abc_26-08-2010_27-08-2010,

    abc_27-08-2010_28-08-2010. Please help me to achieve this.

    Thanks in advance

    Use Foreach loop ..in that use the flatfile enumarator to loop through all the text files and do the required operation. i.e copy to a new location or Load the data into a database table

  • Alvin Ramard (8/31/2010)


    This looks like it is fairly simple to do in SSIS.

    Honestly, it looks like you're trying to use SSIS before taking the time to learn how to do things in SSIS.

    What have you tried so far? Are you getting any errors or incorrect results?

    Let us complicate the scenario...

    I belive that a WMI Event watcher will be used in compliment with WMI data reader...

    which will then trigger FST

    Raunak J

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

You must be logged in to reply to this topic. Login to reply