Possible Duplicate:
What happens to the primary key Id? when it goes over the limit?
what will append if have an SQL server table with an identity column (says an int) that reaches the maximal capacity of the int ?
Go back to the beginning ?
Assume that the lines grow 100 by 100. Each time I insert 100 new lines, I delete the 100 old ones.
Thanks for your answer
Best regards
You’ll get an arithmetic overflow error when you exceed the max int value.
Try it: