import export using csv file

  • Guys,

    I have txt file with following values

    fname lname

    ______________

    Tom Gray

    Tim Junk

    I want to be able set a job to import this into NAME table 10pm every night

    NAME table has the following columns

    FNAME VARCHAR(20)

    LNAME VARCHAR(20)

    DNAME VARCHAR(50)

    after I load the data I concatenate FNAME and LNAME into DNAME. I want to setup a job then to export out DNAME column

    is there any way this can be acconplished using dts job

    Thanks

  • You already posted this question in the DTS section.

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

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