20 pts.
 DTS Package
I am new to SQL Server. I have a DTS package that produces a output file call extract.xls . Every time the package runs the output is appended to the extract.xls file. How can design the DTS package that will overwrite or delete the extract.xls file before the output is produced ?

Software/Hardware used:
ASKED: September 22, 2006  4:06 AM
UPDATED: September 22, 2006  8:33 AM

Answer Wiki:
I do this is a few of my jobs. I have created an ActiveX script in the job flow that deletes the xls that is in the destination folder and then copies a template into the destination folder for my job to load. I have some sample code if you need it HTH, Joe
Last Wiki Answer Submitted:  September 22, 2006  8:33 am  by  Jaylou   0 pts.
All Answer Wiki Contributors:  Jaylou   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _