Save DTS csv file and today''s date

  • I have a DTS package that queries the database and exports the data to a csv file. I want the csv file to be named the date. Is there a way to create the package in such a way it does this or will I need to make a seprate task to rename the file?

  • I can do it with an Active X Script Task.   Thanks guys!

  • Have you considered just using TSQL and a call to OSQL?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

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

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