0x00740003 (7602179) The DATATYPE value is ignored, based on the USE AS SQL usage of data-type. SQL usage takes precedence for the column column-name.

Explanation

A native DATATYPE value for column-name was specified that conflicts with the SQL data type that is specified in the USE AS clause. The SQL data type information takes precedence over the native data type information.

User response

Verify that the data type information that is specified for the column is correct before an attempt is made to use the table.