• Sorry, too fast reply:

    alter table orders

    drop column id_order 

    alter table orders

    add  id_order int not null Identity(1,1)