Viewing 15 posts - 91 through 105 (of 251 total)
Thanks for this feedback. I'm also considering use of the Dynamic Properties task, or I may set the Workbook up as a linked server and see where that gets me.
CSDunn
February 26, 2007 at 7:06 am
Thank you for your response. That is actually the process in place now. The problem is, the working file gets locked by some other process. I'm trying to take the...
February 24, 2007 at 4:47 pm
Thank you for your help!
CSDunn
February 17, 2007 at 4:30 am
It occured to me to use ASCII;
select
tc from
(
select
distinct
tc
,
ascii
February 16, 2007 at 1:11 pm
I found the problem. When evaluating @FirstPerYrAnnum = DATEADD(YEAR,-1,GETDATE())), The variable @FirstPerYrAnnum contained only the YEAR portion of the date. I needed to express my test as follows;
@FirstPerYrAnnum = YEAR(DATEADD(YEAR,-1,GETDATE()))
Now...
January 30, 2007 at 9:35 am
Thanks again. No, those are not the correct results.
The following is the result set from the inital posting;
DaAcctCode CYJanRev PYJanRev
AM940 2.25 0.00
AM940 2.25 12.75
AM940 2.25 745.00
AM940 2.25 1620.50
AM940 511.00 0.00
AM940 511.00 12.75
AM940 511.00 ...
January 29, 2007 at 2:14 pm
Thank you for your input. I want to get an accurate total for both of the Revenue fields in one result set. The code you have posted correctly represents the...
January 29, 2007 at 1:11 pm
Thank you for your help!
CSDunn
January 25, 2007 at 7:35 am
I did actually find a handy utility that is supposed to work with a batch file to do the burning. I haven't had time to look into it yet, but...
January 22, 2007 at 3:40 pm
Thanks for your input. I was actually able to do this with a Conditional Split Transformation.
cdun2
January 22, 2007 at 11:53 am
Here is some input that I recieved from one of the MSDN forums today;
**************************
The error from the destination is causing the whole dataflow to fail.
one can shunt failed rows...
January 4, 2007 at 8:12 am
I haven't tried it yet, but this might work;
[Column 0] == "D1" &&( [Column 44] !="D" &&[Column 45] !="1")
December 27, 2006 at 10:57 am
Viewing 15 posts - 91 through 105 (of 251 total)