Click here to Skip to main content
15,911,531 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralHigh Low Guid instead of @@IDENTITY Pin
Steven Campbell15-Jun-04 16:11
Steven Campbell15-Jun-04 16:11 
GeneralRe: High Low Guid instead of @@IDENTITY Pin
Michael Potter17-Jun-04 8:48
Michael Potter17-Jun-04 8:48 
I have used this method many times in the past. It has only one draw back. GUID's are not inherently sortable on SQL. This can hurt paging schemes (i.e. Give me the first 10 then the next 10) and random picking (i.e. random drug testing).

Solving these issues is more informative then simply choosing a GUID for your primary key.

By the way, joins & indexes are a little slower with GUIDs then with INTs. Nothing measurable until you get into large tables but, they are slower.
GeneralDownload from HTTP site Pin
xinliu_9812-Jun-04 15:24
xinliu_9812-Jun-04 15:24 
GeneralRe: Download from HTTP site Pin
Michael Dunn13-Jun-04 21:10
sitebuilderMichael Dunn13-Jun-04 21:10 
GeneralWhich One Is Better Pin
Member 168001911-Jun-04 21:27
Member 168001911-Jun-04 21:27 
GeneralRe: Which One Is Better Pin
Bob Stanneveld12-Jul-04 13:49
Bob Stanneveld12-Jul-04 13:49 
GeneralSELECT statement convertion Pin
Serge Lobko-Lobanovsky1-Jun-04 1:40
Serge Lobko-Lobanovsky1-Jun-04 1:40 
GeneralRe: SELECT statement convertion Pin
WillemM28-Aug-04 9:44
WillemM28-Aug-04 9:44 
Generaldialog based apps & snapping Pin
T1TAN31-May-04 9:19
T1TAN31-May-04 9:19 
GeneralRe: dialog based apps & snapping Pin
WillemM28-Aug-04 9:45
WillemM28-Aug-04 9:45 
GeneralRe: dialog based apps & snapping Pin
T1TAN3-Sep-04 9:13
T1TAN3-Sep-04 9:13 
Questionmsn messenger idea/problem???? Pin
hardboy11130-May-04 6:46
hardboy11130-May-04 6:46 
AnswerRe: msn messenger idea/problem???? Pin
Dave Kreskowiak8-Jun-04 9:15
mveDave Kreskowiak8-Jun-04 9:15 
GeneralRe: msn messenger idea/problem???? Pin
pnjoyce24-Jun-04 11:18
pnjoyce24-Jun-04 11:18 
GeneralRe: msn messenger idea/problem???? Pin
Dave Kreskowiak24-Jun-04 12:04
mveDave Kreskowiak24-Jun-04 12:04 
GeneralVB.Net : Business accounting Pin
Duncan Edwards Jones23-May-04 11:35
professionalDuncan Edwards Jones23-May-04 11:35 
GeneralRe: VB.Net : Business accounting Pin
Colin Angus Mackay23-May-04 12:37
Colin Angus Mackay23-May-04 12:37 
GeneralRe: VB.Net : Business accounting Pin
Charlie Williams23-May-04 15:00
Charlie Williams23-May-04 15:00 
GeneralRe: VB.Net : Business accounting Pin
WillemM28-Aug-04 9:47
WillemM28-Aug-04 9:47 
GeneralApplication Architecture Pin
beowulfagate20-May-04 16:53
beowulfagate20-May-04 16:53 
GeneralRe: Application Architecture Pin
Erik Thompson21-May-04 8:02
sitebuilderErik Thompson21-May-04 8:02 
GeneralRe: Application Architecture Pin
beowulfagate21-May-04 14:41
beowulfagate21-May-04 14:41 
GeneralRe: Application Architecture Pin
J. Dunlap22-May-04 9:33
J. Dunlap22-May-04 9:33 
GeneralProtocol Checking -- Need Some Help Pin
Kannan Ramanathan20-May-04 0:46
Kannan Ramanathan20-May-04 0:46 
GeneralRe: Protocol Checking -- Need Some Help Pin
Werdna14-Jun-04 12:42
Werdna14-Jun-04 12:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.