Skip to main content

All Questions

Tagged with
0 votes
1 answer
959 views

SQLServerException: Arithmetic overflow error converting numeric to data type numeric

I have the stored procedure with the following signature: CREATE PROCEDURE my_proc @param1 varchar(4), @param2 varchar(4), @param3 bit, @param4 decimal(...
gstackoverflow's user avatar