Hi.
I a table with several fields declared as decimal(3,1) not null i am trying to change it to decimal(3,2) not null.
alter table artenc alter column prazo_ind decimal(3,2) not null
Server: Msg 8115, Level 16, State 8, Line 1
Arithmetic overflow error converting numeric to data type numeric.
The statement has been terminated.
Any suggestions? Thanks.




Reply With Quote