0x0072000E (7471118) The column column-name, with an SQL data type of data type that is referenced in an index definition, causes an error.

Explanation

The column that is identified by column-name has an SQL data type that is not supported on the CREATE INDEX statement for the type of database that the table references. See the documentation for the rules on which SQL data type can be referenced in the CREATE INDEX statement for the type of database that the table supports.

User response

Correct the CREATE INDEX statement and resubmit it.