The error message I\'m obtaining when trying to drop a column:
The object \'defEmptyString\' is dependent on column \'fkKeywordRolleKontakt\'. Msg
The object \'defEmptyString\' is dependent on column \'fkKeywordRolleKontakt\'.
Msg
Did you try first:
ALTER TABLE DROP CONSTRAINT defEmptyString;
?