I'm trying to convert a varchar
to a float
and getting the following message.
Msg 8114, Level 16, State 5, Line 41
Error converting data type varchar to float. The statement has been terminated.
This is what I tried.
ALTER TABLE All_Active
ALTER COLUMN [BE #] float
Please tell me there is an easy solution for this. This should be float
. It imported into SQL Server incorrectly.