Viewing 6 posts - 1 through 6 (of 6 total)
All,
Thanks so much, I have taken a bit of all the answer to get all I need, i'm shamed to say when I have seen the response it...
April 27, 2017 at 1:56 am
April 26, 2017 at 6:08 am
I think this is a good post. Cursors are good when use right for the right process. But I have seen some when badly written help with the myth that...
September 9, 2016 at 12:49 am
Lowell, yes this is the way to go. I found when the compute is quite complex like
A int
B int
c int
D as A+B
E as ((A+B) / c) / A+B
F as...
May 12, 2016 at 6:12 am
This is a pain as it make the compute code massive in my case so I made them UDF like below
A
B
C = A+B
D = SumABX(A,B)
Function SumABX(A, B)
begin
...
May 12, 2016 at 2:18 am
I have tried this on a few severs now and on a few different version and still get 1,1
Is this right?
January 29, 2010 at 1:52 am
Viewing 6 posts - 1 through 6 (of 6 total)