Viewing 9 posts - 1 through 9 (of 9 total)
I have just patched to SP4 and now get the same results as fcallawa.
Val always comes back as the constant 1 even if there is a missing row in the...
October 5, 2005 at 2:03 am
Scott, you are quite right. I had it in my head that it was the self join that was throwing the spanner in the works. I did try it on...
September 28, 2005 at 9:09 am
I am sure there are explanations for its mis-behaviour, but to me its more than 'slightly unexpected'. Yes, I am sure that under the lid there may be indicators that things...
September 28, 2005 at 4:09 am
When does 'interesting behaviour' get to be a bug?
When ISNULL(Val, 0) returns 1 when val returns NULL, that is a bug.
Thanks for the input guys. If I had the energy I...
September 28, 2005 at 1:55 am
Hi Rajesh - Yes, you are right. The first thing I did was to try it on a pair of tables instead of the table and the view and it...
September 27, 2005 at 6:14 am
Hi Jon
COALESCE(Val,0) returns the expected value of 0 for the missing rows in vw. Thats something Ive learnt today - I didnt know about COALESCE. Thanks.
CASE WHEN Val IS NULL...
September 27, 2005 at 5:28 am
Thanks very much for that.
We had better try it before we hit a crisis situation!
September 8, 2004 at 9:41 am
Thanks for that.
Does this ensure that there will be no changes committed to any of the databases during the execution of the job?
Say I have a transaction that makes changes...
September 1, 2004 at 7:43 am
Viewing 9 posts - 1 through 9 (of 9 total)