[quoted text, click to view] "User" <user@email> wrote in message
news:1165423170_15553@sp6iad.superfeed.net...
> what happends if an auto number (identity column) of datatype "int" goes
> beyond 2,147,483,647 ?
>
> Does user have to go for 64 bit in this instance?
>
Correct. The 8 byte (64 bit) bigint data type would be the next step up.
However, if you are tight on space and only need numbering for 4 billion
rows or less, you can stay with the int data type and start you numbering
at -2,000,000,000.
You can also use the decimal/numeric datatype for an autonumber field.
[quoted text, click to view] >
>
> Posted Via Usenet.com Premium Usenet Newsgroup Services
> ----------------------------------------------------------
> ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
> ----------------------------------------------------------
>
http://www.usenet.com