How do I auto increment the primary key in a SQL Server database table, I\'ve had a look through the forum but can\'t see how.
auto increment
primary key
SQL Server
You have to expand the Identity section to expose increment and seed.
Edit: I assumed that you'd have an integer datatype, not char(10). Which is reasonable I'd say and valid when I posted this answer