Cause
An attempt was made to create a cluster index with the UNIQUE attribute.
Action
Remove UNIQUE from the CREATE INDEX statement.
Error Message
UNIQUE may not be used with a cluster index
An attempt was made to create a cluster index with the UNIQUE attribute.
Remove UNIQUE from the CREATE INDEX statement.