I keep getting this error message everytime I run this query:
Msg 8115, Level 16, State 8, Line 33 Arithmetic overflow error converting numeric to data type
check your value which you want to store in integer column. I think this is greater then range of integer. if you want to store value greater then integer range. you should use bigint datatype