Categories
SQL SQL Server

Changing datatype from varchar to decimal

Another way to go about changing the data type varchar to decimal is to change the varchar to money then convert the money data type to decimal. It may not be the best way to do it but it has work for me.