Compute sum(column name) statement in DTS Package
I use a COMPUTE sum(column name) statement in a DTS package that sends my output to an Excel File tab (which is created by an earlier create table statement.
My SQL code parses with no problem and gathers my data except the column total does not appear on my Excel Tab. When I run my code in SQL I do get a column total.
Can anyone give me any suggestions on this matter?
Thanks in advance.
Paul
|