SQL 2000 DTS

  • Hello,

    I created a DTS which reads data from an SQL server and writes results in a destination .xls file. Every time this DTS runs , appends a new record into the destination file. How can it ovewrite the destination file?

    Thanks .

  • You may want to create an ActiveX script to clear the xls worksheet or delete the old one and create a new one.

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

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