What is substitute datatype of Boolean in Microsoft SQL Server?
Manoj Kalla
BIT datatype is used for boolean data in MS SQL Server
BIT datatype to represent boolean data in MS Sql Server.
Bit
bit data type in Sql Server.
Bit Data type
bit
180 down vote accepted You could use the BIT datatype to represent boolean data (a BIT field's value is either 1 or 0)
BIT - set to 1/0 which is equivalent to true or false.
BIT is used for Boolean Data TYpe in C#
BIT Datatype that Can be used as Boolean
bit can be used to represent boolean datatypes.
Boolean datatype in sql server is BOOLEAN