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
in sql server it's not possible to have more than one column as identity.