nubianwarrior
MIS
I desperately trying to find a solution to converting a varchar column to a bit column. I'm doing some data conversion between two databases and there is one table that has a varchar in the old database and needs to be converted to a bit in the new database. Can anyone assist with this endeavor?
column1-
clnt_access varchar(3) NOT NULL
needs to be converted to.....
column 2 -
clnt_access BIT, NOT NULL
column1-
clnt_access varchar(3) NOT NULL
needs to be converted to.....
column 2 -
clnt_access BIT, NOT NULL