how to drop primary key sql server code example Example: sql drop primary key ALTER TABLE [table_name] DROP CONSTRAINT [primary_key_name]