Here is my dilemma... I have inherited a DTS package that has the following script in it over 50 times.
<SCRIPT BEGIN >
INSERT INTO tbl_sold
(import_date, isbn, week_num, area, units)
SELECT vw_current_week.Import_Date,
tbl_records_temp.isbn, vw_current_week.week_num, 'area68' AS...