Importing multiple text files

  • Hi

    I am fairly new to Sql server. I have a directory where i have all these text files

    D20080710.txt

    D20080711.txt

    D20080712.txt

    all these files needs to be imported into sql server . I normally do it either individually or i merge them using copy command in DOS.

    But I am trying to create a DTS package which loads all these text files automatically. But also insert the filename (D20080710.txt) to table.

    So that next time when DTS package runs , it checks if the file is already not loaded, based on the filename and if it does not exist it loads the

    file and update the table.

    I will appreciate if any one could help me with this task

    Thanks

  • Hi,

    still need help on this one ?

    Matte

  • Hello,

    Have you found a solution yet? I have a similar problem

  • Hi There

    I have the same issue any solution guys

    Thanks

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

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