0
Good afternoon.
I have the table Icms that has as PK the columnIcmClaFiscal, need to pass the column IcmEmpresa also as PK, but SQL gives me an alert. As I have been able to do this procedure in other cases through the Design and it worked, I was afraid to do the same for this case because, in others did not return this warning. Could advise me how to proceed?
Thank you.

Do you want a composite PK or replace your old PK with the new one? Also which Database you are using?
– Jeferson Almeida
I want a composite PK. I’m using Microsoft SQL Server Management Studio 2014
– Igor Carreiro