Error |
Severity |
Description |
8101 |
16 |
An explicit value for the identity column in table "Table Name" can only be specified when a column list is used and IDENTITY_INSERT is ON.
s |
8102 |
16 |
Cannot update identity column "Column Name". |
8103 |
16 |
Table '%.*ls' does not exist or cannot be opened for SET operation. |
8104 |
16 |
The current user is not the database or object owner of table '%.*ls'. Cannot perform SET operation. |
8105 |
16 |
'%.*ls' is not a user table. Cannot perform SET operation. |
8106 |
16 |
Table '<Table Name>' does not have the identity property. Cannot perform SET operation. |
8107 |
16 |
IDENTITY_INSERT is already ON for table '<Table Name>'. Cannot perform SET operation for table '%.*ls'. |
8108 |
16 |
Cannot add identity column, using the SELECT INTO statement, to table '<Table Name>', which already has column '<Column Name>' that inherits the identity property. |
8109 |
16 |
Attempting to add multiple identity columns to table '%.*ls' using the SELECT INTO statement. |
8110 |
16 |
Cannot add multiple PRIMARY KEY constraints to table '<Table Name>'. |
8111 |
16 |
Cannot define PRIMARY KEY constraint on nullable column in table '<Table Name>'. |
8112 |
16 |
Cannot add more than one clustered index for constraints on table '%.*ls'. |
8114 |
16 |
Error converting data type %ls to %ls. |
8115 |
16 |
Arithmetic overflow error converting numeric to data type numeric.
Arithmetic overflow error converting numeric to data type varchar.
|
8116 |
16 |
Argument data type %ls is invalid for argument %d of %ls function. |
8117 |
16 |
Operand data type %ls is invalid for %ls operator. |
8118 |
16 |
Column '%.*ls.%.*ls' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause. |
8119 |
16 |
Column '%.*ls.%.*ls' is invalid in the HAVING clause because it is not contained in an aggregate function and there is no GROUP BY clause. |
8120 |
16 |
Column '%.*ls.%.*ls' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause. |
8121 |
16 |
Column '%.*ls.%.*ls' is invalid in the HAVING clause because it is not contained in either an aggregate function or the GROUP BY clause. |
8122 |
16 |
Only the first query in a UNION statement can have a SELECT with an assignment. |
8123 |
16 |
A correlated expression is invalid because it is not in a GROUP BY clause. |
8124 |
16 |
Multiple columns are specified in an aggregated expression containing an outer reference. If an expression being aggregated contains an outer reference, then that outer reference must be the only column referenced in the expression. |
8125 |
16 |
An aggregated expression containing an outer reference must be contained in either the select list, or a HAVING clause subquery in the query whose FROM clause contains the table with the column being aggregated. |
8126 |
16 |
Column name '%.*ls.%.*ls' is invalid in the ORDER BY clause because it is not contained in an aggregate function and there is no GROUP BY clause. |
8127 |
16 |
Column name '%.*ls.%.*ls' is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause. |
8128 |
10 |
Using '%s' version '%s' to execute extended stored procedure '%s'. |
8129 |
16 |
The new disk size must be greater than %d. Consider using DBCC SHRINKDB. |
8130 |
16 |
The device is not a database device. Only database devices can be expanded. |
8131 |
10 |
Extended stored procedure DLL '%s' does not export __GetXpVersion(). Refer to the topic "Backward Compatibility Details (Level 1) - Open Data Services" in the documentation for more information. |
8132 |
10 |
Extended stored procedure DLL '%s' reports its version is %d.%d. Server expects version %d.%d. |
8133 |
16 |
None of the result expressions in a CASE specification can be NULL. |
8134 |
16 |
Divide by zero error encountered. |
8135 |
16 |
Table level constraint does not specify column list, table '%.*ls'. |
8136 |
16 |
Duplicate columns specified in %ls constraint key list, table '%.*ls'. |
8138 |
16 |
Duplicate columns specified in %ls constraint key list, table '%.*ls'. |
8139 |
16 |
Number of referencing columns in foreign key differs from number of referenced columns, table '%.*ls'. |
8140 |
16 |
More than one key specified in column level %ls constraint, table '%.*ls'. |
8141 |
16 |
Column %ls constraint for column '%.*ls' references another column, table '%.*ls'. |
8142 |
16 |
Subqueries are not supported in %ls constraints, table '%.*ls'. |
8143 |
16 |
Parameter '%.*ls' was supplied multiple times. |
8144 |
16 |
Procedure or function <Procedure of Function Name> has too many arguments specified. |
8145 |
16 |
%.*ls is not a parameter for procedure %.*ls. |
8146 |
16 |
Procedure %.*ls has no parameters and arguments were supplied. |
8147 |
16 |
Could not create IDENTITY attribute on nullable column '<Column Name>', table '<Table Name>'. |
8148 |
16 |
More than one column %ls constraint specified for column '%.*ls', table '%.*ls'. |
8149 |
16 |
OLE Automation objects are not supported in fiber mode. |
8150 |
16 |
Multiple NULL constraints were specified for column '%.*ls', table '%.*ls'. |