SQL Server example to drop primary key on tblDNF table

Amatya
Posted by Amatya under Sql Server category on | Points: 40 | Views : 1127
SQL Server example to drop primary key on tblDNF table


Alter TABLE tblDNF drop CONSTRAINT DNF_ID_PK;



Thanks
Amatya

Comments or Responses

Login to post response