IS [NOT] NULL (Transact-SQL)
SQL Server 2008
Determines whether a specified expression is NULL.
Is any valid expression.
Specifies that the Boolean result be negated. The predicate reverses its return values, returning TRUE if the value is not NULL, and FALSE if the value is NULL.
