In Microsoft Access, you can set a column to be autonumber, so that when you add a new record, it will automatically increment a key number and use that for the unique record id. In Microsoft SQL, this isn't offered, and I was wondering what would be the best way to get that functionality.