|
Re: updating primary key in replication environment [message #75508 is a reply to message #75498] |
Sun, 20 June 2004 08:22 |
Justin Cave
Messages: 8 Registered: December 2003
|
Junior Member |
|
|
As a schema design issue, it is never a good idea to update primary keys. If you are considering a column for a primary key, and you can imagine that the column will be updated, then that column is not a good candidate for a primary key. If there are no immutable columns in your table, you would generally want to create a synthetic primary key populated by a sequence.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC
|
|
|