Sybase Identity Columns Creation Standard
Filed in Sybase on May.14, 2009
Rule
- Identity columns should be used for all generated numbers where a gap in the sequence is not significant. i.e surrogate primary keys.
- If control of a sequence needs to be retained then this should be implemented using a row in a specific table which holds the next available number in the sequence, this should be locked, used and then updated.


Leave a Reply