• you should be able to create a new column and make it identity and primary key:

    Question: will this default your existing primary key column and uniqueness..

    ALTER TABLE ABC

    ADD NEWCOL int IDENTITY(1,1) PRIMARY KEY