SQL 2005
Hi All,
I have inherited a table i SQL 2005. One of the columns is a "bit" type and has 1 or 0 as the data. I would like to change this to a char (1) as I need to add 2 more variants (I need to show,0 or 1 or 2 or 3) in the column.
Is it possible to do this or would I have to create a new column? The table has 45 million rows.
Any info apprecited.
Michael
Hi All,
I have inherited a table i SQL 2005. One of the columns is a "bit" type and has 1 or 0 as the data. I would like to change this to a char (1) as I need to add 2 more variants (I need to show,0 or 1 or 2 or 3) in the column.
Is it possible to do this or would I have to create a new column? The table has 45 million rows.
Any info apprecited.
Michael