!= (Not Equal To) (Transact-SQL)
SQL Server 2005
Tests whether one expression is not equal to another expression (a comparison operator). If either or both operands are NULL, see SET ANSI_NULLS (Transact-SQL). Functions the same as the <> (Not Equal To) comparison operator.
Reference
Expressions (Transact-SQL)Operators (Transact-SQL)