Viewing 15 posts - 61 through 75 (of 250 total)
I may have found the problem. The first record does not contain a full set of characters, and when I set up the fixed field column positions, I was not...
June 7, 2007 at 11:53 am
Sorry, I left 'DTSDestination("TTLCrd") = ' before the IF test. Let me get the proposed solution worked into the other transformations, and I'll check back.
Thanks again!
CSDunn
June 4, 2007 at 9:27 am
I applied the following, and I get a vbscript syntax error;
DTSDestination("TTLCrd") = If IsNumeric(DTSSource("Col004")) Then DTSDestination("TTLCrd") = CInt(DTSSource("Col004")) Else DTSDestination("TTLCrd") = 0 End If
June 4, 2007 at 9:17 am
Thank you for your response. I'll try this on Monday.
cdun2
June 3, 2007 at 3:39 am
Thanks. After some testing, I set the child packages to 'fail on first error'.
CSDunn
May 14, 2007 at 12:47 pm
Never mind on this. I went with a global temp table.
Thanks.
CSDunn
May 8, 2007 at 2:47 pm
Thanks for the response. I'm trying this from another angle, and I've run into some other problems. I'll post again shortly.
CSDunn
May 8, 2007 at 9:54 am
Thanks for your help!
CSDunn
May 3, 2007 at 12:12 pm
Thanks for your response. My first thought was to use MAX on all but the key fields in the Select statement on the source table, then group by the key...
April 24, 2007 at 2:36 pm
Thank you for your help!
CSDunn
April 17, 2007 at 2:31 pm
Again, never mind. The problem turned out to be a property of the workflow:
1) You may have the package option "Fail package on first error" checked.
Right-click on the designer...
April 16, 2007 at 2:14 pm
Never mind on this, I've found a way to use SQL-DMO to fire XP_SendMail.
Thanks!
CSDunn
April 16, 2007 at 1:38 pm
Viewing 15 posts - 61 through 75 (of 250 total)