ALTER TABLE ... ALTER COLUMN caused column data to be discarded Explanation: When ALTER TABLE ... ALTER COLUMN converts a column to a COMPUTED BY column the old column data is no longer accessible. User Action: This is just a warning, if this action was not desired then use ROLLBACK to undo the effect of the ALTER TABLE statement.