Fix: Arithmetic overflow error converting IDENTITY to data type int
I was getting the error: "Arithmetic overflow error converting IDENTITY to data type int", when inserting a record in a table with a identity column. The max id of this table was 45448, this is…