• the Go on this line

    ALTER TABLE MyTable DROP CONSTRAINT PK_MyIdGO

    needs to be on the following line

    ALTER TABLE MyTable DROP CONSTRAINT PK_MyId

    GO