So, I asked a question this morning, which I did not phrase correctly, so I got a lot of responses as to why NULL compared to anything will give NULL/FALSE.
My actual q
For SQL Server, use:
WHERE ISNULL(A, '') <> ISNULL(B, '')