Viewing 2 posts - 1 through 3 (of 3 total)
I'm trying to find a better way to explain it...
In example 1, ALL the boolean logic is calculated in order to work out whether to set @Temp equal to 1. It...
September 21, 2006 at 6:04 am
#661704
It's simply that every boolean function in the first example is calculated EVERYTIME it's run - even if one or more of the conditions isn't met.
The second example checks...
September 21, 2006 at 3:26 am
#661669