2 Arithmetic overflow error converting varchar to data type numeric. SQL1.sql 18 5 code example
Example: Arithmetic overflow error converting int to data type numeric. in SQL Server
change
as decimal(3,2)
to
as decimal(5,2)
in procedure