Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Data Types

Author  Topic 

sambrown180
Starting Member

38 Posts

Posted - 2009-09-28 : 13:27:22
Hi I have been searching the net and this forum before finally giving in to make a post.

I am making an attendance table for a school and need a yes/no, True/False sort of data type.

I seem to remember seeing something before along the lines of 0/1 with 1 being true but cannot remember what code to use for the data types.

Thanks

jimf
Master Smack Fu Yak Hacker

2875 Posts

Posted - 2009-09-28 : 13:28:59
You want a BIT datatype

Jim

Everyday I learn something that somebody else already knew
Go to Top of Page
   

- Advertisement -