bustercoder
Programmer
- Mar 13, 2007
- 96
Hello,
I have a DTS package which basically imports the contents of a flat file into a table. The problem for me is, by default it is appending to the current records, and I need it to only store the records we're bring in at that time. I'm already archiving the records anyway, but I need the records to be in there long enough to perform actions against. In other words, is there a way to bring in only the records from the flat file, then the next time i bring new records in from the flat file, the existing table records are deleted.
Thanks,
Buster
I have a DTS package which basically imports the contents of a flat file into a table. The problem for me is, by default it is appending to the current records, and I need it to only store the records we're bring in at that time. I'm already archiving the records anyway, but I need the records to be in there long enough to perform actions against. In other words, is there a way to bring in only the records from the flat file, then the next time i bring new records in from the flat file, the existing table records are deleted.
Thanks,
Buster