I am trying to alter a column to increase its size. this column has a unique constraint on it and it gives me error "ALTER TABLE ALTER COLUMN ESN failed because one or more objects access this column". Is there anyway I can alter this column without removing the constraint? the constraint name is different for this same column in different environment, so I have to manually do it for different environment.