SQL Server 2000 Standard Edition
We have large table (a few million records) that has been storing a column as an incorrect data type. This column is supposed to be storing interest rates but the data is being stored as an integer. What would be the best way to convert it to the numeric data type? I'm still a noob at this so I'm sorry if I left out any details you might need.
Thanks in advance.
Brad
We have large table (a few million records) that has been storing a column as an incorrect data type. This column is supposed to be storing interest rates but the data is being stored as an integer. What would be the best way to convert it to the numeric data type? I'm still a noob at this so I'm sorry if I left out any details you might need.
Thanks in advance.
Brad