Viewing 3 posts - 1 through 4 (of 4 total)
You are correct. That fixed the problem...
I believe if you changed your cursor to LOCAL FAST_FORWARD (as in standard in SQL Server unless you explicitly need something else) then the...
November 9, 2021 at 5:33 pm
This doesn't explain why the two execution plans are different.
I understand that I could make the perfect index to make this query work but that isn't the question.
The question is...
November 9, 2021 at 5:13 pm
I understand that null cannot equal null. If you look at my query that is why there is an or statement of (@x is null and @tempX is null).
Each...
September 16, 2020 at 5:26 pm
Viewing 3 posts - 1 through 4 (of 4 total)