Event Id1702
SourceMSSQLServer
DescriptionCREATE TABLE failed because column %.*ls in table %.*ls exceeds the maximum of %d columns.
Event InformationAccording 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.
Reference LinksMicrosoft product: SQL Server Version: 2000.80.760.0 Event Source: MSSQLServer Event ID: 1702


  Did this information help you to resolve the problem?
  Yes: My problem was resolved.
  No: The information was not helpful / Partially helpful.
  Comments:

Captcha  Refresh