1.Disable the Primary key -- am Not pretty sure you can disable the primary key.
2.Difference btn Primary Key and Unique Key is
Primary Key is Unique and NotNull --The values should be unique and should not be Null.
UniqueKey --The Values should be Unique and can be null even