How to insert values(either "true/false" or "0/1") in Sql Server 2008.
Thanks in advance
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.
Sanjeev KumarPosted Aug 3, 2016, 5:51 AM
Vinay SinghPosted Aug 1, 2016, 6:26 AM
Bikesh SrivastavaPosted Aug 1, 2016, 6:15 AM
Nitin SontakkePosted Aug 1, 2016, 4:57 AM
Amit GuptaPosted Jul 31, 2016, 6:43 AM
It can store the values 1, 0 or NULL.
It can also be used to store boolean values because TRUE is convertible to 1 and FALSE is convertible to 0.