I have a many text files that I need to import nightly
into a corrosponding SQL server table. I've created a
DTS through the wizard that handles this nicely.
The only thing is that I also need to clear dump the
information from the SQL table prior to importing the
information. Having never done a DTS before I do not
know how to edit a DTS to add the line "delete from
thetable"
Any help would be greatly appreciated.