Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-12 Thread Ben Kloosterman
:[EMAIL PROTECTED]]On Behalf Of Daniel Aioanei Sent: Wednesday, 10 July 2002 9:00 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Auto-increment replacement Hi, GUIDs are also very usefull in asynchronous processing inside a client-server environment. The client can generate the GUID

Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-11 Thread Daniel Aioanei
Hi, GUIDs are also very usefull in asynchronous processing inside a client-server environment. The client can generate the GUID and send a message to a MSMQ queue (maybe using Queued Components), and the server can later insert it in the database. This way the client knows ahead of time the k

Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-10 Thread Bill Swartz
what cost? Bill -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]]On Behalf Of Beauchemin, Bob Sent: Monday, July 08, 2002 7:28 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Auto-increment replacement Only one other drawback,

Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-10 Thread Ben Kloosterman
. [mailto:[EMAIL PROTECTED]]On Behalf Of Avi Nahir Sent: Tuesday, 9 July 2002 4:02 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Auto-increment replacement http://sqlwire.com/brief.asp?1985 The Cost of GUIDs as Primary Keys Article: Posted 3/19/2002 Source: JNSK In this article, Jimmy

Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-09 Thread Steve Holak
[EMAIL PROTECTED] Sent by: "Moderatedcc: discussion of advanced .NET Subject: Re: [ADVANCED-DOTNET] Auto-increment replacement topics." <[EMAIL PROTECTED] VELOP.

Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-09 Thread Avi Nahir
http://sqlwire.com/brief.asp?1985 The Cost of GUIDs as Primary Keys Article: Posted 3/19/2002 Source: JNSK In this article, Jimmy Nilsson presents the pros and cons of using GUIDs as the datatype for primary keys in SQL Server 2000. In doing so, he shows you test results that hint of performance

Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-09 Thread Ben Kloosterman
Behalf Of Michael Potter Sent: Tuesday, 9 July 2002 1:56 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Auto-increment replacement Since using identity primary keys (or auto-increment) are problematic during appends, I was considering an alternative pattern for future development. In the

Re: [ADVANCED-DOTNET] Auto-increment replacement

2002-07-09 Thread Beauchemin, Bob
PROTECTED]] Sent: Monday, July 08, 2002 10:56 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Auto-increment replacement Since using identity primary keys (or auto-increment) are problematic during appends, I was considering an alternative pattern for future development. In the past I have used GUIDs

[ADVANCED-DOTNET] Auto-increment replacement

2002-07-08 Thread Michael Potter
Since using identity primary keys (or auto-increment) are problematic during appends, I was considering an alternative pattern for future development. In the past I have used GUIDs as the primary key out of necessity. The GUID primary keys are generated locally and are pretty much guaranteed to b