Re: Data Type
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 11/08/04
- Next message: Andrew Blain via SQLMonster.com: "SQL Bulk Load"
- Previous message: Daniel Crichton: "Re: problem exectuing storded procedure"
- In reply to: Niles: "Data Type"
- Next in thread: Anith Sen: "Re: Data Type"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Nov 2004 11:10:48 -0500
Are they going to be whole numbers? If so, there is little benefit to
making them numeric, unless you know you will exceed the capacity of INT (in
which case, you can use BIGINT)...
-- http://www.aspfaq.com/ (Reverse address to reply.) "Niles" <Niles@discussions.microsoft.com> wrote in message news:609C4EC9-10C7-43F6-BB0A-D930F90B8AE7@microsoft.com... > What is the standard for primary key IDs as far as data type. Integer vs > Numeric? > > Thanks
- Next message: Andrew Blain via SQLMonster.com: "SQL Bulk Load"
- Previous message: Daniel Crichton: "Re: problem exectuing storded procedure"
- In reply to: Niles: "Data Type"
- Next in thread: Anith Sen: "Re: Data Type"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|