Viewing 9 posts - 1 through 9 (of 9 total)
Hi Jeff, yes to confirm the first link was me searching in SSC for "Pseudo Cursor" and that came back with a very easy to understand definition...
thanks
August 5, 2014 at 4:45 pm
Hi Lynn, I do use CTEs, but i've never specified the column names in that way... i just normally go "with myCTE as (select col1,col2 from tab1)". is this bad...
August 5, 2014 at 3:10 pm
Wow! thanks for the help Lynn, Jeff.
just going through the code now... what is the use of (n) after the cte name or after a table name?
August 5, 2014 at 11:29 am
Lutz, i will try to follow your steps in details tomorrow...
Jeff, i don't need an EndDate and rather than a total NumberOfPeriods i would need to see the period details...
August 3, 2014 at 2:28 pm
hi dwain.
it didn't quite do the job for some records such as 'STI850-200 ' or '25-53492-22 ' where it drops the first digit...
very close to Lynn's results however.
thanks guys
November 14, 2012 at 2:34 am
Perfect! Many Thanks Lynn
YOU'RE A STAR!!!
November 14, 2012 at 2:10 am
thanks lynn, but that is still removing zeros from alpha-numeric fields...
e.g.
for '012GR3NL' your code would return '12GR3NL'
rgrds
paul
November 13, 2012 at 6:18 pm
thanks rob, this has certainly improved the results and helped with the leading zeros. the samples i provided where just a test. the actual data holds fields up to 18...
November 13, 2012 at 5:50 pm
Thanks Kashif,
I will keep that option available as i develop new packages.
Currently however, I've set the individual packages within a project as individual steps in a a job.
It kind of...
November 20, 2006 at 3:03 am
Viewing 9 posts - 1 through 9 (of 9 total)