dts package best place for lots of logic -
09-22-2006
, 08:38 AM
Hi All,
I'm new to dts stuff. I've designed a dts package to create renewed
licences. It loops through a number of files, imports the data into a
temporary table and does a lot of processing on this table to create
new Licence table records, mark licences as renewed and add extra table
entries for the new licences created. There's quite a lot of
processing going on once the data is imported. Is the dts package the
best place for this to happen?
Thanks,
R. |