Identity column: what happens when it runs out?
From: Adam Clauss (cabadam_at_nospam.tamu.edu)
Date: 01/22/05
- Next message: Leila: "Storing Date"
- Previous message: DavidM: "Re: eCovers for my Product"
- Next in thread: David Portas: "Re: Identity column: what happens when it runs out?"
- Reply: David Portas: "Re: Identity column: what happens when it runs out?"
- Reply: Aaron [SQL Server MVP]: "Re: Identity column: what happens when it runs out?"
- Reply: Chris Hayes: "Re: Identity column: what happens when it runs out?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 22 Jan 2005 15:22:22 -0600
I have a table containing an identity column (bigint) as its primary key.
The table will have very frequent insertions/deletions from it.
Many items will be added, but they aren't really expected to be there for
long. I can never expect that the table is empty, however.
So, eventually, the new ID's that get added will increment up to the maximum
bigint value. What happens then? Does it automatically wrap and start
over?
If it starts over, how does it handle any values that may still exist?
How should I handle this?
Thanks!
-- Adam Clauss cabadam@tamu.edu
- Next message: Leila: "Storing Date"
- Previous message: DavidM: "Re: eCovers for my Product"
- Next in thread: David Portas: "Re: Identity column: what happens when it runs out?"
- Reply: David Portas: "Re: Identity column: what happens when it runs out?"
- Reply: Aaron [SQL Server MVP]: "Re: Identity column: what happens when it runs out?"
- Reply: Chris Hayes: "Re: Identity column: what happens when it runs out?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|