I have a unique non-clustered index on a sybase table which includes 4 columns: col1, col2, col3 and col4.
I want to drop one of the columns from the table.
I don't want to drop and recreate the index.
Can I alter the index to not consider this column?