Sql Server Errors : Arithmetic overflow error converting IDENTITY to data type int. Why does changing INT column run faster than changing VARCHAR/CHAR column?
- Posted by Sqltimes
- On June 27, 2015
- 0 Comments
Quick one today: Earlier, we ran into an interesting error in our lab environment. Msg 8115, Level 16, State 1, Line 2 Arithmetic overflow error converting IDENTITY to data type int. Arithmetic overflow occurred. Initially, this error did not make sense. There are no calculations performed on this column data for it to overflow, but […]
Read More