Hi,
Why does the below only work when ANSI_NULLS is set to OFF?
Thanks!
WHERE r.PositionID + @User NOT IN (SELECT v.PositionID + v.User FROM ValidData v WHERE v.AccDate = @AccDate AND v.User = @User)
Hi,
Why does the below only work when ANSI_NULLS is set to OFF?
Thanks!
WHERE r.PositionID + @User NOT IN (SELECT v.PositionID + v.User FROM ValidData v WHERE v.AccDate = @AccDate AND v.User = @User)