I'm trying to add a column of BIT datatype to an existing table. The BIT datatype is not in the datatype dropdown box to select, but I know it's available because other tables in my database have fields of BIT datatype.<br>
<br>
I also cannot use the ALTER TABLE procedure to add a column of BIT datatype because the procedure requires the new column to allow NULL values (which BIT datatypes do not).<br>
<br>
What else can I do?<br>
<br>
TIA,<br>
Ken Russman
<br>
I also cannot use the ALTER TABLE procedure to add a column of BIT datatype because the procedure requires the new column to allow NULL values (which BIT datatypes do not).<br>
<br>
What else can I do?<br>
<br>
TIA,<br>
Ken Russman