Data Types MSSQL Tutorial

27>
28> SELECT
29>     CAST(0x00000001 AS int)
30>   &
31>     0x00000001
32> GO
-----------
          1
(1 rows affected)