Jeff7181
Lifer
How do I create an autonumber column in a table in SQL Server 2005?
I want to use it as a primary key, but don't want to have to enter it or use code in a front end of the the database to enter it. I want the database to do it by itself if possible. Is there an easy way, or would it be better to have a front end application used for data entry do that?
I want to use it as a primary key, but don't want to have to enter it or use code in a front end of the the database to enter it. I want the database to do it by itself if possible. Is there an easy way, or would it be better to have a front end application used for data entry do that?