I have to convert several Varchar fields to Float data types in a SQL Server 2000 DB. What is the best way to do this? Can I just go into the table properties and change the data type? Will this automatically convert or is there a special SQL statement I should use. I am new to SQL Server and just wanted to seek the advice of others before doing this job. Thanks.