Viewing 3 posts - 1 through 3 (of 3 total)
thanks crosspatch,
i got to think about this. i didn't consider this possibility yet. I only hesitate because there may be up to 100 sps per module, so that the number...
June 28, 2002 at 2:50 am
#431813
ok im trying to be a bit more specific. there are modules which run not only one time but 3 or more times. but each one uses the same data...
June 27, 2002 at 12:24 pm
#431784
thanks for your help danW, but in between i found another way to do it:
instead of
select a=1 from ...
now in t-sql
select a = case count(a) when >0 then 1...
June 7, 2002 at 2:27 am
#430487