We have a database that is pulled from a mysql database and replicated into a MSSQL database however, the fields in the column need an decimal added.
For example: from mysql exports a field value of -111817259 to mssql of -111817259 but needs to be -111.817259 for our software to use it correctly.
Thanks