2
Answers

Fields in table doesn't accept 10 precisions

One Field in my sql server which has decimal(10,10) datatype with precision values. While insert the data Ex:- 190.3456789034 it has 10 decimals , it will show an error "Airthmatic overflow error converting numeric to data type numeric".
Answers (2)