Adding multiple primary keys to existing table
Posted: May 24th, 2022, 3:01 pm
I am trying to add 2 primary keys to an existing table. However, both columns are not unique on their own, so when I try to add either as a primary key I get a primary key error from SQL.
In SSMS, this could be fixed by adding both primary keys at the same time. Is this possible from the IDE?
In SSMS, this could be fixed by adding both primary keys at the same time. Is this possible from the IDE?