0
Good Evening Everyone,
I have 3 fields in a table that use the "Data type" defined as "decimal(15, 2)" and I need to change (via code) to "decimal(15, 3)".
That is, change from 2 decimal places to 3.
I need to do it via code, because I have to change all my clients... and it would be impossible to change field by field in each client’s structure.
Have you tried using SQL management studio? It makes this script for you...
– tvdias