Do not use isnull()
Do not use isnull()
Does not always return booleans. Can also return null.
Never use this function.
Just use var==null instead.