Changing datatype from varchar to decimal
May 24
SQL, SQL Server Comments Off
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.
