HomeSQL ServerSQL Server Error Messages 8001 to 9000

SQL Server Error Messages 8001 to 9000

In this post, we’ll list out the SQL Server Error Messages from the error codes 8001 to 9000 and references to the detailed post to know more about the errors and how to fix them when using SQL Server as database in your application.

SQL Server Error Messages 8001 to 9000

ErrorCodeSeverityErrorMessage
800116The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Meta-information is invalid for the Sql Variant parameter.
800216The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (XML) has an invalid database or schema specified.
800316The incoming request has too many parameters. The server supports a maximum of %d parameters. Reduce the number of parameters and resend the request.
800416The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. The RPC name is invalid.
800516The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d: The parameter name is invalid.
800616The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d: The parameter status flags are invalid.
800716The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The chunking format is incorrect for a large object parameter of type 0x%02X.
800816The number of params passed to sp_execute is not equal to the number of params used when the handle was prepared (%d).
800916The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X is unknown.
801016The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The RPC is marked with the metadata unchanged flag, but data type 0x%02X is different from the one sent last time.
801116The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid length for type-specific metadata.
801216The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid precision or scale for type-specific metadata.
801316The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid instance length.
801416The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid type for type-specific metadata.
801516The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X is an untyped NULL but is marked as an output parameter.
801616The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X has an invalid data length or metadata length.
801716The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type 0x%02X has an invalid precision or scale.
801816Invalid parameter %d (‘%.*ls’):  Data type 0x%02X is a deprecated large object, or LOB, but is marked as output parameter.  Deprecated types are not supported as output parameters.  Use current large object types instead.
801916The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type “0x%02X” (CLR type) has an invalid user type specified.
802016The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type “0x%02X” (CLR type) has an invalid length for serialization metadata.
802116The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type “0x%02X” (CLR type) has an invalid database specified.
802216The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The supplied value is NULL and data type %.*ls cannot be NULL. Check the source data for invalid values.
802316The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The supplied value is not a valid instance of data type %.*ls. Check the source data for invalid values. An example of an invalid value is data of numeric type with scale greater than precision.
802416The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect.  Parameter %d (“%.*ls”): Data type 0x%02X (sql_variant) has an invalid collation for type-specific metadata.
802516The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The RPC is marked with the metadata unchanged flag, but data type 0x%02X has a maximum length different from the one sent last time.
802616The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The RPC is marked with the metadata unchanged flag, but data type 0x%02X has an actual length different from the one sent last time.
802716The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Data type “0x%02X” (CLR type) has an invalid schema specified.
802816The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): The supplied length is not valid for data type %.*ls. Check the source data for invalid lengths. An example of an invalid length is data of nchar type with an odd length in bytes.
802916The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) an unexpected token was encountered processing a table-valued parameter.
803016The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (XML) has an invalid database or schema specified.
803116The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: The chunking format is incorrect for a large object parameter of data type 0x%02X.
803216The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X is unknown.
803316The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (sql_variant) has an invalid length for type-specific metadata.
803416The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (sql_variant) has an invalid precision or scale for type-specific metadata.
803516The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (sql_variant) has an invalid instance length.
803616The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (sql_variant) has an invalid type for type-specific metadata.
803716The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X has an invalid data length or metadata length.
803816The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X has an invalid precision or scale.
803916The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (CLR type) has an invalid user type specified.
804016The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (CLR type) has an invalid length for serialization metadata.
804116The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (CLR type) has an invalid database specified.
804216The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: The supplied value is NULL and data type %.*ls cannot be NULL. Check the source data for invalid values.
804316The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: The supplied value is not a valid instance of data type %.*ls. Check the source data for invalid values. An example of an invalid value is data of numeric type with scale greater than precision.
804416The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect.  Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (sql_variant) has an invalid collation for type-specific metadata.
804516The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (CLR type) has an invalid schema specified.
804616The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: The supplied length is not valid for data type %.*ls. Check the source data for invalid lengths. An example of an invalid length is data of nchar type with an odd length in bytes.
804716The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has a non-zero length database name specified.  Database name is not allowed with a table-valued parameter, only schema name and type name are valid.
804816The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has an invalid schema specified.
804916The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has an invalid type name specified.
805016The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has an invalid column count specified.
805116The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has an invalid column name specified.
805216The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) timestamp column is required to be default.
805316The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has an invalid column flag specified.
805416The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has invalid ordering and uniqueness metadata specified.
805516The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has invalid column ordering metadata specified.
805616The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) has too many optional metadata tokens specified.
805716Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type).  The specified column is computed or default and has ordering or uniqueness set.  Ordering and uniqueness can only be set on columns that have client supplied data.
805816The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d, to a parameterized string has no table type defined.
805916The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter “%.*ls”, to a parameterized string has no table type defined.
806016The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Table-valued parameter %d (“%.*ls”), row %I64d, column %d: Data type 0x%02X (user-defined table type) is null and not set to default.  A null table-valued parameter is required to be sent as a default parameter.
806116The data for table-valued parameter “%.*ls” doesn’t conform to the table type of the parameter. SQL Server error is: %d, state: %d
806216The data for the table-valued parameter %d doesn’t conform to the table type of the parameter. SQL Server error is: %d, state: %d
806316The incoming tabular data stream (TDS) remote procedure call stream is sending an unlimited length CLR type. Parameter %d (“%.*ls”) is defined as type %.*ls. This type is not supported by down-level clients. Send the serialized data of the large CLR type as varbinary(max), or upgrade the client driver to one that supports unlimited CLR types.
806416Parameter %d ([%.*ls].[%.*ls].[%.*ls]): The CLR type does not exist or you do not have permissions to access it.
806516The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Encryption algorithm is not supported by this version of SQL Server.
806616The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Encryption normalization version is not supported by this version of SQL Server.
806716The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Encryption type is not supported by this version of SQL Server.
806816The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter %d (“%.*ls”): Column encryption key database id, id or version are out of bounds.
810116An explicit value for the identity column in table ‘%.*ls’ can only be specified when a column list is used and IDENTITY_INSERT is ON.
810216Cannot update identity column ‘%.*ls’.
810516‘%.*ls’ is not a user table. Cannot perform SET operation.
810616Table ‘%.*ls’ does not have the identity property. Cannot perform SET operation.
810716IDENTITY_INSERT is already ON for table ‘%.*ls.%.*ls.%.*ls’. Cannot perform SET operation for table ‘%.*ls’.
810816Cannot add identity column, using the SELECT INTO statement, to table ‘%.*ls’, which already has column ‘%.*ls’ that inherits the identity property.
810916Attempting to add multiple identity columns to table ‘%.*ls’ using the SELECT INTO statement.
811016Cannot add multiple PRIMARY KEY constraints to table ‘%.*ls’.
811116Cannot define PRIMARY KEY constraint on nullable column in table ‘%.*ls’.
811216Cannot add more than one clustered index for constraints on table ‘%.*ls’.
811316Incorrect use of the XML data type method ‘%.*ls’. A mutator method is expected in this context.
811416Error converting data type %ls to %ls.
811516Arithmetic overflow error converting %ls to data type %ls.
811616Argument data type %ls is invalid for argument %d of %ls function.
811716Operand data type %ls is invalid for %ls operator.
811816Column ‘%.*ls.%.*ls’ is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.
811916Column ‘%.*ls.%.*ls’ is invalid in the HAVING clause because it is not contained in an aggregate function and there is no GROUP BY clause.
812016Column ‘%.*ls.%.*ls’ is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
812116Column ‘%.*ls.%.*ls’ is invalid in the HAVING clause because it is not contained in either an aggregate function or the GROUP BY clause.
812316A correlated expression is invalid because it is not in a GROUP BY clause.
812416Multiple 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.
812516An 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.
812616Column “%.*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.
812716Column “%.*ls.%.*ls” is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause.
812810Using ‘%s’ version ‘%s’ to execute extended stored procedure ‘%s’. This is an informational message only; no user action is required.
812916The new disk size must be greater than %d. Consider using DBCC SHRINKDB.
813110Extended 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.
813210Extended stored procedure DLL ‘%s’ reports its version is %d.%d. The expected version is %d.%d.
813316At least one of the result expressions in a CASE specification must be an expression other than the NULL constant.
813416Divide by zero error encountered.
813516Table level constraint or index does not specify column list, table ‘%.*ls’.
813616Duplicate columns specified in %ls constraint key list, table ‘%.*ls’.
813716Incorrect use of the XML data type method ‘%.*ls’. A non-mutator method is expected in this context.
813816More than 16 columns specified in foreign key column list, table ‘%.*ls’.
813916Number of referencing columns in foreign key differs from number of referenced columns, table ‘%.*ls’.
814016More than one key specified in column level %ls constraint, table ‘%.*ls’.
814116Column %ls constraint for column ‘%.*ls’ references another column, table ‘%.*ls’.
814316Parameter ‘%.*ls’ was supplied multiple times.
814416Procedure or function %.*ls has too many arguments specified.
814516%.*ls is not a parameter for procedure %.*ls.
814616Procedure %.*ls has no parameters and arguments were supplied.
814716Could not create IDENTITY attribute on nullable column ‘%.*ls’, table ‘%.*ls’.
814816More than one column %ls %S_MSG specified for column ‘%.*ls’, table ‘%.*ls’.
814916OLE Automation objects are not supported in fiber mode.
815016Multiple NULL constraints were specified for column ‘%.*ls’, table ‘%.*ls’.
815116Both a PRIMARY KEY and UNIQUE constraint have been defined for column ‘%.*ls’, table ‘%.*ls’. Only one is allowed.
815216String or binary data would be truncated.
815310Warning: Null value is eliminated by an aggregate or other SET operation.
815415The table ‘%.*ls’ is ambiguous.
815515No column name was specified for column %d of ‘%.*ls’.
815615The column ‘%.*ls’ was specified multiple times for ‘%.*ls’.
815815‘%.*ls’ has more columns than were specified in the column list.
815915‘%.*ls’ has fewer columns than were specified in the column list.
816015A GROUPING or GROUPING_ID function can only be specified when there is a GROUP BY clause.
816115Argument %d of the %.*ls function does not match any of the expressions in the GROUP BY clause.
816216The formal parameter “%.*ls” was not declared as an OUTPUT parameter, but the actual parameter passed in requested output.
816416An INSERT EXEC statement cannot be nested.
816516Invalid subcommand value %d. Legal range from %d to %d.
816616Constraint name ‘%.*ls’ not permitted. Constraint names cannot begin with a number sign (#).
816716The type of column “%.*ls” conflicts with the type of other columns specified in the UNPIVOT list.
816816Cannot create, drop, enable, or disable more than one constraint, column, index, or trigger named ‘%.*ls’ in this context. Duplicate names are not allowed.
816916Conversion failed when converting from a character string to uniqueidentifier.
817016Insufficient result space to convert uniqueidentifier value to char.
817116Hint ‘%ls’ on object ‘%.*ls’ is invalid.
817216The argument %d of the XML data type method “%.*ls” must be a string literal.
817315Incorrect syntax was used to invoke the XML data type method ‘%.*ls’.
817416Schema lock with handle %d not found.
817510Could not find table %.*ls. Will try to resolve this table name later.
817616Resync procedure expects value of key ‘%.*ls’, which was not supplied.
817716Cannot use a column in the %hs clause unless it is contained in either an aggregate function or the GROUP BY clause.
817816The parameterized query ‘%.*ls’ expects the parameter ‘%.*ls’, which was not supplied.
817916Could not find prepared statement with handle %d.
818016Statement(s) could not be prepared.
818116Text for ‘%.*ls’ is missing from the system catalog. The object must be dropped and re-created before it can be used.
818316Only UNIQUE or PRIMARY KEY constraints can be created on computed columns, while CHECK, FOREIGN KEY, and NOT NULL constraints require that computed columns be persisted.
818416Error in binarychecksum. There are no comparable columns in the binarychecksum input.
818516Error expanding “*”: An incomparable column has been found in an underlying table or view.
818616Function ‘%.*ls’ can be used only on user and system tables.
818716The prepared handle %d is currently being used by another command (error state: %d).
818816There is already a SQL type for assembly type “%.*ls” on assembly “%.*ls”. Only one SQL type can be mapped to a given assembly type. CREATE TYPE fails.
818916You do not have permission to run ‘%ls’.
819016Cannot compile replication filter procedure without defining table being filtered.
819116Replication filter procedures can only contain SELECT, GOTO, IF, WHILE, RETURN, and DECLARE statements.
819216Replication filter procedures cannot have parameters.
819316Cannot execute a procedure marked FOR REPLICATION.
819516Cannot create “%.*ls” on “%.*ls”. Insert, Update, and Delete triggers can only be created on user tables and views.
819616Duplicate column specified as ROWGUIDCOL.
819716The object ‘%.*ls’ does not exist or is invalid for this operation.
819916In EXECUTE <procname>, procname can only be a literal or variable of type char, varchar, nchar, or nvarchar.
830110Use of level0type with value ‘USER’ in procedure sp_addextendedproperty, sp_updateextendedproperty and sp_dropextendedproperty and in table-valued function fn_listextendedproperty has been deprecated and will be removed in a future version of SQL Server. Users are now schema scoped and hence use level0type with value ‘SCHEMA’ and level1type with value ‘USER’ for extended properties on USER.
830210CREATE RULE and DROP RULE will be removed in a future version of SQL Server. Avoid using CREATE RULE and DROP RULE in new development work, and plan to modify applications that currently use them. Use check constraints instead, which are created using the CHECK keyword of CREATE TABLE or ALTER TABLE.
830310CREATE DEFAULT and DROP DEFAULT will be removed in a future version of SQL Server. Avoid using CREATE DEFAULT and DROP DEFAULT in new development work, and plan to modify applications that currently use them. Instead, use default definitions created using the DEFAULT keyword of ALTER TABLE or CREATE TABLE.
830410INDEXKEY_PROPERTY will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use sys.index_columns instead.
830510The TEXT IN ROW feature will be removed in a future version of SQL Server. Avoid using sp_tableoption for TEXT IN ROW option in new development work, and plan to modify applications that currently use the text in row option. The preferred method of storing large data is through use of the varchar(max), nvarchar(max) and varbinary(max) data types.
830610Use of level0type with value ‘TYPE’ in procedure sp_addextendedproperty, sp_updateextendedproperty and sp_dropextendedproperty and in table-valued function fn_listextendedproperty has been deprecated and will be removed in a future version of SQL Server. Types are now schema scoped and hence use level0type with value ‘SCHEMA’ and level1type with value ‘TYPE’ for extended properties on TYPE.
830710FILE_ID will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use FILE_IDEX instead.
830810USER_ID will be removed from a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use DATABASE_PRINCIPAL_ID instead.
831016Cannot create (or open) named file mapping object ‘%ls’. SQL Server performance counters are disabled.
831116Unable to map view of file mapping object ‘%ls’ into SQL Server process address space. SQL Server performance counters are disabled.
831216Cannot create (or open) named mutex ‘%ls’. SQL Server performance counters are disabled.
831316Error in mapping SQL Server performance object/counter indexes to object/counter names. SQL Server performance counters are disabled.
831416SQL Server performance object ‘%ls’ not found in registry. SQL Server performance counters are disabled.
831516SQL Server performance counter ‘%ls’ not found in registry. SQL Server performance counters are disabled.
831616Cannot open registry key ‘HKLM\%ls’. SQL Server performance counters are disabled.
831716Cannot query value ‘%ls’ associated with registry key ‘HKLM\%ls’. SQL Server performance counters are disabled.
831816There was a virtual memory allocation failure during performance counters initialization. SQL Server performance counters are disabled.
831916The operating system kernel object ‘%ls’ already exists. It’s not owned by the SQL Server service account. SQL Server performance counters are disabled.
832010@@REMSERVER will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use linked servers and linked server stored procedures instead.
835010Use of NOLOCK or READUNCOMMITTED hints in the FROM clause of an UPDATE or DELETE statement on the target table of the statement (‘%.*ls’) is deprecated. These hints have no effect in this location. Microsoft recommends that you remove these hints from this statement. Support for these hints in this location will be removed in a future version of SQL Server.
835116A trace control request could not be processed because invalid parameters were specified when events were registered. Confirm that the parameters are within valid ranges.
835216Cannot find the requested trace template: id = %ls.
835316Event Tracing for Windows failed to start. %ls. To enable Event Tracing for Windows, restart SQL Server.
835416Event Tracing for Windows failed to send an event. Send failures with the same error code may not be reported in the future. Error ID: %d, Event class ID: %d, Cause: %ls.
835516Server-level event notifications can not be delivered. Either Service Broker is disabled in msdb, or msdb failed to start. Event notifications in other databases could be affected as well. Bring msdb online, or enable Service Broker.
835616Event Tracing for Windows (ETW) failed to send event. The server has run out of memory. The same send failure may not be reported in the future.
835716Event Tracing for Windows (ETW) failed to send event. This may be due to low resource conditions. The same send failure may not be reported in the future.
835816Event Tracing for Windows (ETW) failed to send event. Event message size exceeds limit. The same send failure may not be reported in the future.
835916SQL Trace failed to send event notification. The server has run out of memory. The same send failure may not be reported in the future.
836016SQL Trace failed to send event notification. This may be due to low resource conditions. The same send failure may not be reported in the future.
837910Old style RAISERROR (Format: RAISERROR integer string) will be removed in the next version of SQL Server. Avoid using this in new development work, and plan to modify applications that currently use it to use new style RAISERROR.
838010SQLOLEDB is no longer a supported provider. Please use SQL Native Client (SQLNCLI) to connect to SQL Server using linked server ‘%.*ls’.
838110SQLOLEDB is no longer a supported provider. Please use SQL Native Client (SQLNCLI) for ad hoc connection to SQL Server.
838210Specifying table hints without using a WITH keyword is a deprecated feature and will be removed in a future version.
838410Use of space as a separator for table hints is a deprecated feature and will be removed in a future version. Use a comma to separate individual table hints.
838510The select list of an aggregate indexed view must contain count_big(*) in 90 compatibility mode and higher.
838610Use of hint “%.*ls” on the target table of INSERT is deprecated because it may be removed in a future version of SQL Server. Modify the INSERT statement to remove the use of this hint.
838710The indirect application of table hints to an invocation of a multi-statement table-valued function (TVF) through a view will be removed in a future version of SQL Server. Remove hints on references to view “%.*ls” because it references a multi-statement TVF.
838810The ability to return results from triggers will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.
838910The ALL permission will be removed in a future version of SQL Server. Avoid using this permission in new development work and plan to modify applications that currently use it.
839010The ‘::’ function calling syntax will be removed in a future version of SQL Server. Replace it with “sys.”.
839110The usage of 2-part names in DROP INDEX is deprecated. New-style syntax DROP INDEX <1p-name> ON {<3p-table-name> | <3p-view-name> }
839310The ability to not specify a column name when the datatype is timestamp will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.
839410Usage of deprecated index option syntax. The deprecated relational index option syntax structure will be removed in a future version of SQL Server. Avoid using this syntax structure in new development work, and plan to modify applications that currently use the feature.
839610%ls will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it. Use %ls instead.
839710The TEXT, NTEXT, and IMAGE data types will be removed in a future version of SQL Server. Avoid using them in new development work, and plan to modify applications that currently use them. Use the varchar(max), nvarchar(max), and varbinary(max) data types instead.
839810The use of more than two-part column names will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.
839910%ls will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.
840116This message could not be delivered because the target user with ID %i in database ID %i does not have permission to receive from the queue ‘%.*ls’.
840216The data type of the ‘%S_MSG’ in the ‘%S_MSG’ statement must be %s. The %s data type is not allowed.
840316The message type ‘%.*ls’ is specified more than once.  Remove the duplicate message type.
840416The service contract ‘%.*ls’ is specified more than once.  Remove the duplicate service contract.
840516An error occurred in the service broker queue rollback handler, while trying to disable a queue. Database ID: %d, Queue ID: %d, Error: %i, State: %i.
840616The dialog lifetime can not be NULL. Specify a valid dialog lifetime value from %d to %d.
840716Received a message that contains invalid header fields. This may indicate a network problem or that another application is connected to the Service Broker endpoint.
840816Target service ‘%.*ls’ does not support contract ‘%.*ls’.
840916This message could not be delivered because the targeted service does not support the service contract. Targeted service: ‘%.*ls’, service contract: ‘%.*ls’.
841016The conversation timer cannot be set beyond the conversation’s lifetime.
841116The dialog lifetime value of %d is outside the allowable range of %d to %d. Specify a valid dialog lifetime value.
841216The syntax of the service name ‘%.*ls’ is invalid.
841316The syntax of the broker instance ‘%.*ls’ is invalid. The specified broker instance is too long, the maximum size is 256 bytes.
841416The conversation group ID ‘%.*ls’ is invalid in this context. Specify a different conversion group ID.
841516The activated task was aborted because the invoked stored procedure ‘%ls’ did not issue COMMIT or ROLLBACK on one or more transactions that it begun.
841716The service contract name is NULL.  Specify a service contract name.
841816The conversation handle is missing. Specify a conversation handle.
841916Both the error code and the description must be provided for END CONVERSATION WITH ERROR. Neither value can be NULL.
842016The conversation group is missing. Specify a conversation group.
842116The service name is missing.  Specify a service name.
842216The error description is missing. Specify a description of the error.
842316The service “%.*ls” is not found.
842416The error code and error description are missing. Specify both the error code and description of the error.
842516The service contract ‘%.*ls’ is not found.
842616The conversation handle “%.*ls” is not found.
842716The conversation endpoint is not in a valid state for END CONVERSATION. The current endpoint state is ‘%ls’.
842816The message type “%.*ls” is not found.
842916The conversation endpoint is not in a valid state for SEND. The current endpoint state is ‘%ls’.
843016The message body failed the configured validation.
843116The message type ‘%.*ls’ is not part of the service contract.
843216The message cannot be sent because the message type ‘%.*ls’ is marked SENT BY TARGET in the contract, however this service is an Initiator.
843316The message body may not be NULL.  A zero-length UNICODE or binary string is allowed.
843416The message cannot be sent because the message type ‘%.*ls’ is marked SENT BY INTITIATOR in the contract, however this service is a Target.
843516The conversation handle “%.*ls” at position %d is not found.
843616The conversation group “%.*ls” is not found.
843716The message received was sent by a Target service, but the message type ‘%.*ls’ is marked SENT BY INITIATOR in the contract.
843816The conversation endpoint is not in a valid state for MOVE CONVERSATION. The current endpoint state is ‘%ls’.
843916The destination conversation group ‘%.*ls’ is invalid.
844023The conversation group exists, but no queue exists.  Possible database corruption.  Run DBCC CHECKDB.
844116The conversation handle at position %d is missing. Specify a conversation handle.
844216There is no Service Broker active in the database. Change to a database context that contains a Service Broker.
844323The conversation with ID ‘%.*ls’ and initiator: %d references a missing conversation group ‘%.*ls’. Run DBCC CHECKDB to analyze and repair the database.
844423The service queue structure is inconsistent.  Possible database corruption.  Run DBCC CHECKDB.
844516The conversation handle ‘%ls’ is referencing an invalid conversation ID ‘%ls’, initiator: %d.
844716A RECEIVE statement that assigns a value to a variable must not be combined with data retrieval operations.
845016Assignments in the RECEIVE projection are not allowed in conjunction with the INTO clause.
845116The conversation handle ‘%.*ls’ at position %d appears more than once.
845716The message received was sent by the initiator of the conversation, but the message type ‘%.*ls’ is marked SENT BY TARGET in the contract.
845816The conversation endpoint is not in a valid state for BEGIN CONVERSATION TIMER. The current endpoint state is ‘%ls’.
845916The message size, including header information, exceeds the maximum allowed of %d.
846016The conversation endpoint with ID ‘%ls’ and is_initiator: %d is referencing the invalid conversation handle ‘%ls’.
846123An internal service broker error detected.  Possible database corruption.  Run DBCC CHECKDB.
846216The remote conversation endpoint is either in a state where no more messages can be exchanged, or it has been dropped.
846316Failed to read the message body while marshaling a message. This message is a symptom of another problem. Check the SQL Server error log and the operating system error log for additional messages and address the underlying problem. If the problem persists, the database may be damaged. To recover the database, restore the database from a clean backup. If no clean backup is available, consider running DBCC CHECKDB. Note that DBCC CHECKDB may remove data to repair the database.
846816Underlying service has been altered.
846916Remote service has been altered.
847016Remote service has been dropped.
847116An SNI call failed during a Service Broker/Database Mirroring transport operation. SNI error ‘%ls’.
847216The remote service has sent a message that contains invalid header fields.
847516The conversation endpoint with ID ‘%ls’ and is_initiator: %d has been dropped.
847716An internal Service Broker error occurred (error = 0x%08x). This error indicates a serious problem with SQL Server. Check the SQL Server error log and the operating system error logs for information pointing to possible hardware problems. The database may have been damaged. To recover the database, restore the database from a clean backup. If no clean backup is available, consider running DBCC CHECKDB. Note that DBCC CHECKDB may remove data to repair the database.
847916Used by test in failpoint simulation.
848716The remote service contract has been dropped.
848916The dialog has exceeded the specified LIFETIME.
849016Cannot find the remote service ‘%.*ls’ because it does not exist.
849216The service contract ‘%.*ls’ must have at least one message SENT BY INITIATOR or ANY.
849316The alter of service ‘%.*ls’ must change the queue or at least one contract.
849416You do not have permission to access the service ‘%.*ls’.
849516The conversation has already been acknowledged by another instance of this service.
849816The remote service has sent a message of type ‘%.*ls’ that is not part of the local contract.
849916The remote service has sent a message body of type ‘%.*ls’ that does not match the message body encoding format. This occurred in the message with Conversation ID ‘%.*ls’, Initiator: %d, and Message sequence number: %I64d.
850116MSDTC on server ‘%.*ls’ is unavailable.
850220Unknown token ‘0x%x’ received from Microsoft Distributed Transaction Coordinator (MS DTC) .
850420The import buffer for this transaction is not valid.
850620Cannot change transaction state from %hs to %hs. The change requested is not valid.
850810QueryInterface failed for “%ls”: %ls.
850920Import of Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed: %ls.
851020Enlist operation failed: %ls. SQL Server could not register with Microsoft Distributed Transaction Coordinator (MS DTC) as a resource manager for this transaction. The transaction may have been stopped by the client or the resource manager.
851116Unknown isolation level 0x%x requested from Microsoft Distributed Transaction Coordinator (MS DTC).
851220Microsoft Distributed Transaction Coordinator (MS DTC) commit transaction acknowledgement failed: %hs.
851320Microsoft Distributed Transaction Coordinator (MS DTC) end transaction acknowledgement failed: %hs.
851420Microsoft Distributed Transaction Coordinator (MS DTC) PREPARE acknowledgement failed: %hs.
851520Microsoft Distributed Transaction Coordinator (MS DTC) global state is not valid.
851720Failed to get Microsoft Distributed Transaction Coordinator (MS DTC) PREPARE information: %ls.
851816Microsoft Distributed Transaction Coordinator (MS DTC) BEGIN TRANSACTION failed: %ls.
851916Current Microsoft Distributed Transaction Coordinator (MS DTC) transaction must be committed by remote client.
852016Internal Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed to commit: %ls.
852120This awakening state is not valid: slept in %hs; awoke in %hs.
852220Microsoft Distributed Transaction Coordinator (MS DTC) has stopped this transaction.
852315PREPARE TRAN statement not allowed on MSDTC transaction.
852416The current transaction could not be exported to the remote provider. It has been rolled back.
852516Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction.
852616Cannot go remote while the session is enlisted in a distributed transaction that has an active savepoint.
852716An attempt to create a distributed transaction export token failed with this error: %ls. Contact your Microsoft Distributed Transaction Coordinator (MS DTC) system administrator.
852816The commit of the Kernel Transaction Manager (KTM) transaction failed: %d.
852916Unable to extract the Kernel Transaction Manager (KTM) transaction handle from the Microsoft Distributed Transaction Coordinator (MS DTC) transaction: 0x%x.
853016The operating system kernel transaction manager creation failed: 0x%x.
853116The operating system kernel transaction manager failed to create the enlistment: 0x%08x.
853220Error while reading resource manager notification from Kernel Transaction Manager (KTM): %d.
853320Error while waiting for communication from Kernel Transaction Manager (KTM): %d.
853421The KTM RM for this database, %ls, failed to start: %d.
853516A savepoint operation in the operating system transactional file system failed: 0x%x.
853616Only single DB updates are allowed with FILESTREAM operations.
853716This transaction was aborted by Kernel Transaction Manager (KTM).
853816The current isolation level is not supported by the FILESTREAM 0x%x.
853910The distributed transaction with UOW %ls was forced to commit. MS DTC became temporarily unavailable and forced heuristic resolution of the transaction. This is an informational message only. No user action is required.
854010The distributed transaction with UOW %ls was forced to rollback.
854110System process ID %d tried to terminate the distributed transaction with Unit of Work ID %ls. This message occurs when the client executes a KILL statement on the distributed transaction.
854210Spid %d tried to commit the distributed transaction with UOW %ls.
854310Unable to commit a prepared transaction from the Microsoft Distributed Transaction Coordinator (MS DTC). Shutting down server to initiate resource manager (RM) recovery. When the RM recovers, it will query the transaction manager about the outcome of the in-doubt transaction, and commit or roll back accordingly.
854410Unknown status of commit of a two-phase commit transaction. Shutting down server. Restart server to complete recovery.
854510Unknown status ‘%d’ from Reenlist call in rm_resolve.
854610Unable to load Microsoft Distributed Transaction Coordinator (MS DTC) library. This error indicates that MS DTC is not installed. Install MS DTC to proceed.
854710Resource Manager Creation Failed: %ls
854810DTC not initialized because it’s unavailable
854910GetWhereaboutsSize call failed: %ls
855010MS DTC initialization failed because the transaction manager address is invalid. The protocol element used to carry address information may be too large. A network protocol analyzer may provide additional information about the cause. Contact your application support provider or Microsoft Product Support Services.
855116CoCreateGuid failed: %ls.
855220RegOpenKeyEx of \”%ls\” failed: %ls.
855320RegQueryValueEx of \”%hs\” failed: %ls.
855420IIDFromString failed for %hs, (%ls).
855510RegCloseKey failed: %ls
855610Microsoft Distributed Transaction Coordinator (MS DTC) initialization failed due to insufficient memory. It may be necessary to change some server configuration options to make more memory available.
855710The Microsoft Distributed Transaction Coordinator (MS DTC) service could not be contacted.  If you would like distributed transaction functionality, please start this service.
855820RegDeleteValue of \”%hs\” failed: %ls.
855920RegSetValueEx of ‘%ls’ in key ‘%ls’ failed: %ls.
856010Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
856110Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) has completed. This is an informational message only. No user action is required.
856210The connection has been lost with Microsoft Distributed Transaction Coordinator (MS DTC). Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) will begin once the connection is re-established. This is an informational message only. No user action is required.
856310An error occurred while trying to determine the state of the RPCSS service.  A call to “%ls” returned: %ls.  This is an informational message only.  No user action is required.
856516SQL Server failed to prepare DTC transaction. Failure code: %d.
856610Unable to commit a prepared transaction from the Microsoft Distributed Transaction Coordinator (MS DTC). Server will restart the database and MS DTC recovery is expected to resolve any in-doubt transaction.
856710Microsoft Distributed Transaction Coordinator (MS DTC) resource manager [%ls] has been released.  This is an informational message only. No user action is required.
856810Microsoft Distributed Transaction Coordinator (MS DTC) failed to reenlist citing that the database RMID does not match the RMID [%ls] associated with the transaction.  Please manually resolve the transaction.
856910SQL Server is unable to connect with Microsoft Distributed Transaction Coordinator (MS DTC).  Check MSDTC security settings and, if running Always On, ensure that SQL Server has a firewall rule allowing incoming RPC Dynamic connections.
857010Initializing Microsoft Distributed Transaction Coordinator (MS DTC) resource manager [%ls] for database ‘%ls’. This is an informational message only. No user action is required.
857110SQL Server is unable to get outcome from Microsoft Distributed Transaction Coordinator (MS DTC) for the transaction with UOW ‘%ls’ because another resource manager with same RMID already exists.
860117Internal Query Processor Error: The query processor could not obtain access to a required interface.
860216Indexes used in hints must be explicitly included by the index tuning wizard.
860316Invalid syntax for internal DBCC REPAIR statement.
860416ALTER TABLE SWITCH statement failed. Table ‘%.*ls’ has a column level check constraint ‘%.*ls’ on column ‘%.*ls’ that is not loadable for semantic validation.
860510Index creation operation will use %ld KB of memory specified in the advanced sp_configure option “min memory per query (KB)” instead of %lu KB specified in “index create memory (KB)” option because the former has to be smaller than the latter.
860617This index operation requires %I64d KB of memory per DOP. The total requirement of %I64d KB for DOP of %lu is greater than the sp_configure value of %lu KB set for the advanced server configuration option “index create memory (KB)”.  Increase this setting or reduce DOP and rerun the query.
860716The table ‘%.*ls’ cannot be modified because one or more non-clustered indexes reside in a filegroup which is not online.
860816 The query could not be completed due to an online index build operation and must be recompiled.
861610The index hints for table ‘%.*ls’ were ignored because the table was considered a fact table in the star join.
861816The query processor could not produce a query plan because a worktable is required, and its minimum row size exceeds the maximum allowable of %d bytes. A typical reason why a worktable is required is a GROUP BY or ORDER BY clause in the query. If the query has a GROUP BY or ORDER BY clause, consider reducing the number and/or size of the fields in the clause. Consider using prefix (LEFT()) or hash (CHECKSUM()) of fields for grouping or prefix for ordering. Note however that this will change the behavior of the query.
861916The query processor could not produce a query plan because a worktable is required, and its minimum row size exceeds the maximum allowable of %d bytes. A typical reason why a worktable is required is a GROUP BY or ORDER BY clause in the query. Resubmit your query without the ROBUST PLAN hint.
862116The query processor ran out of stack space during query optimization. Please simplify the query.
862216Query processor could not produce a query plan because of the hints defined in this query. Resubmit the query without specifying any hints and without using SET FORCEPLAN.
862316The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support Services for more information.
862416Internal Query Processor Error: The query processor could not produce a query plan. For more information, contact Customer Support Services.
862510Warning: The join order has been enforced because a local join hint is used.
862817A time out occurred while waiting to optimize the query. Rerun the query.
863017Internal Query Processor Error: The query processor encountered an unexpected error during execution (HRESULT = 0x%x).
863117Internal error: Server stack limit has been reached. Please look for potentially deep nesting in your query, and try to simplify it.
863217Internal error: An expression services limit has been reached. Please look for potentially complex expressions in your query, and try to simplify them.
863316The query processor could not produce a query plan because distributed query does not support materializing intermediate results with default in DML queries over remote sources. Try to use actual default values instead of default or split the update into multiple statements, one only containing the DEFAULT assignment, the other with the rest.
863417The query processor received an error from a cluster communication layer.
863516The query processor could not produce a query plan for a query with a spatial index hint.  Reason: %S_MSG.  Try removing the index hints or removing SET FORCEPLAN.
863616The query processor could not produce a query plan because there is a subquery in the predicate of the full outer join. This is not supported for distributed queries.
863716The query processor could not produce a query plan because a USE PLAN hint was used for a query that modifies data while the target table of the modification has an index that is currently being built online. Consider waiting until the online index build is done before forcing the plan, or using another way to tune the query, such as updating statistics, or using a different hint or a manual query rewrite.
863816The query processor could not produce a query plan because CURSOR fetch queries cannot reference external tables. Ensure that the input request does not contain remote UPDATE or DELETE on external tables.
864217The query processor could not start the necessary thread resources for parallel query execution. Reduce load on the server or use the MAXDOP setting to limit parallelism.
864416Internal Query Processor Error: The plan selected for execution does not support the invoked given execution routine.
864517A timeout occurred while waiting for memory resources to execute the query in resource pool ‘%ls’ (%ld). Rerun the query.
864621Unable to find index entry in index ID %d, of table %d, in database ‘%.*ls’. The indicated index is corrupt or there is a problem with the current update plan. Run DBCC CHECKDB or DBCC CHECKTABLE. If the problem persists, contact product support.
864820Could not insert a row larger than the page size into a hash table. Resubmit the query using the ROBUST PLAN optimization hint.
864917The query has been canceled because the estimated cost of this query (%d) exceeds the configured threshold of %d. Contact the system administrator.
865117Could not perform the operation because the requested memory grant was not available in resource pool ‘%ls’ (%ld).  Rerun the query, reduce the query load, or check resource governor configuration setting.
865316The query processor is unable to produce a plan for the table or view ‘%.*ls’ because the table resides in a filegroup that is not online.
865516The query processor is unable to produce a plan because the index ‘%.*ls’ on table or view ‘%.*ls’ is disabled.
865616The query processor could not produce a query plan. Resubmit the query after disabling trace flag %d.
865717Could not get the memory grant of %I64d KB because it exceeds the maximum configuration limit in workload group ‘%ls’ (%ld) and resource pool ‘%ls’ (%ld).  Contact the server administrator to increase the memory usage limit.
865817Cannot start the columnstore index build because it requires at least %I64d KB, while the maximum memory grant is limited to %I64d KB per query in workload group ‘%ls’ (%ld) and resource pool ‘%ls’ (%ld). Retry after modifying columnstore index to contain fewer columns, or after increasing the maximum memory grant limit with Resource Governor.
866016Cannot create the clustered index “%.*ls” on view “%.*ls” because the select list of the view definition does not include all columns in the GROUP BY clause. Consider adding these columns to the select list.
866116Cannot create the clustered index “%.*ls” on view “%.*ls” because the index key includes columns that are not in the GROUP BY clause. Consider eliminating columns that are not in the GROUP BY clause from the index key.
866216Cannot create the clustered index “%.*ls” on view “%.*ls” because the view references an unknown value (SUM aggregate of nullable expression). Consider referencing only non-nullable values in SUM. ISNULL() may be useful for this.
866316Cannot create the clustered index “%.*ls” on view “%.*ls” because its select list does not include COUNT_BIG(*). Consider adding COUNT_BIG(*) to the select list.
866516Cannot create the clustered index “%.*ls” on view “%.*ls” because no row can satisfy the view definition. Consider eliminating contradictions from the view definition.
866816Cannot create the clustered index ‘%.*ls’ on view ‘%.*ls’ because the select list of the view contains an expression on result of aggregate function or grouping column. Consider removing expression on result of aggregate function or grouping column from select list.
866916The attempt to maintain the indexed view “%.*ls” failed because it contains an expression on aggregate results, or because it contains a ranking or aggregate window function. Consider dropping the clustered index on the view, or changing the view definition.
867016Query optimizer reached the internal limit of the maximum number of views that can be used during optimization.
867116The attempt to maintain the indexed view “%.*ls” failed because of the ignore_dup_key option on index “%.*ls”. Drop the index or re-create it without the ignore_dup_key index option.
867216The MERGE statement attempted to UPDATE or DELETE the same row more than once. This happens when a target row matches more than one source row. A MERGE statement cannot UPDATE/DELETE the same row of the target table multiple times. Refine the ON clause to ensure a target row matches at most one source row, or use the GROUP BY clause to group the source rows.
867316A MERGE statement is not valid if it triggers both the ‘ON DELETE SET NULL’ and ‘ON UPDATE CASCADE’ actions for a referential integrity constraint. Modify the actions performed by the MERGE statement to ensure that it does not trigger both these actions for a referential integrity constraint.
867416The query processor is unable to produce a plan. The table ‘%.*ls’ is unavailable because the heap is corrupted. Take the database offline to rebuild the table and heap, and then run the query processor again.
867616Invalid plan.
867716Cannot create the clustered index ‘%.*ls’ on view ‘%.*ls’ because it does not aggregate results. Consider changing the view definition.
867816Cannot create the clustered index “%.*ls” on view “%.*ls” because the view references a SUM aggregate of a nullable expression. Consider adding a new COUNT_BIG aggregate over such nullable expression.
868017Internal Query Processor Error: The query processor encountered an unexpected error during the processing of a remote query phase.
868117Internal Query Processor Error: The query processor encountered an unexpected error during processing. [%ls]
868216SELECT via cursor failed because in XML plan provided to USE PLAN hint, neither Populate nor Fetch plans are provided, and at least one must be present. For best likelihood of successful plan forcing, use an XML cursor plan captured from SQL Server without modification.
868316Could not force query plan because XML showplan provided in USE PLAN hint contains invalid Star Join specification. Consider specifying a USE PLAN hint that contains an unmodified XML showplan produced by SQL Server. This may allow you to force the plan.
868416A query plan could not be found because optimizer exceeded number of allowed operations while searching for plan specified in USE PLAN hint. First consider removing USE PLAN hint. Then if necessary consider (1) updating statistics, (2) using other hints such as join hints, index hints, or the OPTIMIZE FOR hint, (3) rewriting query or breaking it down into two or more separate queries.
868516Query cannot be compiled because <CursorStmt> element appears in XML plan provided to USE PLAN but USE PLAN was applied to a non-cursor statement. Consider using an XML plan obtained from SQL Server for statement without modification.
868616Cursor plan forcing failed because input plan has more than one <Operation> node with OperationType=%ls. Consider using an XML cursor plan captured from SQL Server without modification.
868716Cursor plan failed because it is not possible to force the plan for a cursor of type other than FAST_FORWARD or STATIC with a USE PLAN hint. Consider removing USE PLAN hint and updating statistics or using different hints to influence query plan choice.
868816Cursor plan forcing failed because in XML plan provided to USE PLAN, required element %ls is missing under <CursorPlan> element. Consider using an XML cursor plan captured from SQL Server without modification.
868916Database ‘%.*ls’, specified in the USE PLAN hint, does not exist. Specify an existing database.
869016Query cannot be compiled because USE PLAN hint conflicts with hint %ls. Consider removing hint %ls.
869116Query cannot be compiled because USE PLAN hint conflicts with SET %ls ON. Consider setting %ls OFF.
869316Cannot compile query because combination of LogicalOp = ‘%ls’, PhysicalOp = ‘%ls’, and sub_element = ‘%ls’ under RelOp element in XML plan in USE PLAN hint is not valid. Use a recognized combination instead. Consider using an automatically generated XML plan without modification.
869416Cannot execute query because USE PLAN hint conflicts with use of distributed query or full-text operations. Consider removing USE PLAN hint.
869516Cannot execute query because of incorrectly formed XML plan in USE PLAN hint. Verify that XML plan is a legal plan suitable for plan forcing. See Books Online for additional details.
869616Cannot run query because of improperly formed Spool element with parent RelOp with NodeId %d in XML plan in USE PLAN hint. Verify that each Spool element’s parent RelOp has unique NodeId attribute, and each Spool element has either a single RelOp sub-element, or a PrimaryNodeId attribute, but not both. PrimaryNodeId of Spool must reference NodeId of an existing RelOp with a Spool sub-element. Consider using unmodified XML showplan as USE PLAN hint.
869716Cannot run query because in XML plan provided to USE PLAN, element %ls must have %d %ls nodes as children, but has %d.
869816Query processor could not produce query plan because USE PLAN hint contains plan that could not be verified to be legal for query. Remove or replace USE PLAN hint. For best likelihood of successful plan forcing, verify that the plan provided in the USE PLAN hint is one generated automatically by SQL Server for the same query.
869916Cannot run query because it contains more than one USE PLAN hint. Use at most one USE PLAN hint.
870016Query could not run because column store indexes on memory optimized tables are currently disabled.  Rewrite the query with an index hint specifying a different index.
870516A DML statement encountered a missing entry in index ID %d of table ID %d, in the database ‘%.*ls’ due to an interaction with another transaction. If you continue to see this error, consider using Repeatable Read or higher isolation level.
870916Error due to negative or NULL window delimiter.
871016Aggregate functions that are used with CUBE, ROLLUP, or GROUPING SET queries must provide for the merging of subaggregates. To fix this problem, remove the aggregate function or write the query using UNION ALL over GROUP BY clauses.
871116Multiple ordered aggregate functions in the same scope have mutually incompatible orderings.
871216Index ‘%.*ls’, specified in the USE PLAN hint, does not exist. Specify an existing index, or create an index with the specified name.
871316Could not force query plan because of a problem in an indexed view referenced in the plan.
871416Polybase Error: Failed to convert external data format to SQL Server internal format.
871516Polybase Error: Failed to set physical layout for table given an external buffer layout.
871616Invalid data was detected. An external producer has inserted a value into shared memory table that is not supported by SQL Server.
871716DML Operations are not supported with external tables.
872015Cannot execute query. There is more than one TABLE HINT clause specified for object ‘%.*ls’. Use at most one such TABLE HINT clause per table reference.
872115Cannot execute query. TABLE HINT in the OPTION clause leads to ambiguous reference for object ‘%.*ls’. Consider USE PLAN query hint instead.
872215Cannot execute query. Semantic affecting hint ‘%.*ls’ appears in the ‘%.*ls’ clause of object ‘%.*ls’ but not in the corresponding ‘%.*ls’ clause.  Change the OPTION (TABLE HINTS…) clause so the semantic affecting hints match the WITH clause.
872315Cannot execute query. Object ‘%.*ls’ is specified in the TABLE HINT clause, but is not used in the query or does not match the alias specified in the query. Table references in the TABLE HINT clause must match the WITH clause.
872415Cannot execute query. Table-valued or OPENROWSET function ‘%.*ls’ cannot be specified in the TABLE HINT clause.
872517Subproc thread aborted during parallel query execution.
872616Input parameter of %.*ls function must be a constant.
872716Input parameter of percentile function is outside of range [0, 1].
872816ORDER BY list of RANGE window frame cannot contain expressions of LOB type.
872916ORDER BY list of RANGE window frame has total size of %lu bytes. Largest size supported is %lu bytes.
873016Offset parameter for Lag and Lead functions cannot be a negative value.
873115REDISTRIBUTE and REDUCE hints expect the first join condition to be an equality comparison of columns with directly comparable types. Modify the query and re-run it.
873215REPLICATE and REDUCE hints can only be used with inner joins. Modify the query and re-run it.
873316Separator parameter for STRING_AGG must be a string literal or variable.
873416Separator parameter for STRING_AGG cannot be large object type such as VARCHAR(MAX) or NVARCHAR(MAX).
873516The operation failed because an online index build on the table terminated and caused a temporary inconsistency. Re-run the query.
873616Input parameter cannot be large object type such as VARBINARY(MAX).
873717Error 0x%X occurred when sending data over the network to another distribution. Please try to run the query again. If the error persists, please contact support.
873817An error occurred when opening a connection from distribution %d to distribution %d. Please try to run the query again. If the error persists, please contact support.
873917Error occurred when sending metadata over the network to another distribution. Please try to run the query again. If the error persists, please contact support.
874017The row is too large to be shuffled between distributions. Row Size in Bytes: %d: Max Allowed Row Size in Bytes: %d. Please contact support for assistance.
874117An error occurred when reading data moved from one distribution to another. Try to run the query again. If the error persists, contact support.
874217An error occurred when attempting to allocate memory in SQL Server by external extractor. Try to run the query again. If the error persists, contact support.
874317Error 0x%X – Could not allocate tempdb space while transferring data from one distribution to another. See ‘https://aka.ms/monitor-temp-db’ for assistance.
890116Table error: Object ID %d has inconsistent metadata. This error cannot be repaired and prevents further processing of this object.
890217Memory allocation error during DBCC processing.
890316Extent %S_PGID in database ID %d is allocated in both GAM %S_PGID and SGAM %S_PGID.
890416Extent %S_PGID in database ID %d is allocated by more than one allocation object.
890516Extent %S_PGID in database ID %d is marked allocated in the GAM, but no SGAM or IAM has allocated it.
890616Page %S_PGID in database ID %d is allocated in the SGAM %S_PGID and PFS %S_PGID, but was not allocated in any IAM. PFS flags ‘%hs’.
890716The spatial index, XML index or indexed view ‘%.*ls’ (object ID %d) contains rows that were not produced by the view definition.  This does not necessarily represent an integrity issue with the data in this database. For more information about troubleshooting DBCC errors on indexed views, see SQL Server Books Online.
890816The spatial index, XML index or indexed view ‘%.*ls’ (object ID %d) does not contain all rows that the view definition produces.  This does not necessarily represent an integrity issue with the data in this database. For more information about troubleshooting DBCC errors on spatial indexes, XML indexes, and indexed views, see SQL Server Books Online.
890916Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page ID %S_PGID contains an incorrect page ID in its page header. The PageId in the page header = %S_PGID.
891016Page %S_PGID in database ID %d is allocated to both object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), and object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls).
891110        The error has been repaired.
891210%.*ls fixed %d allocation errors and %d consistency errors in database ‘%ls’.
891316Extent %S_PGID is allocated to ‘%ls’ and at least one other object.
891410Incorrect PFS free space information for page %S_PGID in object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Expected value %hs, actual value %hs.
891510           File %d (number of mixed extents = %I64d, mixed pages = %I64d).
891610    Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), data extents %I64d, pages %I64d, mixed extent pages %I64d.
891710    Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), index extents %I64d, pages %I64d, mixed extent pages %I64d.
891810       (number of mixed extents = %I64d, mixed pages = %I64d) in this database.
891916Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls): The record count in the header (%d) does not match the number of records (%d) found on page %S_PGID.
892016Cannot perform a %ls operation inside a user transaction. Terminate the transaction and reissue the statement.
892116Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.
892210        Could not repair this error.
892310        The repair level on the DBCC statement caused this repair to be bypassed.
892410        Repairing this error requires other errors to be corrected first.
892516Table error: Cross object linkage: Page %S_PGID, slot %d, in object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), refers to page %S_PGID, slot %d, in object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls).
892616Table error: Cross object linkage: Parent page %S_PGID, slot %d in object %d, index %d, partition %I64d, AU %I64d (%.*ls), and page %S_PGID->next in object %d, index %d, partition %I64d, AU %I64d (%.*ls), refer to page %S_PGID but are not in the same object.
892716Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls): The ghosted record count in the header (%d) does not match the number of ghosted records (%d) found on page %S_PGID.
892816Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls): Page %S_PGID could not be processed.  See other errors for details.
892916Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls): Errors found in off-row data with ID %I64d owned by %ls record identified by %.*ls
893016Database error: Database %d has inconsistent metadata. This error cannot be repaired and prevents further DBCC processing. Please restore from a backup.
893116Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) B-tree level mismatch, page %S_PGID. Level %d does not match level %d from parent %S_PGID.
893216Could not find filegroup ID %d in sys.filegroups for database ‘%ls’.
893316Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The low key value on page %S_PGID (level %d) is not >= the key value in the parent %S_PGID slot %d.
893416Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The high key value on page %S_PGID (level %d) is not less than the low key value in the parent %S_PGID, slot %d of the next page %S_PGID.
893516Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The previous link %S_PGID on page %S_PGID does not match the previous page %S_PGID that the parent %S_PGID, slot %d expects for this page.
893616Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). B-tree chain linkage mismatch. %S_PGID->next = %S_PGID, but %S_PGID->Prev = %S_PGID.
893716Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). B-tree page %S_PGID has two parent nodes %S_PGID, slot %d and %S_PGID, slot %d.
893816Table error: Page %S_PGID, Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Unexpected page type %d.
893916Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID. Test (%.*ls) failed. Values are %ld and %ld.
894016Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID. Test (%.*ls) failed. Address 0x%x is not aligned.
894116Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID. Test (%.*ls) failed. Slot %d, offset 0x%x is invalid.
894216Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID. Test (%.*ls) failed. Slot %d, offset 0x%x overlaps with the prior row.
894316Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID. Test (%.*ls) failed. Slot %d, row extends into free space at 0x%x.
894416Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page (%d:%d), row %d. Test (%.*ls) failed. Values are %ld and %ld.
894516Table error: Object ID %d, index ID %d will be rebuilt.
894616Table error: Allocation page %S_PGID has invalid %ls page header values. Type is %d. Check type, alloc unit ID and page ID on the page.
894716Table error: Multiple IAM pages for object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) contain allocations for the same interval. IAM pages %S_PGID and %S_PGID.
894816Database error: Page %S_PGID is marked with the wrong type in PFS page %S_PGID. PFS status 0x%x expected 0x%x.
894910%.*ls fixed %d allocation errors and %d consistency errors in table ‘%ls’ (object ID %d).
895016%.*ls fixed %d allocation errors and %d consistency errors not associated with any single object.
895116Table error: table ‘%ls’ (ID %d). Data row does not have a matching index row in the index ‘%ls’ (ID %d). Possible missing or invalid keys for the index row matching:
895216Table error: table ‘%ls’ (ID %d). Index row in index ‘%ls’ (ID %d) does not match any data row. Possible extra or invalid keys for:
895310Repair: Deleted off-row data column with ID %I64d, for object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) on page %S_PGID, slot %d.
895410%.*ls found %d allocation errors and %d consistency errors not associated with any single object.
895516Data row (%d:%d:%d) identified by (%ls) with index values ‘%ls’.
895616Index row (%d:%d:%d) with values (%ls) pointing to the data row identified by (%ls).
895710%lsDBCC %ls (%ls%ls%ls)%ls executed by %ls found %d errors and repaired %d errors. Elapsed time: %d hours %d minutes %d seconds.  %.*ls
895810%ls is the minimum repair level for the errors found by DBCC %ls (%ls%ls%ls).
895916Table error: IAM page %S_PGID for object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) is linked in the IAM chain for object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) by page %S_PGID.
896016Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Page %S_PGID, slot %d, column %d is not a valid complex column.
896116Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d does not match its reference from page %S_PGID, slot %d.
896216Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d has incorrect node type %d.
896316Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d has type %d. It cannot be placed on a page of type %d.
896416Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d is not referenced.
896516Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d is referenced by page %S_PGID, slot %d, but was not seen in the scan.
896622Unable to read and latch page %S_PGID with latch type %ls. %ls failed.
896716An internal error occurred in DBCC that prevented further processing. Contact Customer Support Services.
896816Table error: %ls page %S_PGID (object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls)) is out of the range of this database.
896916Table error: IAM chain linkage error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The next page for IAM page %S_PGID is %S_PGID, but the previous link for page %S_PGID is %S_PGID.
897016Row error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page ID %S_PGID, row ID %d. Column ‘%.*ls’ was created NOT NULL, but is NULL in the row.
897116Forwarded row mismatch: Object ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) page %S_PGID, slot %d points to forwarded row page %S_PGID, slot %d; the forwarded row points back to page %S_PGID, slot %d
897216Forwarded row referenced by more than one row. Object ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID, slot %d incorrectly points to the forwarded row page %S_PGID, slot %d, which correctly refers back to page %S_PGID, slot %d.
897316CHECKTABLE object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) processing encountered page %S_PGID, slot %d twice.
897416Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d is pointed to by page %S_PGID, slot %d and by page %S_PGID, slot %d.
897510DBCC cross-rowset check failed for object ‘%.*ls’ (object ID %d) due to internal query error %d, severity %d, state %d.  Refer to Books Online for more information on this error.
897616Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Page %S_PGID was not seen in the scan although its parent %S_PGID and previous %S_PGID refer to it. Check any previous errors.
897716Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Parent node for page %S_PGID was not encountered.
897816Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Page %S_PGID is missing a reference from previous page %S_PGID. Possible chain linkage problem.
897916Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Page %S_PGID is missing references from parent (unknown) and previous (page %S_PGID) nodes. Possible bad root entry in system catalog.
898016Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). Index node page %S_PGID, slot %d refers to child page %S_PGID and previous child %S_PGID, but they were not encountered.
898116Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The next pointer of %S_PGID refers to page %S_PGID. Neither %S_PGID nor its parent were encountered. Possible bad chain linkage.
898216Table error: Cross object linkage. Page %S_PGID->next in object ID %d, index ID %d, partition ID %I64d, AU ID %I64d (type %.*ls) refers to page %S_PGID in object ID %d, index ID %d, partition ID %I64d, AU ID %I64d (type %.*ls) but is not in the same index.
898310File %d. Extents %I64d, used pages %I64d, reserved pages %I64d, mixed extents %I64d, mixed pages %I64d.
898416Table error: object ID %d, index ID %d, partition ID %I64d. A row should be on partition number %d but was found in partition number %d. Possible extra or invalid keys for:
898516Could not locate file ‘%.*ls’ for database ‘%.*ls’ in sys.database_files. The file either does not exist, or was dropped.
898616Too many errors found (%d) for object ID %d. To see all error messages rerun the statement using “WITH ALL_ERRORMSGS”.
898716No help available for DBCC statement ‘%.*ls’.
898816Row (%d:%d:%d) identified by (%ls).
898910%.*ls found %d allocation errors and %d consistency errors in database ‘%ls’.
899010%.*ls found %d allocation errors and %d consistency errors in table ‘%ls’ (object ID %d).
8991160x%p to 0x%p is not a valid address range.
899216Check Catalog Msg %d, State %d: %.*ls
899316Object ID %d, forwarding row page %S_PGID, slot %d points to page %S_PGID, slot %d. Did not encounter forwarded row. Possible allocation error.
899416Object ID %d, forwarded row page %S_PGID, slot %d should be pointed to by forwarding row page %S_PGID, slot %d. Did not encounter forwarding row. Possible allocation error.
899516System table ‘%.*ls’ (object ID %d, index ID %d) is in filegroup %d. All system tables must be in filegroup %d.
899616IAM page %S_PGID for object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) controls pages in filegroup %d, that should be in filegroup %d.
899716Service Broker Msg %d, State %d: %.*ls
899816Page errors on the GAM, SGAM, or PFS pages prevent allocation integrity checks in database ID %d pages from %S_PGID to %S_PGID. See other errors for cause.
899910Database tempdb allocation errors prevent further %ls processing.

Leave a Reply

You May Also Like

When dealing with a relational database management system (RDBMS) like SQL Server, compatibility level is an important concept to understand....
In this blog post, let’s learn about the error message “49975 – Unable to load controller client certificate due to...
In this blog post, let’s learn about the error message “49973 – Cannot remove tempdb remote file to local tempdb...