Glowworm27
Programmer
Hello all,
When writing a DTS package where you use temp tables and such. Would it be better to truncate the tables before you begin the main part of the DTS package so they are empty and ready for use, or after you are done executing the package, so you don't leave junk data just laying around?
I would tend to truncate them prior to package execution so I know they are empty before I use them. Also in the dev phase I might want to look at them to see what has been going on in the dts?
George Oakes
Check out this awsome .Net Resource!
When writing a DTS package where you use temp tables and such. Would it be better to truncate the tables before you begin the main part of the DTS package so they are empty and ready for use, or after you are done executing the package, so you don't leave junk data just laying around?
I would tend to truncate them prior to package execution so I know they are empty before I use them. Also in the dev phase I might want to look at them to see what has been going on in the dts?
George Oakes
Check out this awsome .Net Resource!