Hi Friends
What is bit data type and what's the information that can be stored inside a bit column?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak SharmaPosted Nov 3, 2012, 4:58 AM
bit data type in SQL Server is used to store boolean(true/false) values, '1' for true and '0' for false.
It can store 0, 1 and NULL values.
minu khandelwalPosted Nov 3, 2012, 2:29 AM