News

Accepts values of 1, 0, or NULL. Also accepts BOOLEAN tokens TRUE, FALSE, or UNKNOWN, where UNKNOWN is a synonym of NULL. The default nullability is NOT NULL. Inserting any nonzero value into a BIT ...
Accepts values of 1, 0, or NULL. Also accepts BOOLEAN tokens TRUE, FALSE, or UNKNOWN, where UNKNOWN is a synonym of NULL. The default nullability is NOT NULL. Inserting any nonzero value into a BIT ...
I am trying to create a simple index in a table. It allows me to create an index for every data type except bits. Does this mean that bits are automaticaly considered simple indexes?