Re: uniqueidentifier
From: Roji. P. Thomas (lazydragon_at_nowhere.com)
Date: 03/12/04
- Next message: RR SPSCC: "UDF with GetDate"
- Previous message: Dave: "ODBC, alias an SQL Server Login error"
- In reply to: Hutch: "Re: uniqueidentifier"
- Next in thread: Dan Guzman: "Re: uniqueidentifier"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 12 Mar 2004 21:59:57 +0530
>>Does anyone have any response to using an identity?
CELKO might have some!
-- Roji. P. Thomas SQL Server Programmer "Hutch" <anonymous@discussions.microsoft.com> wrote in message news:3BD3D5A0-BD1E-4D54-9D08-B56621552A0C@microsoft.com... > The table's projected growth is in the 10 - 15 million rows per year range. An INT does give me 2 billion plus values so maybe that isn't so bad. Thanks Andrew, I haven't though of using identity since school. > Does anyone have any response to using an identity? In school I remember only using identity for medium sized tables. > To make a unique row in my table I would have to use a combination of seven columns ranging in datatypes of char, varchar, and int this is why I am looking to use a single key column. I'm thinking the additional space needed for the key column will make up for the space needed if used the combined key. Any thoughts of this philosophy? > > > -Hutch
- Next message: RR SPSCC: "UDF with GetDate"
- Previous message: Dave: "ODBC, alias an SQL Server Login error"
- In reply to: Hutch: "Re: uniqueidentifier"
- Next in thread: Dan Guzman: "Re: uniqueidentifier"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|