| Event Information | According To Microsoft: Cause: This error occurs when you try to create a table with more than 1,024 columns. The maximum number of definable columns per table is 1,024.
Column names must follow the rules for identifiers. They must be unique within a given table, but you can use the same column name in different tables in the same database.
Resolution: Reduce the number of columns in the table to 1,024 or less. |