thendrickson
Programmer
Please bear with me, for what is probably a stupid question but I have not found a direct answer in BOL.
I have a DTS package that deletes all records in a temp table, then imports all records from a text file.
Test Data contains 276 records.
My question is whether this package contains 3 steps as I believe (delete,copy and dynamic) as I believe or if it contains 278 steps (delete, copy each record as 1 step, dynamic properity)
I am running the package from VB and I want to use a progress bar
I have a DTS package that deletes all records in a temp table, then imports all records from a text file.
Test Data contains 276 records.
My question is whether this package contains 3 steps as I believe (delete,copy and dynamic) as I believe or if it contains 278 steps (delete, copy each record as 1 step, dynamic properity)
I am running the package from VB and I want to use a progress bar