I need to have one column as the primary key and another to auto increment an order number field. Is this possible?
EDIT: I think I\'ll just use a composite number a
Add one identity column and then add a computed column whose formula is the name of the identity column
Now both will increment at the same time