We have been publishing database through SSDT. Facing one very strange error. It has dropped the table but primary key of that table is not deleted which is not letting new table be created with the same table & primary key name.
Our SQL Server addition does not allow DAC login it update the sys.objects table. I have attached screenshot where table name is blank .
How this can be corrected?
How this constraint can be deleted?
Why such abnormal behavior?