Sunday, March 11, 2012

Does it exist a boolean data type in SQL SERVER ?

Hello. A question please. To define a column of a table in SqlServer, Does it exist a boolean data type ?

Thanks...

Yes, it has a data type for this, this is bit (it is an integer value with the constraint to only allow 0 and 1 (and NULL of course)).

HTH, Jens K. Suessmeyer.

http://www.sqlserver2005.de

No comments:

Post a Comment