0x00730003 (7536643) The column-name is a reserved word: Column-name.

Explanation

The column name that is identified by column-name in a CREATE TABLE or CREATE VIEW statement is a reserved word.

User response

References to this column must be performed by using delimited identifiers in SQL DML statements.