I need to drop on the primary key on a table within a script but keep getting an error. The syntax should be straight-forward:
ALTER TABLE accession_2 DROP PRIMARY KEY
Yet, I get this error:
Server: Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'PRIMARY'
This is a SQL...