Re: Replication - GUID:s....
From: Jack MacDonald (jackMACmacdonald_at_telus.net)
Date: 12/29/04
- Next message: Andreas Andreasson: "Re: Replication - GUID:s...."
- Previous message: Andreas Andreasson: "Replication - GUID:s...."
- In reply to: Andreas Andreasson: "Replication - GUID:s...."
- Next in thread: Andreas Andreasson: "Re: Replication - GUID:s...."
- Reply: Andreas Andreasson: "Re: Replication - GUID:s...."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Dec 2004 15:56:24 GMT
To answer directly, it is not necessary to use GUID instead of
counters.
Background: If your tables use conventional (ie., incremental)
Autonumbers as the primary key, then they will be converted to
"random" autonumbers after applying replication. Accordingly, if you
have used your primary key in a "meaningful" way before replication,
then they will become less useful after replicaiton because of their
random nature.
However, it is strongly recommended to never use autonumbers in a
"meaningful" way (e.g., invoice numbers, order numbers) because they
are never guaranteed to remain sequential ("holes" may develop). You
should always use your own method for creating identifiers such as
invoice numbers.
On Tue, 28 Dec 2004 21:53:28 GMT, "Andreas Andreasson"
<andreas.andreasson@telia.com> wrote:
>Hi all!
>I have a newbiequestion about GUID:s. Is it necessary to use GUID instead of
>ordinary counter when you make the replication. I have problems with my
>counters - long integer. The will not automatically count when I use the
>replication method. I have not transformed the counter to GUID:s. Anybody
>knows if it is necessary or recomended to change to GUID. I'm sorry about my
>English I'm from Sweden so English is not my nativelanguage.
>
**********************
jackmacMACdonald@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
- Next message: Andreas Andreasson: "Re: Replication - GUID:s...."
- Previous message: Andreas Andreasson: "Replication - GUID:s...."
- In reply to: Andreas Andreasson: "Replication - GUID:s...."
- Next in thread: Andreas Andreasson: "Re: Replication - GUID:s...."
- Reply: Andreas Andreasson: "Re: Replication - GUID:s...."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|