Server Error Messages 1900-1999
852
1908 16 Too many parameters -- symbol table overflow.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1909 16 Can't use duplicate column names in index key list. Column name `%.*s' listed more than
once.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1910 16 Cannot create more than %d indexes on one table.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1913 16 There is already an index on table `%.*s' named `%.*s'
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1914 16 Cannot create index on object `%.*s' because it is not a user table.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1915 14 Only the owner of table `%.*s' or a user with System Administrator (SA) role can create
an index on it.
Explanation: You do not have the permission to execute this command. Have the object
owner or a user with the needed role run this command.
1916 16 CREATE INDEX options %s and %s are mutually exclusive.
Explanation: Refer to the writeup for this error.
1918 10 Non-clustered index (index id = %d) is being rebuilt.
Explanation: This is an informational message. Unless otherwise specified, no action
is required. Contact your System Administrator about any warning issued in the message.
1919 16 Column `%.*s' -- Can't create index on a column of TEXT or IMAGE data type.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1920 16 A column in a primary key constraint's column list is not constrained to be not null,
column name: `%.*s'.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1921 16 An index with the same columns in the same order already exists on the table `%.*s'.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1922 16 An unknown index creation error occurred: %d.
Explanation: Adaptive Server could not perform the requested action. Contact your
System Administrator.
Number Severity Text and Explanation