Chad Callihan simulates integer overflow:
If we try to add one more record, we’ll get an error:
Msg 8115, Level 16, State 1, Line 14
Arithmetic overflow error converting IDENTITY to data type int.
Read on for two solutions to the problem.
A Fine Slice Of SQL Server
Chad Callihan simulates integer overflow:
If we try to add one more record, we’ll get an error:
Msg 8115, Level 16, State 1, Line 14
Arithmetic overflow error converting IDENTITY to data type int.
Read on for two solutions to the problem.