alter table OrderItem add constraint pk_orderitem primary key nonclustered(ido, idp); alter table OrderItem_ct add constraint pk_orderitem primary key nonclustered(ido, idp); -- Copy records section ...
Clone or download the project, place it inside your local server directory, import the SQL database, then open it in your browser.