Chamark
01-27-2007, 06:33 PM
I am creating a SQL 2000 DB and need a self generating unique column that
would be cousin to the way MS-Access has autonumber, in that it would
increment automatically on insert. I have read enough in the threads not to
use INDENITY because I can't update the record (which I need to be able to do).
I know I can use DATETIME to get a unique ID which would probably confuse
the users since it looks like a date (1/2/1900). Any help is greatly
appreciated. Thanks
would be cousin to the way MS-Access has autonumber, in that it would
increment automatically on insert. I have read enough in the threads not to
use INDENITY because I can't update the record (which I need to be able to do).
I know I can use DATETIME to get a unique ID which would probably confuse
the users since it looks like a date (1/2/1900). Any help is greatly
appreciated. Thanks