INF: Missing System Errors in Books Online for SQL Server 6.5ID: Q187491
|
There are missing system error messages in the Microsoft SQL Server Books Online. When you search for these errors, Books Online does not return any descriptions. For example, when you search in Books Online for 8152, no matches are found.
The SQL Server Books Online are not always updated with the latest
system messages. The following is a list of messages that do not appear in
the SQL Server Books Online.
8152 16 Column '%.*s' of table '%.*s' cannot accept %d
bytes (%d max).
8153 0 Warning, null value eliminated from aggregate.
8154 15 The table '%.*s' is ambiguous.
8155 15 No column name was specified for column %d of '%.*s'.
8156 15 The column name '%.*s' was specified multiple times
for '%.*s'.
8157 15 All the queries in a query expression containing set
operators must have the same number of expressions in
their select lists.
8158 15 '%.*s' has more columns than were specified in the
column name list.
8159 15 '%.*s' has fewer columns than were specified in the
column name list.
8160 15 A GROUPING function can only be specified when either
CUBE or ROLLUP is specified in the GROUP BY clause.
8161 15 A GROUPING function argument does not match any of the
expressions in the GROUP BY clause.
8162 16 Formal parameter '%.*s' defined as OUTPUT but actual
parameter not declared OUTPUT.
8163 16 Text/Image datatype cannot be selected as DISTINCT.
8164 16 An INSERT/EXEC statement cannot be nested.
8165 16 The maximum number of tables (%d) returning text or
image data exceeded in a UNION ALL query.
8166 16 Illegal constraint name '%.*s'. Constraint names
cannot begin with a pound sign (#).
8301 16 Only user defined tables can be dumped with DUMP
TABLE. Object '%.*s' is of type '%s'.
8302 16 Temporary tables cannot be dumped with DUMP TABLE.
8303 16 Invalid database '%.*s' specified in DUMP TABLE.
8304 16 Invalid table '%.*s' specified in DUMP TABLE.
8305 16 Table '%.*s' has TEXT or IMAGE columns. DUMP TABLE
cannot be performed.
8401 16 Table '%.*s' contains data. Use the optional APPEND
option for LOAD TABLE.
8402 16 Only user defined tables can be loaded with LOAD
TABLE. Object '%.*s' is of type '%s'.
8403 16 Table '%.*s' has indexes defined on it.
8404 16 Table '%.*s' is published for replication.
8405 16 Temporary tables cannot be dumped with LOAD TABLE.
8406 16 Invalid database '%.*s' specified in LOAD TABLE.
8407 16 Invalid target table '%.*s' specified in LOAD TABLE.
8408 16 Table '%.*s' has TEXT or IMAGE columns. LOAD TABLE
cannot be performed.
8409 16 Invalid source table '%.*s' specified in LOAD TABLE.
Could not find table in SYSOBJECTS in dump.
8410 16 Specified file '%.*s' is in an obsolete dump table
format.
8411 16 Unable to get column count for specified %s table
'%.*s'.
8412 16 Schemas differ between source table '%.*s' and target
table '%.*s'.
8413 16 Unable to retrieve column info for column %d in target
table '%.*s'.
8414 16 Unable to load table '%.*s' as database does not have
enough free space.
8415 16 Table load has been aborted for table '%.*s'.
8416 16 LOAD TABLE is not allowed while the select into/bulk
copy option is disabled: enable the option with
sp_dboption.
8501 16 DTC on server '%.*s' is unavailable
8502 20 Unknown DTC token '0x%x' received
8503 16 Attempt to start distributed transaction while
transaction active
8504 20 Invalid transaction import buffer
8505 20 No transaction context for '%s' request
8506 20 Invalid Transaction State Change Requested
From: %s To: %s
8507 20 Transaction started for DTC transaction in '%s' state
8508 20 QueryInterface failed for '%s': %s
8509 20 Import of DTC transaction failed: %s
8510 20 Enlist of DTC transaction failed: %s
8511 20 Unknown isolation level '%d' requested from DTC
8512 20 DTC Commit Acknowledgement failed: %s
8513 20 DTC Abort acknowledgement failed: %s
8514 20 DTC Prepare acknowledgement failed: %s
8515 20 DTC Global state is invalid
8516 20 DTC upcall request posting failed
8517 20 Failed to get DTC PREPARE info: %s
8518 20 DTC Begin Transaction failed: %s
8519 16 Current DTC Transaction must be committed by remote
client
8520 20 Commit of internal DTC transaction failed: %s
8521 20 Invalid awakening state. Slept in %s; awoke in %s
8522 20 Distributed transaction aborted by DTC
8523 15 PREPARE TRAN statement not allowed on DTC transaction
8524 16 The current transaction couldn't be exported to remote
site. It has been rolled back.
8525 16 Distributed transaction completed. Either enlist this
session in a new transaction or the NULL transaction.
Additional query words: prodsql BOL
Keywords : SSrvDoc_Err
Version : WINNT:6.5
Platform : winnt
Issue type : kbinfo
Last Reviewed: April 14, 1999