Quote:
|
Originally Posted by googly
....I'd prefer to have it a 'tidy' as possible before it goes into use....
|
why?
a primary key rarely has any significance outside the db itself - its merelty a pointer.
if you want a sequence then you will need to relaod the data, ensuring that all child tables have the revised key aswell. it can be done, but apart from looking orderly it acheives nothing.
The only reasons I can see to do it are if you are worried that you will run out of autogenerated numbers.
often I find it usefull to point out to novice userrs that the systme generated number HAS NO MEANING so they don't start applying a menaing to such numbers.