Viewing 3 posts - 1 through 4 (of 4 total)
The query returns the same results regardless of whether ANSI_NULLS is on or off.
Thanks,
Reid
August 18, 2008 at 1:52 pm
#859648
Your query gave me the same results.
One other interesting thing that I didn't mention before is that changing the "L.BdKey Is Null" to "IsNull(L.BdKey,-1) = -1" actually gives me...
August 18, 2008 at 10:51 am
#859573
I'm not sure what "Learn you JOINs" means, but I do prefer the changes you made to the join. That being said, the results should come out the same.
This...
August 18, 2008 at 10:35 am
#859565