I have a column with datatype numeric(18,3). The user can enter decimal numbers as well. I have set the max length of this text box to 18 but when I type 777777777777777777, I get this error
Arithmetic overflow error converting varchar to data type numeric
Can someone explain me why I am getting this error?