Hello everyone,
I have several tables in SQL Server 2005 that have columns with datatype money
. I would like to change them into datatype numeric(20, 2)
. I am a lazy guy so would like to update each and every money data types to numeric data types with as little hassle as possible.
Can anyone help please.
Thank you so very much.