; Comment character is a semicolon. ; ; @(#) generic/localization/locales/us_english/iso_1/%M% %I% %G% ; ; SQL Server $SYBASE/locales/us_english/iso_1/server.loc file ; (Made with: server.hdr 1.14 1/8/90) ; ; This file contains localization information for the SQL Server in the ; English language. The contents of this localization file consist ; primarily of system messages information. However, the various sort ; order choices for this language are also specified here. ; ; The actual sort order definitions and character set translation tables ; are defined in separate files under the $SYBASE/charsets directory. ; ; Datetime information is defined in the ; $SYBASE/locales/us_english/iso_1/common.loc file. ; Left and right brackets delimit section titles. [file format] version = 11.0.3 list_separator =, ; Commas will separate members of a list. escape =\ ; Backslash is the escape character. [language] language=us_english [copyright] copyright = "Copyright (C) 1990, 1997 Sybase, Inc. \ All rights reserved. \ Use, duplication, or disclosure by the United States Government \ is subject to restrictions as set forth in FAR subparagraphs \ 52.227-19(a)-(d) for civilian agency contracts and DFARS \ 252.227-7013(c)(1)(ii) for Department of Defense contracts. \ Sybase reserves all unpublished rights under the copyright laws \ of the United States. \ Sybase, Inc. 6475 Christie Avenue, Emeryville, CA 94608, USA" [sortorder choices] ; This section contains information used by the Sybase ; Installation Utility (sybinstall) to determine SQL Server's ; default character set, and lists the choices for SQL Server's ; default sort order. (Note that binary order will *always* be ; a choice supplied by the sybinstall program, and thus does ; not need to be listed here.) ; charset = iso_1 sortorders = binary.srt, dictionary.srt, nocase.srt, nocasepref.srt, noaccents.srt [sysmessages] ; The following section contains all the System Messages ; from the Sybase Sysmessages table. ; ; They are presented here in the correct localization file ; format for the Sybase Language Install Utility (langinstall) ; ; ================ SYSMESSAGES =================== 1 = 11.0.3, "Version Date of last upgrade: 92/01/11 13:59:19" 21 = 10.0, "WARNING - Fatal Error %1! occurred at %2!. Please note the error and time, and contact a user with System Administrator (SA) authorization." 101 = 4.2, "Line %1!: SQL syntax error." 102 = 4.2, "Incorrect syntax near '%1!'." 103 = 4.2, "The %1! that starts with '%2!' is too long. Maximum length is %3!." 104 = 4.2, "Order-by items must appear in the select-list if the statement contains set operators." 105 = 4.2, "Unclosed quote before the character string '%1!'." 106 = 4.2, "Too many table names in the query. The maximum allowable is %1!." 107 = 10.0, "The column prefix '%1!' does not match with a table name or alias name used in the query. Either the table is not specified in the FROM clause or it has a correlation name which must be used instead." 108 = 4.2, "The order-by position number '%1!' is out of range of the number of items in the select-list." 109 = 4.2, "There are more columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement." 110 = 4.2, "There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement." 111 = 4.2, "%1! must be the first command in a query batch." 112 = 10.0, "Variables are not allowed in %1! statement." 113 = 4.2, "Missing end comment mark ''." 114 = 10.0, "'%1!' is not a recognized DUMP DATABASE/TRANSACTION truncation option." 115 = 4.2, "The offset '%1!' given in a CONTROLROW command does not correspond to the beginning of a statement." 116 = 4.2, "The symbol '*' can only be used for a subquery select list when the subquery is introduced with EXISTS or NOT EXISTS." 117 = 4.2, "The %1! name '%2!' contains more than the maximum number of prefixes. The maximum is %3!." 118 = 10.0, "'%1!' option name length plus value string length must total less than %2! characters." 119 = 4.2, "Must pass parameter number %1! and subsequent parameters as '@name = value'. Once the form '@name = value' has been used, all subsequent parameters must be passed in the form '@name = value'." 120 = 4.2, "The SELECT list for the INSERT statement contains fewer items than the INSERT list. The number of SELECT values must match the number of INSERT columns." 121 = 4.2, "The SELECT list for the INSERT statement contains more items than the INSERT list. The number of SELECT values must match the number of INSERT columns." 122 = 4.2, "The debug option '%1!' is larger than the maximum allowed. The highest option available is %2!." 123 = 4.2, "Must attach a value to the binary prefix '0x'; zero-length binary value is not allowed." 124 = 4.2, "CREATE PROCEDURE contains no statements." 126 = 4.2, "Cannot nest CREATE PROCEDURE statements." 127 = 4.2, "This CREATE may only contain 1 statement." 128 = 4.2, "The name '%1!' is illegal in this context. Only constants, constant expressions, or variables allowed here. Column names are illegal." 129 = 4.2, "Fillfactor '%1!' is not a valid percentage; fillfactor must be between 1 and 100." 130 = 4.2, "The comparison operator '= ALL' is not currently supported." 131 = 4.2, "The size (%1!) given to the %2! '%3!' exceeds the maximum. The largest size allowed is %4!." 132 = 4.2, "The label '%1!': has already been declared. Label names must be unique within a query batch or stored procedure" 133 = 4.2, "A GOTO statment references the label '%1!' but the label has not been declared." 134 = 4.2, "The variable name '%1!' has already been declared. Variable names must be unique within a query batch or stored procedure." 135 = 4.2, "Cannot use a BREAK statement outside the scope of a WHILE statement." 136 = 4.2, "Cannot use a CONTINUE statement outside the scope of a WHILE statement." 137 = 4.2, "Must declare variable '%1!'." 138 = 4.2, "Illegal correlation clause in a subquery." 139 = 4.2, "Cannot assign a default value to a local variable." 140 = 4.2, "Can only use IF UPDATE within a CREATE TRIGGER." 141 = 4.2, "A SELECT statement that assigns a value to a variable must not be combined with data-retrieval operations." 143 = 4.2, "A compute-by item was not found in the order-by list. All expressions in the compute-by list must also be present in the order-by list" 144 = 4.2, "Cannot use an aggregate in an expression used for the by-list of a GROUP BY clause." 145 = 10.0, "A subquery with no aggregate functions may only contain expressions in its GROUP BY clause that are in the select-list." 146 = 4.2, "Cannot perform an aggregate function on a column from a table not declared in the same subquery." 147 = 10.0, "An aggregate function may not appear in a WHERE clause unless it is in a subquery that is in a HAVING clause, and the column being aggregated is in a table named in a FROM clause outside of the subquery." 148 = 4.2, "Incorrect time syntax in time string '%1!' used with WAITFOR." 149 = 4.2, "Time value '%1!' used with WAITFOR is not a legal value. Check date/time syntax." 150 = 4.2, "Both terms of an outer join must contain columns." 151 = 4.2, "'%1!' is an invalid money value." 152 = 4.2, "Subqueries that use DISTINCT with a GROUP BY clause are not currently supported." 153 = 10.0, "Variables/Parameters are not allowed in the ORDER BY clause." 154 = 4.2, "%1! is not allowed in %2!." 155 = 4.2, "'%1!' is not a recognized %2! option." 156 = 4.2, "Incorrect syntax near the keyword '%1!'." 158 = 4.2, "Too many ORDER BY expressions. The maximum is %1!." 159 = 4.2, "For DROP INDEX, must give both the table and the index name, in the form tablename.indexname" 160 = 4.2, "Rule does not contain a variable." 161 = 4.2, "Rule contains more than one variable." 162 = 4.2, "The select list item identified by the order by number '%1!' is a '*', rather than a column name. When ordering by column number, a column name must appear in the select list position that corresponds to the order by number." 163 = 4.2, "The COMPUTE BY list does not match the ORDER BY list." 164 = 10.0, "GROUP BY expressions must refer to column names." 165 = 4.2, "Privilege %1! may not be GRANTed or REVOKEd." 166 = 4.2, "%1! does not allow specifying the database name as a prefix to the object name." 167 = 4.2, "May not create a trigger on a temporary object." 168 = 4.2, "The %1! '%2!' is out of the range of machine representation (%3! bytes)." 169 = 10.0, "Expression '%1!' and '%2!' in the ORDER BY list are same. Expressions in the ORDER BY list must be unique." 171 = 4.2, "Can't use SELECT INTO in Browse Mode." 172 = 4.2, "Can't use HOLDLOCK in Browse Mode" 173 = 4.2, "The definition for column '%1!' must include a datatype." 174 = 4.2, "The function '%1!' requires %2! arguments." 175 = 4.2, "Functions may only be nested to level %1!." 176 = 4.2, "Function '%1!' is not yet implemented." 177 = 10.0, "%1! cannot create a temporary object (with '#' as the first character name." 178 = 4.2, "A RETURN statement with a return status may only be used in a stored procedure." 179 = 4.2, "Can't use the OUTPUT option when passing a constant to a stored procedure." 180 = 4.2, "There are too many parameters in this CREATE PROCEDURE statement. The maximum number is %1!." 181 = 4.2, "Can't use the OUTPUT option in a DECLARE statement." 182 = 4.2, "Table and column names must be supplied for the READTEXT or WRITETEXT utility." 183 = 4.2, "The scale (%1!) for column '%2!' must be within the range %3! to %4!." 184 = 4.2, "Invalid money datatype specification for column '%1!'. Only money(19, 4) is allowed for non-external tables." 185 = 4.2, "Data stream is invalid for WRITETEXT command in bulk form." 186 = 4.2, "Data stream missing from WRITETEXT command." 187 = 4.2, "Odd number of bytes in IMAGE data." 188 = 10.0, "Can't specify a log-device in a CREATE DATABASE statement without also specifying at least one non-log-device." 189 = 4.2, "Function '%1!' requires %2! to %3! arguments." 190 = 4.2, "Can not update the global variable '%1!'." 191 = 4.2, "Some part of your SQL statement is nested too deeply. Please re-write the query or break it up into smaller queries." 192 = 10.0, "Can't create a view inside a stored procedure." 193 = 4.2, "The object or column name starting with '%1!' is too long. The maximum length is %2! characters." 194 = 4.2, delete 195 = 4.2, "'%1!' is not a recognized %2!." 196 = 4.2, "SELECT INTO must be the first query in a SQL statement containing set operators." 197 = 4.2, "Set operators may not appear within the definition of a view." 198 = 4.2, "Browse mode is invalid for statements containing set operators." 199 = 4.2, "An INSERT statement may not contain a SELECT statement that assigns values to a variable." 201 = 4.2, "Procedure %1! expects parameter %2!, which was not supplied." 202 = 4.2, "Internal error -- Unable to open table at query execution time." 203 = 4.2, "The name '%1!' is not a valid identifier." 204 = 4.2, "Normalization error; node %1!" 205 = 4.2, "All queries in a SQL statement containing set operators must have an equal number of expressions in their target lists." 206 = 4.2, "Operand type clash: %1! is incompatible with %2!" 207 = 4.2, "Invalid column name '%1!'." 208 = 10.0, "%1! not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output)." 209 = 4.2, "Ambiguous column name %1!" 210 = 4.2, "Syntax error converting DATETIME from BINARY/VARBINARY string." 211 = 4.2, "Syntax error converting SMALLDATETIME from BINARY/VARBINARY string." 212 = 4.2, "Expression result length exceeds maximum: max - %1! found - %2!" 213 = 4.2, "Insert error: column name or number of supplied values does not match table definition." 214 = 4.2, "Cannot convert parameter %1! to type %2! expected by procedure." 216 = 4.8.0, "Attempt to automatically drop temporary table failed." 217 = 4.2, "Maximum stored procedure nesting level exceeded (limit %1!)." 218 = 4.2, "Given parameter %1! is too large; maximum size for this parameter is %2! bytes." 219 = 4.2, "Print format failed to match with a result column." 220 = 4.2, "Arithmetic overflow error for type %1!, value = %2!." 221 = 4.2, "Column of type (%1!) does not allow nulls. It may not be compared with null." 222 = 4.2, "Unintelligible query plan step encountered." 223 = 4.2, "Object %1! specified as a default for tabid %2!, colid %3! is missing or not of type default." 224 = 10.0, "Object %1! specified as a rule/check constraint for tabid %2!, colid %3! is missing or not of type default." 225 = 4.2, "Cannot run query--referenced object (name %1!) dropped during query optimization." 226 = 4.2, "%1! command not allowed within multi-statement transaction." 227 = 4.8.0, "Arithmetic overflow error ocurred while converting the string '%1!' to type %2!." 228 = 4.2, "Query is based on a view that no longer exists (id = %1!)--cannot run." 229 = 10.0, "%1! permission denied on object %2!, database %3!, owner %4!" 230 = 10.0, "%1! permission denied on column %2! of object %3!, database %4!, owner %5!" 231 = 4.2, "Getdefault: no such default. id=%1! dbid=%2!" 232 = 4.2, "Arithmetic overflow error for type %1!, value = %2!." 233 = 10.0, "The column %1! in table %2! does not allow null values.%3!" 234 = 4.2, "There is insufficient result space to convert MONEY value to CHAR." 235 = 10.0, "Precision error during %1! conversion of %2! value '%3!' to a %4! field." 236 = 4.2, "The conversion from CHAR to MONEY resulted in a MONEY overflow error." 237 = 4.2, "There is insufficient result space to convert MONEY value to %1!." 238 = 4.2, "There is insufficient result space to convert %1! value (= %2!) to MONEY." 239 = 4.9.0, "Table '%1!' does not exist. Please refer to sysobjects for correct name." 240 = 4.2, "There is insufficient result space to convert DATETIME value to CHAR." 241 = 10.0, "Scale error during %1! conversion of %2! value '%3!' to a %4! field." 242 = 4.2, "The conversion of CHAR to DATETIME resulted in a DATETIME value out of range." 243 = 4.2, "Type '%1!' is not a defined system type." 244 = 4.2, "The conversion of CHAR value '%1!' overflowed an INT1 field, use a larger integer field." 245 = 10.0, "Domain error during %1! conversion of %2! value '%3!' to a %4! field." 246 = 4.2, "The conversion of CHAR value '%1!' overflowed an INT2 field, use a larger integer field." 247 = 10.0, "Arithmetic overflow during %1! conversion of %2! value '%3!' to a %4! field ." 248 = 4.2, "The conversion of CHAR value '%1!' overflowed an INT4 field. Maximum integer value exceeded." 249 = 10.0, "Syntax error during %1! conversion of %2! value '%3!' to a %4! field." 251 = 4.2, "Unable to allocate ancillary table for query optimization. Maximum number of tables in a query (%1!) exceeded." 252 = 4.2, "Can't group by a bit field." 253 = 4.2, "Maximum number of group-by expressions exceeded (16 max, %1! found)." 254 = 4.2, "Maximum number of columns in a work table (%1!) exceeded." 255 = 4.2, "Maximum row size (%1!) for a work table exceeded." 256 = 4.2, "The data type '%1!' is invalid for the %2! function. Allowed types are: CHAR/VARCHAR and BINARY/VARBINARY." 257 = 4.2, "Implicit conversion from datatype '%1!' to '%2!' is not allowed. Use the CONVERT function to run this query." 258 = 4.2, "Database '%1!' missing during query recompile." 259 = 10.0, "Ad-hoc updates to system catalogs not enabled. A user with System Security Officer (SSO) role must reconfigure system to allow this." 261 = 4.2, "'%1!' is not a recognized global variable." 262 = 4.9.1, "%1! permission denied, database %2!, owner %3!" 263 = 4.2, "Must specify table to SELECT * FROM." 264 = 4.2, "Column name %1! appears more than once in the result column list." 265 = 10.0, "Insufficient result space for %1! conversion of %2! value '%3!' to a %4! field." 266 = 4.2, "Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRAN is missing. Previous count = %1!, Current count = %2!." 267 = 4.2, "Object '%1!' cannot be found." 268 = 4.2, "You can't run SELECT INTO in this database. Please check with the Database Owner." 269 = 4.8.0, "NULL value cannot be specified for conversion from datatype '%1!' to '%2!'." 270 = 4.2, "Table '%1!' can't be modified." 272 = 4.2, "Can't update a TIMESTAMP column." 273 = 4.9.0, "Warning: A non-null value cannot be inserted into a TIMESTAMP column by the user. The database timestamp value has been inserted into the TIMESTAMP field instead." 274 = 4.2, "A SYSTEM exception was raised with an unrecognized minor number %1!." 276 = 4.2, "The parameter '%1!' in the procedure '%2!' was not declared as an OUTPUT parameter." 277 = 10.0, "There was a transaction active when exiting the stored procedure '%1!'. The temporary table '%2!' was dropped in this transaction either explicitly or implicitly. This transaction has been aborted to prevent database corruption." 278 = 4.2, "TEXT and IMAGE datatypes may not be used in a GROUP BY clause." 279 = 4.2, "TEXT and IMAGE datatypes are invalid in this subquery or aggregate expression." 280 = 4.2, "Only TEXT and IMAGE datatypes are valid with the TEXTPTR function." 281 = 4.2, "%1! is not a valid style number when converting from DATETIME to a character string." 282 = 4.2, "Procedure '%1!' attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead." 283 = 4.2, "You can't use browse mode with DBLIB 2.0 -- you must upgrade to DBLIB 4.0 in order to run this query." 284 = 4.2, "Rules may not be bound to TEXT or IMAGE datatypes." 285 = 4.2, "READTEXT and WRITETEXT commands may not be used with views." 286 = 4.2, "The logical tables INSERTED and DELETED may not be updated." 287 = 4.2, "%1! command not allowed within a trigger." 288 = 4.2, "The PATINDEX function operates on CHAR, VARCHAR, and TEXT datatypes only." 290 = 4.2, "Trace 3604 is illegal within a stored procedure." 291 = 4.8.0, "Access to sysgams is disallowed." 292 = 4.2, "There is insufficient result space to convert SMALLMONEY value to CHAR." 293 = 10.0, delete 294 = 4.2, "The conversion from CHAR to SMALLMONEY resulted in a SMALLMONEY overflow error." 295 = 10.0, delete 296 = 4.2, "The conversion of CHAR to SMALLDATETIME resulted in a SMALLDATETIME value out of range." 297 = 4.2, "There is insufficient result space to convert SMALLDATETIME value to CHAR." 298 = 4.2, "The conversion from DATETIME to SMALLDATETIME resulted in a SMALLDATETIME overflow error." 299 = 4.9.0, delete 301 = 4.2, "Query contains an illegal outer-join request." 303 = 4.2, "The table '%1!' is an inner member of an outer-join clause. This is not allowed if the table also participates in a regular join clause." 304 = 4.2, "The table '%1!' is outer-joined with itself." 305 = 10.0, "The column '%1!' (user type:%2!) is joined with '%3!' (user type:%4!). The user types are not compatible: underlying types must be identical in order to join." 306 = 4.2, "TEXT and IMAGE datatypes may not be used in a WHERE clause, except with the LIKE expression." 307 = 11.0, "Index '%1!' specified as optimizer hint in the FROM clause of table '%2!' does not exist. Optimizer will choose another index instead." 308 = 4.8.0, "Table not open for range table entry '%1!', objid '%2!', dbid '%3!'." 309 = 4.8.0, "Wrong sdes for range table entry '%1!'. Expected object '%2!', dbid '%3!', got object '%4!', dbid '%5!'." 310 = 4.9.0, "Index id %1! on table id %2! cannot be used in the optimization of a query as it is SUSPECT. Please have the SA run DBCC REINDEX on the specified table." 311 = 10.0.1, "The optimizer could not find a unique index which it could use to scan table '%1!' for cursor '%2!'." 312 = 10.0.1, "Index id %1! on table '%2!' is explicitly specified in cursor '%3!' declared for update. This index is either not unique or its key includes a column in the for update of list. This cursor my be closed on an update or a delete." 313 = 10.1, "The optimizer could not find a unique index which it could use to perform an isolation level 0 scan on table '%1!'." 314 = 10.1, "WARNING: A non-unique clustered index has been forced on an isolation level 0 scan on table '%1!'. If the scan must restart, the scan will be repositioned at the beginning of the duplicate key group. Thus, it is possible that this can infinitely loop." 315 = 11.0, "Internal error - The SQL Server was unable to find a join order to run this query. Please inform technical support." 316 = 10.1, "Cannot compile the query because the space required for the search arguments (%1! bytes) exceeds the maximum amount of memory that can be granted. Try reducing the number of search arguments." 317 = 11.0.2, "A subquery in this query is correlated to an inner table of an outerjoin. This is not allowed in TSQL semantics." 401 = 4.2, "Unimplemented command or expression %1!." 403 = 4.2, "Invalid operator for datatype op: %1! type: %2!." 404 = 4.2, "Too many ANDs or ORs in expression (limit %1! per expression level). Try splitting query or limiting ANDs and ORs." 405 = 4.2, "Cannot route query results - query internal representation corrupted." 406 = 4.2, "Ord_needed: Can't find index for varno=%1!, objid=%2!." 407 = 10.0, "You query creates too many internal work tables and/or user tables: the maximum is %1!. Simplify the query and try again." 408 = 4.2, "Is_var: Unknown data type %1!." 409 = 4.2, "The %1! operation cannot take a %2! datatype as an argument." 410 = 4.2, "Compute clause #%1!, 'by' expression #%2! is not in the order-by list." 411 = 4.2, "Compute clause #%1!, aggregate expression #%2! is not in the select list." 412 = 4.9.0, "Cannot update more than 1 sysindexes row at a time." 413 = 10.0, "Maximum procedure %1! count exceeded. Limit is %2!. Modify the procedure to use fewer %3!s." 414 = 4.2, "The current query would generate a key size of %1! for a work table. This exceeds the maximum allowable limit of %2!." 415 = 4.2, "The current query would require an index on a work table to be built with %1! keys. The maximum allowable number of keys is %2!." 416 = 4.2, "Create of work table failed because row size would be %1!. This exceeds the maximum allowable size of a row in a table, %2!." 418 = 4.2, "Can't find the real column name corresponding to the column heading '%1!'." 419 = 4.2, delete 420 = 11.0.3, "TEXT and IMAGE columns can not appear in the select list or ORDER BY column list in a query having ORDERY BY clause." 421 = 4.2, "TEXT and IMAGE datatypes may not be selected as DISTINCT." 422 = 4.2, "Too many nested expressions or logical operators to compile. Try splitting query or limiting ANDs and ORs." 423 = 10.0, "Table referenced in a foreign key constraint is missing, database = '%1!', table = '%2!'." 424 = 10.0, "Failed to enforce a referential constraint, database = '%1!', table = '%2!'." 425 = 10.0, "Referencing table in a foreign key constraint is missing, database = '%1!', table = '%2!'." 426 = 10.0, "Primary key column referenced in a foreign key constraint is missing, database = '%1!', table = '%2!'." 427 = 10.0, "Referencing column in a foreign key constraint is missing from system catalog, database = '%1!', table = '%2!'." 428 = 10.0, "Too many table names or referential constraints in the query, maximum allowed table references is '%1!'." 429 = 10.0, "Invalid constraint type passed to compile referential constraint. This is an internal error." 430 = 10.0, "Constraint id info in the resvar for check constraints is missing. This is an internal error, database = '%1!', table = '%2!'." 431 = 10.0, "Node off RESDOM is not MULTARG as expected." 432 = 10.0, "Security Label datatypes may not be used in an ORDER BY clause." 433 = 10.0.2, "Unable to allocate work table to process referential constraint. Query exceeds the maximum limit (%1!) of work tables. Either simplify the query or reduce the number of referential constraints on the tables involved in the query." 434 = 10.0.2, "Work table cannot be allocated for processing the order by clause which requires a sort. Maximum limit (%1!) of work tables is exceeded while processing this query. Simplify the query and retry." 435 = 10.0.2.2, "Database '%1!' is not available. The '%2!' statement will not be executed because the cross-database referential constraint on table '%3!' cannot be enforced. Contact your System Administrator about the availability of database '%4!'." 436 = 10.0.2.2, "The '%1!' statement will not be executed because the cross-database referential constraint on table '%2!' cannot be enforced. A table or constraint definition is missing in database '%3!'. Contact your System Administrator." 441 = 11.0.1, "Deadlock occurred in SQL Process %1!, While accessing referencing tables." 443 = 11.0.3, delete 501 = 4.2, "There is no result-list for a SELECT statement." 502 = 4.2, "Internal error encountered in merging rows; resubmit query batch." 504 = 4.2, "Stored procedure '%1!' not found." 508 = 4.2, "No begin-row pointer found in plan." 509 = 4.2, "User name '%1!' not found." 510 = 4.2, "Bad eop type 0x%1! ." 511 = 4.2, "Updated or inserted row is bigger than maximum size (%1! bytes) allowed for this table." 512 = 4.2, "Subquery returned more than 1 value. This is illegal when the subquery follows =, !=, <, <= , >, >=, or when the subquery is used as an expression." 513 = 4.9.1, "A column insert or update conflicts with a rule imposed by a previous CREATE RULE command. The command was aborted. The conflict occurred in database '%1!', table '%2!', column '%3!'" 514 = 4.2, "Expression stack overflow. Usually this is because built-in functions have been nested too deeply. Try to rephrase the query using less deeply nested functions." 515 = 10.0, "Attempt to insert NULL value into column '%1!', table '%2!'; column does not allow nulls. Update fails.%3!" 516 = 4.2, "Attempt to get system date/time failed." 517 = 4.2, "Adding a value to a %1! field caused overflow." 518 = 4.2, "Cannot convert type '%1!' to type '%2!'." 519 = 4.2, "Overflow resulted from MONEY multiplication." 520 = 4.2, "Overflow resulted from MONEY division." 521 = 4.2, "Overflow resulted from MONEY addition." 522 = 4.2, "Overflow resulted from MONEY subtraction." 523 = 4.2, "Overflow resulted from %1! minus operation." 524 = 4.2, "Overflow resulted from MONEY remainder (modulo) operation." 526 = 4.2, "SQL Server has run out of alarms. Re-run your command when there are fewer users running WAITFOR." 527 = 4.2, "Cannot remove alarm." 528 = 4.2, "System error detected during attempt to use upsleep system call." 529 = 10.0, "Explicit conversion from datatype '%1!' to '%2!' is not allowed." 530 = 4.2, "Attempt to insert NULL value into column %1! in work table (table id %2!); column does not allow NULLS. UPDATE fails." 532 = 4.2, "The timestamp (changed to %1!) shows that the row has been updated by another user." 533 = 4.2, "Can't find a range table entry for range %1!." 534 = 4.2, "TEXT and IMAGE datatypes require DBLIB version 4.0 or greater." 535 = 4.2, "Difference of two datetime fields caused overflow at runtime." 536 = 4.2, "Invalid length parameter passed to the substring function." 537 = 4.2, "Overflow resulted from a SMALLMONEY remainder operation." 538 = 10.0, "'%1!' cannot be found. This language might have been dropped. Please contact a user with System Administrator (SA) role." 539 = 11.0.3, "Access methods error code %1! encountered but run does not know how to handle it: spid = %2!, dbid = %3!, objectid = %4!, curcmd = %5! (%6!), plasterror = %7!, pstat = 0x%8!, p2stat = 0x%9!, pattention = %10!, xact id = (%11!, %12!)." 540 = 10.0, "Schema for table '%1!' has changed since compilation of this query. Please re-execute query." 541 = 10.0, "An unknown arithmetic exception type was reported. The transaction has been aborted. This is an internal system error. Please contact a user with System Administrator (SA) role." 542 = 10.0, "An invalid datetime value was encountered. Value exceeds year 9999." 543 = 10.0, "Constraint id information not found upon constraint violation, dbname = '%1!', table name = '%2!'. This is an internal error." 544 = 10.0, "Unknown Constraint violation occurred, database = '%1!', table name = '%2!', constraint name = '%3!'." 545 = 10.0, "Constraint violation occurred, entry for the constraint missing from system catalog, database = '%1!', table name = '%2!', constraint name = '%3!'." 546 = 10.0, "Foreign key constraint violation occurred, dbname = '%1!', table name = '%2!', constraint name = '%3!'.%4!" 547 = 10.0, "Dependent foreign key constraint violation in a referential integrity constraint. dbname = '%1!', table name = '%2!', constraint name = '%3!'.%4!" 548 = 10.0, "Check constraint violation occurred, dbname = '%1!', table name = '%2!', constraint name = '%3!'.%4!" 549 = 10.0, "Constraint violation occurred, bad constraint type passed to the exception handler." 550 = 10.0, "The attempted insert or update failed because the target view was either created WITH CHECK OPTION or spans another view created WITH CHECK OPTION. At least one resultant row from the command would not qualify under the CHECK OPTION constraint." 551 = 10.0, "An unknown EVAL was sent to the execution module." 552 = 10.0, "A column insert or update conflicts with a rule bound to the column. The command is aborted. The conflict occured in database '%1!', table '%2!', rule '%3!', column '%4!'.%5!" 553 = 10.0, "The number of parameters/variables in the FETCH INTO clause does not match the number of columns in cursor '%1!' result set." 554 = 10.0, "The UPDATE/DELETE WHERE CURRENT OF to the cursor '%1!' failed because the row has changed since it was fetched." 555 = 10.0, "The UPDATE/DELETE WHERE CURRENT OF to the cursor '%1!' failed because the key of the row used in identifying the row changed since it was fetched." 556 = 10.0, "The table referenced in the UPDATE/DELETE WHERE CURRENT OF is not part of the result set tables of cursor '%1!'." 557 = 10.0, "The cursor '%1!' can not be used as it could not be found. It is possible that either it was not declared or it is not available in the current context." 558 = 10.0, "Attempt to open cursor '%1!' which is already open." 559 = 10.0.1, "Attempt to use a cursor '%1!' which is not open. Use the system stored procedure sp_cursorinfo for more information." 560 = 10.0, "The UPDATE/DELETE WHERE CURRENT OF failed for the cursor '%1!' because it is not positioned on a row." 561 = 10.0.1, delete 562 = 10.0, "The CURINFO datastream was not sent before the cursor command so no current cursor context is available." 563 = 10.0, "There is already another cursor with the name '%1!' at the nesting level '%2!'." 564 = 10.0, "The cursor identifiers are not available." 565 = 10.0, "The open processing for cursor '%1!' did not stop anywhere. The DECLARE CURSOR could have been an invalid statement or there is some internal problem." 566 = 10.0, "The procedure buffer is not linked to the procedure header for an execute cursor '%1!'. This is probably an internal system problem." 567 = 10.0, "You must have the following role(s) to execute this command/procedure: '%1!' . Please contact a user with the appropriate role for help." 568 = 10.0, "The caller does not have the required System Security Officer (SSO) role. Please contact a user with System Security Officer (SSO) role for help." 569 = 10.0, "The specified object with object ID '%1!' is not found." 570 = 10.0, "Only a person with System Security Officer (SSO) role can change another person's password." 571 = 10.0, "Invalid user specified, password left unchanged." 572 = 10.0, "Invalid caller's password specified, password left unchanged." 573 = 10.0, "New password specified is too short. Minimum length of acceptable passwords is 6 characters." 574 = 10.0, "New password supplied is the same as the previous password. Please supply a different new password." 575 = 10.0, "Error occured in internal encryptionroutines." 576 = 10.0, "Access was denied into the master database. Password left unchanged." 577 = 10.0, "The caller of the set_password builtin was not found! Password left unchanged." 578 = 10.0, "Date acquisition function failed. Unable to retrieve the correct date in the set_password builtin function. Password left unchanged." 579 = 10.0, "Unable to start a transaction in the set_password builtin. Password left unchanged." 580 = 10.0, "Unable to update Syslogins in the set_password builtin. Password left unchanged." 581 = 10.0, "Unable to open Syslogins table in the set_password builtin. Password left unchanged." 582 = 10.0.1, "Cursor '%1!' was closed implicitly because the current cursor position was deleted due to an update or a delete. The cursor scan position could not be recovered. This happens for cursors which reference more than one table." 583 = 10.0.1, "The cursor '%1!' had it's current scan position deleted either because of a DELETE/UPDATE WHERE CURRENT OF or a regular searched DELETE/UPDATE. You must do a new FETCH before doing an UPDATE or DELETE WHERE CURRENT OF." 584 = 10.0, "Explicit value specified for identity field in table '%1!' when IDENTITY_INSERT is set to OFF." 585 = 10.0, "Explicit value must be specified for identity field in table '%1!' when IDENTITY_INSERT is set to ON." 586 = 10.0, "Illegal identity value specified for identity field '%1!' in table '%2!'." 587 = 10.0, "Identity value overflow for field '%1!' while inserting into table '%2!'." 588 = 10.0, "Failure adding identity column to table '%1!' via select into." 589 = 10.0, "Invalid role string received." 590 = 10.0, "Dynamic SQL error - Prepared statement '%1!' does not exist." 591 = 10.0, "Dynamic SQL error - Prepared statement '%1!' is already being used by a cursor." 592 = 10.0, "The DELETE WHERE CURRENT OF to the cursor '%1!' failed because the cursor is on a join." 593 = 10.0, "The UPDATE WHERE CURRENT OF to the cursor '%1!' failed because column '%2!' being updated was not specified in the FOR UPDATE OF list." 594 = 10.0, "The UPDATE WHERE CURRENT OF to the cursor '%1!' failed because column '%2!' being updated was not specified in the SELECT list." 595 = 10.0, "Trying to return NULL from stored procedure for bit variable '%1!'" 596 = 10.0, "Your query overflowed the space allocated for aligning internal data structures. Please simplify your query by breaking it up into a series of shorter queries." 597 = 10.0, delete 598 = 10.0, delete 599 = 10.0.1, "The procedure, '%1!', that cursor '%2!' is declared on has been dropped and recreated since the first time the cursor was opened." 601 = 4.2, "Descriptor for system table '%1!' in database '%2!' not found in the descriptor hash table." 602 = 4.9.0, "Could not find row in sysindexes for dbid '%1!', object '%2!',index '%3!'. Run DBCC CHECKTABLE on sysindexes." 603 = 4.2, "There are not enough system session descriptors available to run this query. The maximum number available to a process is %1!. Split query and rerun." 604 = 4.9.0, "Could not find row in sysobjects for object '%1!' in database '%2!'. Run DBCC checktable on sysobjects." 605 = 11.0, "An attempt was made to fetch logical page '%1!' in database '%2!' from cache '%3!'. Page belongs to object with id '%4!', not to object '%5!'." 606 = 4.2, delete 607 = 4.2, "Insufficient room was allocated in the session descriptor for object '%1!' for search arguments. Only %2! search arguments were anticipated." 608 = 10.0, "Buffer holding logical page %1! of object '%2!' in database '%3!' was not kept in the first or second slot of the session descriptor for that object during a scan." 609 = 4.2, delete 610 = 4.2, "Maximum number of databases that may be accessed by a transaction is 8. This number has been exceeded by this query." 611 = 4.2, "Attempt made to end a transaction that is idle or in the middle of an update." 612 = 4.2, "Attempt made to log a row of unknown type %1!." 613 = 4.2, "Request made to retrieve more rows from an already completed scan of object '%1!' in database '%2!'." 614 = 4.2, "A row on page %1! was accessed that has an illegal length of %2! in database '%3!'." 615 = 4.8.0, "Unable to find database table." 616 = 4.2, "Attempt to hash a previously hashed descriptor for object '%1!' in database '%2!'." 617 = 4.2, "Descriptor for object '%1!' in database '%2!' not found in the hash table during attempt to unhash it." 618 = 4.2, "A varno of %1! was passed to opentable - the largest valid value is %2!." 619 = 4.2, "A deferred update was requested but the query is not one of INSERT, DELETE or UPDATE." 620 = 4.2, "Log record encountered at deferred update time with either a row length of less than 2 or an invalid log type. The log type was %1! and the row length was %2!." 621 = 4.2, "A log record was encountered of type %1! that is not one of the valid deallocation types." 622 = 4.2, "Opentable was passed a varno of %1!. Object '%2!' already has that session descriptor in use." 623 = 4.2, "Attempt to retrieve row from page via RID failed because logical page %1! is not a data page. %2!. %3!." 624 = 4.2, "Attempt to retrieve row from page via RID failed because the requested RID has a higher number than the last RID on the page. %1!.%2!." 625 = 4.2, "Could not retrieve row from logical page %1! via RID because the entry in the offset table for that RID is less than or equal to 0." 626 = 11.0.1, delete 627 = 4.2, "A transaction tried to call beginupdate while in state 'prepare'." 628 = 4.2, "Attempt to issue 'SAVE TRANsaction' when there is no active transaction." 629 = 10.0.2, "Fatal attempt to delete clustered index entry for page %1! - index row contains page %2! - referenced by index page %3!." 630 = 11.0, "The end of page limit has been exceeded while building an offset table for object %1! on page %2!, page addr 0x%3!, eop addr 0x%4!, sargptr addr 0x%5!." 631 = 4.2, "The length of %1! passed to delete row routine for the row at offset %2! is incorrect on the following page: %3!." 632 = 4.2, "Memmove() was called with a length of %1! - maximum allowed length is 2048." 633 = 4.2, "The PG_DEALLOC bit set by recovery is on at runtime on the following page. %1!." 634 = 4.2, "Memmove() was called with an address of 0x%1! and a length of %2! - which would cross a 2k boundary." 635 = 4.2, "Process %1! tried to remove DES resource lock that it doesn't hold - %2! ." 637 = 4.2, "Index shrink program returned invalid status of 0." 638 = 4.2, "Memmove() was called with an address of 0x%1! - which is not allocated memory." 639 = 4.2, "Attempt to fetch logical page %1! dbid %2! failed - page is not currently allocated." 640 = 4.2, "Attempt to insert/delete row on wrong type of page. %1!." 641 = 4.2, "Attempt to add BEGINUPDATE record in transaction %1! that already has an active CMD." 642 = 4.2, "Attempt to begin update in transaction %1! which already has an active transaction." 643 = 4.2, "Attempt to read page %1! in database '%2!' which is not allocated." 644 = 10.0, "Index row entry for index id %1! of table '%2!' in database '%3!' is missing. Drop and re-create the index. (index page %4!, row %5!, data page %6!)" 645 = 4.2, delete 649 = 4.2, "Could not find the clustered index entry for Page %1! Objid %2! status 0x%3!. Index page %4! was searched for this entry in database '%5!'." 650 = 4.8.0, "Page %1!, dbid %2! not locked." 651 = 4.8.0, "Startscan was called with an illegal combination of index and scan mode." 652 = 4.8.0, "The buffer 0x%1! should be kept in sdes 0x%2! on entry to this function and it is not." 653 = 4.8.0, "Buffer not rlocked. %1!. %2!." 654 = 4.8.0, "Page %1!, dbid %2! not exclusive locked." 655 = 4.8.0, "Page should be marked as having overflow page: %1!." 656 = 4.8.0, "Locking not stipulated while attempting to modify page. %1!." 657 = 4.8.0, "Passed buffer pointer for previous page is for page %1!, when the actual previous page is %2!. These pages are in database '%3!'." 658 = 4.9.0, "Last log page in database '%1!' incorrectly identified as page %2!. Run DBCC checktable on syslogs." 659 = 4.9.0, "Table id %1! contains suspect indexes. This table is only available for read-only purposes until the DBCC REINDEX command has been run on the indicated table to rebuild its suspect indexes." 660 = 4.9.0, "Index id %1! cannot be used to access table id %2! as it is SUSPECT. Please have the SA run the DBCC REINDEX command on the specified table." 661 = 10.0, "As part of a transaction rollback, an attempt was made to modify object '%1!' in database '%2!', even though the current session is not holding an exclusive lock on that object." 662 = 10.0, "The index with index id '%1!' on object with object id = '%2!' was not found during cursor scan fixups. The fixup was being done for cursor '%3!'. This is an internal error." 663 = 10.0, "The lock on page '%1!' for object with object id = '%2!' could not be obtained during cursor scan fixups. The fixup was being done for cursor '%3!'. This is an internal error." 664 = 10.0, "The parameters passed to cursfix_main() were not correct. This is an internal error." 665 = 10.0, "The cursor fixup is being done for the pre delete case with the data row for a scan using a non-clustered index and there was no fixup done for pre-delete of the non-clustered index row. This is an internal error." 666 = 10.0, "The current position deleted bit is set for an SDES but there is no fixup information saved. This is an internal error." 667 = 10.0, "Illegal locking strategy encountered at scan initialization. Object %1!, database %2!. This is an internal error." 668 = 10.0, "The cursor '%1!' which is scanning a list of rids i.e a work table is having it's tables changed. This cursor should be read only and the tables should be private to it's query. This is an internal error." 669 = 10.0, "The length computation of the row is wrong. This error was detected during cursor scan fixups for cursor '%1!'. This is an internal error. The processing is being stopped for the current query." 670 = 10.0, "Out of bound insert attempted on table '%1!'." 671 = 10.0, "Writetext is not allowed in reclassify mode." 672 = 10.0, "Out of bound update attempted on table '%1!'." 673 = 10.0, "Out of bound delete attempted on table '%1!'." 674 = 11.0, "Invalid Buffer Cache Access: Attempt to locate page '%1!', database '%2!' in cache failed because the cache id '%3!' in scan_context is invalid. scan_context={objid '%4!', indid '%5!', cid '%6!'}. Contact Technical Support for assistance." 675 = 11.0, "Invalid Buffer Cache Access: Attempt to locate page '%1!', database '%2!' in cache failed because no object id was specified. scan_context={objid '%3!', indid '%4!', cid '%5!'}. Contact Technical Support for Assistance." 676 = 11.0, "NULL cache id specified in log record." 677 = 11.0, "Invalid Buffer Cache Access: Attempt to locate page '%1!', dbid '%2!', objid '%3!', indid '%4!' in cache failed because the cache ID was not set in the scan_context structure. Contact Technical Support for assistance." 678 = 11.0, "Invalid Buffer Cache Access: Could not open object '%1!' in database '%2!'" 679 = 11.0, "Inconsistent update state found during expensive direct update of object '%1!'." 680 = 11.0, "Attempt to extend the log in database '%1!' failed due to an internal error. The returned status was %2!." 685 = 11.0.3, "Expected page %1! to be in cache '%2!' for object id %3!, index id %4!, database id %5!. Instead, the server brought the page into wrong cache '%6!'." 691 = 11.0.3, "Encountered invalid logical page '%1!' while accessing object '%2!' in database '%3!'. This is an internal system error. Please contact Sybase Technical Support." 692 = 11.0.3, "Uninitialized logical page '%1!' was read while accessing object '%2!' in database '%3!'. Please contact Sybase Technical Support." 693 = 11.0.3, "Multiple copies of logical page '%1!' from database '%2!' reside in more than one cache. This is an internal system error. Please contact Sybase Technical Support." 694 = 11.0.3, "An attempt was made to read logical page '%1!', virtpage '%2!' from virtual device '%3!' for object '%4!' in database '%5!'. The page was not read successfully. You may have a device problem or an operating system problem." 695 = 11.0.3, "An attempt was made to read logical page '%1!' for object '%2!' in database '%3!' from disk. Wrong logical page '%4!' was brought into cache '%5!'." 696 = 11.0.3, "An attempt was made to fetch logical page '%1!' in tempdb from cache '%2!'. Page belongs to object '%3!' and not to object '%4!'. Restart of SQL server will clear the error. Please contact your System Administrator for help." 697 = 11.0.3, "An attempt was made to fetch logical page '%1!' for object '%2!' in database '%3!' from cache '%4!'. Wrong logical page '%5!' was found in cache." 701 = 10.0, "There is not enough procedure cache to run this procedure, trigger, or SQL batch. Retry later, or ask your SA to reconfigure SQL Server with more procedure cache." 702 = 4.2, "Memory request for %1! bytes exceeds the size of single page of %2! bytes." 703 = 10.0, "You cannot run this procedure, trigger, or SQL batch because it requires more than %1! pages of memory. Break it up into shorter queries, if possible." 704 = 4.2, "Tried to free procedure header 0x%1!, but it's still in use by procedure '%2!' at procedure buffer 0x%3!." 705 = 4.2, "There is no room for process %1! to store PROC_HDR 0x%2! in Pss." 706 = 4.2, "Process %1! tried to remove PROC_HDR 0x%2! that it does not hold in Pss." 707 = 4.2, "System error detected during attempt to free memory at address 0x%1!. Please consult the SQL Server error log for more details." 708 = 10.0, "There is insufficient system memory to run kernel task. spid %1!, kpid %2!." 709 = 10.0, "There is insufficient system memory to continue login process for spid %1!." 710 = 11.0, "Memory request for %1! bytes is too small." 801 = 11.0, "Process %1! tried to remove resource lock it doesn't hold on buffer 0x%2! - %3! in cache %4!." 802 = 4.2, delete 803 = 11.0, "Unable to place buffer '0x%1!' from cache '%2!' holding logical page '%3!' in sdes for object '%4!' - either there is no room in sdes or buffer already in requested slot." 804 = 11.0, "Unable to find buffer '0x%1!' from cache '%2!' holding logical page '%3!' in sdes '0x%4!' kept buffer pool for object '%5!'." 805 = 4.9.0, "Unable to find descriptor for object '%1!' in database '%2!' in hash table when marking buffer dirty or flushing syslogs." 806 = 4.9.1, "Could not find virtual page for logical page %1! in database '%2!'." 807 = 4.2, "Logical page %1! in buffer 0x%2! already kept in SDES for object '%3!' in database '%4!'." 808 = 4.2, "Alloc page buffer pool in Pss is full - logical pages %1!, %2!, and %3! in respective databases '%4!', '%5!' and '%6!' are already held there. Cannot add logical page %7! in database '%8!'." 809 = 4.2, "Buffer 0x%1!, alloc pg %2!, in database '%3!' not in alloc buf pool in Pss." 810 = 4.2, "Attempt to pin log page buffer." 811 = 11.0, "Attempt to grab buffer (from cache '%1!') which is on descriptor chain." 812 = 4.2, "Attempt to grab a pinned buffer." 813 = 11.0, "Logical page '%1!' in database '%2!', cache '%3!' is already hashed." 814 = 11.0, "Keep count of buffer '0x%1!' in cache '%2!' holding logical page '%3!' in database '%4!' has become negative." 815 = 4.9.0, "Unable to find buffer holding sysindexes page in the cache - pageno = %1! dbid = %2!." 816 = 4.2, "Process %1! tried to remove a buffer resource lock %2! that it does not hold in SDES %3!." 817 = 4.2, "Process %1! tried to remove a buffer resource lock %2! that it does not hold in Pss 0x%3!." 818 = 4.2, "There is no room to hold the buffer resource lock %1! in SDES %2!." 819 = 4.2, "There is no room for process %1! to hold buffer resource lock %2! in Pss." 820 = 4.2, "Attempt to dirty non-log buffer %1! which is in I/O." 821 = 11.0, "Attempt to unhash buffer in cache '%1!' at '0x%2!' with a buffer pageno of '%3!' and database id '%4!' with HASHED status set failed - buffer was not found. '%5!'." 822 = 4.8.0, "Could not start I/O for request BLKIO flags = 0x%1!, size = %2!, errcode = 0x%3!, %4!." 823 = 4.2, "I/O error detected during %1! for %2!." 824 = 4.9.0, "Attempt made to write page in buffer in database that has no entry in sysdatabases. %1!." 825 = 4.9.0, "Attempt made to write page in buffer in database with no DBTABLE structure - sysdatabases row marked as in use by process %1!. %2!." 826 = 4.2, "Attempt made to hold allocation page %1! that is already in Pss pool. Database '%2!'." 827 = 11.0, "Attempt to dirty unkept page '%1!' in database '%2!', cache '%3!'." 829 = 10.0, "A problem with ordered writes was detected. Please call SYBASE." 830 = 4.8.0, "Invalid magic number %1! for aux kept buffer structure 0x%2!, for sdes 0x%3!, object id %4!." 831 = 4.8.0, "Unable to find buffer 0x%1! holding logical page %2! in sdes 0x%3!, aux keep struct 0x%4!, for object '%5!'." 832 = 4.8.0, "Unable to place buffer 0x%1! holding logical page %2! in sdes for object '%3!' - there is no room in sdes aux keep pool." 833 = 4.9.1, "Attempt to read logical page %1!, database '%2!' into buffer 0x%3! that is hashed." 834 = 10.0, "Illegal attempt to clean buffer: %1!." 835 = 10.0, "Illegal attempt to change contents of buffer: %1!." 836 = 10.0, "Attempted to grab lru header." 837 = 10.0, "Attempted to grab wash header." 838 = 10.0, "Grabbed buffer not marked in wash: %1!." 839 = 10.0, "Grabbed buffer dirty but not writing: %1!." 840 = 10.0, "Device '%1!' (with physical name '%2!', and virtual device number %3!) has not been correctly activated at startup time. Please contact a user with System Administrator (SA) role." 841 = 4.8.0, "Attempt to set bufreserves in RESOURCE structure to negative value while unclaiming cache." 842 = 4.8.0, "Attempt to set bufclaims in PSS structure for process %1! to negative value while unclaiming cache." 843 = 11.0, "Unable to find original instance of buffer '0x%1!' holding logical page '%2!' in cache '%3!' for object '%4!'." 844 = 10.0, "Attempt to unpredirty buffer %1! which is %2!." 845 = 4.8.0, "Attempt to do a large I/O for page %1! in database '%2!' with buffer 0x%3!, which is not a large buffer." 846 = 11.0, "Hardware error detected writing logical page '%1!', virtual page '%2!' for dbid '%3!', cache '%4!'. The user process will sleep until write completes successfully." 847 = 11.0, "Checkpoint process detected hardware error writing logical page '%1!', virtual page '%2!' for dbid '%3!', cache '%4!'. It will sleep until write completes successfully." 848 = 10.0, "Could not start I/O for device '%1!' (with physical name '%2!', and virtual device number %3!). Operating system error %4!." 849 = 10.0, "I/O error detected for device '%1!' (with physical name '%2!', and virtual device number %3!)." 850 = 11.0, "Wrong cache descriptor in buffer '0x%1!', page '%2!', dbid '%3!'. Cache descriptor points to cache '%4!'." 851 = 11.0, "Wrong cluster mask for cache '%1!', mask encountered = %2!, should = %3!." 852 = 11.0, "Command Failed: Invalid request to move '%1!' buffers from the '%2!'K pool of the '%3!' cache to the '%4!'K pool. Source pool only contains '%5!' buffers. Retry the command specifying fewer buffers." 853 = 11.0, "Invalid Configuration: Unable to start SQL Server since no information is available for configuring the data cache. The server may be started with a default configuration using the -c startserver option." 854 = 11.0, "Fatal buffer pool error. Please contact Sybase technical support." 855 = 11.0, "Bad prefetch size of %1! encountered." 856 = 11.0, "Command Failed: Cannot move buffers from the '%1!'K pool to the '%2!K' pool. '%3!'K pool does not exist. Please specify a valid buffer pool." 857 = 11.0, "Command Failed: Cannot bind or unbind database '%1!' to or from a cache because it is currently in use. Retry the command once all users have stopped using the database." 858 = 11.0, "Cache '%1!' does not exist." 859 = 11.0, "Invalid Buffer Cache Access: Attempt to locate page '%1!', database '%2!' in cache failed because the cache id '%3!' in scan_context is invalid. Scan_context = {objid '%4!', indid '%5!', cid '%6!'}. Contact Technical Support for assistance." 860 = 11.0, "Invalid Buffer Cache Access: Attempt to locate page '%1!', dbid '%2!' objid '%3!', indid '%4!' in cache failed because the cache ID was not set in the scan_context structure. Contact Technical Support for assistance." 861 = 11.0, "Command Failed: Cannot bind object '%1!', dbid '%2!' to cache because you have an open cursor on the target object. Retry the command after closing the cursor." 862 = 11.0, "Command Failed: Database '%1!' must be in single user mode to bind target object." 863 = 11.0, "Buffer resources in cache %1!, id %2! are unavailable. Please re-run this query or ask the system administrator to re-configure buffer cache memory." 864 = 11.0, "Command Failed: Cannot bind object '%1!', dbid '%2!' to cache because you have active level0 scans on the target object. Retry the command after terminating the scans." 865 = 11.0, "Error deleting row from Sysattributes during cache binding validation." 866 = 11.0, "Error inserting row into Sysattributes during cache binding validation." 867 = 11.0, "The system table Sysattributes or its indices may not be bound to a named cache." 868 = 11.0, "The system table Sysallocpg may not be bound to a named cache." 869 = 11.0, "Error updating row %1! in Sysattributes during cache binding validation." 870 = 11.0.1, "WARNING!!! You may have to change the log I/O size for the database '%1!'. Current setting is '%2!K' and the cache '%3!' does not have a '%4!K' memory pool." 875 = 11.0.2.1, "Could not grab a buffer to allocate a new page for log in database id %1!. Tried %2! buffers, all the buffers in the wash section are pinned to Privale Log Cache. See errorlog for more information." 902 = 4.2, "Hardware error detected reading logical page %1!, virtual page %2! in database '%3!'." 903 = 4.9.0, "Unable to find row in sysindexes for clustered index on system catalog %1! in database %2!. This index should exist in all databases. Run DBCC CHECKTABLE on sysindexes in the database." 904 = 4.9.0, "Unable to find master database row in sysdatabases. Cannot open master database." 905 = 4.9.1, "Unable to allocate a DBTABLE descriptor to open database '%1!'. Another database must be closed or dropped before opening this one." 906 = 4.9.0, "Could not locate row in sysobjects for system catalog %1! in database %2!. This system catalog should exist in all databases. Run DBCC CHECKTABLE on sysindexes in the database." 907 = 4.2, delete 908 = 4.9.1, "Unable to find any entries in sysusages for dbid '%1!', database '%2!'. Run DBCC CHECKTABLE on sysusages in the master database." 909 = 10.0, "More than %1! entries required to build the logical-virtual translation table for database '%2!'. The database is too fragmented." 910 = 4.2, "Could not allocate a new object descriptor for required system catalog in database '%1!'. Another database must be closed or objects in another database dropped in order to open this database." 911 = 4.9.0, "Attempt to locate entry in sysdatabases for database '%1!' by name failed - no entry found under that name. Make sure that name is entered properly." 912 = 4.2, "DBTABLE descriptor cannot be found for database '%1!' which is supposed to be already open." 913 = 4.9.0, "Could not find row in sysdatabases with database id %1!. Run DBCC CHECKTABLE on sysdatabases." 915 = 4.2, "Descriptor for system catalog '%1!' not found in DBTABLE chain for database '%2!' - all system catalogs should reside permanently in this chain." 916 = 4.2, "Server user id %1! is not a valid user in database '%2!'" 917 = 4.2, "Illegal attempt to close the master database for the last time - this database must always be open." 918 = 4.2, "Database '%1!' has not yet been recovered - please wait before accessing this database." 919 = 10.0, "Database '%1!' was marked 'suspect' by an earlier attempt at recovery. Check the SQL Server errorlog for information as to the cause." 920 = 4.9.0, "Could not find syslogs row in sysindexes for database '%1!'. Run DBCC CHECKTABLE on this system catalog." 921 = 4.2, "Database '%1!' has not been recovered yet - please wait and try again." 922 = 4.2, "Database '%1!' is being recovered - will wait until recovery is finished." 923 = 4.2, "User %1! not allowed in database '%2!' - only the owner of this database can access it." 924 = 4.2, "Database '%1!' is already open and can only have one user at a time." 925 = 4.2, "Maximum number of used databases for each query has been exceeded. The maximum allowed is %1!." 926 = 10.0, "Database '%1!' cannot be opened. An earlier attempt at recovery marked it 'suspect'. Check the SQL Server errorlog for information as to the cause." 927 = 4.2, "Database '%1!' cannot be opened - it is in the middle of a load." 928 = 4.2, "Database '%1!' cannot be opened - it is currently being created. Wait and try query again." 929 = 4.2, "Attempting to close a database which is not open. Please contact Technical support." 930 = 10.0, "Database '%1!' cannot be opened because either an earlier system termination left LOAD DATABASE incomplete or the database is created with 'for load' option. Load the database or contact a user with System Administrator (SA) role." 931 = 4.2, "Database '%1!' cannot be opened because of a failure to initialize the global timestamp. This indicates that a problem exists in the log for the current database. Please contact Technical support for assistance." 932 = 4.2, "Database '%1!' cannot be opened because the log for the current database is corrupt. Page %2! of the log is linked to a page that belongs to a database object with id %3!. Please contact Technical support for assistance." 933 = 4.2, "Logical page %1! of the log encountered while retrieving highest timestamp in database '%2!' is not the last page of the log and we are not currently recovering that database." 934 = 10.0, "Fatal error encountered while freeing up DBTABLE structure." 935 = 4.2, "WARNING - the timestamp in database '%1!' is approaching the maximum allowed." 936 = 4.8.0, "The Model database is unavailable. It is being used to create a new database." 937 = 4.8.0, "Database '%1!' is unavailable. It is undergoing LOAD DATABASE." 938 = 4.8.0, "Database '%1!' is unavailable. It is undergoing LOAD TRANSACTION." 939 = 4.8.0, "Illegal dbtable unlock: %1!." 940 = 4.8.0, "Dbtable in wrong state for operation: %1!." 941 = 4.8.0, "Illegal database context operation." 942 = 4.8.0, "Database cannot be opened because a system descriptor cannot be installed." 943 = 4.8.0, "Database '%1!' cannot be opened since an attempt to upgrade it was unsuccessful." 944 = 10.0, "Function %1! requires that the user be in the database being worked on. Process %2! passed it a dbtable for database %3!, but is using database %4!." 945 = 10.0, "Function %1! was asked to locate page %2! in database %3!. The page number is invalid for the database." 946 = 10.0, "A %1! has prevented Sysusages changes for database %2! from being copied into memory. Please run sp_dbremap to complete database space changes." 947 = 10.0, "Database '%1!' has been marked as having corrupt security labels. Please contact a user with the System Administrator, System Security Officer, or Oper role or the Database Owner." 948 = 10.0, "Database '%1!' is unavailable. It is undergoing a security label consistency fix." 949 = 11.0, "Database '%1!' is unavailable. It is being bound to a named cache." 950 = 11.0, "Database '%1!' is currently offline. Please wait and try your command again later." 1101 = 4.2, "Unable to allocate new page for database '%1!'. There are no more pages available on valid allocation pages. Space can be created by dropping objects, extending the database, or dumping the log with no_log." 1102 = 4.9.0, "Unable to locate allocation page %1! for database '%2!'. This allocation page contains the extent that the target allocation page is in, but the allocation page is not in the translation table in the DBTABLE. Run DBCC CHECKTABLE on sysusages." 1103 = 4.2, "Allocation page %1! in database '%2!' has different segment id than that of the object to which we are allocating. Run DBCC CHECKALLOC." 1104 = 4.8.0, "Conflict between number of extents marked in log record in the allocation bitmap and the allocation count. Allocation count is %1!. Bitmap is 0x%2! 0x%3! 0x%4! 0x%5!." 1105 = 4.9.0, "Can't allocate space for object '%1!' in database '%2!' because the '%3!' segment is full. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size of the segment." 1106 = 4.2, "First pass through allocation page %1! found %2! free extents. After logging, only found %3! free extents." 1107 = 4.2, delete 1108 = 4.2, "Cannot deallocate extent %1!, database %2!. Object id %3!, index id %4!, status %5! in extent does not match object id %6!, index id %7!, status %8! in object being deallocated. Run DBCC CHECKALLOC." 1109 = 4.2, "Attempt to read allocation page %1! failed either because object ID is not correct (%2!) or the page ID is not correct (%3!)." 1110 = 4.9.0, "Attempt to resource lock allocation page %1! in database '%2!' by process %3! while allocating to non-syslogs object '%4!'." 1111 = 4.2, "Extent bitmap on allocation page %1! in database '%2!' does not have extents marked that are being removed." 1112 = 4.2, "Extent bitmap on allocation page %1! in database '%2!' already has extents marked that are being added." 1113 = 4.2, "Extent %1! already locked while allocating it in database '%2!'." 1114 = 4.2, "Attempt to resource lock page %1! in database '%2!' by process %3! failed because lock is already held by process %4!." 1115 = 4.2, "Attempt to transfer a resource lock to process ID 0 on allocation page %1! in database '%2!'." 1116 = 4.2, "Attempt to backout the allocation of LOG page %1!, in database '%2!'." 1117 = 4.2, "Extent chain for object %1! is not correctly linked." 1119 = 10.0, delete 1120 = 4.8.0, "Attempt to call pg__readalloc on page %1! which is not an allocation page." 1121 = 10.0, "Failed to get a lock on newly allocated page. Page number = %1! dbid = %2!." 1122 = 4.8.0, "Attempt to read allocation page before openning SYSALLOCPGS." 1123 = 4.8.0, "Failed to get lock on OAM pg." 1124 = 4.8.0, "Failed to get lock on allocation page %1!." 1125 = 4.8.0, "Attempting to allocate page %1! in database %2! to extent %3! which belongs to another object. Object id and index id in page are %4!, %5!. Object id and index id in extent are %6!, %7!." 1127 = 4.8.0, "Internal Error: The OAM has no room for new inserts. Check OAM for object %1!, index %2!." 1128 = 4.8.0, "The OAM entry for allocation page %1! is missing from the OAM which starts on page %2!." 1129 = 10.0.2, "The requested update to the OAM for object %1!, dbid %2!, index %3!, oam page %4!, would cause a negative page count. allocation page: %5!, oamarray used: %6!, oamarray unused: %7!, deltaused: %8!, deltaunused: %9!, spid: %10!. Contact your System Admin." 1130 = 4.8.0, "A dealloc log record has been detected which does not have an OAM page supplied." 1131 = 11.0.2, "The OAM for object %1!, index %2!, oam page %3!, database=%4!, is currently allocated to another object." 1132 = 4.8.0, "Attempted to log allocation to the log." 1133 = 4.8.0, "Page %1! was expected to be an OAM page for %2! and it is not." 1134 = 10.0, "Failed to get lock on OAM page %1!. This should never happen." 1135 = 10.0, "Page %1! was given as a target page for allocation to object %2! index id %3! and there is no entry in the OAM for this page. This may indicate corruption of the OAM. Please run checkalloc on database %4!." 1136 = 10.0, "'Please run the upgrade38 utility before attempting to upgrade your database to MP.'" 1137 = 10.0, "'There is insufficient space in database %1! to run this upgrade.'" 1138 = 10.0, "'Failed to complete allocation of SYSGAMS in database %1!.'" 1139 = 4.8.0, "Impossible deadlock on page mgr lock." 1140 = 10.0, "'Page mgr lock should not already be held.'" 1141 = 10.0, "Unexpected value returned to page manager routine: %1!." 1142 = 11.0.2, "Invalid OAM Page %1!. Found pstat=0x%2!, object=%3!, database=%4!, indid=%5!." 1143 = 11.0.2, "Invalid OAM Page %1!. Expected object=%2!. Found object=%3!, database=%4!, pstat=0x%5!, indid=%6!." 1144 = 10.0, "Page number %1! is higher than the highest page in database '%2!': %3!." 1145 = 10.0, "ss %1! was expected to hold logical lock on page %2!." 1146 = 10.0, "Process %1! was expected to hold logical lock on object %2!." 1147 = 10.0, "Process %1! trying to do a logged operation on a non-logged object %2!." 1148 = 10.0, "Error: %1!, Severity: %2!, State: %3!n" 1149 = 11.0, "A Log Run Deallocation routine was passed one or more bad parameters. The bad parameter is either %1! or %2!." 1150 = 11.0, "Failed to get intent lock on object %1!." 1151 = 10.0.2.5, "Object %1! passed to OAM builtin function no longer exists in database %2!." 1152 = 10.0.2.5, "Page %1! passed to OAM builtin function is not an OAM page for object %2! in database %3!." 1153 = 10.0.2.5, "OAM page %1! passed to rowcnt function is an unallocated page in database %2!." 1154 = 11.0.1, "WARNING!!! Attempt to do a prefetch of size %1!K is not allowed. The prefetch request is reset to the maximum prefetch size of %2!K." 1201 = 4.2, "Page_lock was called with illegal mode %1!." 1203 = 4.8.0, "Caller of lock manager is incorrectly trying to unlock an unlocked object. spid=%1! locktype=%2! dbid=%3! object id or page number=%4!." 1204 = 10.0, "SQL Server has run out of LOCKS. Re-run your command when there are fewer active users, or contact a user with System Administrator (SA) role to reconfigure SQL Server with more LOCKS." 1205 = 4.2, "Your server command (process id #%1!) was deadlocked with another process and has been chosen as deadlock victim. Re-run your command." 1221 = 4.8.0, "Lock free chain linkage has been corrupted." 1222 = 4.8.0, "A non lock is linked on the free chain." 1223 = 4.8.0, "Lock hash table linkage has been corrupted." 1224 = 4.8.0, "A structure from outside the lock area has been linked onto a lock hash chain." 1225 = 4.8.0, "Lock record chain linkage has been corrupted." 1226 = 4.8.0, "A non lock record is linked onto a semaphore cursor." 1227 = 4.8.0, "Semaphore cursor chain linkage has been corrupted." 1228 = 4.8.0, "A non semaphore cursor is linked onto a semaphore." 1229 = 4.8.0, "The actual number of free locks does not match the free lock count." 1230 = 4.8.0, "A semaphore cursor has no lock records linked to it." 1231 = 4.8.0, "An incorrect lock structure is linked on the free chain." 1232 = 4.8.0, "An incorrect lock structure is linked onto a hash chain." 1233 = 4.8.0, "An incorrect lock structure is linked a chain of lock structures." 1234 = 4.8.0, "An incorrect lock structure is linked to a semaphore." 1235 = 4.8.0, "A semaphore cursor at the head of a semaphore queue is marked as waiting." 1236 = 4.8.0, "A semaphore cursor not at the head of a semaphore queue is marked as not waiting." 1237 = 4.8.0, "A semaphore cursor has mutually incompatible lock records linked to it." 1238 = 4.8.0, "%1! locks not accounted for." 1239 = 4.8.0, "%1! extra locks found." 1240 = 10.0, "Maximum skip count on an exclusive lock has been exceeded." 1241 = 4.8.0, "A semaphore cursor refers to a different semaphore than the one it is linked to." 1242 = 4.8.0, "A lock record refers to a different semaphore cursor than the one it is linked to." 1243 = 4.8.0, "Couldn't find object to be released." 1244 = 4.8.0, "Could not find address lock at address 0x%1! while trying to release it." 1245 = 4.8.0, "Lock record and process disagree." 1246 = 4.8.0, "Process attempting to wait on a lock that does not belong to it." 1247 = 4.8.0, "Process attempting to wait on a lock that has already been waited for." 1248 = 10.0, "Could not find the lock held by a process chosen as a deadlock victim." 1249 = 4.8.0, "Process became runnable before lock it was waiting for was released." 1250 = 4.8.0, "A non-preallocated semaphore cursor encountered while trying to obtain a semaphore." 1251 = 4.8.0, "An in-use preallocated semaphore cursor was encountered." 1252 = 4.8.0, "Lock header linkage has been corrupted." 1253 = 4.8.0, "The wrong number of lock records was found on a semaphore cursor." 1254 = 4.8.0, "While following the lock record chain for a process, a lock record belonging to a different process was encountered." 1255 = 10.0, "Unlinking a duplicate lock caused a task to be awakened." 1256 = 4.8.0, "Encountered a non-preallocated semaphore cursor on a chain that should only have preallocated semaphore cursors." 1257 = 10.0, "Attempt to obtain a logical lock that is incompatible with one already held. Spid = %1!, type = %2!, dbid = %3!, object id or page number = %4!." 1258 = 4.8.0, "A process is not waiting for a lock that it should be waiting for." 1259 = 4.8.0, "A process is waiting for a lock that has been granted." 1260 = 4.8.0, "A process is waiting for a lock that it did not request." 1261 = 4.8.0, "Attempt to promote from page to table locking on objid %1! encountered an internal error." 1262 = 4.8.0, "No matching xdes found. Lock was requested for objid %1!, dbid %2!, type %3!, by process %4!." 1263 = 4.8.0, "A process was found to be waiting for the same object twice." 1264 = 4.2, delete 1265 = 4.8.0, "A lock manager routine expected a lock record as an argument but was passed something else." 1266 = 4.8.0, "Upgrade of lock on object id or page number %1! left the lock ungranted." 1267 = 4.8.0, "A lock record at the head of a semaphore queue is not marked as granted." 1268 = 4.8.0, "A lock record is marked as granted, but isn't at the head of the semaphore queue." 1269 = 4.9.0, "Temporary buffer overflow occurred while scanning the lock table. Rows will be missing in syslocks for one or more objects." 1270 = 4.8.0, "A task attempted to release a semaphore that it had not previously obtained." 1271 = 4.8.0, "A task attempted to acquire a semaphore with a preallocated semaphore cursor that did not belong to it." 1272 = 10.0, "Invalid parameter(s) passed to lock manager." 1273 = 10.0, "Syntax error at line %1! of file %2! starting at '%3!'." 1274 = 10.0, "Error with input file %1!: %2!." 1275 = 10.0, "The lock unit test can only be run with a single engine on line." 1276 = 10.0, "Attempt to acquire a lock in dbid %1! while in an internal transaction. This is an internal error." 1277 = 10.0.1, "In a call to lock_multiple(), the lock requests were out of order. They should be sorted by object id, dbid." 1278 = 10.0.1, "This semawait (1st) should only have one lockrec." 1279 = 11.0, "SQL Server has run out of locks on engine %1!. Re-run your command when there are fewer active users, or contact a user with System Administrator (SA) role to reconfigure maximum engine freelocks or number of locks." 1280 = 11.0, "Lock Sleeptask chain has been corrupted." 1281 = 11.0, "A non lock sleeptask entry is linked to the Lock Sleeptask chain." 1282 = 11.0, "An incorrect lock sleeptask structure is linked to the Lock Sleeptask chain." 1283 = 11.0, "Could not change deadlock checking period because SQL Server has run out of alarms. Please retry the command later." 1284 = 11.0, "Used Lock Sleeptask Entry not in Chain." 1285 = 11.0, "Un-used Lock Sleeptask Entry in Lock Sleeptask Chain." 1286 = 11.0, "Missing Preallocated Lock Sleeptask Entry." 1287 = 11.0, "Freelock transfer block size (%1!) cannot be more than half the number of freelocks allowed per engine (%2!). To increase the number of freelocks per engine to allow this change please increase maximum engine freelocks to %3!." 1288 = 11.0, "Setting maximum engine freelocks to %1! allows only %2! freelocks per engine. This value cannot be less than twice the value of freelock transfer block size. Please reduce freelock transfer block size to %3! and reattempt this command." 1301 = 10.0, "The Propagation Context Data entry could not be saved. There is already an entry with the same key values for the context provided." 1302 = 10.0, "A Propagation Context Data value could not be returned in parameter %1! because the datatype of the return parameter does not match the datatype of the stored field." 1303 = 10.0, "The second argument for this Propagation Context Data built-in command specifies the number of keys supplied with the call. This argument must be of datatype 'integer'." 1304 = 10.0, "This Propagation Context Data built-in function requires at least %1! arguments." 1305 = 10.0, "This Propagation Context Data built-in function requires one argument." 1306 = 10.0, "The second argument for this Propagation Context Data built-in command specifies the number of keys supplied with the call. The value '%1!' supplied is more than the keys given. At most '%2!' arguments may be keys for this call." 1307 = 10.0, "Internal Error in Propagation Context routines: An invalid or garbaged command 0x%1! was seen by pcxt__cmdinit()." 1308 = 10.0, "Internal Error in Propagation Context routines: pcxt__nodenew(PCXT_NODE_ENTRY) copied %1! arguments, expected %2! arguments." 1309 = 10.0, "Internal Error in Propagation Context routines: An invalid or garbaged node type 0x%1! tried to free memory at 0x%2! in pcxt__nodefree(). The request was ignored." 1310 = 10.0, "Internal Error in Propagation Context routines: The memory tracking fields in the PCD resource structure are inconsistent: inuse %1!, free %2!. Some PCD memory may not be reclaimed until the login session ends." 1311 = 10.0, "Internal Error in Propagation Context routines: An invalid or garbaged node type 0x%1! was seen by pcxt__nodedup()." 1312 = 10.0, "Internal Error in Propagation Context routines: An invalid or garbaged node type 0x%1! was seen by pcxt__nodenew()." 1313 = 10.0, "Internal Error in Propagation Context routines: An invalid or garbaged event type 0x%1! was seen by pcxt_event()." 1314 = 10.0, "The built-in function requested %1! data fields as return parameters. The Propagation Context Data entry that was selected contains only %2! data fields. It is an error to request more data fields than exist in the entry." 1315 = 10.0, "Argument %1! of this Propagation Context Data built-in command must be of datatype 'integer'." 1501 = 4.2, "Sort failure" 1502 = 4.2, delete 1503 = 4.2, "Sort failure: too many sort keeps (%1!)" 1504 = 11.0.1, "Could not insert row into the reject table." 1505 = 4.2, "Create unique index aborted on duplicate key. Primary key is '%1!'" 1506 = 4.2, delete 1507 = 4.2, "Warning: deleted duplicate row. Primary key is '%1!'" 1508 = 4.2, "Create index aborted on duplicate rows. Primary key is '%1!'" 1509 = 4.2, "Row compare failure" 1510 = 4.2, "Sort failed: Out of space in database '%1!'" 1511 = 4.2, "Sort cannot be reconciled with transaction log" 1513 = 4.2, "Reuse of extent failed in sort" 1514 = 4.2, "Page allocated to sort found to be busy. Page number %1!. %2!." 1515 = 4.2, "Bad session descriptor for sort" 1519 = 4.2, "An attempt was made to keep a sort buffer in a slot where a buffer was already kept. Buffer pointer: 0x%1! Slot: %2!." 1520 = 10.0, "Sort failed for table '%1!' in database '%2!' because internal count of used pages is incorrect. Run DBCC TABLEALLOC to correct the value." 1521 = 4.2, "Sort failed because a table in tempdb used for the processing of the query had a bad data page count. Tempdb should not have been damaged." 1522 = 4.9.1, "Sort failure. Prevented overwriting of allocation page in database '%1!' by aborting sort." 1523 = 4.2, "Sort failure. Prevented incorrect extent deallocation by aborting sort." 1525 = 4.2, "Sort Failure. Rollforward of sort encountered sort descriptor timestamps out of sequence. Old timestamp in log: %1! %2!. New timestamp in log: %3! %4!. Timestamp in sort descriptor: %5! %6!." 1526 = 10.0, "Sort failure. Configured size of buffer cache is insufficient. A user with System administrator (SA) role should consult Technical Support to establish minimum requirement." 1527 = 4.8.0, "Sort failure. Unknown exception returned from bufclaimcache: %1!." 1528 = 4.8.0, "Character data comparison failure. An unrecognized Sort-Map-Element type (%1!) was found in the server-wide default sort table at SMEL entry [%2!]." 1529 = 4.2, "Character data comparison failure. A list of Sort-Map-Elements from the server-wide default sort table does not end properly. This list begins at SMEL entry [%1!]." 1530 = 4.2, "Create index with sorted_data was aborted because of row out of order. Primary key of first out of order row is '%1!'" 1531 = 4.2, "The sorted_data option cannot be used for a nonclustered index if the keys are not unique within the table. Create index was aborted because of duplicate keys. Primary key is '%1!'." 1532 = 4.8.0, "Invalid merge page. %1! on page %2!." 1533 = 10.0, "Internal Sort error. Extend read returns an invalid page. Requested pageno=%1! Read pageno=%2!." 1534 = 11.0, "Internal Sort error: Attempt to split presorted clustered data page failed. Attempted to split page, pageno = %1!." 1535 = 11.0, "Internal Sort error: Attempt to split presorted clustered data page failed. Split page, pageno = %1!." 1536 = 11.0, "Internal Sort error. Presorted clustered data page invalid. Page, pageno = %1!, parm1 = %2!, parm2 = %3!." 1601 = 10.0, "There are not enough 'user connections' available to start a new process. Retry when there are fewer active users, or ask your System Administrator to reconfigure SQL Server with more user connections." 1602 = 4.2, "Unable to initialize network %1!" 1603 = 4.2, "Process priority %1! invalid or no process slots available" 1604 = 4.2, "Process not runnable or kpid %1! not within range" 1605 = 4.2, "Failed to open virtual socket for new connections" 1606 = 4.2, "Failed to initialize network receive buffer" 1607 = 4.2, "Failed to initialize network send buffer" 1608 = 11.0.3, "A client process exited abnormally, or a network error was encountered. Unless other errors occurred, continue processing normally." 1609 = 4.2, "Kpid %1! out of range" 1610 = 4.2, "Could not kill process %1!" 1611 = 4.2, "Could not install quit function" 1612 = 4.2, "Could not install attention function" 1613 = 4.2, "Could not close network %1! connection for server process %2!." 1614 = 4.2, "Could not yield process" 1615 = 10.0.1, "Process unable to sleep" 1616 = 4.2, "Failed to flush receive stream buffer" 1617 = 4.2, "Could not infect process %1!" 1618 = 4.8.0, "Could not spawn the checkpoint process, unable to continue." 1619 = 4.2, "Could not open TEMPDB, unable to continue." 1620 = 4.2, "Failure to open master db for the first time" 1621 = 4.2, "Type '%1!' not allowed before login." 1622 = 4.2, "Type '%1!' not implemented." 1623 = 10.0, "Warning: dataserver -p option fails. Please check for state '%1!' to see where it fails." 1624 = 10.0.2.2, "Warning: Errors occured while initializing thresholds on tempdb. Trying to continue the startup. Thresholds might not be active on tempdb." 1701 = 4.2, "Creating table '%1!' failed because row size would be %2!. This exceeds the maximum allowable size of a row in a table, %3!." 1702 = 4.2, "Create table failed because column '%1!' in table '%2!' exceeds the maximum of 250 columns." 1703 = 4.2, "Failed to allocate disk space for a work table in database '%1!'. You may be able to free up space by using the DUMP TRANsaction command, or you may want to extend the size of the database by using the ALTER DATABASE command." 1704 = 4.2, "Only the SA can create the system table '%1!'." 1705 = 4.2, "Must create system table '%1!' in the Master Database." 1706 = 4.2, "System table '%1!' was not created, because ad-hoc updates to system catalogs are not enabled." 1707 = 4.2, "Could not create system table '%1!'." 1708 = 10.0, "Warning: Row size could exceed row size limit, which is %1! bytes." 1709 = 10.0, "Referenced table name missing in a referential constraint declaration on table '%1!'." 1710 = 10.0, "Referenced table '%1!' specified in a referential constraint declared on '%2!' does not exist in the database '%3!'." 1711 = 10.0, "There is no unique constraint on the referenced columns in the referenced table '%1!' specified in referential constraint declaration on the table '%2!'." 1712 = 10.0, "Internal inconsistency - constraint exists in sysconstraints table, but not sysobjects table, id = %1!." 1713 = 10.0, delete 1714 = 10.0, "Exceeded maximum allowed referenced columns in a single referential constraint declaration, table = '%1!', database = '%2!'." 1715 = 10.0, "The number of columns in a foreign key column list and primary key/referenced column list not the same in referential constraint declaration on table '%1!', in database '%2!'." 1716 = 10.0, "Invalid system table given for status update, this is an internal error." 1717 = 10.0, "System catalog column/table specified for status change not found." 1718 = 10.0, "The number of columns in a forign key column list is less than a primary/referential column list in a referential constraint declaration, table = '%1!', data base = '%2!'." 1719 = 10.0, "Primary key does not exist for the table referenced in a referential constraint declaration, table = '%1!', data base = '%2!'." 1720 = 10.0, "A column referenced in a referential constraint declaration does not exist, referencing table = '%1!', data base = '%2!'." 1721 = 10.0, "Column types of referencing and referenced columns don't match. referencing column = '%1!', referenced column = '%2!'." 1722 = 10.0, "Column lengths of string type referencing and referenced columns don't match. referencing column = '%1!', referenced column = '%2!'." 1723 = 10.0, "Column precision and scale of numeric referencing and referenced columns don't match. referencing column = '%1!', referenced column = '%2!'." 1724 = 10.0, "The number of columns in a forign key column list is greater than a primary/referential column list in a referential constraint declaration, table = '%1!', data base = '%2!'." 1725 = 10.0, "SELECT INTO failed because column %1! in table '%2!' has a null column name. Null column names are not allowed." 1726 = 10.0, "Internal inconsistency: database id %1! sent to crt_main() does not match Pss->pcurdb value of %2!." 1727 = 10.0.1, "The crt_main() function is trying to put too many lock requests in the lock_requests[] array." 1728 = 11.0, delete 1729 = 10.0.2.2, "An object with the same name, but owned by a different user, is already being replicated. The table '%1!' is not marked as replicated." 1730 = 10.0.2.2, "Due to an internal error the table '%1!' is not marked as replicated. Please contact your System Administrator (SA) for help." 1731 = 11.0, delete 1732 = 11.0, "Failed to reserve/initialize allocation hints space in table '%1!'." 1734 = 11.0.1, "You cannot specify both a default value of NULL and a NOT NULL constraint for column '%1!' in table '%2!'. Retry your command with only one of these column options." 1801 = 4.2, "Database '%1!' already exists" 1802 = 4.2, "CREATE DATABASE failed. Some disk names listed in command were not found. Check that names exist and are spelled correctly before re-running" 1803 = 4.2, "CREATE DATABASE failed. Could not allocate enough disk space for a new database on the disks named in the command. Total space allocated must be at least %1! Mbytes (%2! 2048-byte pages) to accommodate copy of Model Database." 1804 = 4.2, "There is no disk named '%1!'. Checking other disk names." 1805 = 4.2, "CREATE DATABASE: allocating %1! pages on disk '%2!'" 1806 = 4.9.0, "Crdb_dbrow: Getnext SCAN_NOINDEX on sysdatabases.dbid failed to find row for MODELDBID." 1807 = 10.0, "MODEL database in use, cannot create new database. Contact a user with System Administrator (SA) role before re-running CREATE DATABASE." 1808 = 4.9.0, "Crdb_disk: Getnext SCAN_NOINDEX on sysdevices.status=DEFAULT failed to find default rows" 1809 = 10.0, "CREATE DATABASE must be preceded by a 'USE master' command. Check with your DBO if you do not have permission to USE master." 1810 = 4.2, "CREATE DATABASE failed because of incorrect size parameter(s). Total number of megabytes specified must be at least %1! megabytes so that the Model Database can be copied to the new database." 1811 = 4.9.0, "'%1!' is the wrong type of device for CREATE or ALTER database. Please check sysdevices. The CREATE or ALTER is aborted." 1813 = 4.2, "Cannot open new database '%1!'. CREATE DATABASE is aborted." 1814 = 4.2, "Problem creating Temporary Database - if out of space, please extend and reboot. If some other problem, please contact Technical Support." 1816 = 4.2, "CREATE DATABASE failed because the log device '%1!' has no space available." 1817 = 11.0, "Problem allocating extents for SYSGAMS. Create/alter database is aborted." 1818 = 4.8.0, "CREATE DATABASE failed because the device '%1!' is not online." 1820 = 10.0, "This command adds %1! space to disk '%2!', which previously contained only %3!. You must specify WITH OVERRIDE to force this allocation." 1822 = 10.0, "Invalid database maxhold provided." 1823 = 10.0, "Invalid label provided. Dbmaxhold must be dominated by your maxwrite." 1824 = 10.0, "Invalid label provided. Dbmaxhold must dominate your minwrite." 1825 = 10.0, "Invalid curwrite label for creating sybsecurity database, label must be DATA_HIGH." 1827 = 11.0.1, "You need SA authorization to create database sybsystemdb." 1829 = 11.0.1, "CREATE DATABASE failed because there is no space left on any of the data disk(s) specified." 1901 = 4.2, "Column '%1!' -- Can't create index on a column of BIT data type." 1902 = 10.0, "Cannot create more than one clustered index on table '%1!'. Drop the existing clustered index '%2!' before creating another" 1903 = 4.2, "%1! is the maximum allowable size of an index. Composite index specified is %2! bytes." 1904 = 4.2, "Cannot specify more than %1! column names for index key list. %2! specified." 1905 = 4.9.0, "Could not find 'zero' row for index '%1!' the table in sysindexes." 1906 = 4.9.1, "Cannot create an index on table '%1!', because this table does not exist in database '%2!'." 1907 = 10.0, "Create index on non-empty table not supported yet" 1908 = 4.2, "Too many parameters -- symbol table overflow." 1909 = 4.2, "Can't use duplicate column names in index key list. Column name '%1!' listed more than once." 1910 = 4.2, "Cannot create more than %1! indexes on one table." 1911 = 10.0, delete 1913 = 4.2, "There is already an index on table '%1!' named '%2!'" 1914 = 10.0, "Cannot create index on object '%1!' because it is not a user table." 1915 = 10.0, "Only the owner of table '%1!' or a user with System Administrator (SA) role can create an index on it." 1916 = 4.2, "CREATE INDEX options %1! and %2! are mutually exclusive." 1918 = 4.2, "Non-clustered index (index id = %1!) is being rebuilt." 1919 = 4.2, "Column '%1!' -- Can't create index on a column of TEXT or IMAGE data type." 1920 = 10.0, "A column in a primary key constraint's column list is not constrained to be not null, column name: '%1!'." 1921 = 10.0, "An index with the same columns in the same order already exists on the table '%1!'." 1922 = 10.0, "An unknown index creation error occurred: %1!." 1923 = 10.0, "A table cannot have more than one primary key, attempt to define a second primary key failed on table '%1!'." 1924 = 10.0, "You cannot create an index on the sysaudits table." 1925 = 10.0, delete 1926 = 10.0, delete 1927 = 10.0, "Create Index failed because user curwrite level is not equal to the level of table '%1!'." 1928 = 11.0, "Cannot create clustered index on '%1!' because it is partitioned." 1929 = 11.0, "Failed to reserve/initialize allocation hints space in index '%1!' on table '%2!'." 1930 = 11.0.1, "Cannot specify more than %1! column names for index key list. %2! specified. Check sp_dboption for nonunique index option, it has added an extra key for indentity coulumn." 1931 = 11.0.2, "You cannot re-create the same non-clustered index (ID %1!) for object ID %2! in database '%3!' because you dropped it twice in a single transaction. Transaction rolled back." 1932 = 11.0.2, "You cannot re-create the same clustered index for object ID %1! in database '%2!' more than once in a single transaction. Transaction rolled back." 2001 = 4.2, "Cannot use duplicate parameter names. Parameter name '%1!' listed more than once." 2002 = 4.2, "Cannot use variable '%1!' without first declaring it." 2004 = 4.2, "Procedure '%1!' has already been created with group number %2! - create procedure with an unused group number" 2005 = 4.8.0, "Maximum procedure %1! count exceeded. Limit is %2!. Modify the procedure to use fewer %3!s." 2007 = 4.9.0, "Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object '%1!'. The stored procedure will still be created." 2008 = 4.2, "The object '%1!' is not a procedure so you cannot create another procedure under that group name." 2103 = 4.2, "Cannot create a trigger on a view, name: %1!" 2106 = 4.9.1, "Cannot create a trigger on table '%1!', because this table does not exist in database '%2!'." 2108 = 4.2, "Cannot CREATE TRIGGER on table '%1!',because you can only create a trigger on a table in the current database." 2109 = 4.2, "Cannot CREATE TRIGGER on table '%1!', that accesses 'inserted' or 'deleted' because the table was created with the no_log option" 2110 = 10.0.1, "The proccreate() function is trying to put too many lock requests in the lock_requests[] array." 2111 = 10.0, "Create trigger aborted. User's cuwrite is not equal to the hurdle of table '%1!'." 2112 = 11.0.1, "CREATE TRIGGER failed on table '%1!' because it is a system table. Triggers are not allowed on system tables." 2401 = 4.9.0, "Character set conversion is not available between client character set '%1!' and server character set '%2!'." 2402 = 4.9.0, "Error converting client characters into server's character set. Some character(s) could not be converted." 2403 = 4.9.0, "WARNING! Some character(s) could not be converted into client's character set. Unconverted bytes were changed to question marks ('?')." 2404 = 4.9.0, "Buffer overflow converting characters from client into server's character set." 2405 = 4.9.0, "Internal error occurred while converting characters." 2406 = 4.9.0, "Cannot use SET CHAR_CONVERT ON, since this session has never had codeset conversions turned on." 2407 = 4.9.0, "Cannot use the requested character set since the character set cache is full." 2408 = 4.9.0, "Cannot find the requested character set in Syscharsets: id = %1!." 2409 = 4.9.0, "Cannot find the requested character set in Syscharsets: name = '%1!'." 2410 = 4.9.0, "Unexpected error returned from the Character Set Manager: return value = %1!." 2411 = 4.9.0, "No conversions will be done." 2412 = 4.9.0, "Existing character conversions (if any) will remain in effect." 2413 = 4.9.0, delete 2414 = 4.9.0, "Since only 7-bit ASCII characters are allowed with the special character set 'ascii_7', the language for this session is being forced to 'us_english'." 2415 = 4.9.0, "Due to previous errors, the language for this session is being forced to 'us_english'." 2416 = 4.9.0, "Due to codeset conversion errors in the remote servername/password list of the LOGINREC, remote procedure calls to other servers may not work." 2501 = 4.9.0, "Table named %1! not found; check sysobjects" 2502 = 4.2, "Table Corrupt: A page is linked in more than one chain; check this page:page number=%1! allocation status=%2!" 2503 = 10.0, "Table Corrupt: Page linkage is not consistent; check the following pages: (current page#=%1!; page# pointing to this page=%2!; previous page# indicated in this page=%3!)" 2504 = 4.9.0, "Table Corrupt: The index id in alloc page does not match the index id in sysindexes (alloc page#=%1!; extent id=%2!; index id in alloc=%3!; index id in sysindexes=%4!)" 2505 = 4.2, "Table Corrupt: Free offset in page header is not reasonable; free offset should be >= 32 and <= 2048; check this page and offset (page#=%1! freeoffset on the page header=%2!)" 2506 = 4.2, "Table Corrupt: The values in adjust table should be in ascending order starting from the end of the table (page#=%1! row#=%2!); check adjust table in this row" 2507 = 4.2, "Table Corrupt: Offset table is incorrect (page#=%1! row#=%2! offset in offset table is=%3! correct offset is=%4!)" 2508 = 4.2, "Table Corrupt: Row length is incorrect (page#=%1! row#=%2! minimum row length=%3! row length=%4!)" 2509 = 4.2, "Table Corrupt: The row number and offset of each row in the page should have a matching entry in row number table; check this page (page#=%1! row#=%2! offset in row number table=%3!)" 2510 = 11.0.2, "Key mismatch between index page %1! (row %2!) and data page %3! in database '%4!'. Drop and re-create index id %5! of table '%6!'." 2511 = 11.0.2, "Keys of index id %1! for table '%2!' in %3! %4! should be in ascending order. Drop and re-create the index in database '%5!'." 2512 = 4.2, "Table Corrupt: The specified row number %1! in index page %2! cannot be found on data page %3!" 2513 = 4.9.1, "Table Corrupt: Object id %1! (object name = %2!) does not match between %3! and %4!" 2514 = 4.2, "Table Corrupt: Type id %1! (type name = %2!) does not match between %3! and %4!" 2516 = 4.2, "Table Corrupt: Segment number %1! does not match between %2! and %3!" 2517 = 4.9.1, "Table Corrupt: Procedure id %1! (procedure name = %2!) does not match between %3! and %4!" 2518 = 4.9.0, "Database Corrupt: Incorrect last checkpoint in syslogs" 2519 = 4.9.0, "Database Corrupt: The last checkpoint in sysdatabases is incorrect. Syslogs recorded a different checkpoint" 2520 = 4.9.0, "Database named %1! not found; check sysdatabases" 2521 = 10.0, "Table Corrupt: Page is linked but not allocated. Run DBCC TABLEALLOC to correct the problem. (alloc page#=%1!, extent id=%2!, logical page#=%3!, object id in extent=%4!, index id in extent=%5!, object name=%6!)" 2522 = 4.9.0, "Table Corrupt: The object id %1! (object name = %2!) in page# %3! is different from the object id %4! (object name = %5!) in sysindexes" 2523 = 4.9.1, "Table Corrupt: Page number %1! is out of range for this database %2!. The maximum page number in this database is %3!" 2524 = 4.2, "Table Corrupt: Row length is inconsistent between the computed row length and the recorded row length on page; check the following page and row: pageno=%1! row#=%2! computed row length=%3! row length on page=%4!" 2525 = 4.9.1, "Table Corrupt: Object id wrong; tables: alloc page %1! extent id=%2! l page#=%3! objid in ext=%4! (name = %5!) objid in page=%6! (name = %7!) objid in sysindexes=%8! (name = %9!)" 2526 = 11.0.1, "Incorrect DBCC command: Please see the SQL Server Reference Manual for DBCC commands and options." 2527 = 10.0, "DBCC detected internal database inconsistancy; contact a user with System Administrator (SA) role." 2528 = 10.0, "DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role." 2529 = 10.0, "Table Corrupt: Attempted to get page %1!, object %2!; got page %3!, object %4!." 2530 = 4.2, delete 2531 = 4.2, "Table Corrupt: Index id on extent should be 0; check the following page and ids: alloc page=%1! extent=%2! index id on extent=%3!" 2532 = 4.9.0, "Table Corrupt: No syslogs entry in sysindexes." 2533 = 4.2, "Table Corrupt: Incorrect index key length %1! in internal (sarg) structure." 2534 = 4.2, "Table Corrupt: No keys found on index page %1!. Offset for the free space: (freeoff=%2!)" 2535 = 4.2, "Table Corrupt: Page# %1! belongs to object id %2! (object name = %3!) not object id %4! (object name = %5!)" 2536 = 4.2, "Checking %1!" 2537 = 11.0.2, "Checking %1!." 2538 = 4.2, "Alloc page %1! (# of extent=%2! used pages=%3! ref pages=%4!)" 2539 = 4.2, "Total (# of extent=%1! used pages=%2! ref pages=%3!) in this database" 2540 = 4.9.1, "Table Corrupt: Page is allocated but not linked; check the following pages and ids: allocation pg#=%1! extent id=%2! logical pg#=%3! object id on extent=%4! (object name = %5!) indid on extent=%6!" 2541 = 4.9.0, "Table Corrupt: object id does not match between extent in allocation page and sysindexes; check the following extent: alloc pg#=%1! extent#=%2! object id on extent=%3! (object name = %4!) object id in sysindexes=%5! (object name = %6!)" 2542 = 4.2, "Table Corrupt: Extent is linked in more than one chain. Check the following allocation page and extent: alloc pg#=%1! extent#=%2! status=%3!" 2543 = 4.2, "Table Corrupt: Extent structures are linked incorrectly; check the following extent: alloc pg#=%1! extent#=%2! previous extent# on this extent=%3! previous extent should be=%4!" 2544 = 4.2, "Table Corrupt: Extent id %1! on allocation pg# %2! had object id %3! (object name = %4!) on but used bit off" 2545 = 4.2, "Table Corrupt: Extent#=%1! on allocation pg#=%2! was used but object id was 0," 2546 = 4.2, "Table Corrupt: Extent id %1! on allocation pg# %2! has objid %3! and used bit on, but reference bit off." 2547 = 4.9.1, "Table Corrupt: Segment number %1! specified for use in the segment map in sysusages has no entry in syssegments. The entry in sysusages is for dbid %2! (db name = %3!), with a virtual starting address of %4!." 2548 = 4.9.0, "There is no default segment specified in syssegments." 2549 = 4.9.0, "There is more than one default segment specified in syssegments." 2550 = 4.9.0, "Missing segment in sysusages segmap." 2551 = 4.9.1, "The following segments have been defined for database %1! (database name %2!)." 2552 = 4.2, "virtual start addr size segments" 2553 = 4.2, "-------------------- ------ --------------------------" 2554 = 4.2, "%1! %2!" 2555 = 4.2, " %1!" 2556 = 4.9.0, "Page #%1! of sysindexes in database %2! not found in cache after read." 2557 = 10.0, "Only the owner of object '%1!' or a user with System Administrator (SA) role can run DBCC %2! on it." 2558 = 4.2, "Extent not within segment: Object %1!, indid %2! includes extents on allocation page %3! which is not in segment %4!." 2559 = 4.2, "Data page number %1! is empty but is not the first page. Status = 0x%2!." 2560 = 4.2, "Incorrect parameter passed to DBCC command." 2561 = 4.2, "Unable to open log for database %1!." 2562 = 4.2, "%1! cannot access object '%2!' because it is not a table." 2563 = 10.0, "Only the DBO of database %1! or a user with System Administrator (SA) role can run the DBCC CHECKCATALOG command." 2564 = 10.0, "Only the DBO of database %1! or a user with System Administrator (SA) role can run the DBCC CHECKDB command." 2565 = 10.0, "Only the DBO of database %1! or a user with System Administrator (SA) role can run the DBCC CHECKALLOC command." 2567 = 10.0, "Only the DBO of database %1! or a user with System Administrator (SA) role can run the DBCC DBREPAIR command." 2568 = 4.2, "Page %1! is out of range for this database" 2570 = 4.2, "Warning - Page %1! has DEALLOC bit on - indid %2!, status 0x%3!" 2571 = 10.0, "Permission denied. Only a user with System Administrator (SA) role can use the DBCC command '%1!'." 2572 = 4.9.1, "Database '%1!' is not in single user mode - may find spurious allocation problems due to transactions in progress." 2573 = 4.2, "Database '%1!' is not marked suspect. You cannot drop it with DBCC." 2574 = 4.2, "Index page number %1! is empty. Status = 0x%2!." 2575 = 4.9.0, "The last page %1! in sysindexes for table '%2!' has next page # %3! in its page header. The next page # should be NULL. Please check sysindexes." 2576 = 4.9.0, "The %1! page %2! specified in sysindexes for table '%3!' can not be found. Please check sysindexes." 2577 = 4.9.0, "The root page %1! in sysindexes for table '%2!' has next page # %3! and previous page # %4! in its page header. Both the next page # and the previous page # should be NULL. Please check sysindexes." 2578 = 4.9.0, "The first page %1! in sysindexes for table '%2!' has previous page # %3! in its page header. The previous page # should be NULL. Please check sysindexes." 2579 = 4.2, "The total number of data pages in this table is %1!." 2580 = 4.2, "The clustered index page (%1!) has an unexpected key pointer to an overflow data page (%2!). Please check page status." 2581 = 4.2, "Data page (%1!) indicates that an overflow page is linked to it; however, the next page (%2!) has not been marked as an overflow page. Please check page status." 2582 = 4.2, "Data page (%1!) has been marked as an overflow page; however, the previous page (%2!) does not indicate that there is an overflow page linked to it." 2583 = 4.8.0, "Number of data pages counted by DBCC differs from count in the data OAM." 2584 = 4.2, "The last key in the previous page (%1!) is equal to the first key in the current page (%2!); however, the status of current page does not indicate that it is an overflow page." 2585 = 4.2, "The last key in the previouse page (%1!) is equal to the first key in the current page (%2!); however, the status of previous page indicates that there is a disconnected overflow page." 2586 = 11.0.2, "The last key in the previous page (%1!) is equal to the first key in the current page (%2!); however, the status of previous page indicates that there is no overflow page." 2587 = 4.2, "The last key in the previouse page (%1!) is not equal to the first key in the current page (%2!); the current page is an overflow page; however, the status of previous page indicates that there is no disconnected overflow page." 2589 = 4.9.0, "Object '%1!' must have its status updated in sysobjects, to reflect the intent of repairing the index on it." 2590 = 4.2, "DBCC option available for system tables only." 2591 = 4.2, "Could not find index row which has id %1! for table '%2!'." 2592 = 4.2, "%1! index successfully restored for object '%2!' in '%3!' database." 2593 = 4.2, "There are %1! rows in %2! pages for object '%3!'." 2594 = 4.2, "Invalid index id specified (index id = %1!)." 2595 = 4.2, "Database '%1!' must be set to single user mode before executing this command." 2596 = 4.2, "%1! has an incorrect pgfreeoff value of %2!. The offset should be %3!." 2597 = 4.2, "The database is not open. Please issue a 'use %1!' and re-run the DBCC command." 2598 = 4.9.0, "Indexes on sysobjects and sysindexes cannot be recreated." 2599 = 4.8.0, "Invalid monitor group specified: '%1!'. Please re-enter." 2601 = 10.0, "Attempt to insert duplicate key row in object '%1!' with unique index '%2!'%3!" 2602 = 4.2, delete 2603 = 4.2, "No space left on logical page %1! of index '%2!' for object '%3!' when inserting row on index page - this situation should have been taken care of while traversing the index." 2604 = 4.2, delete 2609 = 4.2, delete 2610 = 4.2, "Could not find leaf row in nonclustered index '%1!' that corresponds to data row from logical data page %2!, row offset %3! during update index attempt after data page split." 2613 = 4.2, "Attempt to remove resource lock on buffer holding logical page %1! failed - the buffer was not resource locked." 2615 = 4.2, "Attempt to insert duplicate row in table '%1!' with index '%2!' in database '%3!'. Could drop and recreate index with ignore duprow or allow duprow." 2616 = 4.2, "Buffer holding logical page %1! cannot move to slot 1 since buffer holding logical page %2! is already there." 2617 = 4.2, "Buffer holding logical page %1! not found in keep pool in SDES for object '%2!'" 2618 = 4.8.0, "Couldn't find dupkey group starting at offset %1! on page %2!." 2619 = 11.0.2, "Keys did not match overflow page when inserting row at end of page (%1!) that has overflow page (%2!) that is not disconnected in dbid = %3!." 2620 = 4.2, "The offset of the row number at offset %1! does not match the entry in the offset table of the following page: %2!." 2621 = 4.2, "Process %1! already has the buffer we are using for an allocation resource locked: %2!." 2622 = 4.2, "Insufficient room on this page to insert a row of length %1!. %2!." 2623 = 4.2, "The PG_DEALLOC bit is on in this page at runtime - should have been turned off by deallocating page in recovery. %1!." 2624 = 4.2, "Insert into table %1! fails because rowlength %2! is less than minlen %3!." 2625 = 4.2, "Deadlock encountered in log allocation for database '%1!'. This state should not be reached." 2626 = 4.2, "Illegal attempt to insert duplicate key row in the clustered index for object '%1!' in database '%2!'." 2628 = 11.0, "In database '%1!', page %2! is linked forward to page %3!, but that page is linked backward to page %4!. Please report this internal error to Sybase Technical Support." 2701 = 4.2, "Database name '%1!' ignored, creating table in Tempdb." 2702 = 4.2, "Database '%1!' does not exist." 2703 = 4.2, "Segment '%1!' does not exist." 2705 = 4.2, "Column names in each table must be unique. Column name '%1!' in table '%2!' is specified more than once." 2706 = 4.2, "Table '%1!' does not exist." 2710 = 4.2, "You are not the owner specified for the object named '%1!' in this command (CREATE, ALTER, TRUNCATE, UPDATE STATISTICS, or BULK INSERT). The database owner can use the SETUSER command to assume the identity of another user." 2711 = 4.2, delete 2714 = 4.2, "There is already an object named '%1!' in the database." 2715 = 4.2, "Column or parameter #%1!: Can't find type '%2!'." 2716 = 4.2, "Column or parameter #%1!: -- can't specify a column width on type '%2!'." 2717 = 4.2, "Column or parameter #%1!: -- specified column width too large for type '%2!'." 2718 = 4.2, "Column or parameter #%1!: -- can't specify Null values on a column of type BIT." 2719 = 10.0, "Only the owner of table '%1!', or a user with System administrator (SA) role, can run UPDATE STATISTICS on it." 2721 = 10.0, "Could not find a default segment to create the table on. Contact a user with System administrator (SA) role to specify a default segment in syssegments." 2724 = 11.0.1, "Parameter '%1!' has an invalid data type." 2727 = 4.2, "Cannot find index '%1!'." 2728 = 4.9.0, "Could not find sysobjects row for table '%1!'." 2729 = 4.2, "Procedure '%1!' group number 1 already exists in the database. Choose another procedure name or procedure number." 2730 = 4.2, "Cannot create procedure '%1!' with a group number of %2! because a procedure with the same name and a group number of 1 does not currently exist in the database. Must CREATE PROCEDURE '%3!';1 first." 2731 = 4.2, "Column or parameter #%1!: -- can't specify column width of zero for '%2!'." 2732 = 4.2, "User error number %1! is invalid. Number must be between %2! and %3!." 2733 = 4.2, delete 2734 = 4.9.0, "User name %1! does not exist in sysusers." 2735 = 4.9.0, "Object text is too long - can only support 255 rows in syscomments. Shorten the object text or split into multiple objects. Text which caused overflow starts at: '%1!'." 2736 = 4.2, "Owner name that was specified is a group name. Objects cannot be owned by groups." 2737 = 4.2, "Message passed to %1! must be of type CHAR or VARCHAR." 2738 = 4.2, "A table can only have one timestamp column. Since table '%1!' already has one, you can't add the column '%2!'." 2739 = 4.2, "TEXT and IMAGE datatypes are invalid for parameters or local variables." 2740 = 4.2, "SET LANGUAGE failed because '%1!' is not an official language name or a language alias on this SQL Server." 2741 = 4.2, "SET DATEFORMAT date order '%1!' is invalid." 2742 = 4.2, "SET DATEFIRST %1! is out of range." 2743 = 4.2, "%1! command requires %2! parameter." 2744 = 4.8.0, "Index distribution page was %1!, now %2!. Perhaps another UPDATE STATISTICS command is currently running. Retry your command." 2745 = 4.9.0, "%1! command is missing an argument position specifier." 2746 = 4.9.0, "Duplicate position specifier in format string of %1! command." 2747 = 4.9.0, "Incorrect position specifier in format string of %1! command." 2748 = 4.9.0, "Message number %1!, passed to RAISERROR, does not exist in Sysmessages." 2749 = 4.9.0, "Number of argument position specifiers in %1! command is greater than the number of arguments passed." 2750 = 4.9.0, "Can not have more than %1! arguments in a call to %2!." 2751 = 4.9.0, "%1! command failed because the resulting string exceeded the maximum length of %2! bytes." 2752 = 4.9.0, "The PRINT/RAISERROR function received an illegal datatype of '%1!'." 2753 = 4.9.0, "Received an error code of '%1!' from 'intl_strblist()'." 2754 = 4.9.0, "There is an argument position specifier that is out of range in a call to %1!. Valid argument position specifiers must be in the range from 1 to %2!." 2755 = 4.2, delete 2756 = 10.0, "Column or parameter #%1!: -- specified column precision %2! more than the maximum precision %3!." 2757 = 10.0, "Column or parameter #%1!: -- specified column scale %2! more than the specified precision %3!." 2758 = 10.0, "Resdom says that column or parameter has no arguments but the length is non-zero. Given length %1!." 2759 = 10.0, "Internal error: illegal tree encountered." 2760 = 10.0, "Column name '%1!' does not exist in target table." 2761 = 10.0, "Failed to create declarative constraints on table '%1!' in database '%2!'." 2762 = 10.0, "The '%1!' command is not allowed within a multi-statement transaction in the '%2!' database." 2763 = 10.0, "An attempt to grant CREATE TABLE permission to PUBLIC in tempdb failed." 2764 = 10.0, "Identity field '%1!' must be a numeric with a scale of 0 and not null allowed." 2765 = 10.0, "A table can only have one identity column. Since table '%1!' already has one, you can't add the column '%2!'." 2766 = 10.0, "Cannot use logsegment to create a user table or an index." 2767 = 10.0, "The table with id=<%1!> in dbid=<%2!> does not exist. It may have been created in a concurrently running transaction that rolled back and is now inaccessible." 2768 = 10.0, "SET label (CURREAD, CURWRITE) failed because new value is an invalid label, or new value doesn't satisfy the dominance relationships among session labels." 2769 = 10.0, "Invalid maxhold label specified for the table." 2770 = 10.0, "Invalid minhold label specified for the table." 2771 = 10.0, "Invalid hold label specified. A table's maxhold label should always dominate it's minhold label." 2772 = 10.0, "Invalid hold label specified. Only labels below your @@maxwrite are acceptable." 2773 = 10.0, "Invalid hold label specified. Only labels above your @@minwrite are acceptable." 2774 = 10.0, "Hold label provided is above database maxhold. Please provide a label below the database maxhold." 2775 = 10.0, "Object is not a table, or table has NULL maxhold and/or minhold value." 2776 = 10.0, "The 'set update_mode' command only takes in a CHAR or VARCHAR argument." 2777 = 10.0, "Invalid update_mode provided. The only allowable update modes are: reclassify, over_range, and standard." 2778 = 10.0, "The object '%1!' is not a table. Update statistics can be used only on user tables or system tables" 2779 = 10.0, "Lock request count has overrun the lock request array boundary. This is an internal error." 2780 = 10.0.1, "maxlen (%1!) is less than length (%2!)" 2781 = 10.0, "Internal Error. Master to DB SLID conversion failed." 2782 = 10.0.1, "An untyped variable in the PREPARE statement '%1!' is being resolved to a TEXT or IMAGE type. This is illegal in a dynamic PREPARE statement." 2783 = 10.0, "The user's curwrite needs to be at the table's hurdle when updating a table's statistics." 2784 = 10.0, "Internal row labeling error occured." 2786 = 10.1, "MAX_ROWS_PER_PAGE value of %1! is invalid. It must be between 0 and %2!." 2787 = 11.0, "Cache, %1!, cannot be found in sysconfigures." 2788 = 11.0, delete 2789 = 11.0, delete 2790 = 11.0, "Setting maximum online engines to %1! causes number of engine freelocks (%2!) to fall below half the value of freelock transfer block size (%3!). Please increase maximum engine freelocks to %4! and reattempt this command." 2791 = 11.0.1, delete 2793 = 11.0.1, "User error number %1! is of invalid type. Number must be an integer." 2801 = 4.8.0, "Bad procedure status: 0x%1!." 2802 = 4.2, "Both the tree and plan pointer are set; Ambiguous procedure." 2803 = 4.8.0, "Bad pointer encountered during remapping: 0x%1!." 2804 = 4.2, "Stored procedure '%1!' is out of sync with its own procedure header." 2805 = 4.2, "Bad pointer 0x%1! encountered while remapping stored procedure '%2!'. Must re-create procedure." 2806 = 4.2, "Stored procedure '%1!' is corrupted. Must re-create procedure." 2807 = 4.2, "Process %1! could not unlock stored procedure '%2!' because the procedure is not currently locked by that process." 2808 = 4.2, "Incorrect object structure returned from getobject." 2809 = 4.2, "The request for %1! '%2!' failed because '%3!' is a %4! object." 2810 = 4.2, "Cache reports negative usage count for procedure '%1!'." 2811 = 4.2, "Cannot create procedure dbid %1!, objid %2!, with a group number of %3!." 2812 = 10.0, "Stored procedure '%1!' not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output)." 2813 = 4.2, "Procedure %1! in procedure buffer 0x%2! not properly linked with procedure header 0x%3!." 2814 = 4.2, "Procedure %1! in procedure buffer 0x%2! does not contain the same object id as procedure header 0x%3!." 2815 = 4.2, "Procedure %1! in procedure buffer 0x%2! contains page address 0x%3! which is not aligned on a 2K boundary." 2816 = 4.2, "Procedure %1! in procedure buffer 0x%2! contains page address 0x%3! which is not within any memory map." 2817 = 4.2, "Procedure %1! in procedure buffer 0x%2! contains page address 0x%3! which should be allocated." 2818 = 4.2, "You must provide both name and object id in order to install a procedure." 2819 = 4.2, "You must provide both name and object id in order to remove a procedure." 2820 = 4.8.0, "You must provide procedure buffer to remove the procedure %1!." 2821 = 4.2, "You must drop and recreate procedure %1!." 2822 = 4.2, "Bad version number encountered for procedure %1!." 2823 = 4.2, "Process %1! tried to remove a PROC_BUF 0x%2! named '%3!' that it does not hold in the hold procedure linked list." 2824 = 4.2, "Process %1! cannot hold PROC_BUF 0x%2! named '%3!' because it holds another PROC_BUF 0x%4! named '%5!'. A process can only hold one view, rule, or default at a time." 2825 = 4.2, "Process %1! tried to remove a PROC_BUF 0x%2! named '%3!' that it does not hold." 2826 = 4.2, "Process %1! has held the PROC_BUF 0x%2! named '%3!' in the hold procedure linked list already; Check your procedure cache." 2827 = 4.2, "Procedure '%1!' in procedure buffer 0x%2! is not properly hashed." 2831 = 4.2, delete 2832 = 10.0, "There are no more available procedure buffers. Configure your system for more." 2833 = 10.0, "While cleaning up descriptor for object %1!, a procedure buffer was found in use (use count = %2!)" 2834 = 10.0, "Expected to find procedure buffer with usage count of %1! and not %2!." 2835 = 10.0, "The procedure tree is old. Use the sp_remap procedure to remap all the procedures in this database." 2836 = 10.0, "The cursor '%1!' is already tracking another procedure. This is an internal error." 2837 = 10.0, "The object '%1!' must be recompiled. Use 'sp_recompile %2!', then rerun your command." 2838 = 10.0.2, "Invalid procedure name" 2901 = 10.0, "Exception stack limit (%1!) exceeded." 2902 = 11.0, "Simulating error %1!, state %2!, at line %3! in file %4!." 3001 = 10.0, "DUMP DATABASE for database '%1!' failed: insufficient memory to allocate backout structure." 3002 = 10.0, delete 3003 = 10.0, "DUMP DATABASE failed to establish a connection to the Backup Server. Attempt to dump database '%1!' has failed." 3004 = 10.0, "You must be the DBO of database %1! or have Operator (OPER) role to run DUMP DATABASE." 3005 = 10.0, "DUMP DATABASE failed to end flushlist synchronisation. In database '%1!', some transactions may be suspended and further DUMP DATABASEs blocked, requiring reboot of the SQLServer." 3006 = 10.0, delete 3007 = 10.0, delete 3013 = 10.0, delete 3014 = 10.0, delete 3015 = 10.0, "WARNING: In order to LOAD the master database, the SQL Server must run in single-user mode. If the master database dump uses multiple volumes, you must execute sp_volchanged on another SQL Server at LOAD time in order to signal volume changes." 3016 = 11.0, "DUMP DATABASE for '%1!' cannot continue because of insufficient log space. Free some log space with DUMP TRANSACTION or turn off replication." 3101 = 10.0, "Database in use. A user with System Administrator (SA) role must have exclusive use of database to run load." 3102 = 4.2, "Specified file '%1!' is not in valid dump database format." 3103 = 10.0, "LOAD DATABASE for database '%1!' failed: insufficient memory to allocate backout structure." 3104 = 10.0, delete 3105 = 10.0, "Data on dump will not fit into current database. Need %1! Mbyte database." 3106 = 10.0, delete 3107 = 10.0, delete 3108 = 10.0, "LOAD DATABASE must be used in single user mode if trying to restore the Master database." 3109 = 4.2, "This dump was created from the Master database. A dump from Master can only be loaded as part of the Restore Master procedure." 3110 = 10.0, "You must be the DBO of database %1! or have Operator (OPER) role to run LOAD DATABASE." 3111 = 4.2, "This dump was not created from the Master database. Master can only be loaded from a dump of the Master database." 3112 = 4.2, "Cannot load any database other than Master when server in single-user mode." 3113 = 4.2, "Database %1! does not have an entry in SYSUSERS for the DBO." 3114 = 4.2, "Database %1! does not have an entry in Sysdatabases." 3115 = 4.9.0, "User %1! in database %2! has suid %3!, which is the same as the suid of the DBO (as defined in Sysdatabases). User %4! will be given suid %5!." 3116 = 4.2, "When all load transactions have been completed for database %1!, user %2! should be given the next available suid." 3117 = 4.2, "Database %1! already has a user with suid %2!. Please call Technical Support." 3118 = 4.2, "LOAD DATABASE has been interrupted by a USER ATTENTION signal. A LOAD DATABASE must be completed in this database before it will be accessible." 3119 = 10.0, delete 3120 = 4.9.0, "The database you are attempting to LOAD was DUMPed under a different sort order ID (%1!) or character set ID (%2!) than the ones running on this server (SortOrd = %3!, CharSet = %4!). If the sort orders differ, at least one of them is non-binary." 3121 = 4.9.0, "The %1!CLUSTERED index %2!.%3! (objid = %4!, indid = %5!) may be invalid. It uses CHAR or VARCHAR columns in its key and was created under a different sort order ID (%6!) or charset ID (%7!) than the ones running on this server (SortOrd = %8!, CharSet = %9!)." 3122 = 10.0, "Failed to patch the transaction log for database '%1!'." 3123 = 10.0, "The dump header contains an invalid dump type code: %1!. This is not a valid transaction log dump or database dump." 3124 = 10.0.1, "This is a %1! dump of database ID %2!, name '%3!', from %4!. SQL Server version: %5!. Backup Server version: %6!." 3125 = 10.0, "Database contains %1! pages; checkpoint RID=(%2!); next object ID=%3!; sort order ID=%4!, status=%5!; charset ID=%6!." 3126 = 10.0, "Log begins on page %1!; checkpoint RID=%2!; previous BEGIN XACT RID=(%3!); sequence dates: (old=%4!, new=%5!); truncation page=%6!; %7! pages deallocated; requires database with %8! pages." 3127 = 10.0, "All dumped pages have been loaded. SQL Server is now clearing pages above page %1!, which were not present in the database just loaded." 3128 = 10.0, "SQL Server has finished clearing database pages." 3129 = 10.0, "Failed to clear in-load status bit for database '%1!'." 3130 = 10.0, "Database maxhold label found in dump is an invalid security label. Discontinuing load." 3131 = 10.0, "Database hurdle label found in dump is an invalid security label. Discontinuing load." 3132 = 10.0, "Server Data Low label found in dump is an invalid sensitivity label. Discontinuing load." 3133 = 10.0, "Server Data High label found in dump is an invalid sensitivity label. Discontinuing load." 3134 = 10.0, "Security label consistency check failed. Please run DBCC SECURITY (LABEL_CHECK, '%1!', {FULL | NOREPORT}, FIX) after all loads have been performed in order to make this database usable." 3135 = 10.0, "Please run DBCC SECURITY (LABEL_CHECK, , [FULL | NOREPORT], FIX) after all loads have been performed." 3136 = 11.0, "Database log version=%1!; database upgrade version=%2!." 3137 = 11.0, "Use the ONLINE DATABASE command to bring this database online; SQL Server will not bring it online automatically." 3201 = 10.0, "No dump device has been specified." 3202 = 10.0, "Received MULTARG is not for device name as expected." 3203 = 10.0, "Backup Server has detected a SQL Server error." 3204 = 11.0.1, "User aborted DUMP or LOAD for database '%1!'." 3205 = 11.0.1, "DUMP failed in database '%1!': attempt to add run to full run list." 3206 = 10.0, "Backup Server has returned an unexpected status to SQL Server: %1!." 3207 = 10.0, "More parameters have been specified to DUMP or LOAD than can be passed to the Backup Server." 3208 = 4.2, "Unexpected end of file while reading beginning of dump. Please confirm that dump media contains a valid SQL Server dump. The SQL Server error log may contain more information on the problem." 3209 = 4.9.0, "'%1!' is not a DUMP or LOAD device. Please check sysdevices." 3210 = 4.8.0, "DUMP or LOAD of database '%1!' encountered lock denial on SYSDEVICES to prevent deadlock. Deadlock should not have been possible." 3211 = 10.0, "DUMP failed in database %1!: error occurred executing RPC." 3212 = 10.0, "DUMP failed in database %1!: unexpected status executing RPC: %2!." 3213 = 10.0, "An I/O error was detected while doing I/O on buffer 0x%1!." 3214 = 10.0, "%1!: virtual page %2! does not belong to any valid disk device." 3216 = 10.0, "Backup Server session id is: %1!. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server." 3217 = 10.0, "%1! for database '%2!' failed to write the dump header." 3218 = 10.0, "%1! for database '%2!' failed to write the dump trailer." 3219 = 10.0, "The Backup Server encountered an invalid dump trailer page, so SQL Server is not able to correctly recover database '%1!'. Because of this error, the database is now suspect." 3220 = 10.0, "Could not establish communication with Backup Server '%1!'. Please make sure that there is an entry in Sysservers for this server, and that the correct server is running." 3221 = 10.0, "Could not install a function required to create a %1!; returned error code is %2!." 3222 = 10.0, "Attempt to write a %1! failed; returned error code is %2!." 3223 = 10.0, "Attempt to read a %1! failed; returned error code is %2!." 3224 = 10.0, "INTERNAL ERROR: function '%1!' was passed an invalid dump type code: %2!." 3225 = 10.0, "I/O failed while attempting to clear pages starting at page %1! of disk number %2!." 3226 = 10.0, "Attempt to allocate a %1! failed -- there are none available. SQL Server is unable to clear unused pages in the database being loaded. Because of this error, the database is unusable." 3227 = 10.0, "No extent-sized buffers were available, so pages are being cleared by writing each page separately. Please be patient; %1! pages are being written, which may take a substantial amount of time. (Rough estimate: %2! minutes.)" 3228 = 10.0, "Insufficient contiguous SQL Server memory to allocate DB disk status array; %1! bytes were required." 3229 = 10.0, "For logical disk device '%1!', primary device '%2!' is not active. Secondary device '%3!' will be used." 3230 = 10.0, "For logical disk device '%1!', neither primary device '%2!' nor secondary device '%3!' is active. %4! cannot continue." 3231 = 10.0, "Invalid disk side token: %1!." 3232 = 10.0, "For logical disk device '%1!', %2! physical disk device '%3!' has become unmirrored since the start of %4!. Resulting work is invalid." 3233 = 10.0, "%1! for database '%2!' failed: an alarm function could not be installed." 3234 = 10.0, "%1! for database '%2!' failed to remove alarm with ID = %3!." 3235 = 10.0, "For logical disk '%1!', %2! physical device is internally designated DB device for %3!, but Sysdevices.status value '0x%4!' conflicts." 3236 = 10.0, "Remirroring the affected portions of the usage map that are on mirrored devices." 3237 = 10.0, "%1! failed to find disk status entry for virtual page '%2!'." 3238 = 10.0, "Internal I/O error on %1! pysical device on virtual page number '%2!' while %3! was remirroring loaded database." 3239 = 10.0, "%1! could not allocate a large IO buffer. Try again later." 3240 = 10.0, "Unable to obtain the SQL Server's current working directory. The SQL Server must have search permission on its current working directory and the name must be shorter than %1! bytes." 3241 = 10.0, "Unable to get IO access type for device '%1!'." 3242 = 10.0, "Internal sensitivity label inconsistency encountered during dump. Conversion of Data High, Data Low, database maxhold, or database hurdle to human-readable string failed." 3243 = 10.0, "Loading a dump from a non-B1 SQL Server into a B1 SQL Server is not allowed." 3244 = 11.0, "%1! failed for database '%2!' with an internal transaction logging system failure; returned error code is %3!." 3245 = 11.0.1, delete 3301 = 4.9.0, "Invalid log record found in syslogs (logop %1!)." 3302 = 4.2, delete 3303 = 4.2, "Failed to find SAVEPT in log for xact %1!, current number is %2!, looking for %3!." 3304 = 4.2, delete 3305 = 4.2, "Page %1! in database '%2!' read in during runtime or load xact was uninitialized." 3306 = 4.2, "Process %1! was expected to hold logical lock on page %2! instead of process %3!." 3307 = 11.0.3, "Process %1! was expected to hold logical lock on page %2! in database %3! for object %4!, index number %5!." 3308 = 4.2, "Page %1! was expected to have %2! lock on it." 3309 = 4.8.0, "While in backout, process %1! was chosen as deadlock victim while waiting for a resource lock on page %2!." 3310 = 4.2, "Cannot find log record with RID: (%1!, %2!)." 3311 = 4.2, "No space left on page %1! to move data of %2! length." 3312 = 4.2, "Free offset %1! is invalid on page %2!." 3313 = 4.9.1, "Error while redoing log row in database '%1!'. %2!." 3314 = 4.2, "Error while undoing log row in database '%1!'. %2!." 3315 = 10.0, "While redoing a transaction, the end of the log was encountered before the endxact record." 3316 = 10.0, "While redoing a transaction, an attempt to reget an XCMD row failed." 3317 = 10.0, "ROLLBACK TRIGGER can only be executed when a trigger is executing. It may be called directly by the trigger, or from a stored procedure executed directly or indirectly from a trigger." 3401 = 4.9.0, "Rec_init: getnext SCAN_RID of last checkpoint failed on Rid from sysdatabases. %1!." 3402 = 4.2, delete 3403 = 10.0, "During recovery initialization, page %1! was encountered. This page belongs to object %2!, not the log." 3404 = 4.2, "Rec_complete: Could not open controlling database (id %1!) of controlling database in multi-db transaction." 3405 = 4.2, "Recovering database '%1!'." 3406 = 4.2, "%1! transactions rolled forward." 3407 = 4.2, "%1! transactions rolled back." 3408 = 4.2, "Recovery complete." 3409 = 4.2, "Roll forward transaction '%1!'." 3410 = 4.2, "Roll back transaction '%1!' -- was aborted." 3411 = 4.2, "Roll back transaction '%1!' -- no 'end transaction'." 3412 = 4.9.0, "Database %1!, table %2!. Attempt to mark table as suspect. Getnext SCAN_CLUST on sysobjects.objid failed." 3413 = 4.9.0, "Database %1!. Attempt to mark database as suspect failed. Getnext NC scan on sysdatabases.dbid failed." 3414 = 10.0, "Database '%1!' (dbid %2!): Recovery failed. Check the SQL Server errorlog for further information as to the cause." 3415 = 4.2, delete 3416 = 4.2, delete 3417 = 4.2, "Cannot recover the master database, exiting." 3418 = 10.0, "Not enough deses to open '%1!'." 3419 = 4.2, "Unable to proceed with the recovery of dbid <%1!> because of previous errors. Continuing with the next database." 3421 = 4.2, "Unable to recover database '%1!' because of a failure to initialize the global timestamp. This indicates that a problem exists in the log for the current database. Please contact Technical support for assistance." 3422 = 4.2, delete 3423 = 4.2, "Error recovering database '%1!' - could not find expected BEGIN TRANSACTION record at location: %2!." 3424 = 4.2, "No more room in transaction table for transaction (%1!, %2!)." 3425 = 4.2, "Transaction (%1!, %2!) not found in transaction table." 3426 = 4.9.0, "Could not make log consistent during special recovery of database %1!. Please contact Technical support for assistance." 3429 = 4.2, "Error recovering database '%1!' - could not connect to commit service to check completion status of xact: %2!." 3430 = 4.2, "Could not add a checkpoint record during special recovery of database %1!. If you intend to do updates in this database, first free up space by running DUMP TRANasction WITH NO_LOG, and then checkpoint the database." 3431 = 10.0, "Could not build an allocation map for the database %1!. It does not have a DBINFO structure" 3432 = 4.9.0, "Warning: syslanguages is missing." 3433 = 4.2, "Name is truncated to '%1!'. The maximum name length is %2!." 3434 = 4.2, "Cannot change sortorder. Server shutting down. Restart to continue with sortorder unchanged." 3435 = 4.2, "Sortorder cannot be changed because user objects or user databases exist." 3436 = 4.2, "Cannot rebuild index %1! for the '%2!' table in the '%3!' database." 3437 = 4.8.0, "Please run sp_dbupgrade in database %1! to update system catalogs." 3438 = 10.0, "Function %1! was called by process %2!, which is not the recovery process." 3439 = 10.0, "Database '%1!' has inconsistent security labels. Disabling use of database." 3440 = 10.0.2, "System stored procedures are not currently accessible due to a recovery error. Please consult the errorlog. You may need to drop and re-create the sybsystemprocs database and re-run the installmaster SQL script if the error is unrecoverable." 3442 = 11.0, delete 3443 = 11.0, "Invalid log version found for database '%1!': '%2!'. A log version greater than '%3!' is from an later, incompatible version of SQL Server. Database cannot be opened." 3444 = 11.0, "Database '%1!' is now online." 3445 = 11.0, "SQL Server could not bring database '%1!' online." 3446 = 11.0, "You do not have privilege to bring database '%1!' online." 3447 = 11.0, "Database '%1!' appears to be in the process of being loaded; SQL Server will not bring it online automatically. Use the ONLINE DATABASE command to bring this database online." 3448 = 11.0, "Database '%1!' appears to be at an older revision than the present installation; SQL Server will assess it, and upgrade it as required." 3449 = 11.0, "Database '%1!': beginning upgrade step: %2! %3! [ID %4!]" 3450 = 11.0, "Database '%1!': upgrade item %2! contains a bad action identifier, %3!. Please report this internal error to Sybase technical support." 3451 = 11.0, "Database '%1!': upgrade has failed for this database. Please refer to previous messages for the cause of the failure, correct the problem and try again." 3452 = 11.0, "Database '%1!': upgrade item %2! depends on item %3!, which could not be installed. Please refer to previous messages for the cause of the failure, correct the problem and try again." 3453 = 11.0, "Database '%1!': upgrade failed to open table %2!. This table should exist in every database." 3454 = 11.0, "Database '%1!': SQL Server could not completely upgrade this database; upgrade item %2! could not be installed." 3455 = 11.0, "Database '%1!': SQL Server could not find its internal description of system table '%2!'. Please report this internal error to Sybase technical support." 3456 = 11.0, "Database '%1!': during an upgrade, SQL Server could not create table '%2!'." 3457 = 11.0, "Database '%1!': the dependency list for upgrade item %2! contains an invalid identifier, %3!. Please report this internal error to Sybase technical support." 3458 = 11.0, "Database '%1!': upgrade was asked to locate column '%2!' for table '%3!'; this column does not exist. Please report this internal error to Sybase technical support." 3459 = 11.0, "Database '%1!': upgrade could not determine the name of table ID '%2!'. Please refer to previous error messages to determine the problem. Fix the problem, then try again." 3460 = 11.0, "Database '%1!': upgrade could not record the installation of upgrade item '%2!'. Please refer to previous error messages to determine the problem. Fix the problem, then try again." 3461 = 11.0, "Database '%1!': upgrade could not install required upgrade item '%2!'. Please refer to previous error messages to determine the problem. Fix the problem, then try again." 3462 = 11.0, "Database '%1!': upgrade could not install optional upgrade item '%2!'. Please refer to previous error messages to determine the problem. Upgrade will continue." 3463 = 11.0, "Database '%1!': upgrade was asked to create an index on table '%2!'; this table does not exist. Please report this internal error to Sybase technical support." 3464 = 11.0, "Database '%1!': upgrade item %2! has a bad format: info=%3!, data='%4!'. Please report this internal error to Sybase technical support." 3465 = 11.0, "Database '%1!': upgrade could not locate a row in systypes with usertype=%2! and type=%3!. Please report this internal error to Sybase technical support." 3466 = 11.0, "Database '%1!': upgrade could not locate systypes.name where usertype=%2! and type=%3!. Please report this internal error to Sybase technical support." 3467 = 11.0, "Database '%1!': Index '%2!.%3!' has id %4! in Sysindexes, but %5! in our internal description. Please report this internal error to Sybase technical support." 3468 = 11.0, "Database '%1!': upgrade was asked to create index %2! on table '%3!', but there is no such index. Please report this internal error to Sybase technical support." 3469 = 11.0, "Database '%1!': upgrade failed to create index %2! on table '%3!'. Please refer to previous error messages to determine the problem. Fix the problem, then try again." 3470 = 11.0, "SQL Server could not completely upgrade database '%1!', but the database was online when upgrade began, so it will be left online." 3471 = 11.0, "Database '%1!' can not be brought online because it has replicated tables that have not been completely transferred. It will come online automatically after replication is complete." 3472 = 11.0.1, "Unable to access database '%1!' (dbid %2!): recovery failed, please contact Sybase Technical Support." 3501 = 4.9.0, "Could not get sysdatabases row for database '%1!' at checkpoint time." 3502 = 4.9.0, "No checkpoint records found in syslogs for database '%1!'." 3503 = 4.2, delete 3504 = 10.0, "Sysindexes page # %1! in database '%2!' is not in buffer cache at checkpoint after getindex call." 3505 = 10.0, "Only the DBO of database %1! or a user with System Administrator (SA) role may run the checkpoint command." 3508 = 4.2, "Attempt to set '%1!' database to single user mode failed because the usage count is %2!. Make sure that no other users are currently using this database and rerun CHECKPOINT." 3604 = 4.2, "Duplicate key was ignored." 3605 = 4.2, "Duplicate row was ignored." 3606 = 4.2, "Arithmetic overflow occurred." 3607 = 4.2, "Divide by zero occurred." 3608 = 4.2, "Null value used in an expression." 3609 = 4.2, delete 3610 = 4.2, delete 3611 = 4.2, delete 3612 = 4.2, "Execution Time %1!." 3613 = 4.2, "Parse and Compile Time %1!." 3614 = 4.2, "Total writes for this command: %1!" 3615 = 4.2, "Table: %1! scan count %2!, logical reads: %3!, physical reads: %4!" 3616 = 4.2, "Non-leaf page %1! in table %2!, index %3! is empty - please rebuild the index." 3618 = 4.2, "Transaction has been aborted." 3619 = 4.2, "Unable to write CHECKPOINT record in database %1! because the log is out of space." 3620 = 4.2, "Automatic checkpointing is disabled in database '%1!' because the log is out of space. It will continue when the DBO successfully checkpoints the database. Please free up some space or extend the database and then run CHECKPOINT." 3621 = 4.2, "Command has been aborted." 3622 = 4.2, "Domain error occurred." 3623 = 4.2, "A transaction on a no_log table was undone. Check the errorlog file in the SQL Server directory for details." 3624 = 10.0, "Truncation error occurred." 3625 = 11.0, "Table: %1! scan count %2!, logical reads: %3!, physical reads: %4!" 3626 = 4.9.1, "The transaction was aborted because it used too much stack space. Either use sp_configure to increase the stack size, or break the query into smaller pieces. spid: %1!, suid: %2!, hostname: %3!, application name: %4!" 3627 = 10.0, "Conversion of char/varchar datatype to security label datatype failed." 3628 = 10.0, "Conversion of security label datatype to char/varchar datatype failed." 3629 = 11.0, "Statement: %1! Subquery: %2! cache size: %3! hits: %4! misses: %5!" 3701 = 4.2, "Cannot drop the %1! '%2!', because it doesn't exist in the system catalogs." 3702 = 4.2, "Cannot drop the %1! '%2!' because it is currently in use." 3703 = 4.2, "Cannot drop the %1! with object-id %2! in database %3!, because it doesn't exist in the system catalogs." 3704 = 10.0, "Cannot drop the %1! '%2!' because you are not the owner or a user with System Administrator (SA) role." 3705 = 4.2, "Cannot use DROP %1! with '%2!' because '%3!' is a %4!. Use DROP %5!." 3706 = 4.2, delete 3707 = 4.2, delete 3708 = 4.2, "Cannot drop the %1! '%2!' because it is a system %3!." 3709 = 4.2, "Cannot drop '%1!' because you are not currently in the master database." 3710 = 10.0, "Cannot use DROP with '%1!' because '%2!' is a %3!. Use ALTER TABLE." 3711 = 10.0, "Cannot use ALTER TABLE with '%1!' because '%2!' is a %3!. Use DROP %4!." 3712 = 11.0.1, "Cannot drop %1! '%2!' because it still has referential integrity constraints." 3716 = 4.2, "The %1! '%2!' cannot be dropped because it is bound to one or more %3!." 3718 = 4.9.0, "Could not drop index '%1!' because the table/clustered index entry cannot be found in the sysindexes system catalog." 3723 = 10.0, "The table '%1!' does not have the %2! '%3!'. Cannot drop." 3724 = 10.0, "Level of table or object '%1!' does not match user's curwrite level. Cannot drop." 3725 = 10.0, "Level of index '%1!' does not match user's curwrite level. Cannot drop." 3726 = 10.0, "Level of database '%1!' does not match user's curwrite level. Cannot drop." 3727 = 10.0, "Can not drop the database '%1!' because cursor '%2!' is still open. Close the cursor(s) before dropping the database." 3728 = 10.0, "Cannot drop this database '%1!' as it has some dependencies (referential constraints) from database '%2!'. Drop the referencing database first, before dropping the referenced database (dependent database)." 3729 = 10.0.1, "The dropo() function is trying to put too many lock requests in the lock_requests[] array." 3730 = 10.0.1, "Can not drop index '%1!' because cursor '%2!' is open. Close the cursor(s) before dropping the index." 3731 = 11.0, "Cannot drop table '%1!' because it is partitioned." 3732 = 10.1, "Cannot drop index '%1!' because there are one or more isolation level 0 scans active on table." 3733 = 11.0.2, "The drop command is bypassing deletion of a cross-database constraint catalog entry in database '%1!' because the database does not exist. The drop command will execute successfully (assuming no further errors in processing)." 3734 = 11.0.2, "The drop command is ignoring a reference by another database '%1!' because the database is non-existent. The drop command will execute successfully (assuming no further errors in processing the drop command)." 3735 = 11.0.1, "The drop command is bypassing updation of some cross-database constraint status flags in database '%1!' because a referenced table, id %2!, is non-existent. The command will execute successfully (assuming no further errors in processing)." 3736 = 11.0.2.1, "The drop command is ignoring a missing referential constraint catalog entry in database '%1!'. The command will execute successfully (assuming no further errors in processing)." 3738 = 11.0.1, "Drop index error: %1! '%2!' does not have any indexes. Only tables have indexes." 3739 = 11.0.1, "You need SA authorization to drop database sybsystemdb." 3740 = 11.0.1, "The 'drop' command is bypassing updation of referential status bits and flags in database '%1!', because a referenced table, id %2!, is non-existent. The command will execute successfully (assuming no further errors in processing)." 3741 = 11.0.2, "Cannot drop object '%1!' because it is tagged as partitioned (# of slices=%2!) although it shouldn't." 3801 = 10.0, "There is no host variable corresponding to the one specified by the PARAM datastream. This means that this variable '%1!' was not used in the preceding DECLARE CURSOR or SQL command." 3802 = 10.0, "There is no cursor information given with the current datstream. A cursor id of zero was specified and no name was specified. The current batch of commands is being aborted. This is an internal error." 3803 = 10.0, "The statement used to define the cursor '%1!' is neither a SELECT nor an EXECUTE." 3804 = 10.0, "More than one SELECT statement is used to define the cursor '%1!'." 3805 = 10.0, "The token datastream length was not correct. This is an internal protocol error." 3806 = 10.0.1, "Both the READ ONLY and the FOR UPDATE options have been specified for cursor '%1!'." 3807 = 10.0, "The datastream specifies a wrong option or command. The datastream is '%1!'. This is an internal error." 3808 = 10.0, "The column is not part of the RESDOM column list. This means the plan for the cursor is corrupted. This is an internal error." 3809 = 10.0, "Unknown datatype token '%1!' has been sent to the server. This is an internal error." 3810 = 10.0.1, delete 3811 = 10.0, "A wrong datastream has been sent to the server. The server was expecting token %1! but got the token %2!. This is an internal error." 3812 = 10.0, "The datastream for token %1! should only be sent after other datastreams. It can not be a command datastream on it's own. This is an internal error." 3813 = 10.0, "A wrong datastream has been sent to the server. The server was expecting a dynamic sql command token but got the token %1!. This is an internal error." 3814 = 10.0, "The parameter of type %1! did not have a valid value." 3815 = 10.0, delete 3816 = 10.0, "Internal Syslabels manager Error." 3817 = 10.0, delete 3818 = 10.0, delete 3819 = 10.0.1, "The dynamic PREPARE statement '%1!' failed because of an internal problem while sending the input parameters formats to the client." 3901 = 4.9.1, "This transaction uses too many databases and/or aggregates. The maximum allowed is %1!. The transaction must be split into smaller sections." 3902 = 4.2, "The commit transaction request has no corresponding BEGIN TRANSACTION." 3903 = 4.2, "The rollback transaction request has no corresponding BEGIN TRANSACTION." 3904 = 4.9.1, "Can't unsplit logical page %1! in object '%2!' in database '%3!' - both pages together contain more data than will fit on one page." 3905 = 4.9.1, "Can't unsplit logical page %1! in object '%2!' in database '%3!' - row number %4! is used on both pages." 3906 = 4.2, "Attempt to BEGIN TRANsaction in database '%1!' failed because database is READ ONLY." 3907 = 4.2, "Failed to receive results from PROBE. The distributed transaction named %1! has not been committed and data may be inconsistent across databases." 3908 = 4.2, "Attempt to BEGIN TRANsaction in database '%1!' failed because database is in BYPASS RECOVERY mode." 3909 = 4.8.0, "While closing transaction descriptor, server found it not marked as having a kept database." 3913 = 10.0, "Attempt to use an inactive internal transaction. This is an internal system error." 3914 = 10.0, "Illegal internal transaction status. This is an internal system error." 3915 = 10.0, "Attempt to make a transaction in dbid %1! internal. This is an internal system error." 3916 = 10.0, "Internal transaction lock context chains mixed up. This is an internal system error." 3917 = 10.0, "An attempt was made to startup a multi-database update in database '%1!' after starting up the master transaction in tempdb. This could render the database '%2!' unrecoverable and this update is therefore not allowed." 3921 = 11.0.1, "You cannot start a two-phase commit transaction in master, model, or sybsystemdb." 4001 = 4.2, "Cannot open default database '%1!'." 4002 = 4.2, "Login failed." 4003 = 4.2, delete 4004 = 4.2, delete 4013 = 4.2, "Login failed - not a secure SQL Server." 4016 = 4.9.0, "Language name in login record '%1!' is not an official name on this SQL Server. Using default '%2!' from syslogins instead." 4017 = 4.9.0, "Neither language name in login record '%1!' nor language name in syslogins '%2!' is an official language name on this SQL Server. Using server-wide default '%3!' instead." 4018 = 4.9.0, "Your default language name from syslogins '%1!' is not an official language name on this SQL Server. Using server-wide default '%2!' instead." 4019 = 4.2, "Default date order '%1!' for language '%2!' is invalid. Using 'mdy' instead." 4020 = 4.9.0, "While reading characters from the client, the receiving buffer has been detected to be too small." 4021 = 10.0, delete 4022 = 10.0, "Password has expired -- However, you are still allowed to login. You must change your password before you can continue." 4023 = 10.0, "Your password will expire in %1! days." 4024 = 10.0, "The packet size (%1!) specified at login time is illegal. Legal values are between 512 and %2!." 4025 = 10.0, "A serious error was encountered while attempting to increase the packet size specified for spid %1!. The Network memory map maybe corrupt. Call Technical Support for further assistance." 4026 = 10.0, delete 4027 = 10.0, "Reservation for Microsoft Secure SQL Server" 4028 = 10.0, "Reservation for Microsoft Secure SQL Server" 4029 = 10.0, "Reservation for Microsoft Secure SQL Server" 4030 = 10.0, "Reservation for Microsoft Secure SQL Server" 4031 = 10.0, "Reservation for Microsoft Secure SQL Server" 4032 = 10.0, "Reservation for Microsoft Secure SQL Server" 4033 = 10.0, "Reservation for Microsoft Secure SQL Server" 4034 = 10.0, "Reservation for Microsoft Secure SQL Server" 4035 = 10.0, "Reservation for Microsoft Secure SQL Server" 4036 = 10.0, "Reservation for Microsoft Secure SQL Server" 4037 = 10.0, "Reservation for Microsoft Secure SQL Server" 4038 = 10.0, "Reservation for Microsoft Secure SQL Server" 4039 = 10.0, "Reservation for Microsoft Secure SQL Server" 4040 = 10.0, "Reservation for Microsoft Secure SQL Server" 4041 = 10.0, "Reservation for Microsoft Secure SQL Server" 4042 = 10.0, "Reservation for Microsoft Secure SQL Server" 4043 = 10.0, "Reservation for Microsoft Secure SQL Server" 4044 = 10.0, "Reservation for Microsoft Secure SQL Server" 4045 = 10.0, "Reservation for Microsoft Secure SQL Server" 4046 = 10.0, "Reservation for Microsoft Secure SQL Server" 4201 = 10.0, "DUMP TRANSACTION for database '%1!' failed: insufficient memory to allocate backout structure." 4202 = 10.0, delete 4203 = 10.0, delete 4204 = 11.0, "Unable to continue logged version of DUMP TRAN. No space left in database; use NO_LOG option or run ALTER DATABASE. Else, an old transaction may be active; see Syslogshold table." 4205 = 11.0.1, "Syslogs does not exist in its own segment in database '%1!' with segmap '%2!' with logical start page number of '%3!'. You cannot use DUMP TRANSACTION in this case, use DUMP DATABASE instead." 4206 = 4.2, "You cannot run DUMP TRANsaction WITH NO_LOG inside a user transaction." 4207 = 10.0, "Dump transaction is not allowed because a non-logged operation was performed on the database. Dump your database or use dump transaction with truncate_only until you can dump your database." 4208 = 10.0, "DUMP TRANsaction to a dump device is not allowed while the trunc. log on chkpt. option is enabled. Disable the option with sp_dboption, then use DUMP DATABASE, before trying again." 4210 = 4.8.0, "While attempting DUMP TRANsaction WITH NO_TRUNCATE, couldn't find database %1!." 4211 = 4.9.0, "Couldn't complete DUMP TRANsaction WITH NO_TRUNCATE on database '%1!', because the log pointer in sysdatabases (page number %2!) is not accurate." 4212 = 4.9.1, "Page %1! in database '%2!' cannot be used as a truncation page because the page belongs to object ID %3! and not to the log. Choose another page." 4213 = 4.9.1, "Page %1! in database '%2!' cannot be used as a truncation page because the page is not allocated. Choose another page." 4214 = 4.9.1, "Cannot use page %1! in database '%2!' as the trunc page because the LTM trunc state is not set to TRUNC_VALID. Set LTM trunc state to TRUNC_VALID with DBCC SETTRUNC." 4215 = 10.0, "%1! failed in database %2!: %3! not first log page in serially allocated log extent or allocation page. Should be: %4!. Previous log record in scan: %5!." 4216 = 10.0, "%1! failed in database %2!: unexpected end of log encountered on page %3! while scanning for page %4!." 4217 = 11.0.1, "Failure during DUMP TRANSACTION in database '%1!': caller does not possess dump lock." 4218 = 10.0, "Failure during DUMP of database '%1!': serial log page allocation rules broken. Current page: %2!; next page: %3!; piece end: %4!; end-of-scan: %5!." 4219 = 10.0, "DUMP TRANsaction encountered an unexpected end to the log page chain. Last page in log as scanned: %1!." 4220 = 10.0, "You must be the DBO of database %1! or have Operator (OPER) role to run DUMP TRANSACTION." 4221 = 10.0, "DUMP TRANsaction to a dump device is not allowed where a truncate-only transaction dump has been performed after the last DUMP DATABASE. Use DUMP DATABASE instead." 4222 = 11.0.1, "DUMP TRANSACTION for database '%1!' failed: log page (%2!) is on a data-only segment. This is probably due to an incomplete move of the log to a device separate from the data. Complete the log migration or contact the System Administrator." 4223 = 10.0.1, "Deadlock occurred in SQL Process %1!." 4224 = 10.0.2, "An interruption occurred in process %1! due to USER ATTENTION or connection failure." 4225 = 11.0, "This database has not been dumped since it was created or upgraded. You must perform a dump database before you can dump its transaction log." 4226 = 11.0, "Logged DUMP TRANSACTION cannot run in database %1!, because that databases's log version (%2!) disagrees with the SQL Server's log version (%3!); use DUMP TRANSACTION WITH NO_LOG. Versions will agree once ONLINE DATABASE has run." 4227 = 11.0, "No space left in database master; creating user objects in master database not recommended. Else, an old transaction may be active; see Syslogshold table." 4228 = 11.0, "No space left in database '%1!'; Use ALTER DATABASE to increase size of database. Else, an old transaction may be active; see Syslogshold table." 4301 = 10.0, "Database in use. A user with System Administrator (SA) role must have exclusive use of DB to load transaction." 4302 = 4.2, "Specified file '%1!' is not in valid dump transaction format." 4304 = 10.0, delete 4305 = 4.2, "Specified file '%1!' is out of sequence. Current time stamp is %2! while dump was from %3!." 4306 = 4.2, "There was activity on database since last load, unable to load. Must restart load sequence with the load database to continue." 4307 = 10.0, delete 4308 = 10.0, delete 4309 = 10.0, delete 4310 = 10.0, delete 4311 = 10.0, delete 4312 = 10.0, "You must be the DBO of database %1! or have Operator (OPER) role to run LOAD TRANSACTION." 4313 = 10.0, "Recreate index failed for table %1!, index %2!. The table has been left in an inconsistent state, and the index is missing, so LOAD TRANSACTION errors may result. Run DBCC CHECKTABLE on the table if LOAD TRANSACTION succeeds." 4314 = 10.0, "Cannot find table %1! to recreate index %2!." 4315 = 10.0, "Log scan for recreate index failed." 4316 = 4.2, "Can only LOAD TRANsaction in master if SQL Server is in single-user mode." 4317 = 10.0, "Could not read log page %1! for database '%2!'; the DBINFO structure for this database is invalid, or the page chain is corrupt. Cannot proceed with LOAD TRANSACTION." 4318 = 10.0, "Last log page 'next free byte' value is out of range: %1!; should be no greater than %2!." 4319 = 10.0, "Failed to patch the transaction log for database '%1!'." 4320 = 10.0.1, "Dump or load commands require a logical dump device name from the sysdevices system table. Use sp_addumpdevice to add '%1!' to sysdevices." 4321 = 11.0, "SQL Server can not load this transaction log dump because version information in the dump does not match information in the database. Database: log version=%1!, upgrade version=%2!. Dump: log version=%3!, upgrade version=%4!." 4322 = 11.0, "SQL Server cannot load a dump of the master database that was dumped from an older version of SQL Server. The current master database upgrade version is %1!, the dump master database upgrade version is %2!." 4401 = 4.2, "View '%1!' no longer exists." 4402 = 4.2, "Infinite loop in view definition. Cannot resolve the view definitions in the query to the underlying tables." 4403 = 10.0.2, "View '%1!' is not updatable because it contains external aggregates , or group by clauses , or internal aggregates . Internal aggregates may be generated by certain subqueries ." 4404 = 10.0, "View '%1!' is not updatable because either the view definition contains DISTINCT or the view is built upon a view created with DISTINCT option." 4405 = 4.2, "View '%1!' is not updatable because the FROM clause names multiple tables." 4406 = 4.2, "View '%1!' is not updatable because a field of the view is derived or constant." 4408 = 4.2, "The query and the views in it exceed the limit of %1! tables." 4409 = 4.2, "The columns in the query definition and the view definition do not match." 4411 = 10.0, "View '%1!' does not allow this UPDATE because either it was created WITH CHECK OPTION or it spans another view created WITH CHECK OPTION, and one of the update columns appears in a multi-table expression in the WHERE clause of a CHECK OPTION view." 4412 = 4.2, "View '%1!'s definition contains '%2!', which is a temporary object. Views can only be based on permanent objects." 4413 = 4.2, "View resolution could not succeed because the previously mentioned objects, upon which the view directly or indirectly relies, do not currently exist. These objects need to be recreated for the view to be usable." 4414 = 10.0, "View '%1!' does not allow INSERT because it is derived from more than one object and it was either created WITH CHECK OPTION or it spans another view created WITH CHECK OPTION." 4415 = 10.0, "Internal system error: corrupt sequence tree encountered while processing the DISTINCT view '%1!'. Notify a user with System Administrator (SA) role." 4416 = 10.0.2, "Could not allocate a work table while processing views. The total number of work tables generated by the query exceeds the limit (%1!) of work tables. Simplify the query or the views referenced in the query." 4417 = 10.1, "The view '%1!' has one or more tables with any of the keywords HOLDLOCK/NOHOLDLOCK that conflicts with the query to be run AT ISOLATION 0." 4418 = 11.0, "Query has too many subqueries when all views are taken into account. Error found on view '%1!'. The limit is %2! subqueries." 4419 = 11.0, delete 4420 = 11.0, "View '%1!' is not updatable, possibly due to an outer join being in the view, or due to a subquery being in the select list of the view." 4421 = 11.0, delete 4422 = 11.0, "View '%1!' cannot be updated since no underlying tables are referenced." 4423 = 11.0, "View '%1!' cannot be updated since view is the inner table of an outer join." 4424 = 11.0, "View '%1!' contains a table being updated, and this table is referenced elsewhere in the query which is not allowed if create view WITH CHECK OPTION is used." 4425 = 11.0, "View '%1!' cannot have WITH CHECK OPTION applied since it contains subqueries." 4501 = 4.2, "View '%1!' has more columns defined than column names given." 4502 = 4.2, "View '%1!' has more column names specified than columns defined." 4503 = 4.2, "The create view tree has a resdom with no right hand side. View '%1!', resdom '%2!'." 4504 = 4.2, "CREATE TABLE failed because there was not enough space to allocate memory for the table." 4505 = 4.2, "CREATE VIEW failed because column '%1!' in view '%2!' exceeds the maximum of 250 columns." 4506 = 10.0.2, "Column names in each view must be unique. Column name '%1!' in view '%2!' is specified more than once." 4507 = 4.2, "Column '%1!' specifies storage type %2!, which does not currently exist." 4508 = 4.2, "Views are not allowed on temporary tables. Table names that begin with '#' denote temporary tables." 4509 = 10.0.2, "Column names in each view must be unique. An unnamed column is specified more than once in view '%1!'." 4601 = 10.0, "This permission can only be GRANTed or REVOKEd by owner '%1!' of object '%2!', or by a user with GRANTable privileges in database '%3!'" 4602 = 10.0, "Permission denied. Only users with System Administrator (SA) role can GRANT/REVOKE CREATE DATABASE permission." 4603 = 4.2, "Only owner of current database may GRANT/REVOKE this permission." 4604 = 4.2, "There is no such user %1!." 4606 = 4.2, "GRANTed/REVOKEd privilege %1! not compatible with object." 4607 = 4.2, "Privilege %1! may not be GRANTed or REVOKEd." 4608 = 10.0, "Only users with System Administrator (SA) role can GRANT/REVOKE ALTER DATABASE permission, and only to/from users with CREATE DATABASE permission." 4609 = 4.2, "You cannot specify a column list with INSERT or DELETE." 4610 = 4.2, "You may only GRANT or REVOKE permission on objects in the current database." 4611 = 10.0, "The user '%1!' has granted this privilege to other users. You must use REVOKE WITH CASCADE to revoke privileges for '%2!' as well as the other users." 4612 = 10.0, "Too many users to revoke privileges from,due to cascading GRANT WITH GRANT. To continue, use REVOKE WITH CASCADE on user '%1!'." 4613 = 10.0, "WITH GRANT OPTION does not apply to group or public." 4614 = 10.0, "Column list may be specified either with the privileges or with the table. It cannot be specified in both places." 4615 = 10.0, "Permissions may not be revoked from either the DBO or the object owner." 4616 = 10.0.1, "Public has been granted permission on the object with the grant option. Please revoke the GRANT WITH GRANT option from public before revoking from any user/group." 4617 = 10.0.1, "Public has GRANT WITH GRANT permission on atleast one of the columns you are trying to revoke. Please revoke the GRANT WITH GRANT option from public before revoking from the users/groups." 4618 = 10.0, "The user's curwrite must be at the security label of an object in order for that user to grant/revoke access to that object." 4619 = 10.0, "The user's curwrite must be at Data Low in order to grant/revoke create database permission." 4620 = 10.0, "The user must be in the master database in order to grant/revoke create database access." 4621 = 10.0.2.2, "Warning. All permissions except CREATE DATABASE are granted/revoked. Only System Administrator can grant/revoke CREATE DATABASE permission." 4622 = 10.0.2.3, "Some or all of the specified privileges were not revoked because, they were not granted, or they were granted by some other user." 4701 = 4.9.1, "Cannot truncate table '%1!', because this table does not exist in database '%2!'." 4706 = 4.2, "Could not truncate table '%1!' because there is not enough room in the log to record the deallocation of all of the index and data pages." 4708 = 4.2, "Could not truncate object '%1!' because it is not a table." 4709 = 4.2, "You are not allowed to truncate the system table '%1!'." 4710 = 10.0, "Cannot truncate table '%1!' because you are not the owner or a user with System Administrator (SA) role." 4711 = 10.0.2, "Permission denied. @@curread does not dominate the maxhold of table '%1!'." 4712 = 10.0.2, "Permission denied. @@maxwrite does not dominate the maxhold of table '%1!'." 4713 = 10.0.2, "Permission denied. The minhold of table '%1!' does not dominate @@minwrite." 4714 = 10.0.2, "Permission denied. Only users possessing the SSO role can truncate the audit log." 4715 = 10.0.2, "Permission denied. The hurdle of table '%1!' does not equal @@curwrite." 4716 = 11.0, "Cannot truncate table '%1!' because it is partitioned." 4717 = 11.0.1, "Could not truncate table '%1!' because there are referential constraints defined on it and there are data rows in some of the referencing tables." 4801 = 4.2, "Bulk_main: opentable on BULK INSERT table failed. Dbid=%1! name='%2!'." 4802 = 4.2, "Bulk_main: getindex of primary index row failed on BULK INSERT table." 4804 = 4.2, "Premature end-of-message while reading current row from host. Host program may have died." 4805 = 4.2, "The front end tool you are using does not support the feature of bulk insert from host, please use the proper tools for this command." 4806 = 4.2, "You cannot run the non-logged version of bulk copy in this database. Please check with the DBO." 4808 = 4.2, "The bulk copy of this table has been aborted because the CHECKPOINT record could not be written in the log. Please free up space in the database." 4809 = 10.0, "Unable to open SYSCOLUMNS in dbid %1! to retrieve table schema information." 4810 = 4.2, "Expected TEXT token in data stream for bulk copy of text data." 4811 = 4.2, "Expected column offset in data stream for bulk copy of text data." 4812 = 4.2, "Expected row offset in data stream for bulk copy of text data." 4813 = 4.2, "Expected text length in data stream for bulk copy of text data." 4814 = 10.0, "Bulk_getschema: Unable to open the system catalog SYSCOLUMNS in database '%1!' while attempting to retrieve table schema information. Run DBCC CHECKTABLE on sysobjects in '%2!'." 4818 = 10.0, "Error encountered while retrieving table schema information for object '%1!' in database '%2!'. Re-check the schema for the table." 4819 = 10.0, "You cannot BCP into the sysaudits table." 4820 = 10.0, "Illegal identity value specified for identity column in table '%1!' through BCP." 4821 = 10.0, "Identity value overflow while inserting into table '%1!' through BCP." 4822 = 10.0, "You do not have the role required to run bcp in with the labelled option." 4823 = 10.0, "Sensitivity label out of range for some row(s)." 4824 = 10.0, "Invalid sensitivity label for some row(s)." 4825 = 10.0, "Some row(s) not copied." 4826 = 10.0, "Expected sensitivity label length in data stream for bulk copy of sensitivity label data." 4827 = 10.0, "Expected row offset in data stream for bulk copy of sensitivity label data." 4828 = 10.0, "Expected sensitivity label data in data stream for bulk copy of sensitivity label data." 4829 = 10.0, "Attempt to copy in row sensitivity labels without using bulk copy labelled option. Labels will be overwritten." 4830 = 10.0, "The labelled option was specified, but row sensitivity labels were not passed in." 4831 = 10.0, "Expected TEXT or SENSITIVITY token in data stream for bulk copy of text or sensitivity label data." 4832 = 10.0, "You cannot use a pre-10.0 client to bulk copy into a Secure SQL Server." 4833 = 10.0, "Expected text data in data stream for bulk copy." 4834 = 10.0.2, "Bulk copy failed due to insufficient SQL Server memory. Please retry later when there is less load/users on the SQL server, or ask your System Administrator to reconfigure SQL Server with more memory." 4835 = 10.0.2.2, "Failed to update the identity pre-burn factor for table '%1!' through BCP. Please re-try the operation or contact your SA for details." 4836 = 10.0.2.2, "Error occurred while creating the identity value for table '%1!' through BCP. Please re-try the operation or contact your SA for details." 4837 = 10.0.2.3, "Bad row data received from the client while bulk copying into object %1! in database %2!. Received a row of length %3! while maximum possible row length is %4!." 4838 = 11.0, "You cannot BCP into a view." 4839 = 11.0.3, "Server has encountered badly formatted rows from bulk copy. Could not locate the row position reserved for the insertion of the identity value." 4901 = 4.2, "ALTER TABLE only allows columns to be added which can contain nulls. Column '%1!' cannot be added to table '%2!' because it does not allow nulls." 4902 = 4.9.1, "Cannot alter table '%1!', because this table does not exist in database '%2!'." 4905 = 4.9.0, "ALTER TABLE failed because page %1! of the system catalog sysindexes in database '%2!' is not in the cache." 4906 = 10.0, "ALTER TABLE failed because adding all of the new columns to table '%1!' would make the size of a row %2!. %3! is the maximum allowable size of a row in a table." 4909 = 4.2, "Can't alter %1! because it is not a table." 4910 = 10.0, "Cannot alter table '%1!' because you are not the owner or a user with System Administrator (SA) role." 4912 = 10.0, "Cannot replace default to '%1!.%2!' because it already has a default bound using sp_bindefault." 4913 = 10.0, "Alter table command has unrecognized action. Cannot process." 4914 = 10.0, "Cannot alter table '%1!' because the alter table statement contains multiple identity fields." 4915 = 10.0, "Cannot add new identity field to '%1!' via alter table because the table already contains an identity field." 4916 = 10.0, "Cannot add new identity field to '%1!' via alter table because the number of existing rows (%2!) exceeds the maximum value for the specified precision (%3!)." 4917 = 10.0, "Failure adding identity column '%1!' to table '%2!'." 4918 = 10.0, "Maximum row width exceeded when adding identity column '%1!' to table '%2!'." 4919 = 10.0, "Identity value overflow when adding column '%1!' to table '%2!'." 4920 = 10.0, "Permission denied. A table can only be altered if the table's hurdle equals the user's curwrite." 4921 = 10.0, "Permission denied. A table's labels cannot be altered while it is in use." 4922 = 10.0, "Invalid hold label specified." 4923 = 10.0, "Permission denied. A table's maxhold should always dominate its minhold." 4924 = 10.0, "Permission denied. A table's maxhold should always be dominated by the maxhold of the database that contains it." 4925 = 10.0, "Permission denied. User maxwrite does not dominate specified maxhold." 4926 = 10.0, "Permission denied. User minhold does not dominate specified minwrite." 4927 = 10.0, "Permission denied. Maxhold label specified is below previous table maxhold." 4928 = 10.0, "Permission denied. Minhold label specified is above previous table minhold." 4929 = 10.0, "Permission denied. User minwrite is not dominated by specified maxhold." 4930 = 10.0, "Permission denied. User maxwrite does not dominate specified minhold." 4931 = 10.0, "Cannot alter system table '%1!' because ad-hoc updates to system catalogs are not enabled. A user with System Security Officer (SSO) role must reconfigure system to allow this." 4932 = 10.0, "Dropping a column from a system table is not allowed." 4933 = 10.0, "Dropping a column from a replicated table is not allowed." 4934 = 10.0, "A column by this name doesn't exist in the table '%1!'." 4935 = 10.0, "Dropping the only column in a table is not allowed." 4936 = 10.0.1, "Dropping the column failed while reformatting data on page %1!, row %2!. This command is being rolled back." 4937 = 10.0.1, "Deleting text pages failed. This command is being rolled back." 4938 = 10.0, "Cannot undo a drop column command because the number of rows on the log record does not match the number of rows on the data page." 4939 = 10.0, "Dropping a column used by an index is not allowed. Drop the '%1!' index before dropping this column." 4940 = 10.0, "Dropping an identity column is not allowed." 4941 = 10.0, "Dropping a column which has a constraint associated with it is not allowed. Drop the constraint (object id '%1!') before dropping this column." 4942 = 10.0, "Dropping a column which has a default bound to it is not allowed. Unbind the default (object id '%1!') before dropping this column." 4943 = 10.0, "Dropping a column which is a primary key is not allowed. Drop the constraint (object id '%1!') before dropping this column." 4944 = 10.0, "Dropping a column which is a foreign key is not allowed. Drop the constraint (object id '%1!') before dropping this column." 4945 = 10.0, "Cannot drop the column because cursor '%1!' is still open. Close the cursor(s) before dropping the column." 4946 = 10.0, "Dropping a column from a table which has a constraint associated with it is not allowed. Drop the constraint (object id '%1!') before dropping this column." 4947 = 10.0, "Dropping an identity column from a table while identity_insert is 'on' is not allowed. Set identity_insert to 'off' before dropping this column." 4948 = 10.0.1, "Dropping the column failed while logging data from page %1!. This command is being rolled back." 4949 = 10.0.1, "The alttab_begin() function is trying to put too many lock requests in the lock_requests[] array." 4950 = 11.0, "Cannot partition table '%1!' because it is a system table." 4951 = 11.0, "Cannot partition table '%1!' because it has a clustered index." 4952 = 11.0, delete 4953 = 11.0, "Cannot partition table '%1!' because it is already partitioned." 4954 = 11.0, "Cannot unpartition table '%1!' because it is not partitioned." 4955 = 11.0, "Number of partitions must be greater than one" 4956 = 10.1, "Cannot alter table if level 0 scans are active." 4957 = 11.0, delete 4958 = 11.0, "Cannot partition table '%1!' because it is in a pre-System 11 database." 4959 = 11.0.1, "Dropping a TEXT/IMAGE column is not allowed." 5001 = 4.2, "User must be in Master Database." 5002 = 4.9.0, "Database %1! does not exist; check sysdatabases." 5004 = 4.2, "ALTER DATABASE failed. The size request must be positive." 5005 = 4.2, "Extending database by %1! pages on disk %2!" 5006 = 4.2, "Could not find enough space on disks to extend database %1!." 5008 = 4.2, "System does not support Deextend Database currently." 5009 = 4.2, "ALTER DATABASE failed. Some disk names listed in command were not found. Check that names exist and are spelled correctly before re-running command." 5011 = 10.0, "Only the owner of database %1! or a user with System Administrator (SA) role can ALTER it." 5013 = 4.2, "Cannot extend the MASTER database onto any device other than 'master'. The ALTER DATABASE was aborted." 5015 = 4.2, "ALTER DATABASE failed. The total size specified must be 1 megabyte or greater." 5016 = 4.9.1, "ALTER DATABASE failed. The Model database may not be larger than the Temporary database. Alter tempdb first." 5017 = 4.8.0, "ALTER DATABASE failed. Database %1! not created with 'for load' option." 5018 = 10.0, "Caution: You have set up this database to include space on disk %1! for both data and the transaction log. This can make recovery impossible if that disk fails." 5019 = 10.0, delete 5020 = 10.0, "Permission denied. @@curwrite has to be set equal to the database's hurdle in order for the alter to proceed." 5021 = 10.0, "Too many dbmaxhold specifications made." 5022 = 10.0, "Invalid dbmaxhold provided." 5023 = 10.0, "Permission denied. The database maxhold you specified does not dominate your minwrite." 5024 = 10.0, "Permission denied. The database maxhold you specified is not dominated by your maxwrite." 5025 = 10.0, "Permission denied. The database maxhold you specified does not dominate the current database maxhold." 5026 = 10.0, "Updating database maxhold." 5027 = 11.0, delete 5028 = 11.0, "ALTER DATABASE failed. This command will not make changes to a database that would cause the number of device fragments to exceed the maximum of 128. Recreate the database and try again." 5033 = 11.0.3, "Attempt to alter database '%1!' failed because it is in read-only mode." 5101 = 4.2, "Must give parameters for 'DISK %1!' command. Usage: %2!." 5102 = 4.2, "No such command: 'DISK %1!'." 5103 = 4.2, "Illegal disk address range. The sum of VSTART and SIZE must be less than 16777216 (0x1000000)." 5104 = 4.2, "Device number %1! already used." 5105 = 4.2, "Device activation error. PHYSNAME '%1!' may be incorrect." 5106 = 4.2, "Parameter '%1!' requires value of type '%2!'." 5107 = 4.2, "Value is wrong type for parameter '%1!' (requires type '%2!')." 5108 = 4.2, "Parameter '%1!' does not take a value." 5109 = 4.2, "No such parameter: '%1!'." 5114 = 4.2, "Could not yield." 5115 = 11.0, "I/O error during disk initialization. PHYSNAME '%1!' may be incorrect or %2! (VSTART + SIZE) may exceed the size of the device. Please consult the SQL Server error log for more details." 5116 = 10.0, "Permission denied. Only users with System Administrator (SA) role can run DISK commands." 5117 = 4.2, "Unable to run DISK command. Must be in master database to run this command." 5118 = 4.2, "Unable to run DISK REFIT. SQL Server must be booted with the -m option. Please see your System Administration guide about the Restore Master procedure." 5119 = 4.2, "Unable to reserve a buffer, aborting DISK REFIT command. Please retry Restore Master procedure." 5120 = 4.9.0, "Bad segment map (%1!) in sysusages for row with Dbid = %2!, Logical Start = 0x%3!, Virtual Start = 0x%4!, and Size = 0x%5!. Recommend you patch this value with correct information after Disk Refit completes." 5121 = 4.9.0, "Warning: Disk Refit may not have the correct segment map information in sysusages. Please review these after the command completes to verify their accuracy." 5122 = 4.2, "The disk size must be >= 512." 5123 = 4.2, "DISK INIT encountered an error while attempting to open/create the physical file. Please consult the SQL Server error log (in the SQL Server boot directory) for more details." 5124 = 4.2, "Activating disk '%1!'." 5125 = 4.2, "Failed to complete unmirror of logical device '%1!' after recovery of the master database." 5126 = 4.2, "The logical device '%1!' does not exist in SYSDEVICES." 5127 = 4.2, "The device '%1!' is already mirrored and mirroring is enabled." 5128 = 4.2, "The device '%1!' is already mirrored but mirroring is disabled. Use the DISK REMIRROR command to enable mirroring or unmirror the device." 5129 = 4.2, "Syntax error detected in the value for parameter 'mirror'. You must provide a valid physical device/file name for this parameter." 5130 = 4.2, "The value for parameter 'mirror' translates to the same name as that for the primary device. Use another physical device for the mirror." 5131 = 4.2, "The device '%1!' is not currently mirrored." 5132 = 4.2, "DISK MIRROR encountered an error while attempting to create the physical file '%1!'. Please consult the SQL Server error log for more details." 5133 = 4.2, "Unable to start i/o to '%1!'. Please consult the SQL Server error log for details." 5134 = 4.2, "Dynamic mirroring failed for logical device '%1!'. Check the SQL Server error log for more information." 5135 = 4.2, "Starting Dynamic Mirroring of %1! pages for logical device '%2!'." 5136 = 4.2, "%1! pages mirrored..." 5137 = 4.2, "Failed to mirror device '%1!'." 5138 = 4.2, "Failed to unmirror device '%1!'." 5139 = 4.2, "Failed to remirror device '%1!'." 5140 = 4.2, "Creating the physical file for the mirror..." 5141 = 4.2, "Unable to start Dynamic Mirroring because an i/o buffer is not currently available. Try the command again later." 5142 = 4.2, "Mirroring for device '%1!' is not currently enabled." 5143 = 4.2, "The remaining %1! pages are currently unallocated and will be mirrored as they are allocated." 5144 = 4.2, "You can't remove the secondary physical device for virtual device '%1!' since it is currently the only operational device. Use the SIDE=PRIMARY qualifier for the DISK UNMIRROR COMMAND." 5145 = 4.2, "Error re-initializing device '%1!'. Check SQL Server errorlog for more information." 5146 = 4.2, "The VDEVNO of %1! is out of range. The maximum VDEVNO allowed is %2!." 5147 = 4.2, "Device size set to %1! blocks." 5148 = 4.8.0, "Device '%1!' already exists." 5149 = 10.0, "You cannot remove the primary physical device for virtual device '%1!' since it is currently the only operational device. Use the SIDE=SECONDARY qualifier for the DISK UNMIRROR COMMAND." 5150 = 10.0, "DISK UNMIRROR cannot be performed, because database '%1!' is currently undergoing DUMP or LOAD. Either wait for that command to complete, or abort it." 5151 = 10.0.2, "PHYSNAME '%1!' is already in use." 5152 = 11.0, "DISK REFIT failed. Either the database is corrupted or the value of the VSTART parameter supplied to DISK INIT and DISK REINIT were different." 5201 = 10.0, "Failure concurrent with dump in database %1!: DFL Manager caller must be DUMP DATABASE; instead, command token was %2!." 5202 = 10.0, "DUMP DATABASE for database %1! failed: DFL synchronisation is prematurely set." 5203 = 10.0, "DUMP DATABASE for database %1! failed: insufficient memory to allocate DFL." 5204 = 10.0, "DUMP DATABASE for database %1! failed: initial DFL allocation will not fit in initial memory block." 5205 = 10.0, "DUMP DATABASE for database %1! failed: duplicate dflheader found." 5206 = 10.0, "DUMP DATABASE for database %1! failed: dump flushlist structures have not been allocated." 5207 = 10.0, "DUMP DATABASE for database %1! failed: DFL synchronisation is not set." 5208 = 11.0.1, "User aborted DUMP DATABASE for database %1!." 5209 = 10.0, "Failure during concurrent dump in database %1!: DFL Manager caller must not be DUMP DATABASE, but is." 5210 = 10.0, "Failure during dump in database %1!: caller does not possess dump lock." 5211 = 10.0, "Failure concurrent with dump in database %1!: caller does not possess flushlist lock." 5212 = 10.0, "Failure concurrent with dump in database %1!: no DFL pieces on not-full list." 5213 = 10.0, "Failure concurrent with dump in database %1!: caller improperly holds flushlist lock." 5214 = 10.0, "During DUMP DATABASE for database %1!, flushlist closure not complete at end of synchronisation." 5215 = 10.0, "DUMP DATABASE for database %1! failed: could not find dflinfohead to deallocate." 5216 = 10.0, "DUMP DATABASE for database %1! failed: trailing piece in not-full list proved not-empty." 5217 = 10.0, "DFL Manager failed to sleep." 5701 = 4.2, "Changed database context to '%1!'." 5702 = 4.2, "The SQL Server is terminating this process." 5703 = 4.2, "Changed language setting to '%1!'." 5704 = 4.9.0, "Changed client character set setting to '%1!'." 5803 = 4.9.0, "Unknown config number in sysconfigures, config = %1!." 5804 = 11.0, "The value for '%1!' must not exceed '%2!' or '%3!'." 5805 = 11.0, "Warning: The next configuration change will overwrite '%1!'. To avoid this rename, move, or delete old configuration files. See System Administration Guide for details." 5806 = 11.0, "Warning: The file '%1!' has been overwritten. To prevent this rename, move, or delete old configuration files. See System Administration Guide for details." 5807 = 11.0, "Invalid memory move request encountered for the '%1!K' pool in cache '%2!'. Move should be atleast equal to 1 buffer of size '%3!K'." 5808 = 11.0, "WARNING: Dynamic loading of caches and pools through loading a new file are not supported. However, the loadfile '%1!' will be inspected for consistency. Refer to 'sp_cacheconfig' and 'sp_poolconfig' to create or alter pools and caches." 5809 = 11.0, "Less memory moved than requested in cache %1! cache. Requested size = %2! kb from pool %3!, actual memory moved = %4! kb." 5810 = 11.0, "new (%1!) buffer pool of size %2! for cache %3! is being created" 5811 = 11.0, "The new load file does not have the cache %1! definition. Cache type, size and number of caches should match the running values. Use sp_cacheconfig to determine the running value" 5812 = 11.0, "The new load file has %1! caches defined against running %2! cache definitions.Cache type, size and number of caches should match the running values. Use sp_cacheconfig to determine the running value." 5813 = 11.0, "The new load file has duplicate %1! cache definitions, caches should be uniqueue." 5816 = 4.2, "Legal values for the number of remote logins are 0 or positive numbers." 5817 = 4.2, "Legal values for the number of remote sites are 0 or positive numbers." 5818 = 4.2, "Legal values for the number of remote connections are 0 or positive numbers." 5819 = 4.2, "Legal values for the number of pre-read packets per remote connection are 0 or positive numbers." 5820 = 4.2, "Number of remote logins should be greater than the number of remote sites." 5821 = 4.2, "Number of remote connections should be greater than the number of remote sites." 5822 = 4.2, "Version number should be between 0 and 10000." 5823 = 10.0, delete 5824 = 4.9.0, "Cannot reconfigure server to use sort order ID %1!, because the row for its underlying character set (ID %2!) does not exist in syscharsets." 5825 = 4.9.0, "Cannot reconfigure the server's sort order since the syscharsets table does not exist. You must upgrade your server prior to attempting this." 5826 = 4.2, "You have just reconfigured SQL Server's default sort order. System table indexes will be rebuilt when you reboot the SQL server." 5827 = 4.2, "In changing the default sort order, you have also reconfigured SQL Server's default character set." 5828 = 4.8.0, "Legal values for number of user connections are 1 through %1!." 5829 = 4.8.0, "Do not recommend more than %1! engines on-line. Use override option to force this option." 5830 = 4.8.0, "Must configure with at least %1! engine(s) on-line." 5831 = 4.9.0, "Cannot reconfigure the server's character set with out of bounds character set ID %1!." 5832 = 4.9.1, "The stack size must be a multiple of the page size. It has been rounded from %1! to %2!." 5833 = 10.0, "Cannot reconfigure the server with an out-of-bound, illegal value for Systemwide Password Expiration Interval." 5835 = 10.0, "Cannot reconfigure the server with an out-of-range audit queue size. The valid range is %1! to %2! inclusive." 5836 = 10.0, "The additional network memory size must be a multiple of SYBPAGESIZE(2048). It has been rounded down from %1! to %2!." 5837 = 10.0, "The default network packet size must be a multiple of 512. It has been rounded down from %1! to %2!." 5838 = 10.0, "The maximum network packet size must be a multiple of 512. It has been rounded down from %1! to %2!." 5839 = 11.0, "The value of 'max network packet size', '%1!', must be greater than or equal to the value of the 'default network packet size', '%2!'." 5840 = 10.0, "Illegal value (%1!) specified for the number of large extents." 5841 = 10.0, "Cannot reconfigure the server's sort order with an out of bounds sort order set ID %1!." 5842 = 11.0, "Number of cleanup blocks should be at least as great as the number of users. The number of users currently configured is %1!." 5843 = 11.0, "Invalid Configuration: Cache alignment '%1!' is invalid. Alignment must be a power of 2 greater than or equal to 2048. Retry the command with a legal value." 5844 = 10.1, "Cannot reconfigure the auto identity column size to be %1! because the minimum precision of a numeric is 1." 5845 = 11.0, "Invalid value configured for lock promotion threshold = %1!. Configured value must be greater than or equal to %2!." 5846 = 11.0, "Illegal value '%1!' specified for configuration option '%2!'. The legal values are between '%3!' and '%4!'." 5847 = 11.0, "Configuration Error: Configuration file '%1!' does not exist or you do not have the required read/write permission for the file." 5848 = 11.0.1, "Warning: Unknown parameter '%1!' found on line '%2!' of configuration file '%3!'. This parameter is ignored. Edit the configuration file to remove or correct this parameter." 5849 = 11.0, "Verification failed for parameter '%1!'." 5850 = 11.0, "Notification failed for parameter '%1!'." 5851 = 11.0.1, "Configuration Error: Configuration file '%1!' has an unknown format on line %2!." 5852 = 11.0, "Changing the value of '%1!' is not allowed since it is a static option." 5853 = 11.0, "'%1!' has been modified from '%2!' to '%3!' by the verification routine." 5854 = 11.0, "Configuration Error: Cannot write out file '%1!' due to system error '%2!'." 5855 = 11.0, "Cannot change any of the configuration parameters since the 'sysconfigures' table was not updated during startup." 5856 = 11.0, "The configuration parameter '%1!' can only be changed via the stored procedure 'sp_configure'." 5857 = 11.0.1, "Changing the value of '%1!' is not allowed since its value is calculated or is read only." 5858 = 11.0, "The configuration option '%1!' has been changed by '%2!' from '%3!' to '%4!'." 5859 = 11.0, "The configuration number '%1!' is invalid." 5860 = 11.0, "Invalid datatype encountered for parameter '%1!'." 5861 = 11.0, "The 'total memory', '%1!', is not enough to change the parameter '%2!' to '%3!'." 5862 = 11.0, "Invalid portion encountered." 5863 = 11.0, "Invalid group encountered." 5864 = 11.0.1, "Invalid option encountered in '%1!'." 5865 = 11.0, "error in os_get_cpu_count: %1!" 5866 = 11.0, "Configuration file '%1!' has been written and the previous version has been renamed to '%2!'." 5867 = 11.0, "The wash size for the %1!k buffer pool in cache %2! has been incorrectly configured. It must be a minimum of %3! buffers and a maximum of %4! percent of the number of buffers in the pool." 5868 = 11.0, "Invalid type configured for cache %1!. Cache type may be one of mixed OR log only but NOT both." 5869 = 11.0, "Invalid buffer size of %1!k for cache %2!. Valid buffer sizes are powers of 2 between %3!k and %4!k inclusive." 5870 = 11.0, "An invalid buffer size of %1!k was encounterd in cache %2!. Valid buffer sizes for caches are powers of 2 between %3!k and %4!k inclusive." 5871 = 11.0, "Invalid pool size of %1!k (%2! buffers) encountered for the %3!k pool in cache %4!. Buffer pools must have a minimum total size of %5!k or %6! buffers, whichever is greater." 5872 = 11.0, "The total size of the configured pools (%1!k) in cache %2! is greater than the total size (%3!k) of the cache." 5873 = 11.0, "Invalid configuration for the default %1!k pool in cache %2!. The default %3!k pool must be a minimum of %4!k." 5874 = 11.0, "The total size of all configured caches (%1!k) is greater than the memory available for caches (%2!k)." 5875 = 11.0, "The cache type for the default data cache cannot be modified." 5876 = 11.0, "Multiple pools containing buffer sizes of %1!k encountered in cache %2!. Buffer sizes in a cache must be unique." 5877 = 11.0, "Bad alignment value of %1! encountered. Valid cache alignment values are powers of 2 in between %2!K and %3!K inclusive. The units of this value are in bytes." 5878 = 11.0, "Permission denied. Only users with role '%1!' can change this configuration option." 5879 = 11.0.1, "The 'reconfigure' command is no longer needed and supported since its functionality has been migrated into the 'sp_configure' command. Please refer to the Reference Manual for details." 5880 = 11.0, "Warning: The operating system setting for file descriptors, %1!, is not large enough to configure 'user connections' to %2!, 'devices' to %3!, and 'remote sites' to %4!." 5881 = 11.0, "The value of 'default network packet size', '%1!', must be less than or equal to the value of the 'max network packet size', '%2!'." 5882 = 11.0, "A cache alignment factor of %1!k was specified but no buffer pool containing %2!k buffers has been configured. An attempt will be made to create this pool with extra memory (%3!k bytes) from cache %4!." 5883 = 11.0.1, "The value of 'number of locks', '%1!', is not enough to configure 'user connections' to '%2!'. 'number of locks' should be at least twice the value of 'user connections'." 5884 = 11.0, "%1!" 5885 = 11.0, "The 'lock promotion HWM'= '%1!' cannot be less than 'lock promotion LWM' = '%2!'." 5886 = 11.0, "The 'lock promotion LWM'= '%1!', cannot be greater than the 'lock promotion HWM'= '%2!'." 5887 = 11.0, "Configuration Error: Duplicate Named Cache '%1!' found around line '%2!' in the configuration file." 5888 = 11.0, "Configuration Error: Two Named Caches with the 'cache status' defined as 'default data cache' is not allowed." 5889 = 11.0, "Configuration Error: Unknown cache status '%1!' defined for cache '%2!'." 5890 = 11.0, "Configuration Error: A Named Cache with 'cache status=default data cache' does not exist in the configuration file." 5891 = 11.0, "Named cache '%1!' has been configured too small. The minimum size of a named cache is %2! Kilobytes." 5892 = 10.0.2.3, "You cannot use 'allow sendmsg' option because syb_sendmsg() builtin is not supported on this platform." 5893 = 11.0, "The sum, (%1!) + (%2! %3!) + (%4!) + (%5!), must be no greater than '%6!'." 5894 = 11.0, "Configuration Error: Duplicate pool size definition of '%1!' for Named Cache '%2!'." 5895 = 11.0, "Configuration Error: Duplicate wash size definition of '%1!' for Named Cache '%2!'." 5896 = 11.0, delete 5897 = 11.0, delete 5898 = 11.0.1, "WARNING!!! %1!K buffer pool has been deleted. The log I/O size for the following databases have been set to %2!k. You must change the log I/O size to an existing pool size." 5899 = 11.0, "The value of the 'total memory' parameter (%1!) defined in the configuration file is not high enough to set the other parameter values specified in the configuration file." 5901 = 4.2, "Was unable to get an alarm, the background checkpoint process is unable to run." 5902 = 4.2, "Serious kernel error reported on upsleep call, unwilling to continue. Aborting the background checkpoint process." 5903 = 4.2, "Unable to open database with id = %1!, suspect inconsistency in sysdatabases table." 6001 = 4.2, "SHUTDOWN is waiting for %1! process(es) to complete." 6002 = 4.2, "A SHUTDOWN command is in progress. Please log off." 6003 = 4.2, "This process terminated by SHUTDOWN command." 6004 = 10.0, "Permission denied. Only users with System Administrator (SA) role can run the SHUTDOWN command." 6005 = 4.2, "A SHUTDOWN is in progress." 6006 = 4.2, "Server SHUTDOWN by request." 6007 = 10.0, delete 6101 = 4.2, "Process '%1!' is not a valid process number. Choose a number between 1 and '%2!'." 6102 = 10.0, "Permission denied. Only users with System Administrator (SA) role can run the KILL command." 6103 = 4.2, "Unable to do cleanup for the killed process; received Msg %1!." 6104 = 10.0, "You cannot use KILL to kill your own process." 6106 = 4.2, "Process '%1!' is not an active process number." 6107 = 4.2, "Only User processes can be KILLed or SYB_TERMINATEd." 6108 = 10.0, "Process '%1!' is not sleeping under a valid KILL condition, and therefore cannot be KILLed." 6201 = 11.0, " STEP %1!" 6202 = 11.0, " The type of query is SELECT (into Worktable%1!)." 6203 = 11.0, " The type of query is %1!." 6204 = 11.0, " The update mode is direct." 6205 = 11.0, " The update mode is deferred." 6206 = 11.0, " GROUP BY" 6207 = 11.0, " Vector Aggregate" 6208 = 4.2, "Scalar Aggregate" 6209 = 11.0, " This step involves sorting." 6210 = 11.0, " Worktable%1! created for ORDER BY." 6211 = 11.0, " Worktable%1! created for DISTINCT." 6212 = 11.0, " Worktable%1! created for REFORMATTING." 6213 = 11.0, " Worktable%1! created for SELECT_INTO." 6214 = 11.0, " TO TABLE" 6215 = 11.0, " FROM TABLE" 6216 = 11.0, " Worktable%1!." 6217 = 11.0, " %1!" 6218 = 11.0, " DISJOINT TABLE : nested iteration." 6219 = 11.0, " Nested iteration." 6220 = 11.0, " EXISTS TABLE : nested iteration." 6221 = 11.0, " Using GETSORTED" 6222 = 11.0, " Using Dynamic Index." 6223 = 11.0, " Table Scan." 6224 = 11.0, " Using Clustered Index." 6225 = 11.0, " Index : %1!" 6226 = 11.0, " Index name not found." 6227 = 11.0, " Log Scan." 6228 = 10.0, "Cursor name '%1!' is declared on procedure '%2!'." 6229 = 10.0, "Cursor name '%1!' is declared at nesting level '%2!'." 6230 = 10.0, "The cursor is positioned after the last row." 6231 = 10.0, "The current cursor position has been deleted." 6232 = 10.0, "The cursor is positioned before the next row." 6233 = 10.0, "The cursor is positioned on a row." 6234 = 10.0.1, "There have been %1! rows read, %2! rows updated and %3! rows deleted through this cursor." 6235 = 10.0, "The cursor is not open." 6236 = 10.0, "The cursor will be closed if the current position is deleted." 6237 = 10.0, "The cursor will be closed when a transaction is committed or rolled back." 6238 = 10.0, "The cursor will remain open when a transaction is committed or rolled back." 6239 = 10.0, "The number of rows returned for each FETCH is %1!." 6240 = 10.0, "The cursor is read only." 6241 = 10.0, "The cursor is updatable." 6242 = 10.0, "There are %1! columns returned by this cursor." 6243 = 10.0, "The result columns are:" 6244 = 10.0, delete 6245 = 10.0, "Name = '%1!', 'Expression Result', Type = %2!, Length = %3! (%4!)" 6246 = 10.0, "Name = '%1!', Table = '%2!', Type = %3!, Length = %4! (%5!)" 6247 = 10.0, "The cursor was opened with these parameters:" 6248 = 10.0, "%1!" 6249 = 10.0, "There are no active cursors." 6250 = 10.0, "There are no active cursors that match the search criteria." 6251 = 10.0, "This cursor is declared within a stored procedure. The cursor's memory usage cannot be distinguished from that of the procedure as a whole." 6252 = 10.0, "This cursor is declared on a stored procedure. It is presently using '%1!' bytes. However, the memory usage will increase when the cursor is opened because the query plan will be associated with the cursor at that time." 6253 = 10.0, "This cursor is declared on a stored procedure. It is using %1! bytes of memory. The procedure's plan (%2! bytes) will be returned to the procedure cache when the cursor is closed." 6254 = 10.0, "This cursor is using %1! bytes of memory." 6255 = 10.0, "The cursor id is %1!." 6256 = 10.0.1, "The cursor has been successfully opened %1! times." 6257 = 10.0.1, "The cursor was closed by a CLOSE CURSOR statement." 6258 = 10.0.1, delete 6259 = 10.0.1, "The cursor was closed because its current scan position could not be maintained following a delete, update or insert." 6260 = 10.0.1, "The cursor was closed because it was declared on a join and its current position was deleted." 6261 = 10.0.1, "The cursor was closed due to an error on the OPEN CURSOR statement." 6262 = 10.0.1, "The cursor was closed because CLOSE ON ENDTRAN was SET ON and the transaction containing the cursor ended." 6263 = 10.0.1, "The cursor is read only because it is declared on a union." 6264 = 10.0.1, "The cursor is read only because it is declared on a group by or its plan includes a group by operation." 6265 = 10.0.1, "The cursor is read only because it contains a DISTINCT." 6266 = 10.0.1, "The cursor is read only because it contains an aggregate." 6267 = 10.0.1, "The cursor is read only because it contains an ORDER BY clause." 6268 = 10.0.1, "Showplan output for the cursor:" 6269 = 10.1, "The cursor is currently scanning at isolation level 0." 6270 = 10.1, "The cursor is currently scanning at a nonzero isolation level." 6271 = 10.1, "The cursor was compiled at isolation level %1!." 6272 = 11.0, " Using I/O Size %1! Kbytes." 6273 = 11.0, " With %1! Buffer Replacement Strategy." 6274 = 11.0, " Evaluate Grouped %1!." 6275 = 11.0, " Evaluate Ungrouped %1!." 6276 = 11.0, " Ascending scan." 6277 = 11.0, " Descending scan." 6278 = 11.0, " Positioning at start of table." 6279 = 11.0, " Positioning at end of table." 6280 = 11.0, " Positioning by Row IDentifier (RID)." 6281 = 11.0, " Positioning by key." 6282 = 11.0, " Positioning at index start." 6283 = 11.0, " Positioning at index end." 6284 = 11.0, " Scanning only the last page of the table." 6285 = 11.0, " Scanning only up to the first qualifying row." 6286 = 11.0, " Index contains all needed columns. Base table will not be read." 6287 = 11.0, " Keys are:" 6288 = 11.0, " %1!" 6289 = 11.0, "QUERY PLAN FOR STATEMENT %1! (at line %2!)." 6290 = 11.0, "MRU" 6291 = 11.0, "LRU" 6292 = 11.0.1, " Using %1! Matching Index Scans" 6401 = 4.2, "Cannot rollback %1! - no transaction or savepoint of that name found." 6402 = 4.2, "Inconsistency in rollback logic. ROLLBACK finds no matching SAVE TRANsaction or BEGIN TRANsaction. ROLLBACK aborted." 6403 = 4.2, "No matching savexact record found when rolling back the subordinate transaction %1!." 6404 = 11.0, "Process %1! in database '%2!' was aborted. The transaction was rolled back, but an ENDXACT record was not written, probably because the log is full." 6701 = 4.2, "Could not open dbid %1!, object %2!." 6702 = 10.0.2.2, "Protection hash chain corrupt: element of type UNUSED found in hash chain (dbid %1!, object %2!, protection type %3!, protection status %4!, column map %5!)" 6901 = 4.2, "Overflow on High component of timestamp occurred in database %1!. Database table possibly corrupt." 6902 = 4.2, "Page timestamp value falls between the old and new timestamps from log. Page #=%1!, object id = %2!, page timestamp=%3! %4!. Log: old timestamp=%5! %6!, new timestamp=%7! %8!." 6903 = 4.2, "High order of timestamp indicates that timestamp structure may be incorrect." 6904 = 4.2, "Mismatch between database table passed and the one found in the system structure when requesting new database timestamp. Database id passed in : %1!. System database id : %2!." 7001 = 10.0, "A transaction attempted on external table." 7002 = 10.0, "Attempt to open VOS file failed" 7003 = 10.0, "Attempt to close VOS file failed" 7004 = 10.0, "Attempt to sequential_read VOS file failed" 7005 = 10.0, "Segment name must be non-null; holds fully qualified VOS file path name" 7006 = 10.0, "External table file name error" 7007 = 10.0, "Illegal datatype for external table" 7008 = 10.0, "NULL not allowed for external table" 7009 = 10.0, "Create unique index and create clustered index are not allowed for external tables." 7010 = 10.0, "No index named '%1!' exists on the OS file for external table '%2!'." 7011 = 10.0, "Attempt to get file status for external table failed." 7012 = 10.0, "External table - skipped." 7013 = 10.0, "Create database feature is disabled." 7014 = 10.0, "Drop database feature is disabled." 7015 = 10.0, "Alter database feature is disabled." 7016 = 10.0, "Only money(19, 4) is allowed for non-external tables." 7017 = 10.0, "The %1! (%2!) for column '%3!' in external table '%4!' must be within the range %5! to %6!." 7018 = 10.0, "Bad offset (%1!) should be (%2!) for external table column." 7019 = 10.0, "No conversion buffer available for conversion, fatal error." 7020 = 10.0, "Attempt to bulk copy into an external table." 7021 = 10.0, "The embedded_key index type must be used when creating a VOS index for external tables." 7022 = 10.0, "Descending order not allowed in the VOS index used for external tables, use ascending order." 7023 = 10.0, "The argument duplicates_allowed must be true in the VOS index for external tables." 7024 = 10.0, "The collation_code argument must be ascii or numeric when creating a VOS index for extgernal tables." 7025 = 10.0, "Process not running on engine with attached ports for external table during external table scan." 7026 = 10.0, "External tables index file name '%1!' is too long. Maximum length is %2!." 7101 = 4.2, "Unable to allocate new text value, dbid %1!." 7102 = 4.9.0, delete 7103 = 4.9.0, delete 7104 = 4.9.0, delete 7105 = 4.9.0, "TEXT/IMAGE page %1! does not have a next page, although it should." 7106 = 4.9.0, delete 7107 = 4.9.0, delete 7108 = 4.9.0, delete 7109 = 4.2, "Unexpected log record of type %1! found while processing TEXT/IMAGE data." 7113 = 4.9.0, delete 7114 = 4.2, "Page %1! is not a valid text page." 7115 = 4.9.0, delete 7116 = 4.9.0, delete 7117 = 4.9.0, delete 7118 = 4.9.0, delete 7119 = 4.2, delete 7120 = 4.2, "Log record %1!:%2! was not found in the LOG." 7121 = 4.2, "Free offset %1! is invalid on page %2!." 7122 = 4.9.0, delete 7123 = 4.2, "Invalid text pointer value %1!." 7124 = 4.2, "The offset and length specified in the READTEXT command is greater than the actual data length of %1!." 7125 = 4.2, "Text pointer value conflicts with the column name specified." 7126 = 4.2, "Text pointer value references a data page with an invalid text status." 7127 = 4.2, "Text pointer value references a data page with an invalid time stamp." 7128 = 4.2, "Text pointer value references a data page which is no longer allocated." 7129 = 4.2, "Synchronization time stamp does not agree with text data page value." 7130 = 4.2, "WRITETEXT with no log is not valid at this time. Database %1! must first be configured for this." 7131 = 4.2, "Invalid table and column name specified in textvalid function." 7132 = 4.2, "Selection of TEXT and IMAGE datatypes require DBLIB 4.0 or greater." 7133 = 4.2, "NULL textptr passed to %1! function." 7134 = 4.2, "The text table and the table referenced by the text pointer disagree." 7136 = 4.9.0, "SQL Server is now using a multi-byte character set, and the TEXT character counts have not been re-calculated using this character set for table '%1!'. Use DBCC FIX_TEXT on this table before running the query again." 7137 = 11.0, "Textptr Write Failed: An error occured while attempting to write text/image replication information for database %1!, table %2!, column %3!. Please contact Sybase Technical Support for assistance. ( page %4!, datapage %5!, datarow %6! )" 7138 = 11.0, "Text/Image Replication Failure: A memory allocation error occured during replication of table %1!, in database %2!. Try restarting the Sql Server with a larger procedure cache, or contact Sybase Technical Support." 7139 = 11.0, "Insert to a TEXT/IMAGE column from a non TEXT/IMAGE field which involves internal worktable (eg. orderby, groupby) processing is not supported. Rewrite your query to avoid conversion from non TEXT/IMAGE datatype to TEXT/IMAGE datatype." 7140 = 11.0.1, "A deadlock was detected while attempting to lock the first text page for text pointer %1!." 7141 = 11.0.1, "A lock request was interrupted while attempting to lock the first text page for text pointer %1!." 7142 = 11.0.1, "The text pointer %1! refers to a TEXT/IMAGE page that has been allocated to a different row. This occurred because the original row was updated or deleted during an internal deadlock avoidance manuever." 7143 = 11.0.3, "The maxlen field of non-TEXT/IMAGE constant node is non-zero. Wrong data length may be reported." 7201 = 10.0, "Can't open a connection to site '%1!' because there are no remote sites available. Rerun when there are fewer active remote sites, or contact a user with System Administrator (SA) role." 7202 = 4.9.1, "Can't open a connection to site '%1!' because there are no available PSS structures." 7203 = 4.2, "Can't open a connection to site '%1!' because SQL Server is not configured for enough user connections. See the error log file in the SQL Server boot directory." 7204 = 4.2, "Can't open a connection to site '%1!' because the site is already active." 7205 = 4.9.1, "Can't open a connection to site '%1!'. See the error log file in the SQL Server boot directory." 7206 = 4.9.1, "Can't open a connection to site '%1!' because all channel numbers are in use." 7207 = 10.0, "Can't open a connection to site '%1!' because there are no remote connections available. Rerun when there are fewer remote users and/or fewer local users making remote accesses, or contact a user with System Administrator (SA) role." 7208 = 10.0, "Can't open a connection to site '%1!' because there are no remote logins available. Rerun when there are fewer local users making remote accesses, or contact a user with System Administrator (SA) role." 7209 = 4.9.1, "Cannot open a connection to site '%1!' because %2! buffer could not be initialized." 7210 = 4.9.1, "Can't open a connection to site '%1!' because 'set up channel' message could not be sent." 7211 = 4.9.1, "Can't open a connection to site '%1!' because 'set up channel' message was not acknowledged." 7212 = 4.9.1, "Can't close connection %1! on site '%2!' because it is not active." 7213 = 4.2, "Can't remove site '%1!' from list of active sites because it is missing." 7214 = 4.2, "No site name received in server login packet. Server login rejected." 7215 = 4.9.1, "Can't send to site '%1!'." 7216 = 4.2, "Can't read from site '%1!'." 7217 = 4.2, "Echo failed from site '%1!'." 7218 = 4.9.0, "Site '%1!' not found in sysservers." 7219 = 4.9.0, "Site %1! not found in sysservers." 7220 = 4.2, "Site '%1!' not found in interfaces file." 7221 = 4.9.1, "Login to site '%1!' failed." 7222 = 4.9.1, "Received bad token 0x%1! from site '%2!'." 7223 = 4.9.1, "Cannot %1! site '%2!'." 7224 = 4.9.1, "Unexpected end-of-message encountered in RPC response from site '%1!'." 7225 = 4.2, "Unknown datatype token %1! '%2!' encountered." 7226 = 4.2, "Alternate row received for id %1! with no corresponding format information." 7227 = 10.0, "Can't open a connection to site '%1!' because SQL Server is not configured for remote access. Ask a user with System Administrator (SA) role to reconfigure SQL Server to allow remote access." 7228 = 10.0, "Received a final DONE packet with DONE_ACK on site '%1!'." 7229 = 10.0, "Unable to obtain the remote Server's OS Session Label." 7230 = 10.0, "The OS Session Label of the remote Server process does not equal the connection level assigned to it." 7231 = 10.0, "The OS Session Label, curread and curwrite labels of the Client do not equal the connection level for the remote Server." 7232 = 10.0, "Internal MAC Subsystem error. OS Binary to Master SLID Conversion failed." 7233 = 10.0.2, "Internal MAC Subsystem error. Master SLID to OS Binary Conversion failed." 7234 = 10.0.2.5, "Failed to connect to remote server %1! %2! %3! %4! %5! for site %6!. Trying the next query entry of this server, if any." 7235 = 10.0.2.5, "No other query entry found for the remote server %1! - site %2!. Aborting this site handler, as no remote server responded. Please make sure the remote server is accepting connections." 7243 = 11.0.3, "Internal Limit reached. All local LOGCONN array segments are full. The following display is accurate, but it does not contain all active LOGCONNs. Displaying %1! active LOGCONNs in %2! local arrays." 7301 = 10.0, "FOR UPDATE has been incorrectly specified for a READ ONLY cursor." 7302 = 10.0, "The row number specification for a SET CURSOR ROWS statement must be an integer value greater than 0.The given value is '%1!'." 7303 = 10.0, "FOR BROWSE can not be used in the declaration of a cursor." 7304 = 10.0, "FOR READ ONLY can not be used in a SELECT which is not part of the declaration of a cursor or which is not inside a stored procedure." 7305 = 10.0, "FOR UPDATE can not be used in a SELECT which is not part of the declaration of a cursor or which is not inside a stored procedure." 7306 = 11.0, delete 7307 = 10.0, "COMPUTE clause can not be used in the declaration of a cursor." 7308 = 10.0, "SELECT-INTO can not be used in the declaration of a cursor." 7309 = 10.0, "SQL statement on line number %1! contains %2!. The error is caused due to the use of %3!." 7310 = 10.0, "SQL statement on line number %1! contains %2!. The error is caused due to the use of non-ANSI option: %3!." 7311 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of Sybase declared global/local variables." 7312 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of Sybase built-in function: %3!." 7313 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of non-standard control flow: %3!." 7314 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of non-standard transaction key word(s): %3!." 7315 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of Non-ANSI conversion function(s)." 7316 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of database prefix." 7317 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of %3! %4!." 7318 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of Non-ANSI drop object functionality: %3!." 7319 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of Non-ANSI operator: %3!." 7320 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of Non-ANSI pattern matching character(s)." 7321 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of column name(s) in a select list with aggregates but column name(s) not in group by list." 7322 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of set operations in an insert select: %3!." 7323 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of column headings." 7324 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of compute statement." 7325 = 10.0, "Nulls not allowed in a primary key column." 7326 = 10.0, "Line number %1! contains %2!. The error is caused due to the use of Non-ANSI escaping of '[' or ']' in a LIKE ESCAPE." 7327 = 10.0, "Length specification %1! is zero or negative." 7328 = 10.0, "Specified scale %1! is negative." 7329 = 10.0, "There are too many parameters given with function '%1!'. The maximum number of parameters allowed is %2!." 7330 = 10.0, "Within %1!, you are not allowed to specify the database name prefix for the new object name in %2!. All new objects must be created in the current database." 7331 = 10.0, "Within %1!, you can't create an object owned by another user. The specified object owner is '%2!', but the schema authorization id is '%3!'." 7332 = 10.0, "%1! is allowed only in %2!" 7333 = 10.0, "%1! does not allow specifying the user name as a prefix to the object name." 7334 = 10.0, "Subqueries are not allowed in a RAISERROR." 7335 = 4.9.5, "A SELECT statement that assigns a value to a variable must not be combined with a COMPUTE clause." 7336 = 10.0, "Line number %1! contains non-ANSI identifier. Length of identifier '%2!' is greater than 18." 7337 = 10.0, "FIPS WARNING: Truncation when inserting long char/varchar into shorter char/varchar." 7338 = 10.0, "FIPS WARNING: Union of exact numeric with different precision or scale." 7339 = 10.0, "FIPS WARNING: Union of chars or of literals with different lengths." 7340 = 10.0, "FIPS WARNING: Union of chars with literal." 7341 = 10.0, "FIPS WARNING: Inserted approximate numeric into exact numeric." 7342 = 10.0, "Keyword SHARED can not be used in a SELECT statement which is not part of the declaration of a cursor." 7343 = 10.0, " The value (%1!) given to the %2! is not within the allowed range. The allowed range is between %3! and %4!." 7344 = 10.0, "DECLARE CURSOR must be the only statement in a query batch." 7345 = 10.0, "SELECT is not allowed in a dynamic EXECUTE IMMEDIATE statement." 7346 = 10.0, "Invalid arguments for RAISERROR extended error data." 7347 = 10.0, "The IDENTITY function should be used only when the SELECT statement has an INTO clause." 7348 = 10.0, "Select expression results in more than one column having same name. Column name '%1!' is specified more than once" 7349 = 10.0, "FIPS WARNING: Due to usage of the name of an expression in the ORDER BY clause which has a correlation name in the select list" 7350 = 10.0, "FIPS_WARNING: Use of implicit or explicit ALL in COUNT aggregate function. Only COUNT(*) or COUNT( DISTINCT ) is allowed." 7351 = 10.0, "Local or global variables not allowed in view definition" 7352 = 10.0, "The SET option with ARITH_OVERFLOW is allowed only in SET ARITHABORT or SET ARITHIGNORE." 7353 = 10.0, "The SET option with NUMERIC_TRUNCATION is allowed only in SET ARITHABORT." 7354 = 10.0, "The SET can have option restrictions only when there is one option in the command." 7355 = 10.0, "Table (or view) '%1!' created by SELECT INTO or CREATE VIEW results in a column with no name. Please specify a column name for computed columns." 7356 = 10.0, "Aggregates or subqueries are not allowed in check constraints." 7357 = 10.0, "Label options (CURREAD, CURWRITE) cannot be used with non-label SET options in a single SET commmand." 7358 = 10.0, "Invalid type argument specified for the %1! builtin function. Argument must either be SENSITIVITY or SENSITIVITY_BOUNDARY." 7359 = 10.0, "SYB_IDENTITY is not allowed in READ or WRITE TEXT commands." 7360 = 10.0, "Explicit updates/inserts cannot be done on sensitivity or information columns." 7361 = 10.0, "FIPS WARNING: GROUP BY clause specified when all the items in select list are aggregate functions or none of the items in select list are aggregate functions." 7362 = 10.0, "FIPS WARNING: Select list contains aggregate function(s) but GROUP BY clause not specified." 7363 = 10.0, "You can not have variable assignments in a SELECT statement with the UNION operation." 7364 = 10.0, "Tables '%1!' and '%2!' have same exposed names. Use correlation names to distinguish them." 7365 = 10.0.1, "A column in the FOR UPDATE OF list can only be qualified by a table or correlation name. Column '%1!' is qualified by an table owner and/or database name." 7366 = 10.0.1, "A column in the FOR UPDATE OF list can only be qualified by an exposed table or correlation name. '%1!' is not an exposed name in the select statement." 7367 = 10.0.1, delete 7368 = 10.0.1, "Can not create column by name 'SYB_IDENTITY_COL'. This name has special meaning when 'auto_identity' option is ON." 7369 = 10.0, "Procedure Grouping is not allowed." 7370 = 10.0.2, "Specified precision %1! is more than the maximum precision %2!." 7371 = 10.0.2, "Specified scale %1! is more than the specified precision %2!." 7372 = 10.1, "Cursor FOR UPDATE cannot be specified at isolation level 0." 7373 = 10.1, "Browse mode cannot be specified at isolation level 0." 7374 = 10.1, "Invalid isolation level specified." 7375 = 11.0, "SELECT INTO cannot be specified with isolation level clause." 7376 = 11.0, "Select in a CREATE VIEW cannot be specified with isolation level clause." 7377 = 11.0, "SELECT INSERT cannot be specified with isolation level clause." 7378 = 10.1, "HOLDLOCK/NOHOLDLOCK/SHARED conflicts with AT ISOLATION LEVEL 0." 7379 = 10.0.2.2, "Permission denied. You must have the 'Replication' role to set %1! ON or OFF. Please contact a user with System Security Officer (SSO) role for help." 7380 = 11.0, "WARNING: Line %1!. Invalid value for '%2!' specified. This value will be ignored, default value will be used instead." 7381 = 11.0, "prefetch size" 7382 = 11.0, "Subqueries are not allowed in an ORDER BY clause." 7383 = 11.0, "Subqueries are not allowed in a GROUP BY clause." 7384 = 11.0, "Subqueries are not allowed in a COMPUTE clause." 7385 = 11.0, "The number of subqueries in the query exceeds the maximum allowed (%1!)." 7386 = 11.0, "Set dup_in_subquery is no longer supported. To get similar performance and semantics, rewrite the subquery as a join." 7387 = 10.0.2.3, "The maximum number of parameters in a dynamic SQL statement is %1!." 7388 = 11.0, "An aggregate of an aggregate produces a scalar value. Any further nesting of aggregates has no effect. Remove the aggregates beyond level two." 7389 = 11.0, "A HAVING clause with aggregates of different levels is not allowed." 7391 = 11.0.1, "The table count specification for a SET TABLE COUNT statement must be an integer value greater than 0. The given value is '%1!'." 7401 = 10.0, "Could not allocate memory for the threshold task's argument list; threshold task cannot be spawned for database %1!, segment %2!, free space %3!." 7402 = 10.0, "Could not spawn the threshold handler procedure for database %1!, segment %2!, when only %3! free pages were left in the segment." 7403 = 10.0, "Threshold task could not use database %1!, and so cannot execute the threshold procedure for segment %2!, free space %3!." 7404 = 10.0, "Could not find row in systhresholds for database %1! describing segment %2!, free space %3!." 7405 = 10.0, "Threshold procedure name is missing from the systhresholds row in database %1! for segment %2!, free space %3!." 7406 = 10.0, "%1!: unknown option: %2!" 7407 = 10.0, "Failed to execute the threshold procedure for database %1!, segment %2!, free space %3!." 7408 = 10.0, "Could not find a dbtable for database %1!." 7409 = 10.0, "This task tried to sleep waiting for space to become available in the log, but could not. The current command is being aborted because no further database changes can be logged." 7410 = 10.0, "%1!: function called with invalid argument." 7411 = 10.0, "Table 'systhresholds' in database '%1!' is not in its correct sort order. Either the clustered index is missing or there is data corruption in the table." 7412 = 10.0, "Space available in the log segment has fallen critically low in database '%1!'. All future modifications to this database will be %2! until the log is successfully dumped and space becomes available." 7413 = 10.0, "%1! task(s) are sleeping waiting for space to become available in the log segment for database %2!." 7414 = 10.0, "Threshold procedure '%1!' returned an error indication (@status=%2!) when called for database '%3!', segment '%4!', free_space %5!." 7415 = 10.0.1, "The transaction log in database %1! is almost full. Your transaction is being %2! until space is made available in the log." 7427 = 11.0.3, "Failed to complete LCT_ADMIN() function. Please look for any previous messages that may help identify the cause." 7601 = 10.0, "Permission denied. System Security Officer (SSO) role is required to open an auditing system table." 7602 = 10.0, "There is no such audit option. If you received this message while executing a Sybase-supplied auditing stored procedure, this is a system error, and you should contact a user with System Administrator (SA) role." 7603 = 10.0, "The ad_hoc_audit builtin function cannot be called directly. You must use sp_addauditrecord to send an ad-hoc audit record." 7604 = 10.0, "An unknown audit event type was received. This is a system error. Contact a user with System Security Officer (SSO) role." 7605 = 10.0, "An attempt to send a message to the audit process has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7606 = 10.0, "An attempt to allocate memory for the audit queue has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7607 = 10.0, "An attempt to establish a system mailbox for the audit process has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7608 = 10.0, "An attempt to open the sybsecurity database has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7609 = 10.0, "An attempt to load the global audit options into sysauditoptions has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7610 = 10.0, "An attempt to open the sysaudits table has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7611 = 10.0, "An attempt to awaken the server initialization process has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7612 = 10.0, "An attempt to get an audit record from the audit queue has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7613 = 10.0, "Permission denied. System Security Officer (SSO) role is required to create or drop the sybsecurity database." 7614 = 10.0, "Permission denied. System Security Officer (SSO) role is required to create an auditing system table." 7615 = 10.0, "The auditing system tables can only be created in the sybsecurity database." 7616 = 10.0, "You can only use SELECT or SELECT INTO with the sysaudits table." 7617 = 10.0, "An attempt to get a free audit record buffer from the audit queue has failed. This is a system error. Contact a user with System Security Officer (SSO) role." 7618 = 10.0, "The audit process is not currently active. Contact a user with System Administrator (SA) or System Security Officer (SSO) role." 7619 = 10.0, "An insert to the sysaudits table has failed. This is a serious error, and you should contact a user with System Administrator (SA) or System Security Officer (SSO) role." 7620 = 10.0, "You must use one of the Sybase-supplied auditing stored procedures to change audit options." 7701 = 10.0, "Overflow when converting from char to type %1!, value = '%2!'." 7702 = 10.0, "Overflow when converting from numeric(%1!,%2!) to type %3!'%4!', value = '%5!'." 7703 = 10.0, "Overflow when converting from decimal(%1!,%2!) to type %3!'%4!', value = '%5!'." 7704 = 10.0, "Truncation error when converting to exact numeric(%1!,%2!) from type %3!'%4!', value = '%5!'." 7705 = 10.0, "Invalid pattern string. The character following the escape character must be percent sign, underscore, left square bracket, right square bracket, or the escape character." 7706 = 10.0, "Pattern string is too long. The given pattern string '%1!' is converted using the escape character '%2!'. The converted string is longer than 255 bytes." 7707 = 10.0, "Illegal escape character found. There are fewer bytes than necessary to form a valid character." 7708 = 10.0, "Pattern string is too complex. There are too many blocks requiring special attention for right bracket (]), circumflex (^), or dash (-)." 7709 = 10.0, "Server-initiated remote procedure call state error." 7710 = 10.0, "Attempt to retrieve a returned parameter length from a server-initiated stored procedure without specifying the parameter name." 7711 = 10.0, "Parameter not found while trying to retrieve the returned parameter length from a server-initiated stored procedure." 7712 = 10.0, "Stored procedure '%1!' may be run only in chained transaction mode. The 'SET CHAINED ON' command will cause the current session to use chained transaction mode." 7713 = 10.0, "Stored procedure '%1!' may be run only in unchained transaction mode. The 'SET CHAINED OFF' command will cause the current session to use unchained transaction mode." 7714 = 10.0, "In a CREATE SCHEMA statement, the authorization id must match the current user name. The supplied authorization id, '%1!', does not match the current user name, '%2!'." 7715 = 10.0, "Object '%1!' specified as a rule for tabid '%2!', colid '%3!' does not have a variable node in the tree." 7716 = 4.8.0, "Cannot convert CHAR value to REAL. The CHAR value has incorrect syntax." 7717 = 4.8.0, "Attempted to drop temporary table with object id %1!, which is not in the temporary object lists for this task." 7718 = 10.0, "The '%1!' command is not allowed within a multi-statement transaction in the '%2!' database." 7719 = 10.0, "There is no memory available to save the current sequencer state -- cannot continue processing this query." 7720 = 10.0, "Update/Delete from a table which is the inner table of an outerjoin is not allowed. Command aborted." 7721 = 4.2, delete 7722 = 4.2, delete 7723 = 4.2, delete 7725 = 10.0.1, "Cursor '%1!' was declared with a FOR UPDATE clause. This cursor was found to be read only." 7726 = 10.0.1, "Execute cursor '%1!' is declared on a procedure which has more than one SQL statment. For the declaration of this cursor to be legal the procedure should have a single SELECT statement clause." 7727 = 10.0, "An internal error occurred for the cursor variable '%1!'. It could not be found on any variable list of the procedure." 7728 = 10.0, "Permission denied. You must have the following role(s) to execute %1! : '%2!' . Please contact a user with the appropriate role for help." 7729 = 10.0, "Invalid role string '%1!' entered." 7730 = 10.0, "SET ROLE fails. The caller is not granted with the specified '%1!' role. Please contact a user with System Security Officer (SSO) role for help." 7731 = 10.0, "SET ROLE fails. The caller cannot assume the new user identity (uid) in the current database. Please contact a user with System Security Officer (SSO) role for help." 7732 = 10.0, "The UPDATE/DELETE WHERE CURRENT OF failed for cursor '%1!' because the cursor is read only." 7733 = 10.0, "Unable to locate the base procedure header (Pss->phdr) which had been switched earlier." 7734 = 10.0, "The search for table name when adding a resdom in s_addident() failed. The resdom for the column '%1!' did not contain the table name. This is an internal error." 7735 = 10.0, "The specfied row count '%1!' for the cursor '%2!' is invalid. The rowcount should always be greater than zero." 7736 = 10.0, "Unable to find lock request for tabid %1! dbid %2!. This is an internal error." 7739 = 10.0, "Internal error - SELECT INTO not found, perhaps tree corrupted." 7740 = 10.0, "The declaration for cursor '%1!' has the column '%2!' in it's FOR UPDATE list which is not part of the SELECT list for the cursor. Either select that column or remove it from the FOR UPDATE list." 7741 = 10.0, "Internal error - Both SHARED AND UPDLOCK have been set on table '%1!'." 7742 = 10.0, "You must change your password using the sp_password system stored procedure before you can continue." 7743 = 10.0, "An explicit value for the identity field in table '%1!' can only be specified in an insert statement when a field list is used." 7744 = 10.0, "Illegal attempt to update identity field '%1!'." 7745 = 10.0, "Attempting to add a new identity field to a table '%1!', via select into, which would have a field '%2!' that inherits the identity property." 7746 = 10.0, "Attempting to add more than 1 new identity field to a table '%1!', via select into." 7747 = 10.0, "Unable to SET IDENTITY_INSERT to ON for table '%1!' because it is already on for tabid %2! dbid %3!." 7748 = 10.0, "Pseudo-column 'SYB_IDENTITY' used incorrectly. No table in the query has the identity property." 7749 = 10.0, "Pseudo-column 'SYB_IDENTITY' used ambiguously. Multiple tables in the query have the identity property." 7750 = 10.0, "Argument type '%1!' is invalid for argument %2! of '%3!' function." 7751 = 10.0, "Unable to SET IDENTITY_INSERT to ON/OFF for table '%1!' because the object either does not exist or cannot be opened." 7752 = 10.0, "Unable to SET IDENTITY_INSERT to ON/OFF for table '%1!' because you are neither the DBO nor the object owner." 7753 = 10.0, "Unable to SET IDENTITY_INSERT to ON/OFF for object '%1!' because the object is not a user table." 7754 = 10.0, "Operand data type '%1!' is invalid for '%2!' operator." 7755 = 10.0, "Attempt to switch base procedure header (Pss->phdr) more than once.This is an internal error." 7756 = 11.0.2, "Unable to SET IDENTITY_INSERT to ON/OFF for table '%1!' because the table does not have the identity property." 7757 = 10.0, "The order-by position number '%1!' is out of range of the number of items in the select-list." 7758 = 10.0, "The declaration for cursor '%1!' has the column '%2!' in it's FOR UPDATE OF list which is not updatable after view resolution." 7759 = 10.0, "The declaration for cursor '%1!' has the column '%2!' in it's FOR UPDATE OF list which is not updatable because it has the identity property." 7760 = 10.0, "Conversion of security label datatype to char/varchar datatype failed." 7761 = 10.0, "The data type '%1!' is invalid for the %2! function. Allowed types are: CHAR/VARCHAR and SENSITIVITY/SENSITIVITY_BOUNDARY." 7762 = 10.0, "Trigger label configuration incompatible with user's profile." 7763 = 10.0, "Procedure label configuration incompatible with user's profile." 7764 = 10.0, "Sysobjects entry NOT found for procedure buffer entry." 7765 = 10.0, "Invalid owner curread for view, procedure, or trigger in sysobjects entry." 7766 = 10.0, "A conversion from '%1!' label to character string resulted in an overflow." 7767 = 10.0, "THe user's curread label does not dominate the converted label." 7768 = 10.0, "Invalid label syntax." 7769 = 10.0, "Internal conversion error detected while converting to/from '%1!' label datatypes." 7770 = 10.0, "Warning: There are other roles currently active." 7771 = 10.0, "Insert into the sensitivity column of table '%1!' attempted. Explicit inserts into the sensitivity column are not allowed." 7772 = 10.0, "Internal error encountered while processing @@update_mode global variable." 7773 = 10.0.2, "Execute cursor '%1!' is declared on a procedure which contains a non-SELECT or a SELECT with a COMPUTE clause. For the declaration of this cursor to be legal it should have a single SELECT statement without a COMPUTE clause." 7774 = 10.0, "The procedure '%1!' contains a select statement with FOR UPDATE clause. This should be the only statement in the procedure." 7775 = 10.0, "The column '%1!' in FOR UPDATE list is not part of the SELECT list. Either select that column or remove it from the FOR UPDATE list." 7776 = 10.0.2, "Transaction to update certification state of object %1!, database %2! failed." 7777 = 10.0.2, "Changing certification state of object %1!, database %2! to SUSPECT because of change in state of dependent object %3! (previous object id %4!), database %5!." 7778 = 10.0.2, "Suspect procedure %1!, database %2! found. Cannot execute query." 7779 = 10.0.2, "UNCERTIFIED object %1!, database %2! accessed by CERTIFIED object %3!, database %4!. Cannot execute query." 7780 = 10.0.2, "Procedure %1!, database %2! with labels found UNCERTIFIED. Cannot execute query." 7781 = 10.0.2, "Suspect view %1!, database %2! found. Cannot execute query." 7782 = 10.0.2, "Remote procedure call from within CERTIFIED stored procedure %1!, database %2! not allowed. Cannot execute query." 7783 = 10.0.1, "Internal error -- server failed to do garbage collection on this procedure, id = %1!. Please save the query tree and procedure text and inform the technical support. This is not a critical error, so server continues processing." 7784 = 10.0.1, "Illegal escape character found. There are fewer bytes than necessary to form a valid character." 7785 = 10.0.1, "Attempting to create a table '%1!', via select into, with column '%2!' whose numeric precision, %3!, exceeds the maximum allowed precision (%4!)." 7786 = 10.0, "Unable to turn role off since user is not a valid user in the current database." 7787 = 10.0.2, "Sensitivity column of view '%1!' accessed. A view's sensitivity column is not user accessible." 7788 = 10.1, "WARNING: An explicit or implicit HOLDLOCK or NOHOLDLOCK was specified for table '%1!'; however, since this is an isolation level 0 scan, the HOLDLOCK or NOHOLDLOCK is ignored." 7789 = 10.0.2, "Unable to allocate work table for processing group by or distinct clause during query optimization. Maximum limit (%1!) of work tables is exceeded. Simplify the query and retry." 7790 = 10.0.2, "Internal error - Unable to remap cursors during recompilation. This is a non-fatal internal error." 7791 = 10.0.2, "Unable to remap lockid for table %1! in database %2!. Printing diagnostic information: tobjp: 0x%3!, lkr: 0x%4!, rgtabid: %5!." 7792 = 11.0.1, "An isolation level %1! scan is being attempted on cursor '%2!', but the cursor was declared at isolation level %3!. You must re-declare the cursor at isolation level %4!." 7793 = 10.1, "An isolation level 0 scan is being attempted by an ad-hoc query, but the query was compiled in the batch at a nonzero isolation level." 7794 = 10.1, "You cannot scan table '%1!' at isolation level 0 because another process is running a DROP INDEX or ALTER TABLE command on that table. Please retry later." 7795 = 11.0, "Internal error - Unable to process subqueries during transformations. Maximum limit (%1!) of subqueries is exceeded. Please save the DBCC TRACE(100) output and inform technical support." 7796 = 11.0, "Internal error - Unable to process subqueries during transformations due to a corrupt query tree. Please save the output from DBCC TRACE(100) and inform technical support." 7800 = 11.0, delete 7801 = 11.0, delete 7901 = 4.2, "Page %1! was expected to be the first page of a TEXT/IMAGE value." 7902 = 4.2, "Data size mismatch occurred while checking TEXT/IMAGE values. The first page for this value is: %1!. There were %2! bytes found, which is different from the expected data length of %3! bytes." 7903 = 4.2, "Page %1! was expected to be a TEXT/IMAGE page. This occurred when link number %2! was examined." 7904 = 4.2, "The total number of TEXT/IMAGE pages in this table is %1!." 7905 = 4.9.0, "The number of rows in sysindexes for this table was %1!. It has been corrected to %2!." 7906 = 4.9.0, "The number of data pages in sysindexes for this table was %1!. It has been corrected to %2!." 7907 = 4.2, "The status in the first page (%1!) of the no_log table %2! and the status in the sysobjects row, do not match." 7908 = 4.2, "The table %1! was created with the no_log option." 7909 = 4.2, "A transaction involving the no_log table %1! was undone. This may have left the table in an inconsistent state. Rebuild the table." 7910 = 4.2, "Page %1! allocated (Alloc page: %2! Extent ID: %3! Alloc mask: 0x%4!)" 7911 = 4.2, "Page %1! deallocated (Alloc page: %2! Extent ID: %3! Alloc mask: 0x%4!)" 7912 = 4.2, "EXTID:%1! (Alloc page: %2!) is initialized. Extent follows:" 7913 = 4.2, "NEXT=%1! PREV=%2! OBJID=%3! ALLOC=0x%4! DEALL=0x%5! INDID=%6! STATUS=0x%7!" 7914 = 4.2, "Allocation page %1! extid %2! is not referenced, but there are referenced pages within this extent. Contact Technical Support for assistance on object %3!." 7915 = 4.2, "Allocation page %1! extid %2! is referenced, but there are no referenced pages within this extent. Contact Technical Support for assistnace on object %3!." 7916 = 4.2, "Total (# alloc pages = %1!, # of alloc pages modified = %2!)." 7917 = 4.2, "Total (# pages allocated=%1! pages deallocated=%2! extents deleted=%3!)." 7918 = 4.2, "Alloc page %1! (pgs allocated=%2! pgs deallocated=%3! extents deleted=%4!)." 7919 = 4.2, "Fix_al not processed. Database needs to be in SINGLE USER mode." 7920 = 4.9.0, "Processed %1! entries in the sysindexes for dbid %2!." 7921 = 4.9.0, "Found %1! bad entries in the sysindexes." 7922 = 4.2, "***************************************************************" 7923 = 4.2, "TABLE: %1! OBJID = %2!" 7924 = 4.8.0, "INDID=%1! FIRST=%2! ROOT=%3! SORT=%4!" 7925 = 11.0.1, " Indid : %1!. %2! Index pages allocated and %3! Extents allocated." 7926 = 11.0.1, " Data level: %1!. %2! Data pages allocated and %3! Extents allocated." 7927 = 4.2, "TOTAL # of extents = %1!" 7928 = 4.2, "Index %1! is not consistent; found %2! leaf rows. Drop and recreate the index." 7929 = 4.2, "Table has %1! data rows." 7930 = 11.0.2, "Table Corrupt: key(s) in the left child is not less than the parent key; check left child page %1! of index id %2! for table '%3!' in database '%4!'." 7931 = 11.0.2, "Table Corrupt: key(s) in the right child is less than the parent key; check right child page page %1! of index id %2! for table '%3!' in database '%4!'." 7932 = 4.2, "The indexes for '%1!' are already correct. They will not be rebuilt." 7933 = 4.2, "One or more indexes are corrupt. They will be rebuilt." 7934 = 4.2, "The table '%1!' has no indexes." 7935 = 4.9.0, "REINDEX received an exception - command aborted." 7936 = 4.8.0, "Checktable on sysgams is not allowed." 7937 = 10.0, "The data in table '%1!' is possibly corrupt - DBCC REINDEX aborted. Run DBCC CHECKTABLE and report errors to a user with System Administrator (SA) role." 7938 = 4.8.0, "Table Corrupt: The oam entry for object %1!, indid %2!, alloc pg %3!, has a used count of %4! and an unused count of %5!. The used count should be %6! and the unused count should be %7!." 7939 = 4.8.0, "Table Corrupt: The entry is missing from the OAM for object id %1! indid %2! for allocation page %3!." 7940 = 4.9.1, "The counts in the OAM are incorrect. This implies that there are entries missing. Run tablealloc utility with the FIX option on the table with the inaccurate OAM counts." 7941 = 4.8.0, "Couldn't find table %1!." 7942 = 4.8.0, "The missing OAM entry has been inserted." 7943 = 4.8.0, "Attempt to insert missing OAM entry failed." 7944 = 4.2, "*** NOTICE: Space used on the log segment is %1! Mbytes, %2!%%." 7945 = 4.2, "*** NOTICE: Space free on the log segment is %1! Mbytes, %2!%%." 7946 = 4.2, "*** NOTICE: Notification of log space used/free cannot be reported because the log segment is not on its own device." 7947 = 4.9.0, "The sortorder and character set ID's for index %1! on this table were %2!:%3! in sysindexes. They have been corrected to %4!:%5!." 7948 = 4.8.0, "Page %1!, object %2!, index %3!, level %4!, was found with fixed-row status improperly set. That status has been cleared by DBCC." 7949 = 4.8.0, "The number of pages used and unused for object %1! index %2! on allocation page %3! do not match the counts in the OAM entry." 7950 = 4.8.0, "Unable to %1! engine. Check sysengines count and max online engines config value." 7951 = 4.9.0, "Data size mismatch occurred while checking a TEXT value. The first page for this value is: %1!. There were %2! characters found, which is different from the expected length of %3! characters." 7952 = 4.9.0, "A TEXT value with an invalid MAGIC NUMBER has been found on page %1!. TEXT values will no longer be checked for this table. Note because of this, the TEXT page count will be inaccurate. Use DBCC FIX_TEXT to fix the TEXT values." 7953 = 4.9.0, "Unable to acquire an exclusive lock on text page %1!. This text value has not been recalculated. In order to recalculate those TEXT pages you must release the lock and reissue the DBCC FIX_TEXT command." 7954 = 4.9.0, "There are no TEXT pages in table %1! to be updated." 7955 = 4.9.0, "Not all of the TEXT pages in table %1! have been successfully updated, however, DBCC FIX_TEXT is restartable. Please issue the command again once any other errors have been addressed." 7956 = 10.0, "Remapping utility - Column descriptor should have been remapped earlier. This is an internal system error." 7957 = 10.0.1, "Remapping utility - procedure is corrupted in Sysprocedures. Recreate this procedure." 7958 = 10.0, "Remapping utility - a pointer exists in a tree when it should not." 7959 = 10.0, "Remapping utility - unable to locate the given procedure %1! in Sysprocedures." 7960 = 10.0, "Remapping utility - Procedure needs to be recreated for this port." 7961 = 10.0, "Remapping utility - Wrong kind of node passed to tree remapping. This is an internal system error." 7962 = 10.0, "Upgrade requires the SQL Server to be booted in single user mode. Reboot the SQL Server with the -m flag." 7963 = 10.0, "Upgrade encountered a fatal error. Please check the SQL Server errorlog." 7964 = 10.0, "Permission denied. You do not have the necessary role to run this command. Please contact Sybase Technical Support for assistance in running this command." 7965 = 4.9.1, "The 'fix' option has been ignored for this command. To use the 'fix' option with system tables, run the command from the database where the table is located. The database must be in single user mode." 7966 = 10.0, "The global space allocation report requires an exclusive lock on object 99. This process does not hold this lock in database %1!. This report is cancelled." 7967 = 10.0, "Allocation page %1! in database %2! does not hold the address lock required for initializing the diagnostic bitmaps or correcting its allocation errors." 7968 = 10.0, "The object allocation map for tabid %1! indid %2! is corrupt, therefore the optimized report cannot be generated. Contact Technical Support for assistance." 7969 = 10.0, "Allocation reports cannot be generated for object %1! in database %2!." 7970 = 10.0, "The default report option of %1! is used for this run." 7971 = 10.0, "The default fix option of %1! is used for this run." 7972 = 10.0, "The oam counts for objid %1! indid %2! are corrected." 7973 = 10.0, "The optimized report may generate erroneous messages due to the missing OAM entry. Run the optimized report with the fix option, to correct this error." 7974 = 10.0, "ILLEGAL use of module %1!. See the errorlog for detail information." 7975 = 10.0.2.3, "System catalog entrie(s) for Object %1!, Database %2! are corrupted." 7976 = 10.0.2.3, "Object %1! in database %2! does not have any TEXT/IMAGE data." 7977 = 10.0.2.3, "First page %1! and Root page %2! are not same." 7978 = 10.0.2.3, "One or more text chain(s) for object %1! in database %2! is corrupt." 7979 = 10.0.2.3, "Text chain linkage corrupted for Page %1! of Object %2!." 7980 = 10.0.2.3, "Unreferenced text chain found for page %1!, nextpage %2!, prevpage %3!." 7981 = 10.0, "The new transaction mode must be unchained, chained or anymode." 7982 = 10.0, "The specified object '%1!' is not a stored procedure in database '%2!'." 7983 = 10.0, "You must be either the system administrator (SA), the database administrator (dbo), or the owner of this stored procedure to change its transaction mode." 7985 = 10.0, "Server name '%1!' not found in system catalog." 7986 = 10.0, "You can not change the mode of a remote stored procedure." 7987 = 10.0, "User named '%1!' not found; check sysusers." 7988 = 10.0, "The specified object '%1!' is not found in database '%2!'. Check sysobjects to make sure you own the object." 7989 = 10.0, "The serial allocation flag was found to be improperly set in allocation unit %1!, at extent ID %2!, with alloc map = %3! and objid = %4!. This flag has been cleared by DBCC." 7990 = 10.0, "Permission denied. User's operating system session label must dominate database maxhold to use the DBCC command '%1!'." 7991 = 10.0, "Label consistency check for database '%1!' failed." 7992 = 10.0, "The user needs to be in the master database to execute this command." 7993 = 10.0, "One or more databases have been detected to have inconsistent security labels." 7994 = 10.0.2, "Database '%1!' has references to other databases. Drop those references and try again" 7995 = 10.0.2, "Permission denied. Only the Database Owner (DBO) or a user with the System Administrator (SA), System Security Officer (SSO), or Oper role can execute this command for database '%1!'." 7996 = 10.0.2, "Permission denied. Object '%1!' not found." 7997 = 10.0.2, "Permission denied. User's curwrite does not match the sensitivity label of object '%1!'." 7998 = 10.0.2, "Permission denied. Database '%1!' not found." 7999 = 10.0.2, "Permission denied. User's curwrite does not match the sensitivity label of database '%1!'." 8002 = 4.2, "Parameter number %1! and subsequent parameters must be passed as '@name = value'. Once the form '@name = value' has been used, all subsequent parameters must be passed in the form '@name = value'." 8003 = 4.2, "There are too many parameters in this CREATE PROCEDURE statement. The maximum number is %1!." 8004 = 4.2, "Received an unrecognized datatype %1! from TDS datastream." 8005 = 4.2, "Received a procedure name length of %1!. The TDS datastream is incorrect." 8006 = 10.0, "SQL Server error detected by %1!. Refer to the preceding %2! message." 8007 = 10.0, "Unknown token returned by %1!: %2!." 8008 = 10.0, "Parameter no. %1!, of type %2!, did not have a valid value." 8009 = 10.0, "Error encountered by %1!. Please refer to %2! messages for details." 8010 = 10.0.1, "datalen (%1!) must be less than maxlen (%2!) for rpc parameter %3!" 8011 = 4.9.1, "Parameter %1! has datatype %2!. This datatype is not valid for use in parameters for an RPC." 8201 = 4.8.0, "Keep count of descriptor was expected to be %1!. Instead %2! was found" 8202 = 4.2, delete 8203 = 11.0, "Expected to find the descriptor for object %1! in database %2! in %3! state." 8204 = 4.8.0, "Expected to receive system catalog id. Instead %1! was received." 8205 = 11.0, "Invalid field token passed to descriptor (id = %1!, field = %2!)." 8206 = 4.8.0, "Object %1! was not found in %2!." 8207 = 4.8.0, "Couldn't find an available descriptor for an object.Configure your system for more descriptors." 8208 = 4.8.0, "Descriptor for object %1! in database %2! was notfound in the expected dbtable." 8209 = 4.8.0, "Descriptor found was not expected to have %1! state." 8210 = 4.8.0, "Duplicate of work table descriptor found in the id hash table for temporary object %1!." 8211 = 4.8.0, "Mismatch found between the name and id descriptor hash table. Descriptor hashed by name = 0x%1! and hashed by id = 0x%2!." 8212 = 4.2, delete 8213 = 4.8.0, "Failed to acquire address lock on object %1!" 8215 = 10.0, "An attempt was made to drop the DES of object %1!, which is not a user-defined object." 8216 = 11.0, "Failed to acquire table lock on object %1!" 8217 = 11.0, delete 8218 = 11.0, delete 8219 = 11.0, "Couldn't compute lock promotion level in DES for object %1! in database %2!. Using default level = %3!." 8220 = 11.0, delete 8221 = 11.0, "Couldn't find the identity column for object %1!." 8222 = 11.0, "Maximum rows per page value not found in the descriptor for table=%1!, index=%2! on database %3!." 8401 = 4.8.0, "Object with id of %1! was not found in database number %2!." 8402 = 4.8.0, "Index row for object %1! (index id %2!) was not found in database %3!." 8403 = 4.8.0, "Index tag structure doesn't contain the search mode executed." 8404 = 4.8.0, "Index tag structure indicates fast and slow search modes." 8405 = 4.8.0, "No modify lock was acquired for an index row %1!." 8406 = 4.9.0, "Insert of sysindexes row failed." 8407 = 4.9.0, "Delete of sysindexes row failed." 8408 = 4.9.0, "Didn't expect to find active modify lock for sysindexes." 8409 = 4.9.0, "Invalid status found in sysindexes tag structure. Expected status: %1!." 8410 = 4.9.0, "Expected to find search lock during sysindexes scan." 8411 = 4.9.0, "Invalid setup status found in sysindexes Manager during a call to: %1!." 8412 = 4.9.0, "No object id specified in sysindexes Manager call to: %1!." 8414 = 4.9.0, "Copy of sysindexes row failed." 8415 = 4.8.0, "Unexpected value '%1!' returned from lock manager after waiting for lock on page %2!, dbid %3!." 8416 = 10.0, "Invalid scan type %1! specified" 8438 = 11.0.2, "Updating wrong indexrow in dbid %1!. Objid for actual row updated is %2!, objid for intended row was %3!. Index id for intended row was %4!. Index page is %5!, field updated is %6!. Index row address is %7!, row number is %8!." 8501 = 4.8.0, "Object id's are not the same during an abort: %1! and %2!." 8502 = 4.8.0, "Invalid record type passed to abort: %1!." 8601 = 10.0, "Process %1! tried to keep the PSS for process %2! when it already had the PSS for process %3! kept." 8701 = 4.8.0, "Sitebuf has invalid state or keepcount. sitebuf=0x%1!, state=%2!, keepcount=%3!." 8702 = 4.8.0, "Sitebuf has invalid state. sitebuf=0x%1!, state=%2!." 8703 = 4.8.0, "Invalid keep count in sitebuf. sitebuf=0x%1!, keepcount=%2!." 8704 = 4.8.0, "Could not get the address lock. address=0x%1!, status=%2!." 8705 = 4.8.0, "Remotely started site handler." 8706 = 4.8.0, "Invalid keep count in sitebuf. sitebuf=0x%1!, keepcount=%2!, lcfreed=%3!." 8801 = 4.8.0, "Logconn has invalid state or keepcount. logconn=0x%1!, state=%2!, keepcount=%3!." 8802 = 4.8.0, "Logconn has invalid state. logconn=0x%1!, state=%2!." 8803 = 4.8.0, "Missing sitebuf for siteid %1!." 8804 = 4.8.0, "Packet acknowledgment is neither read nor write. rdwr=%1!." 8805 = 4.8.0, "Invalid set parameter to lc_wconnstat. set=%1!." 8806 = 4.8.0, "Corrupted pre-read data list in lc__flush. logconn=0x%1!, dtbeg=0x%2!, dtend=0x%3!." 8901 = 4.8.0, "Databuf has invalid state. databuf=0x%1!, state=%2!." 8902 = 4.8.0, "Logconn has invalid state or keepcount. logconn=0x%1!, state=%2!, keepcount=%3!." 8903 = 4.8.0, "Invalid state in logconn. logconn=0x%1!, state=%2!." 8904 = 4.8.0, "Invalid state in databuf or corrupted databuf chain. databuf=0x%1!, state=%2!, dnext=0x%3!." 9001 = 4.9.1, "Process %1! has requested a memory size %2! that is greater than the memory size %3! in the disk buffer 0x%4!, dbid %5!." 9002 = 4.9.1, "Process %1! is accessing disk buffer 0x%2!, in dbid %3! that has been freed. The current status of the DSKBUF is 0x%4!." 9003 = 4.9.1, "Could not start I/O for request %1!." 9004 = 4.9.1, "I/O error detected on disk buffer 0x%1! for page request %2!, dbid %3!." 9005 = 4.9.1, "Process %1! is requesting an illegal I/O type of 0x%2!." 9006 = 4.9.1, "Process %1! is attempting to free a disk buffer that is already freed. Disk buffer address 0x%2!, dbid %3!." 9101 = 4.9.1, "This is the correct text after Tech Pubs approval." 9102 = 4.9.1, "Failed to convert the %1! log record into row format for database '%2!', XACT ID %3!, RID %4!. Information associated with the %5! log record is not replicated." 9103 = 4.9.1, "Failed to send the %1! log record for database '%2!', XACT ID %3!, RID %4!. Information associated with the %5! log record is not replicated." 9104 = 4.9.1, "Cannot identify the object on the %1! log record for database '%2!', XACT ID %3!, RID %4!. Information associated with the %5! log record is not replicated." 9105 = 4.9.1, "A missing log record indicates a prematurely truncated log or a corrupt log. The %1! log record in database '%2!', XACT ID %3!, is not replicated." 9106 = 4.9.1, "The deferred insert (INOOP) log record referenced by the insert indirect (INSIND) log record was not found as expected at RID %1!." 9107 = 4.9.1, "Unexpected function return value %1! while processing the %2! log record of database '%3!', XACT ID %4!, RID %5!. The %6! log record may not have been replicated." 9108 = 4.9.1, "Number of qualifiers supplied to the DBCC LOGTRANSFER command exceeds limit of %1!. The DBCC LOGTRANSFER command is not executed." 9109 = 4.9.1, "Cannot find user name for user ID %1! while sending the %2! log record for database '%3!', XACT ID %4!, RID %5!. The user ID will be used instead of the user name." 9110 = 4.9.1, "Found an ENDXACT log record before finding an expected INSERT log record in database '%1!', XACT ID %2!, RID %3!." 9111 = 4.9.1, "Failed to send the LTM truncation point information for database '%1!'. The DBCC GETTRUNC command fails during execution." 9112 = 4.9.1, "The DBCC LOGTRANSFER command must be invoked with at least %1! parameters. The DBCC LOGTRANSFER command is not executed." 9113 = 4.9.1, "'%1!' is not a valid QUALIFIER for the DBCC LOGTRANSFER command. The DBCC LOGTRANSFER command is not executed." 9114 = 4.9.1, "'%1!' is not a valid VERB for the DBCC LOGTRANSFER command. The DBCC LOGTRANSFER command is not executed." 9115 = 4.9.1, "'%1!' is not a valid COMMAND for the DBCC LOGTRANSFER command. The DBCC LOGTRANSFER command is not executed." 9116 = 4.9.1, "'%1!' is not a valid numeric value for the specified QUALIFIER. The DBCC LOGTRANSFER command is not executed." 9117 = 4.9.1, "The DBCC LOGTRANSFER command was invoked with an invalid combination of QUALIFIERs. The DBCC LOGTRANSFER command is not executed." 9118 = 4.9.1, "The specified COMMAND requires additional QUALIFIERS. The DBCC LOGTRANSFER command is not executed." 9119 = 10.0, "Execution of the the %1! command fails due to insufficient memory." 9120 = 4.9.1, "The log transfer context for database '%1!' has not been reserved with the DBCC LOGTRANSFER ('reserve', 'context') command. The specified DBCC command is not executed." 9121 = 4.9.1, "The log transfer context for the current database is already reserved by SQL Server process %1!. The log transfer context for the current database is not reserved." 9122 = 10.0.2.5, "The log transfer process lost its connection to the LTM for database '%1!'. Once the LTM re-establishes the connection, replication will continue with no data loss." 9123 = 10.0, "Unable to set a wakeup alarm for the log transfer process. The log transfer scan of database '%1!' will not honor the specified timeout of %2! seconds." 9124 = 4.9.1, "INTERNAL CODING ERROR. Log record ID %1! is not valid. Please contact Sybase Technical Support." 9125 = 4.9.1, "Usage: DBCC SETTRUNC('ltm', { 'valid' | 'ignore' | 'pageid', page number })" 9126 = 4.9.1, "Usage: DBCC GETTRUNC()" 9127 = 4.9.1, "INTERNAL CODING ERROR. The building of an internal data structure required more memory than anticipated. Please contact Sybase Technical Support." 9128 = 4.9.1, "Ran out of memory trying to send an UPDATE command's DELETE/INSERT log record pair for database '%1!', XACT ID %2!, RID %3!. The %4! log record is not replicated." 9129 = 4.9.1, "Unable to determine the end of the log for database '%1!'. The log transfer scan of database '%2!' is aborted." 9130 = 4.9.1, "The BEGINXACT log record referenced by the CHECKPOINT log record for database '%1!', XACT ID %2!, RID %3!, was not found at RID %4! as expected." 9131 = 4.9.1, "The log transfer context for the current database is already reserved by your SQL Server process. The DBCC LOGTRANSFER ('reserve', 'context') command is ignored." 9132 = 4.9.1, "Failed to write the log record for the execution of stored procedure '%1!' in database '%2!'. Stored procedure '%3!' is not replicated." 9133 = 4.9.1, "The SQL Server was not started with the proper command line option to enable Replication Server support. The DBCC command is not executed." 9134 = 4.9.1, "The DBCC LOGTRANSFER ('setqual', ...) command was invoked with parameters of incorrect type. The DBCC LOGTRANSFER ('setqual', ...) command is not executed." 9135 = 4.9.1, "Usage: DBCC LOGTRANSFER('scan', { 'normal' | 'repeat' | 'continue' })" 9136 = 4.9.1, "Unable to find the RID of the last ENDXACT or CHECKPOINT log record. The log transfer context for the current database is not reserved." 9137 = 10.0, "LTM trunc. point not yet established with DBCC SETTRUNC(). Until the LTM trunc. point is established, changes to the object '%1!' may not be replicated." 9138 = 10.0, "Even though Replication Server support is disabled, database '%1!' contains a valid LTM trunc. point which prevents the complete truncation of all expendable log pages." 9139 = 10.0, "Failed to free allocated but unused memory in order to satisfy memory allocation request. Memory allocation request fails." 9140 = 10.0, "Memory allocator used for Replication Server support failed to fulfill memory allocation request." 9141 = 10.0, "The stored proc. '%1!' associated with the %2! log record in database '%3!', XACT ID %4!, RID %5!, was dropped after the log record was written. The %6! log record is not replicated." 9142 = 10.0.2.2, "Usage: DBCC REPLICATE_TXTCOL (objid, colid, { always_replicate | replicate_if_changed | do_not_replicate } )" 9143 = 11.0, "'%1!' is not a valid replication status. The DBCC REPLICATE_TXTCOL command is not executed." 9144 = 10.0.2.2, "The requested column cannot be located. Check the objid and colid specified. The DBCC REPLICATE_TXTCOL command is not executed." 9145 = 10.0.2.2, "The datatype of the specified column must be TEXT or IMAGE. The DBCC REPLICATE_TXTCOL command is not executed." 9146 = 10.0.2.2, "The excution of DBCC REPLICATE_TXTCOL failed due to an internal error. Please contact your System Administrator (SA) for help." 9147 = 11.0, "Replication Not Enabled: Replication on table %1! in database %2!, has not been enabled yet. Run sp_setreplicate or sp_setrepcol before calling DBCC REPLICATE_TXTCOL, the DBCC REPLICATE_TXTCOL command is not executed. (objid %3!)" 9148 = 11.0, "Replication server could not send log records for log version change processing in database '%1!' because the log processing functions returned internal error %2!." 9301 = 10.0, "Inconsistent SLID representation in object metadata." 9302 = 10.0, "Unexpected EX_CONTROL exception has been raised inside the Syslabels Manager: error = %1!, severity = %2!, state = %3!" 9303 = 10.0, "Syslabels Manager: Insert into '%1!.dbo.syslabels' failed during call to %2!()." 9304 = 10.0, "Internal MAC sub-system error. Corrupted master SLID value found. DO NOT USE THIS SERVER AND ITS ASSOCIATED DEVICES UNTIL THE CAUSE OF THIS ERROR HAS BEEN ELIMINATED." 9305 = 10.0, "Internal MAC sub-system error. Corrupted database SLID value found in database '%1!'. DO NOT USE THIS DATABASE UNTIL THE CAUSE OF THIS ERROR HAS BEEN ELIMINATED." 9306 = 10.0, "Bad database id ('%1!') found. Run DBCC checktable on sysdatabases and DBCC checkdb on all databases used by this query." 9307 = 10.0, "Internal MAC sub-system error. MSLID to DBSLID conversion failed in database '%1!'. DO NOT USE THIS DATABASE UNTIL THE CAUSE OF THIS ERROR HAS BEEN ELIMINATED." 9308 = 10.0, "Internal MAC sub-system error. DBSLID to MSLID conversion failed in database '%1!'. DO NOT USE THIS DATABASE UNTIL THE CAUSE OF THIS ERROR HAS BEEN ELIMINATED." 9309 = 10.0, "Internal MAC sub-system error. DO NOT USE THIS SERVER AND ITS ASSOCIATED DEVICES UNTIL THE CAUSE OF THIS ERROR HAS BEEN ELIMINATED." 9310 = 10.0, "Internal MAC sub-system error. Label comparison failed. DO NOT USE THIS SERVER AND ITS ASSOCIATED DEVICES UNTIL THE CAUSE OF THIS ERROR HAS BEEN ELIMINATED." 9311 = 10.0, "Syslabels Manager: Trying to boot the server without initializing values of Data_High and Data_low." 9312 = 10.0, "Syslabels Manager: Current process label, or label of the MASTER DEVICE do not match with value of Data_High stored in the server." 9313 = 10.0, "Syslabels Manager: Attempt to change values of Data_High and/or Data_Low is not allowed." 9314 = 10.0, "Only a user with the System Administrator (SA), System Security Officer (SSO), or Oper role or the Database Owner (DBO) can execute this command." 9315 = 10.0, "Security label specified in the syslabels row with db_slid '%1!' is not a valid label in the underlying trusted OS." 9316 = 10.0, "Security label specified in the syslabels row with db_slid '%1!' is not dominated by Data High." 9317 = 10.0, "Security label specified in the syslabels row with db_slid '%1!' does not dominate Data Low." 9318 = 10.0, "Database '%1!' passed Syslabels Check." 9319 = 10.0, "Database '%1!' passed Database Maxhold Consistency Check." 9321 = 10.0, "Corrupt security label encountered in database '%1!'. Marking database as having inconsistent labels and checking the master database for possible related corruption." 9322 = 10.0, "Maxhold inconsistency detected in database '%1!'." 9324 = 10.0, "Corrupt security labels found in the master database. Shutting down the server." 9325 = 10.0, "Internal error. Failed to clear database '%1!' of its security label inconsistency status." 9326 = 10.0, "Internal error. Failed to mark database '%1!' as having inconsistent security labels. Marking it as suspect instead." 9327 = 10.0, delete 9328 = 10.0, "Inconsistency found in Syslabel Manager Cache. Contact a user with System Administrator (SA) role." 9329 = 10.0, "There are other current users of database '%1!'. Discontinuing execution." 9330 = 10.0, "Unsupported report or fix option requested. Available report options are: FULL, NOREPORT. Available fix options are: FIX, NOFIX." 9331 = 10.0, "Master SLID mismatch identified in syslabels row with db_slid '%1!'." 9332 = 10.0, "Beginning security label consistency of database '%1!'." 9333 = 10.0, "Security label consistency check of database '%1!' done." 9334 = 10.0, "Skipping checking of security label consistency for database '%1!' as it hasn't been initialized with the proper Data High and Data Low values." 9335 = 10.0, "A security label consistency fix can only be performed on the master database if the server was booted up in single-user mode." 9336 = 10.0, "Row corruption detected in syslabels row with db_slid '%1!'." 9501 = 10.0.1, "Warning - null value eliminated in set function" 9502 = 10.0.1, "Data exception - string data right truncated" 9503 = 10.0.2, "You must have one of the following role(s) to execute this command/procedure: '%1!'. Please contact a user with the appropriate role(s) for help." 9504 = 10.1, "An isolation level 0 cursor scan has failed on an attempted restart for cursor '%1!', table '%2!', index id '%3!'. The cursor is being closed." 9505 = 10.1, "An isolation level 0 scan has failed on an attempted restart on table '%1!', index id '%2!'." 9506 = 10.0.2.2, "Warning: Using only the first %1! characters for password" 9507 = 10.0.2.2, "The builtin function 'syb_sendmsg' is not supported." 9508 = 10.0.2.2, "The builtin function 'syb_sendmsg' failed to send the message '%1!' to the destination address '%2!' at port number %3!, because the length of the Internet address is greater than 255 bytes. Please provide a valid destination address and retry." 9509 = 10.0.2.2, "The builtin 'syb_sendmsg' failed to send the message '%1!' to the destination address '%2!' at port number %3!, because the port number is not valid. Please enter a valid (positive integer value between 0 and 65535) port number and retry." 9510 = 10.0.2.2, "The builtin function 'syb_sendmsg' failed to send the message '%1!' to destination '%2!' at port number %3! because the Internet address is incorrectly formed or is non-existent. Please enter the Internet address in its correct form and retry." 9511 = 10.0.2.2, "The builtin function 'syb_sendmsg' failed to send the message '%1!' to the destination address '%2!' at port number %3! due to an internal error which required the message to be sent atomically. Please report this error to your Systems Administrator." 9512 = 10.0.2.2, "The builtin 'syb_sendmsg' failed to send the message '%1!' to destination '%2!' at port number %3! due to failure in opening or setting the socket to non-blocking mode. Please report this internal error to your Systems Administrator." 9513 = 10.0.2.2, "The builtin function 'syb_sendmsg' failed to send the message '%1!' to the destination address '%2!' due to a failure to bind the socket to a local port number %3! provided by using dbcc tune. Please report this error to your Systems Administrator." 9514 = 10.0.2.2, "The builtin function 'syb_sendmsg' failed to send the message '%1!' to the destination address '%2!' at port number %3! due to an internal error while doing the actual send. Please report this error to your Systems Administrator." 9515 = 10.1, "The UPDATE/DELETE WHERE CURRENT OF to the cursor '%1!' failed because the isolation level is at 0." 9516 = 10.1, "%1! is an invalid spid. You could use sp_who to identify the correct spid." 9517 = 10.1, "Table '%1!' does not exist in the database." 9518 = 11.0, "Insert into work table (for deferred processing) failed while enforcing referential constraints. Check previous errors for possible causes. dbname = '%1!', table name = '%2!', constraint name = '%3!'.%4!" 9519 = 10.0.2.2, "Failed to update the identity pre-burn factor for field '%1!' in table '%2!'. Please re-try the operation or contact your SA for details." 9520 = 10.0.2.2, "Error occurred while creating the identity value for field '%1!' in table '%2!'. Please re-try the operation or contact your SA for details." 9521 = 10.0.2.2, "The parameter that specifies the number of rows in a SET CURSOR ROWS statement must be an integer with a value greater than 0." 9522 = 10.0.2.3, "The parameter that specifies the number of rows in a SET ROWCOUNT statement must be an integer with a value greater than 0." 9523 = 10.0.2.3, "The builtin 'syb_sendmsg' is not currently enabled. Please contact your Systems Administrator for more information." 9524 = 10.0.2.3, "SELECT is not allowed in a dynamic EXECUTE IMMEDIATE statement. This SELECT may have been part of a stored procedure or a trigger." 9525 = 11.0.1, "A positioned update/delete on a row in table '%1!' failed. This is because cursor '%2!' does not point to a valid row in an inner(outer) table of an outer(inner) join used in the query." 9526 = 11.0.1, "The dynamic sql operation is not allowed with cursor '%1!'." 9528 = 11.0.1, "The optimizer could not find a unique index which it could use to scan table '%1!' for cursor '%2!'." 9530 = 11.0.1, delete 9601 = 11.0, "A %1! error occurred during %2! cleanup. Cleanup will proceed for %3!." 9602 = 11.0, "SQL Server has run out of CLEANUP ITEM BLOCKS. Re-run your command when there are fewer active users, or contact a user with System Administrator (SA) role to reconfigure SQL Server with more CLEANUP ITEM BLOCKS." 9701 = 10.0.2, "Parameter '%1!' has an invalid type." 9702 = 10.0.2, "Parameter '%1!' is invalid." 9703 = 10.0.2, "'%1!' is not a valid account name." 9704 = 10.0.2, "Unable to get SQL Server security information." 9705 = 10.0.2, "Unable to set SQL Server security information." 9706 = 10.0.2, "SQL Server's user account cannot be modified." 9707 = 10.0.2, "No privilege to revoke." 9708 = 10.0.2, "The account name provided is a domain. Unable to grant privileges to a domain." 9709 = 10.0.2, "The account name provided is a deleted account. Unable to grant privileges to a deleted account." 9710 = 10.0.2, "There must be at least one account with '%1!' privilege." 9711 = 10.0.2, "There must be at least one account with '%1!' privilege other than the '%2!'." 9712 = 10.0.2, "Access granted." 9713 = 10.0.2, "Access revoked." 9714 = 10.0.2, "login mode" 9715 = 10.0.2, "default account" 9716 = 10.0.2, "default domain" 9717 = 10.0.2, "set host" 9718 = 10.0.2, "key _" 9719 = 10.0.2, "key $" 9720 = 10.0.2, "key @" 9721 = 10.0.2, "key #" 9722 = 10.0.2, "name" 9723 = 10.0.2, "config_item" 9724 = 10.0.2, "standard" 9725 = 10.0.2, "integrated" 9726 = 10.0.2, "mixed" 9727 = 10.0.2, "unknown mode" 9728 = 10.0.2, "true" 9729 = 10.0.2, "false" 9730 = 10.0.2, "space" 9731 = 10.0.2, "domain separator" 9732 = 10.0.2, "null" 9801 = 11.0, delete 9802 = 11.0, "Deletion of partition number %1! for object id %2! in SYSPARTITIONS failed." 9803 = 11.0, "For object id %1! a row corresponding to partition number %2! does not exist in SYSPARTITIONS." 9804 = 11.0, delete 9805 = 11.0, "Partition number %1! for object id %2! does not exist." 9806 = 11.0, delete 9807 = 11.0, "Deadlock occured in SQL process %1!" 9808 = 11.0, delete 9809 = 11.0, "Control page %1! specified for partition number %2! of object id %3! does not exist." 9810 = 11.0, "Control page %1! specified for partition number %2! for object id %3! is corrupt." 9811 = 11.0, delete 9812 = 11.0, delete 9815 = 11.0, delete 9816 = 11.0, "Unable to allocate in-memory partition structures. To increase the number of available partitions update the 'partition groups' configuration parameter." 9901 = 10.0.2, "Permission denied. Only a user with curread set to @@data_high can perform the DBCC command '%1!'." 9902 = 10.0.2, "Only users with SA and SSO roles can run this dbcc dbrepair command for the database %1!." 9903 = 10.0.2, "Only users with SA and SSO roles having their curread dominating the maxhold of the database can run this dbcc dbrepair command for the database '%1!'." 9904 = 10.0.2, "Total (# of text chains = %1! text pages = %2!) in this table." 9905 = 10.0.2, "Processed %1! tables. Found %2! good text entries, %3! bad text entries in this database" 9906 = 11.0, "Unrecognized option. Available options: dbcc engine(net, show, engine#), dbcc engine(net, showall), dbcc engine(net, netengine)" 9907 = 11.0, delete 9908 = 11.0, "Syspartitions system table does not exist in database id %1!." 9909 = 11.0, "The total number of pages in partition %1! is %2!." 9911 = 11.0, "Object %1! has one row in Syspartitions" 9912 = 11.0, "Object %1! has partition %2! instead of %3! in Syspartitions" 9913 = 10.1, "MAX_ROWS_PER_PAGE value of %1! is invalid. It must be between 0 and %2!." 9914 = 11.0, "Amount of memory transferred (%1!k) is less than the amount of memory requested (%2!k)." 9915 = 11.0, "I/O size must be a power of 2." 9916 = 11.0, "I/O size must be a power of 2." 9917 = 11.0, "Can't find database id for %1!. Check that this database exists and re-run the command." 9918 = 11.0, "Encountered error using dbid %1!." 9919 = 11.0, "Can't find object id for %1!. Check the object name and re-run this command." 9920 = 11.0, "Index id %1! not found for object id %2!, dbid %3!." 9921 = 11.0, "Index %1! not found for object id %2! dbid %3!." 9922 = 11.0, "The first page %1! in sysindexes for table '%2!' does not match with first page %3! for the table's first partition in Syspartitions." 9923 = 11.0, "The first page %1! in syspartitions for partition %2! of table '%3!' has previous page # %4! in its page header. The previous page # should be NULL." 9924 = 11.0, "The last page %1! in syspartitions for partition %2! of table '%3!' has next page # %4! in its page header. The next page # should be NULL." 9925 = 11.0, delete 9926 = 11.0, "This option has been converted to the configuration parameter '%1!'. Use 'sp_configure' to set it." 9927 = 11.0, "This option requries a table name as the third parameter. Use 'sp_configure '%1!'' to set the option serverwide." 9928 = 11.0, "This option has been disabled. Use 'sp_poolconfig' instead." 9929 = 11.0, "Only the DBO of database %1! or a user with System Administrator (SA) role can run DBCC TEXTALLOC command." 9930 = 11.0.1, delete 9931 = 11.0.1, "The first page %1! in Syspartitions does not match with the last page %2! present in the control page (%3!), for table '%4!', on slice %5!. These two values should be same for a slice with a single page. The slice/table may be corrupt." 9932 = 11.0.1, "The first page %1! in Sysindexes does not match with the last page %2!, for table '%3!'.These two values should be same for a table with a single page. The table may be corrupt." 9933 = 11.0, "The option max_rows_per_page cannot be set for a text/image index (%1!) on table '%2!'." 9937 = 11.0.1, delete 9938 = 11.0.2, "Table with ID %1! not found; check sysobjects." 9939 = 11.0.2, "DBCC %1! command is not supported anymore." 10101 = 11.0, "The object_type column cannot be NULL." 10102 = 11.0, "The attrib_notify() function can only be used from a system stored procedure or with ad hoc updates enabled." 10103 = 11.0, delete 10104 = 11.0, "Class %1! is not a valid attribute class." 10105 = 11.0, "Attribute %1! is not a valid attribute within class %2!." 10106 = 11.0, "Class cannot be NULL." 10107 = 11.0, "Attribute cannot be NULL." 10108 = 11.0, "The 'action' parameter cannot be NULL." 10109 = 11.0, "The value of the parameter '%1!' is '%2!'. The value should be between %3! and %4!." 10201 = 11.0, "NESTING LEVEL %1! SUBQUERIES FOR STATEMENT %2!." 10202 = 11.0, " QUERY PLAN FOR SUBQUERY %1! (at nesting level %2! and at line %3!)." 10203 = 11.0, " Subquery under an IN predicate." 10204 = 11.0, " Subquery under an ANY predicate." 10205 = 11.0, " Subquery under an ALL predicate." 10206 = 11.0, " Subquery under an EXISTS predicate." 10207 = 11.0, " Subquery under an EXPRESSION predicate." 10208 = 11.0, " Correlated Subquery." 10209 = 11.0, " Non-correlated Subquery." 10210 = 11.0, " END OF QUERY PLAN FOR SUBQUERY %1!." 10211 = 11.0, " Run subquery %1! (at nesting level %2!)." 10212 = 11.0, "The cursor is read only because it contains a subquery." 10213 = 11.0, " The update mode is deferred_varcol." 10214 = 11.0, " The update mode is deferred_index." 10215 = 11.0, "There have been %1! scan fixups and %2! matching search argument fixups for this cursor." 10216 = 11.0.1, "The cursor is read only because it is referencing a dynamic table." 10235 = 11.0.3, "The cursor was closed because the object associated with it has been dropped." 10401 = 11.0, "additional network memory allocates additional memory for clients which request packet sizes that are larger than the default packet size for the server." 10402 = 11.0, "address lock spinlock ratio specifies the number of rows in the address locks hash table protected by one spinlock (rows per spinlock)." 10403 = 11.0, "allow nested triggers is a toggle that controls the use of nested triggers. When the value is set to 1, data modifications made by triggers can fire other triggers." 10404 = 11.0, "allow remote access determines whether users from remote servers can access this SQL Server. The default is 1, to allow SQL Server to communicate with Backup Server." 10405 = 11.0, "allow sql server async i/o is a toggle that enables SQL Server to run with asynchronous disk I/O." 10406 = 11.0, "allow updates to system tables allows system tables to be updated directly. The default is 0 (off)." 10407 = 11.0, "audit queue size determines the number of audit records that the audit queue can hold. The default is 100." 10408 = 11.0, "configuration file specifies the location of the configuration file you want to use." 10409 = 11.0, "cpu accounting flush interval specifies how many machine clock ticks to accumulate before adding cpu usage data to syslogins for use in chargeback accounting statistics." 10410 = 11.0, "cpu grace time specifies the maximum amount of time (in milliseconds) a user process can run without yielding the CPU before SQL Server infects it." 10411 = 11.0, "deadlock checking period specifies the minimum amount of time (in milliseconds) a process must wait for a lock before SQL Server initiates a deadlock check." 10412 = 11.0, "deadlock retries specifies the number of times a transaction will retry to acquire a lock after it has become a deadlock victim." 10413 = 11.0, "default character set id is the number of the default character set used by the server." 10414 = 11.0, "default database size sets the default number of megabytes allocated to each new user database. The default run value is 2 (megabytes)" 10415 = 11.0, "default fill factor percent sets how full SQL Server makes each page when creating a new index on existing data (unless user gives other value in create index statement)." 10416 = 11.0, "default language id is the number of the language that is used to display system messages unless a user has chosen another language from those available on the server." 10417 = 11.0, "default network packet size sets the default size of network packets for all users on SQL Server." 10418 = 11.0, "default sortorder id is the number of the current default sortorder on SQL Server. Do not change this parameter. See the System Administration Guide for more information." 10419 = 11.0, "disk i/o structures specifies the initial number of disk I/O control blocks SQL Server allocates on startup." 10420 = 11.0, "event buffers per engine specifies the number of events per SQL Server engine that can be simultaneously monitored. Events are used for observing SQL Server performance." 10421 = 11.0, "executable code size reports the size of the SQL Server executable." 10422 = 11.0, "freelock transfer block size specifies the number of locks moved between the engine freelock cache and the global freelock list." 10423 = 11.0, "housekeeper free write percent sets the maximum percentage that database writes can increase because of free writes started by the housekeeper process." 10424 = 11.0, "i/o accounting flush interval specifies how many disk I/Os to accumulate before flushing the data to syslogins for use in chargeback accounting." 10425 = 11.0, "i/o polling process count specifies the number of tasks the scheduler will run before checking for disk and/or network I/O completions." 10426 = 11.0, "identity burning set factor sets the percentage of potential IDENTITY column values made available in each block." 10427 = 11.0, "identity grab size allows each SQL Server process to reserve a block of IDENTITY column values for inserts into tables that have an IDENTITY column." 10428 = 11.0, "lock promotion HWM sets the maximum number of page locks allowed before SQL Server escalates to a table lock. The default value is 200." 10429 = 11.0, "lock promotion LWM sets the minimum number of page locks allowed before SQL Server escalates to a table lock. The default value is 200." 10430 = 11.0, "lock promotion PCT sets the percentage of page locks allowed before SQL Server escalates to a table lock. The default value is 100." 10431 = 11.0, "lock shared memory disallows swapping of SQL Server pages to disk, and allowing the operating system kernel to avoid the server's internal page locking code." 10432 = 11.0, "max async i/o's per engine specifies the maximum number of asynchronous disk I/O requests that can be outstanding for a single engine at one time." 10433 = 11.0, "max async i/o's per server specifies the maximum number of asynchronous disk I/O requests that can be outstanding for SQL Server at one time." 10434 = 11.0, "max engine freelocks specifies the maximum number of locks available in an engine freelock cache." 10435 = 11.0, "max network packet size sets the maximum network packet size that a client program can request." 10436 = 11.0, "max number of network listeners specifies the maximum number of network listeners that can be open at one time." 10437 = 11.0, "max online engines controls the number of engines in a symmetric multiprocessor environment." 10438 = 11.0, "memory alignment boundary determines on which boundary buffer caches are aligned." 10439 = 11.0, "min online engines is not currently used." 10440 = 11.0, "number of alarms specifies the number of alarms allocated by SQL Server. Alarms are used with the Transact-SQL waitfor command." 10441 = 11.0, "number of devices controls the number of database devices SQL Server can use. It does not include devices used for database dumps." 10442 = 11.0, "number of extent i/o buffers allocates the specified number of extents (8 data pages) for use by create index. Do not set this value to more than 100." 10443 = 11.0, "number of index trips specifies the number of times an aged index page recycles itself onto the MRU chain." 10444 = 11.0, "number of languages in cache is the maximum number of languages that can simultaneously be held in the language cache. The default is 3." 10445 = 11.0, "number of locks sets the number of available locks. The default run value is 5000." 10446 = 11.0, "number of mailboxes sets the number of mailbox structures SQL Server allocates on start-up. Mailboxes are use for process-to-process communication and synchronization." 10447 = 11.0, "number of messages specifies the number of message structures allocated by SQL Server at start-up time. Messages are used in conjunction with mailboxes for process-to-process communication and synchronization." 10448 = 11.0, "number of oam trips specifies the number of times an aged OAM page recycles itself onto the MRU chain." 10449 = 11.0, "number of open databases sets the maximum number of databases that can be open at one time on SQL Server. The default run value is 12." 10450 = 11.0, "number of open objects sets the maximum number of database objects that can be open at one time on SQL Server. The default run value is 500." 10451 = 11.0, "number of preallocated extents specifies the number of extent structures allocated in a single trip to the page manager." 10452 = 11.0, "number of remote connections controls the limit on active connections initiated to and from this SQL Server. The default is 20." 10453 = 11.0, "number of remote logins controls the number of active user connections from this SQL Server to remote servers. The default is 20." 10454 = 11.0, "number of remote sites controls the number of simultaneous remote sites that can access this SQL Server. The default is 10." 10455 = 11.0, "number of sort buffers specifies the number of buffers used to hold pages read from input tables." 10456 = 11.0, "number of user connections sets the maximum number of user connections that can be connected to SQL Server at one time." 10457 = 11.0, "page lock spinlock ratio specifies the ratio of spinlocks protecting the internal page locks hash table." 10458 = 11.0, "page utilization percent controls when SQL Server performs an OAM (Object Allocation Map) scan to find unused pages. The default run value is 95." 10459 = 11.0, "partition groups sets how many partition groups to allocate for the server. Partition groups are used by SQL Server to control access to individual partitions of tables." 10460 = 11.0, "partition spinlock ratio sets the number of partition caches each spinlock protects. These spinlocks keep processes from using partition caches used by other processes." 10461 = 11.0, "permission cache entries determines the number of cache protectors per task." 10462 = 11.0, "print deadlock information enables printing of deadlock information to the error log." 10463 = 11.0, "print recovery information determines what information SQL Server displays on the console during recovery." 10464 = 11.0, "procedure cache percent specifies the amount of memory allocated to the procedure cache after SQL Server's memory needs are met. The default run value is 20." 10465 = 11.0, "recovery interval in minutes sets the maximum time per database that SQL Server uses to complete its recovery procedures in case of a system failure." 10466 = 11.0, "remote server pre-read packets controls the number of packets that a site handler will pre-read in connections with remote servers. The default is 3." 10467 = 11.0, "runnable process search count specifies the number of times an engine will loop looking for a runnable task before relinquishing the CPU." 10468 = 11.0, "sort page count specifies the maximum amount of memory a sort operation can use." 10469 = 11.0, "sql server clock tick length specifies the duration of the server's clock tick, in microseconds." 10470 = 11.0, "stack guard size specifies the size of the stack guard area." 10471 = 11.0, "stack size sets the size of SQL Server's execution stack." 10472 = 11.0, "systemwide password expiration is the number of days that passwords remain in effect after they are changed. The default is 0 (passwords do not expire)." 10473 = 11.0, "table lock spinlock ratio specifies the number of spinlocks protecting the table locks hash table." 10474 = 11.0, "tape retention in days sets the number of days you want to retain each tape after it has been used for a database or transaction log dump." 10475 = 11.0, "tcp no delay disables TCP packet batching." 10476 = 11.0, "time slice sets the number of milliseconds that SQL Server's scheduler allows a user process to run. The default run value is 100 milliseconds." 10477 = 11.0, "total data cache size represents the amount of memory currently available for use as a data cache. It is a calculated value that is not directly user-configurable." 10478 = 11.0, "total memory sets the size of memory, in 2K units, that SQL Server allocates from the operating system." 10479 = 11.0, "upgrade version is changed by the upgrade program provided with new releases." 10480 = 11.0, "user log cache size specifies the size (in bytes) for each user's log cache." 10481 = 11.0, "user log cache spinlock ratio specifies the number of user log caches per user log cache spinlock." 10482 = 11.0, "shared memory starting address determines the virtual address at which SQL Server starts its shared memory region. Most users do not need to modify this." 10483 = 11.0, "size of auto identity column sets the precision of IDENTITY columns automatically created with the sp_dboption 'auto identity' option." 10484 = 11.0, "os async i/o enabled is a read-only parameter that indicates whether or not asynchronous I/O has been enabled at the operating system level." 10485 = 11.0, "os file descriptors is a read-only parameter that indicates how many file descriptors have been allocated to SQL Server. It is not user-configurable." 10606 = 11.0.2, "dump on conditions indicates whether the SQL Server will create a shared memory dump file if any conditions configured using the sp_dumpconfig stored procedure occurs. Possible values are 0 (not enabled) or 1 (enabled)." 10619 = 11.0.3, "number of large i/o buffers controls the number of extent size i/o disk buffers which are allocated at server startup. These buffers are used by 'disk mirroring', 'load database' and some dbcc commands." 10645 = 11.0.3, "Maximum dump conditions indicates the maximum number of shared memory dump conditions that can be configured on this server. The value of this field may be from 10 to 100. The default value is 10." 10801 = 11.0, "Invalid type configured for cache %1!. Cache type can be one of default OR mixed OR log along with HK ignore but NOT just HK ignore alone." 10816 = 11.0.2, "The value of the 'dump on conditions' configuration parameter must be either 0 or 1." 11013 = 11.0.1, "The optimizer could not find a unique index which it could use to perform an isolation level 0 scan on table '%1!'." 11509 = 11.1, "Cannot allocate memory. Check the XP Server log file." 11710 = 11.0.3, "Subqueries are not allowed in a DEFAULT clause." 12001 = 11.0.3, "Unable to find entry for class: %1!, attribute: %2!, value: %3!." 12002 = 11.0.3, delete 12003 = 11.0.3, "Unable to allocate shared memory dump condition. All conditions (%1!) already allocated." 12004 = 11.0.3, "Empty shared memory dump condition list head passed." 12005 = 11.0.3, "Cannot free shared memory dump condition. Entry 0x%1! not found." 12006 = 11.0.3, "An entry already exists for class: %1!, attribute: %2!, value: %3!." 12007 = 11.0.3, "Cannot set shared memory dump condition. An invalid attribute value was recevied: %1!." 12008 = 11.0.3, "Directory name too long. The maximum directory length is %1! characters." 12009 = 11.0.3, "File name too long. The maximum length is %1! characters." 12010 = 11.0.3, "Unable to set shared memory dump condition. Invalid record type: %1!." 12011 = 11.0.3, "Configuration of shared memory dump conditions is not available on this platform." 12900 = 11.0.3, delete 13001 = 4.2, "data page" 13002 = 4.2, "index page" 13003 = 4.2, "leaf page" 13004 = 4.2, "last" 13005 = 4.2, "root" 13006 = 4.2, "read from" 13007 = 4.2, "send to" 13008 = 4.2, "receive" 13009 = 4.2, "send" 13010 = 4.2, "read" 13011 = 4.2, "wait" 13012 = 4.2, "A USE DATABASE statement" 13013 = 4.2, "a procedure or trigger" 13014 = 4.2, "A DISTINCT clause" 13015 = 4.2, "a view" 13016 = 4.2, "An INTO clause" 13017 = 4.2, "An ORDER BY clause" 13018 = 4.2, "A COMPUTE clause" 13019 = 4.2, "a SELECT INTO statement" 13020 = 4.2, "option" 13021 = 4.2, "offset option" 13022 = 4.2, "statistics option" 13023 = 4.2, "parameter option" 13024 = 4.2, "built-in function name" 13025 = 4.2, "field" 13026 = 4.2, "parameter" 13027 = 4.2, "convert specification" 13028 = 4.2, "index" 13029 = 4.2, "table" 13030 = 4.2, "database" 13031 = 4.2, "procedure" 13032 = 4.2, "trigger" 13033 = 4.2, "view" 13034 = 4.2, "default" 13035 = 4.2, "rule" 13036 = 4.2, "system" 13037 = 4.2, "unknown type" 13038 = 4.2, "SET command" 13039 = 4.2, "column" 13040 = 4.2, "type" 13041 = 4.2, "character string" 13042 = 4.2, "integer" 13043 = 4.2, "identifier" 13044 = 4.2, "number" 13045 = 4.2, "integer value" 13046 = 4.2, "floating point value" 13047 = 4.2, "object" 13048 = 4.2, "column heading" 13049 = 10.0, "constraint" 13050 = 10.0, "Non-ANSI text" 13051 = 10.0, "ANSI text procesed in non-ANSI way" 13052 = 10.0, "a non-ANSI data type usage" 13053 = 10.0, "Non-standard datatype TIMESTAMP" 13054 = 10.0, "Non-standard or user datatype:" 13055 = 10.0, "ON " 13056 = 10.0, "Alternate column names in CREATE VIEW" 13057 = 10.0, "UNION in INSERT ... SELECT" 13058 = 10.0, "FOR BROWSE" 13059 = 10.0, "HOLD LOCK in SELECT statement" 13060 = 10.0, "transaction name" 13061 = 10.0, "Use of TRANSACTION key word instead of WORK" 13062 = 10.0, "FROM clause in an UPDATE statement" 13063 = 10.0, "More than one table in a from clause for DELETE statement" 13064 = 10.0, "Named columns in an ORDER BY included in a UNION" 13065 = 10.0, "Comparison operator !=" 13066 = 10.0, "Comparison operator !<" 13067 = 10.0, "Comparison operator !>" 13068 = 10.0, "left equi-join operator" 13069 = 10.0, "right equi-join operator" 13070 = 10.0, "bitwise operator |" 13071 = 10.0, "bitwise operator &" 13072 = 10.0, "bitwise operator ^" 13073 = 10.0, "bitwise operator ~" 13074 = 10.0, "modulo operator %" 13075 = 10.0, "temporary table usage" 13076 = 4.9.1, "a statement with assigned variables in the select list" 13077 = 10.0, "aborted" 13078 = 10.0, "data" 13079 = 10.0, "log" 13080 = 10.0, "A SYB_RESTREE statement" 13081 = 10.0, "A CREATE SCHEMA statement" 13082 = 10.0, "dynamic PREPARE statement" 13083 = 10.0, "The untyped variable ?" 13084 = 10.0, "in a WHERE clause or the SET clause of an UPDATE statement or the VALUES list of an INSERT statement" 13085 = 10.0, "Optional procedure number" 13086 = 10.0, "Parameter declaration list" 13087 = 10.0, "Procedure option" 13088 = 10.0, "owner" 13089 = 10.0, "object type" 13090 = 10.0, "Backup Server" 13091 = 10.0, "dump header" 13092 = 10.0, "dump trailer" 13093 = 10.0, "deadlock" 13094 = 10.0, "user interrupt" 13095 = 10.0, "suspended" 13096 = 10.0, "explicit" 13097 = 10.0, "implicit" 13098 = 10.0, "A pseudo table" 13099 = 10.0, "IDENTITY function" 13100 = 10.0, delete 13101 = 10.0, "WITH