• Hi Sean Lange,

    This is my coding so far but allot of errors:

    ALTER TABLE ServiceTable

    ALTER COLUMN serviceCode char(4) NOT NULL,

    ALTER TABLE CaseTable

    DROP CONSTRAINT serviceCodeValues,

    ALTER TABLE CaseTable

    ALTER serviceCode DROP DEFAULT,