Errors Codes SQL

March 27, 2018 | Author: Antonio Alanis | Category: Database Index, Parameter (Computer Programming), Microsoft Sql Server, Subroutine, Databases


Comments



Description

ID SEV TEXT 21 20 Warning: Fatal error %d occurred at %S_DATE.Note the error and time, and contact your system administrator. 101 15 Query not allowed in Waitfor. 102 15 Incorrect syntax near '%.*ls'. 103 15 The %S_MSG that starts with '%.*ls' is too long. Maximum length is %d. 104 15 ORDER BY items must appear in the select list if the statement c ontains a UNION, INTERSECT or EXCEPT operator. 105 15 Unclosed quotation mark after the character string '%.*ls'. 106 16 Too many table names in the query. The maximum allowable is %d. 107 15 The column prefix '%.*ls' does not match with a table name or al ias name used in the query. 108 15 The ORDER BY position number %ld is out of range of the number o f items in the select list. 109 15 There are more columns in the INSERT statement than values speci fied in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement. 110 15 There are fewer columns in the INSERT statement than values spec ified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement. 111 15 '%ls' must be the first statement in a query batch. 112 15 Variables are not allowed in the %ls statement. 113 15 Missing end comment mark '*/'. 114 15 Browse mode is invalid for a statement that assigns values to a variable. 115 15 The FOR UPDATE clause is invalid for statements containing set o perators. 116 15 Only one expression can be specified in the select list when the subquery is not introduced with EXISTS. 117 15 The %S_MSG name '%.*ls' contains more than the maximum number of prefixes. The maximum is %d. 119 15 Must pass parameter number %d and subsequent parameters as '@nam e = value'. After the form '@name = value' has been used, all subsequent paramet ers must be passed in the form '@name = value'. 120 15 The select list for the INSERT statement contains fewer items th an the insert list. The number of SELECT values must match the number of INSERT columns. 121 15 The select list for the INSERT statement contains more items tha n the insert list. The number of SELECT values must match the number of INSERT c olumns. 122 15 The %ls option is allowed only with %ls syntax. 123 15 Batch/procedure exceeds maximum length of %d characters. 124 15 CREATE PROCEDURE contains no statements. 125 15 Case expressions may only be nested to level %d. 126 15 Invalid pseudocolumn "%.*ls". 127 15 A TOP N or FETCH rowcount value may not be negative. 128 15 The name "%.*s" is not permitted in this context. Valid expressi ons are constants, constant expressions, and (in some contexts) variables. Colum n names are not permitted. 129 15 Fillfactor %d is not a valid percentage; fillfactor must be betw een 1 and 100. 130 16 Cannot perform an aggregate function on an expression containing an aggregate or a subquery. 131 15 The size (%d) given to the %S_MSG '%.*ls' exceeds the maximum al lowed for any data type (%d). 132 15 The label '%.*ls' has already been declared. Label names must be unique within a query batch or stored procedure. 133 15 A GOTO statement references the label '%.*ls' but the label has not been declared. 134 15 The variable name '%.*ls' has already been declared. Variable na mes must be unique within a query batch or stored procedure. 135 15 Cannot use a BREAK statement outside the scope of a WHILE statem ent. 136 15 Cannot use a CONTINUE statement outside the scope of a WHILE sta tement. 137 15 Must declare the scalar variable "%.*ls". 138 15 Correlation clause in a subquery not permitted. 139 15 Cannot assign a default value to a local variable. 140 15 Can only use IF UPDATE within a CREATE TRIGGER statement. 141 15 A SELECT statement that assigns a value to a variable must not b e combined with data-retrieval operations. 142 15 Incorrect syntax for definition of the '%ls' constraint. 144 15 Cannot use an aggregate or a subquery in an expression used for the group by list of a GROUP BY clause. 145 15 ORDER BY items must appear in the select list if SELECT DISTINCT is specified. 146 15 Could not allocate ancillary table for a subquery. Maximum numbe r of tables in a query (%d) exceeded. 147 15 An aggregate may not appear in the WHERE clause unless it is in a subquery contained in a HAVING clause or a select list, and the column being a ggregated is an outer reference. 148 15 Incorrect time syntax in time string '%.*ls' used with WAITFOR. 149 15 Time value '%.*ls' used with WAITFOR is not a valid value. Check date/time syntax. 151 15 '%.*ls' is an invalid money value. 152 15 The same large data placement option "%.*ls" has been specified twice. 153 15 Invalid usage of the option %.*ls in the %ls statement. 154 15 %S_MSG is not allowed in %S_MSG. 155 15 '%.*ls' is not a recognized %ls option. 156 15 Incorrect syntax near the keyword '%.*ls'. 157 15 An aggregate may not appear in the set list of an UPDATE stateme nt. 158 15 An aggregate may not appear in the OUTPUT clause. 159 15 Must specify the table name and index name for the DROP INDEX st atement. 160 15 Rule does not contain a variable. 161 15 Rule contains more than one variable. 162 15 Invalid expression in a TOP or OFFSET clause. 164 15 Each GROUP BY expression must contain at least one column that i s not an outer reference. 165 16 Privilege %ls may not be granted or revoked. 166 15 '%ls' does not allow specifying the database name as a prefix to the object name. 167 15 Cannot create %S_MSG on a temporary object. 168 15 The floating point value '%.*ls' is out of the range of computer representation (%d bytes). 169 15 A column has been specified more than once in the order by list. Columns in the order by list must be unique. 171 15 Browse mode cannot be used with INSERT, SELECT INTO, or UPDATE s tatements. 172 15 Cannot use HOLDLOCK in browse mode. 173 15 The definition for column '%.*ls' must include a data type. 174 15 The %.*ls function requires %d argument(s). 175 15 An aggregate may not appear in a computed column expression or c heck constraint. 176 15 The FOR BROWSE clause is no longer supported in views. 177 15 The IDENTITY function can only be used when the SELECT statement has an INTO clause. 178 15 A RETURN statement with a return value cannot be used in this co ntext. 179 15 Cannot use the OUTPUT option when passing a constant to a stored procedure. 180 15 There are too many parameters in this %ls statement. The maximum number is %d. 181 15 Cannot use the OUTPUT option in a DECLARE, CREATE AGGREGATE or C REATE FUNCTION statement. 182 15 Table and column names must be supplied for the READTEXT or WRIT ETEXT utility. 183 15 The scale (%d) for column '%.*ls' must be within the range %d to %d. 184 16 DEFAULT cannot be specified more than once for filegroups of the same content type. 185 15 Data stream is invalid for WRITETEXT statement in bulk form. 186 15 Data stream missing from WRITETEXT statement. 187 16 The valid range for MAX_QUEUE_READERS is 0 to 32767. 188 15 Cannot specify a log file in a CREATE DATABASE statement without also specifying at least one data file. 189 15 The %ls function requires %d to %d arguments. 190 15 An invalid date or time was specified in the statement. 191 15 Some part of your SQL statement is nested too deeply. Rewrite th e query or break it up into smaller queries. 192 16 The scale must be less than or equal to the precision. 193 15 The object or column name starting with '%.*ls' is too long. The maximum length is %d characters. 194 15 A SELECT INTO statement cannot contain a SELECT statement that a ssigns values to a variable. 195 15 '%.*ls' is not a recognized %S_MSG. 196 15 SELECT INTO must be the first query in a statement containing a UNION, INTERSECT or EXCEPT operator. 197 15 EXECUTE cannot be used as a source when inserting into a table v ariable. 198 15 Browse mode is invalid for statements containing a UNION, INTERS ECT or EXCEPT operator. 199 15 An INSERT statement cannot contain a SELECT statement that assig ns values to a variable. 201 16 Procedure or function '%.*ls' expects parameter '%.*ls', which w as not supplied. 202 16 Invalid type '%s' for WAITFOR. Supported data types are CHAR/VAR CHAR, NCHAR/NVARCHAR, and DATETIME. WAITFOR DELAY supports the INT and SMALLINT data types. 203 16 The name '%.*ls' is not a valid identifier. 204 20 Normalization error in node %ls. 205 16 All queries combined using a UNION, INTERSECT or EXCEPT operator must have an equal number of expressions in their target lists. 206 16 Operand type clash: %ls is incompatible with %ls 207 16 Invalid column name '%.*ls'. 208 16 Invalid object name '%.*ls'. 209 16 Ambiguous column name '%.*ls'. 210 16 Conversion failed when converting datetime from binary/varbinary string. 211 23 Possible schema corruption. Run DBCC CHECKCATALOG. 212 16 Expression result length exceeds the maximum. %d max, %d found. 213 16 Column name or number of supplied values does not match table de finition. 214 16 Procedure expects parameter '%ls' of type '%ls'. 215 16 Parameters supplied for object '%.*ls' which is not a function. If the parameters are intended as a table hint, a WITH keyword is required. 216 16 Parameters were not supplied for the function '%.*ls'. 217 16 Maximum stored procedure, function, trigger, or view nesting lev el exceeded (limit %d). 218 16 Could not find the type '%.*ls'. Either it does not exist or you do not have the necessary permission. 219 16 The type '%.*ls' already exists, or you do not have permission t o create it. 220 16 Arithmetic overflow error for data type %ls, value = %ld. 221 10 FIPS Warning: Implicit conversion from %ls to %ls. 222 16 The base type "%.*ls" is not a valid base type for the alias dat a type. 223 11 Object ID %ld specified as a default for table ID %ld, column ID %d is missing or not of type default. 224 11 Object ID %ld specified as a rule for table ID %ld, column ID %d is missing or not of type default. 225 16 The parameters supplied for the %ls "%.*ls" are not valid. 226 16 %ls statement not allowed within multi-statement transaction. 227 15 "%.*ls" is not a valid function, property, or field. 228 15 Method '%.*ls' of type '%.*ls' in assembly '%.*ls' does not retu rn any value. 229 14 The %ls permission was denied on the object '%.*ls', database '% .*ls', schema '%.*ls'. 230 14 The %ls permission was denied on the column '%.*ls' of the objec t '%.*ls', database '%.*ls', schema '%.*ls'. 231 11 No such default. ID = %ld, database ID = %d. 232 16 Arithmetic overflow error for type %ls, value = %f. 233 16 The column '%.*ls' in table '%.*ls' cannot be null. 234 16 There is insufficient result space to convert a money value to % ls. 235 16 Cannot convert a char value to money. The char value has incorre ct syntax. 236 16 The conversion from char data type to money resulted in a money overflow error. 237 16 There is insufficient result space to convert a money value to % ls. 239 16 Duplicate common table expression name '%.*ls' was specified. 240 16 Types don't match between the anchor and the recursive part in c olumn "%.*ls" of recursive query "%.*ls". 241 16 Conversion failed when converting date and/or time from characte r string. 242 16 The conversion of a %ls data type to a %ls data type resulted in an out-of-range value. 243 16 Type %.*ls is not a defined system type. 244 16 The conversion of the %ls value '%.*ls' overflowed an %hs column . Use a larger integer column. 245 16 Conversion failed when converting the %ls value '%.*ls' to data type %ls. 246 16 No anchor member was specified for recursive query "%.*ls". 247 16 An anchor member was found in the recursive part of recursive qu ery "%.*ls". 248 16 The conversion of the %ls value '%.*ls' overflowed an int column . 249 16 The type "%ls" is not comparable. It cannot be used in the %ls c lause. 251 16 Could not allocate ancillary table for query optimization. Maxim um number of tables in a query (%d) exceeded. 252 16 Recursive common table expression '%.*ls' does not contain a top -level UNION ALL operator. 253 16 Recursive member of a common table expression '%.*ls' has multip le recursive references. 254 16 Prefixed columns are not allowed in the column list of a PIVOT o perator. 255 16 Pseudocolumns are not allowed in the column list of a PIVOT oper ator. 256 16 The data type %ls is invalid for the %ls function. Allowed types are: char/varchar, nchar/nvarchar, and binary/varbinary. 257 16 Implicit conversion from data type %ls to %ls is not allowed. Us e the CONVERT function to run this query. 258 15 Cannot call methods on %ls. 259 16 Ad hoc updates to system catalogs are not allowed. 260 16 Disallowed implicit conversion from data type %ls to data type % ls, table '%.*ls', column '%.*ls'. Use the CONVERT function to run this query. 261 16 '%.*ls' is not a recognized function. 262 16 %ls permission denied in database '%.*ls'. 263 16 Must specify table to select from. 264 16 The column name '%.*ls' is specified more than once in the SET c lause or column list of an INSERT. A column cannot be assigned more than one val ue in the same clause. Modify the clause to make sure that a column is updated o nly once. If this statement updates or inserts columns into a view, column alia sing can conceal the duplication in your code. 265 16 The column name "%.*ls" specified in the %ls operator conflicts with the existing column name in the %ls argument. 266 16 Transaction count after EXECUTE indicates a mismatching number o f BEGIN and COMMIT statements. Previous count = %ld, current count = %ld. 267 16 Object '%.*ls' cannot be found. 268 16 Cannot run SELECT INTO in this database. The database owner must run sp_dboption to enable this option. 270 16 Object '%.*ls' cannot be modified. 271 16 The column "%.*ls" cannot be modified because it is either a com puted column or is the result of a UNION operator. 272 16 Cannot update a timestamp column. 273 16 Cannot insert an explicit value into a timestamp column. Use INS ERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column. 275 16 Prefixes are not allowed in value or pivot columns of an UNPIVOT operator. 276 16 Pseudocolumns are not allowed as value or pivot columns of an UN PIVOT operator. 277 16 The column "%.*ls" is specified multiple times in the column lis t of the UNPIVOT operator. 278 16 The text, ntext, and image data types cannot be used in a GROUP BY clause. 279 16 The text, ntext, and image data types are invalid in this subque ry or aggregate expression. 280 16 Only base table columns are allowed in the TEXTPTR function. 281 16 %d is not a valid style number when converting from %ls to a cha racter string. 282 10 The '%.*ls' procedure attempted to return a status of NULL, whic h is not allowed. A status of 0 will be returned instead. 283 16 READTEXT cannot be used on inserted or deleted tables within an INSTEAD OF trigger. 284 16 Rules cannot be bound to text, ntext, or image data types. 285 16 The READTEXT, WRITETEXT, and UPDATETEXT statements cannot be use d with views or functions. 286 16 The logical tables INSERTED and DELETED cannot be updated. 287 16 The %ls statement is not allowed within a trigger. 288 16 The PATINDEX function operates on char, nchar, varchar, nvarchar , text, and ntext data types only. 289 16 Cannot construct data type %ls, some of the arguments have value s which are not valid. 290 16 Invalid EXECUTE statement using object "%ls", method "%ls". 291 16 CAST or CONVERT: invalid attributes specified for type '%.*ls' 292 16 There is insufficient result space to convert a smallmoney value to %ls. 293 16 Cannot convert char value to smallmoney. The char value has inco rrect syntax. 294 16 The conversion from char data type to smallmoney data type resul ted in a smallmoney overflow error. 295 16 Conversion failed when converting character string to smalldatet ime data type. 297 16 The user does not have permission to perform this action. 300 14 %ls permission was denied on object '%.*ls', database '%.*ls'. 301 16 Query contains an outer-join request that is not permitted. 302 16 The newsequentialid() built-in function can only be used in a DE FAULT expression for a column of type 'uniqueidentifier' in a CREATE TABLE or AL TER TABLE statement. It cannot be combined with other operators to form a comple x scalar expression. 303 16 The table '%.*ls' is an inner member of an outer-join clause. Th is is not allowed if the table also participates in a regular join clause. 304 16 '%d' is out of range for index option '%.*ls'. See sp_configure option '%ls' for valid values. 305 16 The XML data type cannot be compared or sorted, except when usin g the IS NULL operator. 306 16 The text, ntext, and image data types cannot be compared or sort ed, except when using IS NULL or LIKE operator. 307 16 Index ID %d on table '%.*ls' (specified in the FROM clause) does not exist. 308 16 Index '%.*ls' on table '%.*ls' (specified in the FROM clause) do es not exist. 309 16 Cannot use index "%.*ls" on table "%.*ls" in a hint. XML indexes are not allowed in hints. 310 15 The value %d specified for the MAXRECURSION option exceeds the a llowed maximum of %d. 311 16 Cannot use text, ntext, or image columns in the 'inserted' and ' deleted' tables. 312 16 Cannot reference text, ntext, or image columns in a filter store d procedure. 313 16 An insufficient number of arguments were supplied for the proced ure or function %.*ls. 314 16 Cannot use GROUP BY ALL with the special tables INSERTED or DELE TED. 315 16 Index "%.*ls" on table "%.*ls" (specified in the FROM clause) is disabled or resides in a filegroup which is not online. 316 16 The index ID %d on table "%.*ls" (specified in the FROM clause) is disabled or resides in a filegroup which is not online. 317 16 Table-valued function '%.*ls' cannot have a column alias. 318 16 The table (and its columns) returned by a table-valued method ne ed to be aliased. 319 16 Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context c lause, the previous statement must be terminated with a semicolon. 320 16 The compile-time variable value for '%.*ls' in the OPTIMIZE FOR clause must be a literal. 321 15 "%.*ls" is not a recognized table hints option. If it is intende d as a parameter to a table-valued function or to the CHANGETABLE function, ensu re that your database compatibility mode is set to 90. 322 15 The variable "%.*ls" is specified in the OPTIMIZE FOR clause, bu t is not used in the query. 324 15 The 'ALL' version of the %.*ls operator is not supported. 325 15 Incorrect syntax near '%.*ls'. You may need to set the compatibi lity level of the current database to a higher value to enable this feature. See help for the SET COMPATIBILITY_LEVEL option of ALTER DATABASE. 326 16 Multi-part identifier '%.*ls' is ambiguous. Both columns '%.*ls' and '%.*ls' exist. 327 16 Function call '%.*ls' is ambiguous: both a user-defined function and a method call with this name exist. 328 16 A cursor plan could not be generated for the given statement bec ause the textptr() function was used on a LOB column from one of the base tables . 329 16 Each GROUP BY expression must contain at least one column refere nce. 330 15 The target '%.*ls' of the OUTPUT INTO clause cannot be a view or common table expression. 331 15 The target table '%.*ls' of the OUTPUT INTO clause cannot have a ny enabled triggers. 332 15 The target table '%.*ls' of the OUTPUT INTO clause cannot be on either side of a (primary key, foreign key) relationship. Found reference constr aint '%ls'. 333 15 The target table '%.*ls' of the OUTPUT INTO clause cannot have a ny enabled check constraints or any enabled rules. Found check constraint or rul e '%ls'. 334 15 The target table '%.*ls' of the DML statement cannot have any en abled triggers if the statement contains an OUTPUT clause without INTO clause. 335 16 Function call cannot be used to match a target table in the FROM clause of a DELETE or UPDATE statement. Use function name '%.*ls' without param eters instead. 336 15 Incorrect syntax near '%.*ls'. If this is intended to be a commo n table expression, you need to explicitly terminate the previous statement with a semi-colon. 337 10 Warning: the floating point value '%.*ls' is too small. It will be interpreted as 0. 338 16 READEXT, WRITETEXT, and UPDATETEXT statements cannot be used wit h views, remote tables, and inserted or deleted tables inside triggers. 339 16 DEFAULT or NULL are not allowed as explicit identity values. 340 16 Cannot create the trigger "%.*ls" on view "%.*ls". AFTER trigger s cannot be created on views. 341 16 Replication filter procedures may not contain columns of large o bject, large value, XML or CLR type. 342 16 Column "%.*ls" is not allowed in this context, and the user-defi ned function or aggregate "%.*ls" could not be found. 343 15 Unknown object type '%.*ls' used in a CREATE, DROP, or ALTER sta tement. 344 16 Remote function reference '%.*ls' is not allowed, and the column name '%.*ls' could not be found or is ambiguous. 345 16 Function '%.*ls' is not allowed in the OUTPUT clause, because it performs user or system data access, or is assumed to perform this access. A fu nction is assumed by default to perform data access if it is not schemabound. 346 15 The parameter "%.*ls" can not be declared READONLY since it is n ot a table-valued parameter. 347 16 The table-valued parameter "%.*ls" cannot be declared as an OUTP UT parameter. 348 16 The table variable "%.*ls" can not be passed to a stored procedu re with the OUTPUT option. 349 16 The procedure "%.*ls" has no parameter named "%.*ls". 350 16 The column "%.*ls" does not have a valid data type. A column can not be of a user-defined table type. 351 16 Column, parameter, or variable %.*ls. : Cannot find data type %. *ls. 352 15 The table-valued parameter "%.*ls" must be declared with the REA DONLY option. 353 16 Function '%.*ls' is not allowed in the %S_MSG clause when the FR 401 16 Unimplemented statement or expression %ls. Resubmit the quer y with the NOEXPAND hint or remove the FORCESEEK hint on the view. Rewrite the statement to include either the sparse column or the column set. Operator equals %ls. 364 16 The query processor could not produce a query plan because the F ORCESEEK hint on view '%.*ls' is used without a NOEXPAND hint. The string routine in file %hs.*ls' of the INSERT statement cannot have any enabled triggers when the FROM clause contains a nested INSERT. posi tion %i. 362 16 The query processor could not produce a query plan because the n ame '%. or MERGE statement. 406 16 %ls cannot be used in the PIVOT operator because it is not invar iant to NULLs. or MERGE statement exceeds the maximum of %d.*ls' of an OUTPUT INTO clause has an index with th e ignore_dup_key option and cannot be used when an OUTPUT clause is also used.*ls'. Found reference constr aint '%ls'.*ls" is not updatable because it is derived or con . This total number includes i dentity.*ls' cannot be used with the %S_MSG specified by index '%.*ls' of the INSERT statement cannot be a view or c ommon table expression when the FROM clause contains a nested INSERT. timestamp.*ls'. 358 16 The target table '%. 404 16 The column reference "inserted. UPDATE.*ls' of the INSERT statement cannot be on ei ther side of a (primary key. UPDATE.%. foreign key) relationship when the FROM clause cont ains a nested INSERT. or MERGE statement. This is because the function performs user or system data access. 402 16 The data types %s and %s are incompatible in the %s operator. 363 16 The query processor could not produce a query plan because the F ORCESEEK hint on table or view '%.*ls" is not allowed because it refers to a base table that is not being modified in this statement. 355 16 The target table '%. line %d failed w ith HRESULT 0x%x. DELETE. DELETE. and columns that have default values.*ls' specified more seek columns than the numb er of key columns in index '%. Found rule '%ls'. 360 16 The target column list of an INSERT. By default. UPDATE. or is assumed to perfo rm this access. Found rule '%ls'. 354 16 The target '%. a function is assumed to perform data access if it i s not schema-bound. DELETE.*ls' did not match the key column names of the index '%.*ls' cannot be used with the column store inde x '%. 366 16 The query processor could not produce a query plan because the F ORCESEEK hint on table or view '%. or MERGE statement cannot contain both a sparse column and the column set that contains the sparse column. type equals %ls. or MERGE statement. 405 16 A remote table cannot be used as a DML target in a statement whi ch includes an OUTPUT clause or a nested DML statement. UP DATE.*ls' in the FORCESEEK hint on table or view '%. change the query to target a sparse column set instead of single sparse columns . UPDATE.*ls'. but not both. UPDATE. 357 16 The target table '%.OM clause contains a nested INSERT. To correct this error. 408 16 A constant expression was encountered in the ORDER BY list. UPDATE.*ls' of the INSERT statement cannot have any enabled rules when the FROM clause contains a nested INSERT. 356 16 The target table '%. DELETE. 412 16 The column "%. 407 16 Internal error. or MERGE statement. 403 16 Invalid operator for data type. or MERGE statement. 359 16 The target '%. DE LETE.*ls'.*ls' of the MERGE statement cannot have any enabled rules. 365 16 The query processor could not produce a query plan because the F ORCESEEK hint on table or view '%. 361 16 The number of target columns that are specified in an INSERT. 427 20 Could not load the definition for constraint ID %d in database I D %d. 442 16 The NEST argument must be a column reference. 444 16 Select statements included within a function cannot return data to a client. 441 16 Cannot use the '%ls' function on a remote data source. 449 16 Collation conflict caused by collate clauses with different coll ation '%. The error occurr ed at table "%.*ls'. 446 16 Cannot resolve collation conflict between "%ls" and "%ls" in %ls operator for %ls operation. 435 16 Xml data type methods are not supported in computed column defin itions. 450 16 Code page translations are not supported for the text data type. 452 16 COLLATE clause cannot be used on user-defined data types. From: %d To: %d. table "%.*ls' and '%.*ls".*ls" which participates in a join and has an INSTEAD OF UPDATE trigger. The error occ urred at table "%.*ls". Please drop the constraint or create a scalar user-defined function to wra p the method invocation. 423 16 Xml data type methods are not supported in check constraints. The error occurred at table "%. table "%.*ls' is supported on Unicode data types only and ca nnot be set at the database or server level. The stack overflow could not b e handled.*ls'. 445 16 COLLATE clause cannot be used on expressions containing a COLLAT E clause. 426 16 The length %d of the receiving variable is less than the length %d of the column '%.*ls".*ls" cannot be directly updated. . The error occurred at column "%.*ls'. Create a scalar user-defined function to wrap the method invocation. 448 16 Invalid collation '%. 424 16 Xml data type methods are not supported in computed column defin itions of table variables and return tables of table-valued functions. 415 16 DELETE is not allowed because the statement updates view "%. 413 16 Correlated parameters or sub-queries are not supported by the in line function "%.*ls'. 421 16 The %ls data type cannot be selected as DISTINCT because it is n ot comparable. 416 16 The service queue "%. 434 16 Function '%ls' is not allowed in the OUTPUT clause. 453 16 Collation '%. in the %ls statement.stant.*ls". The error occurred at column "%.*ls". 425 16 Data type %ls of receiving variable is not equal to the data typ e %ls of column '%. 414 16 UPDATE is not allowed because the statement updates view "%. 422 16 Common table expression defined but not used. 418 16 Objects exposing CLR type columns are not allowed in distributed queries. 432 16 Xml data type methods are not supported in check constraints any more.*ls". 443 16 Invalid use of a side-effecting operator '%s' within a function. Use a pass-through query to access the remote object '%.*ls". Expressions are no t allowed. 440 16 Internal query compilation error. 451 16 Cannot resolve collation conflict between "%ls" and "%ls" in %ls operator occurring in %ls statement column %d. Run DBCC CHECKCATALOG to verify the integrity of the database. 428 16 Insert bulk cannot be used in a multi-statement batch.*ls". 438 16 Xml data type methods are not allowed in rules. in the %ls statement.*ls" which participates in a join and has an INSTEAD OF DELETE trigger. 447 16 Expression type %ls is invalid for COLLATE clause.*ls'. Cr eate a scalar user-defined function to wrap the method invocation. 417 16 TOP is not allowed in an UPDATE or DELETE statement against a pa rtitioned view. *ls" .*ls'. 483 16 The OUTPUT clause cannot be used in an INSERT.*ls'.*ls' is supported on Unicode data types only and ca nnot be applied to char.*ls'.*ls" because the x ml column "%. 477 16 Invalid ROWS value or REPEATABLE seed in the TABLESAMPLE clause for table "%.454 16 The UNNEST argument must be a nested table column.EXEC statement. The value or seed must be greater than 0. 455 16 The last statement included within a function must be a return s tatement. 479 16 Invalid ROWS value or REPEATABLE seed "%I64d" in the TABLESAMPLE clause for table "%.*l s' when table hint KEEPIDENTITY is used and the table contains an identity colum n. 480 16 The TABLESAMPLE clause cannot be used with the table function "% . 457 16 Implicit conversion of %ls value to %ls cannot be performed beca use the collation of the value is unresolved due to a collation conflict between "%ls" and "%ls" in %ls operator. 466 16 UNION operator is not allowed in the recursive part of a recursi ve common table expression '%. 459 16 Collation '%. Only table names in the FROM clause of SE LECT.*ls'. Xml columns cannot refer to schemata across databases. can be specified. 473 16 The incorrect value "%.*ls'.*ls". 482 16 Non-constant or invalid expression is in the TABLESAMPLE or the REPEATABLE clause.*ls". Synonym chaining is not allowed. SI NGLE_CLOB. 460 16 DISTINCT operator is not allowed in the recursive part of a recu rsive common table expression '%. 458 16 Cannot create the SELECT INTO target table "%. SINGLE_BLOB. 463 16 Functions with parameters are not allowed in the recursive part of a recursive common table expression '%. 478 16 The TABLESAMPLE clause cannot be used in a view definition or in line table function definition.*ls" referenced synonym "%. or SINGLE_NCLOB must be specified. 481 16 The TABLESAMPLE clause cannot be used with the linked server tab le "%.*ls" and "%.*ls".*ls" is supplied in the PIVOT operator. 474 16 Unable to load the computed column definitions for table "%. or aggregate functions are not allowed in the recursive part of a recursive common table expression '%. The value or seed must be an integer. 475 16 Invalid SAMPLE clause. HAVING. 461 16 The TOP or OFFSET operator is not allowed in the recursive part of a recursive common table expression '%. 469 16 An explicit column list must be specified for target table '%.*ls".*ls" is typed with a schema collection "%..*ls ".*ls". 464 16 Functions with side effects are not allowed in the recursive par t of a recursive common table expression '%. 462 16 Outer join is not allowed in the recursive part of a recursive c ommon table expression '%. 465 16 Recursive references are not allowed in subqueries. 467 16 GROUP BY. 456 16 Implicit conversion of %ls value to %ls cannot be performed beca use the resulting collation is unresolved due to collation conflict between "%ls " and "%ls" in %ls operator. 471 16 Only one of the three options. 476 16 Invalid PERCENT tablesample size "%f" for table "%. UPDATE.*ls'.*ls". 470 16 The synonym "%.*ls" from database "%. 468 16 Cannot resolve the collation conflict between "%.*ls'. . 472 16 Either a format file or one of the three options SINGLE_BLOB. The PER CENT tablesample size must be between 0 and 100. and DELETE queries may be sampled. varchar or text data types.*ls " in the %ls operation.. SINGLE_CLOB or SINGL E_NCLOB. !=.*ls" does not allow specifying a schema name as a prefix to t he assembly name. 511 16 Cannot create a row of size %d which is greater than the allowab le maximum row size of %d. column '%. 518 16 Cannot convert data type %ls to %ls. column does not allow nulls.*ls" was specified in a %ls pred icate.*ls" is not the same type as the type it was created with.*ls" is a duplicate.*ls'. 489 16 The OUTPUT clause cannot be specified because the target view "% . or use sp_refreshsqlmodule to refresh its parameters metadata. 513 16 A column insert or update conflicts with a rule imposed by a pre vious CREATE RULE statement. 505 16 The current user account was invoked with SETUSER or SP_SETAPPRO LE.*ls' that was returned from the nodes() method can not be used directly.*ls" is a partitioned view. 496 16 The parameter "%. or in IS NULL and IS NOT NULL chec ks.*ls" is typed with the schema collection "%. This is not permitted when the subquery follows =.*ls'. 500 16 Trying to pass a table-valued parameter with %d column(s) where the corresponding user-defined table type requires %d column(s).*ls". Drop and recreate the module using a two-part name for the type. %ls fails. 524 16 A trigger returned a resultset and the server option 'disallow r esults from triggers' is true. 495 16 The return table column "%. 522 16 The WAITFOR thread was evicted. The type of column "%. 487 16 An invalid option was specified for the statement "%. which is not comparable. 515 16 Cannot insert the value NULL into column '%. It can only be used with one of the four XML data type met hods. 492 16 Duplicate column names are not allowed in result sets obtained t hrough OPENQUERY and OPENROWSET.*ls" is "%s ". 509 11 User name '%. table '%. exist(). 490 16 The resync functionality is temporarily disabled.*ls'. 512 16 Subquery returned more than 1 value. Column "%. query(). table '%. 497 16 Variables are not allowed in the TABLESAMPLE or REPEATABLE claus es.*ls' not found. 498 16 Invalid value in the TABLESAMPLE or the REPEATABLE clause. <. The statement was terminated. 486 16 "%. 493 16 The column '%. 510 16 Cannot create a worktable row larger than allowable maximum. 491 16 A correlation name must be specified for the bulk rowset in the from clause. 517 16 Adding a value to a '%ls' column caused an overflow. Res ubmit your query with the ROBUST PLAN hint. Must be a non-null non-negati ve integer. and value(). Drop and recreate the module using a two-part name for the type. The column name "%. 507 16 Invalid argument for SET ROWCOUNT. 485 16 Views and inline functions cannot return xml columns that are ty ped with a schema collection registered in a database other than current.*ls" is not the same type as the type it was cr eated with. nodes(). Changing databases is not allowed.*ls".*ls". 499 16 Invalid parameter for the getchecksum function.*ls'. <= . which is registered in dat abase "%. >= or when the subquery is used as an exp ression. 523 16 A trigger returned a resultset and/or was running with SET NOCOU NT OFF while another outstanding result set was active. 506 16 The invalid escape character "%.*ls'. The conflict occurred in database '%. .484 16 Cannot declare more than %d local variables. 494 16 The TABLESAMPLE clause can only be used with local tables. or use sp_refreshsqlmodule to refresh its parameters metadata. >. 488 16 %s columns must be comparable. 525 16 The column that was returned from the nodes() method cannot be c onverted to the data type %ls. table "%. 557 16 Only functions and some extended stored procedures can be execut ed from within a function. 552 16 CryptoAPI function '%ls' failed. Value exceeds the yea r 9999. 547 16 The %ls statement conflicted with the %ls constraint "%. replicated table '%. 540 16 There is insufficient system memory to run RAISERROR. 532 16 The timestamp (changed to %S_TS) shows that the row has been upd ated by another user. Th e conflict occurred in database "%. If the identi ty column is automatically managed by replication. 533 15 Cannot set XACT ABORT to OFF inside the trigger execution. update the range as follows: for the Publisher. 549 16 The collation '%.*ls". 526 16 %ls of XML types constrained by different XML schema collections and/or DOCUMENT/CONTENT option is not allowed.*ls'%ls%.*ls"%ls%. 527 16 Implicit conversion between XML types constrained by different X ML schema collections is not allowed. and value(). 531 10 Cannot set NOCOUNT to OFF inside the trigger execution because t he server option "disallow_results_from_triggers" is true or we are inside LOGON trigger execution. 534 16 '%. query(). Error 0x%x: %ls 555 16 User-defined functions are not yet enabled.*ls'. The maximum recursion %d has been exha usted before statement completion. 541 16 There is not enough stack to execute the statement 542 16 An invalid datetime value was encountered. execute sp_adjustpublisheridentityrange. Try to use datediff with a less precise datepart. for the Subscriber.*ls'.*ls' either when IDENTITY_INSERT is set to ON or when a replication user is ins erting into a NOT FOR REPLICATION identity column. . 539 16 Schema changed after the target table was created.*ls".*ls%ls. 545 16 Explicit value must be specified for identity column in table '% . 536 16 Invalid length parameter passed to the %ls function.*ls' failed because it is not supported in the edition of thi s SQL Server instance '%. Use the CONVERT function to run this query. 556 16 INSERT EXEC failed because the stored procedure altered the sche ma of the target table. See books online for more details on feature supp ort in different SQL Server editions.*ls'. 537 16 Invalid length parameter passed to the LEFT or SUBSTRING functio n. It can only be used with one of the four XML data type methods.*ls' of receiving variable is not equal to the collation '%.*ls ' when IDENTITY_INSERT is set to OFF. Rerun the Sel ect Into query. 529 16 Explicit conversion from data type %ls to %ls is not allowed. 543 16 Creation of a return table failed for the table valued function '%. or in IS NULL and IS NOT NULL checks. The number of dat eparts separating two date/time instances is too large. It conflicted with an identity range check co nstraint in database '%. 548 16 The insert failed. 550 16 The attempted insert or update failed because the target view ei ther specifies WITH CHECK OPTION or spans a view that specifies WITH CHECK OPTIO N and one or more rows resulting from the operation did not qualify under the CH ECK OPTION constraint.*ls'. nodes(). 535 16 The datediff function resulted in an overflow. exist(). 544 16 Cannot insert explicit value for identity column in table '%. Use the CONVERT function to run this query . run the Distribution Agent or the Merge Agent. 530 16 The statement terminated.*ls%ls.*ls' of column '%. 586 16 The prepared statement handle %d is not valid in this context. 582 16 Offset is greater than the length of the column to be updated in write. 594 10 fn_trace_gettable: XML conversion of trace data is not supported in fiber mode. 589 16 This statement has attempted to access data whose access is rest ricted by the assembly. 576 16 Cannot create a row that has sparse data of size %d which is gre ater than the allowable maximum sparse data size of %d. 574 16 %ls statement cannot be used inside a user transaction. Files can be accessed only throug h shares 563 14 The transaction for the INSERT EXEC statement has been rolled ba ck. 565 18 A stack overflow occurred in the server while compiling the quer y. and ANSI_NULLS and QUO TED_IDENTIFIER set options are not changed since the handle is prepared. The INSERT EXEC operation will be terminated. 566 21 An error occurred while writing an audit trace. 575 16 A LOGON trigger returned a resultset.*ls'. 569 16 The handle that was passed to %ls was invalid. 587 16 An invalid delayed CLR type fetch token is provided. and using SP_CONFIGUR E. 578 16 Insert Exec not allowed in WAITFOR queries. SQL Server is sh utting down. 591 16 %ls: The formal parameter "%ls" was defined as OUTPUT. 564 16 Attempted to create a record with a fixed length of '%d'. 571 16 The specified attribute value for %ls is invalid. Please verify that current database. 585 16 Changing database context is not allowed when populating the res ource database. . Please simplify the query. 590 16 RPC was aborted without execution. 570 15 INSTEAD OF triggers do not support direct recursion. 579 16 Can not execute WAITFOR query with snapshot isolation level.558 16 Remote function calls are not allowed within a function. 588 16 Multiple tasks within the session are using the same delayed CLR type fetch token at the same time. 584 16 Select Into not allowed in WAITFOR queries. 593 10 fn_trace_gettable: XML conversion of trace data for event 165 fa iled. 573 16 Evaluation of the regular expression is too complex: '%. but the a ctual parameter was not declared as OUTPUT.*ls'.*ls' 562 16 Failed to access file '%. Timeout must be a valid integer between 0 and 2147483647. 592 16 Cannot find %S_MSG ID %d in database ID %d.*ls'. 597 16 The execution of in-proc data access is being terminated due to errors in the User Datagram Protocol (UDP). and then restart SQL Server. user default schema. The trigger execution failed. If the problem persists. Check and correct error conditions such as insufficient disk space. 572 16 Invalid regular expression "%. 567 16 File '%.*ls" near the offset %d.*ls' is not a recognizable trace file. 596 16 Cannot continue the execution because the session is in the kill state. Modify the LOGON trigger t o not return resultsets. disable auditing by start ing the server at the command prompt with the "-f" switch. 561 16 Failed to access file '%. 577 16 The value provided for the timeout is not valid. 595 16 Bulk Insert with another outstanding result set should be run wi th XACT_ABORT on. Maximu m allowable fixed length is '%d'. 583 16 Negative offset or length in write. 568 16 Encountered an error or an unexpected end of trace file '%. 601 12 Could not continue scan with NOLOCK due to data movement. If a cursor is involved. This error can occur if a stored procedure references a dropp ed table. name '%. 672 10 Failed to queue cleanup packets for orphaned rowsets in database "%. 627 16 Cannot use SAVE TRANSACTION within a distributed transaction.*ls" has no files assigned to it. 613 21 Could not find an entry for worktable rowset with partition ID % I64d in database %d. 603 21 Could not find an entry for table or index with object ID %d (pa rtition ID %I64d) in database %d. or metadata is corrupted. Th e metadata is inconsistent. 615 21 Could not find database ID %d. . Cleanup will be attempted again on data base restart. 610 16 Invalid header value from a page. 602 21 Could not find an entry for table or index with partition ID %I6 4d in database %d. is being re stored. 671 16 Large object (LOB) data for table "%.*ls"). otherwise. 652 16 The index "%. Run DBCC CHECKDB to check for a data corruption. or metadata is corrupted. text columns. which cannot be modified. which cannot be modified. 651 16 Cannot use the %ls granularity hint on the table "%.*ls". 667 16 The index "%.*ls: The length of the result exceeds the length limit (2GB) o f the target large type. 666 16 The maximum system-generated unique value for a duplicate group was exceeded for index with partition ID %I64d. Rerun the query. or is defunct. 606 21 Metadata inconsistency. The database may be offline. or execute DBCC CHECKDB. 669 22 The row object is inconsistent. Run DBCC CHECKDB or CHECKCATALOG. Please look a t the previous error for more information. 650 16 You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels. or execute DBCC CHECKDB. 628 16 Cannot issue SAVE TRANSACTION when there is no active transactio n. Some disk space may be wasted. is %d bytes more than the limit. It belongs to allocation unit %I64d not to %I64d. 599 16 %. use another clustering key. 622 16 The filegroup "%.598 16 An error occurred while executing CREATE/ALTER DB.*ls") that cannot be accessed. 617 20 Descriptor for object ID %ld in database ID %d not found in the hash table during attempt to unhash it.*ls" because locking at the specified granularity is inhibited. This error can occur if a stored procedure ref erences a dropped table. Tables. Please rerun the query. and image columns cannot be populated on this f ilegroup until a file is added. 670 16 Large object (LOB) data for table "%. Drop and re-create the stored procedure.*ls" resides on a read-only filegroup ("%. Filegroup id %ld specified for table '% .*ls" (RowsetId %I64d) resides on a filegroup ("%.*ls'.*ls" resides on an offline filegroup ("%. Dropping and re-creating the ind ex may resolve this. Run DBCC CHECKDB to check for a metadata corruption. 657 16 Increased partitions support cannot be removed in this version o f SQL Server.*ls' does not exist. 611 16 Cannot insert or update a row because total variable column size . Wait a few minutes and try again. ntext columns. close and reopen the cursor. 605 21 Attempt to fetch logical page %S_PGID in database %d failed. 614 16 Could not locate bookmark due to data movement.*ls" (RowsetId %I64d) resides on a read-only filegroup ("%.*ls") that cannot be accessed because it is offline. index es.*ls"). Drop and re-create the stored procedure. 609 16 BTree is not empty when waking up on RowsetBulk.*ls" for table "%. A work table is missing an entry. including overhead.*ls" for table "%. 608 16 No catalog entry found for partition ID %I64d in database %d. Restart the server to resolve this problem. %S_PAG E. 676 10 Error occurred while attempting to drop worktable with partition ID %I64d. 678 10 Active rowset for partition ID %I64d found at the end of the bat ch. Use the current activi ty window in SQL Server Management Studio or the Transact-SQL KILL statement to terminate the server process identifier (SPID) responsible for generating the er ror. No user action is required. Contact T echnical Support. or cancel other applications. 675 10 Worktable with partition ID %I64d was dropped successfully after %d repeated attempts. This error may indicate a problem related to releasing pre-allocated disk blocks used duri ng bulk-insert operations. Buffer provided to read column value is too smal l. SQL Server only supports upto 255 levels. The buffer was not found.*ls") that cannot be accessed because it is offline. %d] occurred while attempting to drop allocation unit ID %I64d belonging to worktable with partition ID %I64d. 680 10 Error [%d. 802 17 There is insufficient memory available in the buffer pool. Additional messages in the SQL Server e rror log and system event log may provide more detail. 685 22 An internal error occurred while attempting to retrieve a backpo inter for a heap forwarded record. 803 10 simulated failure (DEBUG only) 805 10 restore pending 806 10 audit failure (a page read from disk failed to pass basic integr ity checks) 807 10 (no disk or the wrong disk is in the drive) 808 10 insufficient bytes transferred 821 20 Could not unhash buffer at 0x%p with a buffer page number of %S_ PGID and database ID %d with HASHED status set. This may limit the query result.*ls' for table '%. Cancel query and re-run. 823 24 The operating system returned error %ls to SQL Server during a % S_MSG at offset %#016I64x in file '%ls'. 679 16 One of the partitions of index '%. 689 16 Operation not allowed because of pending cleanup of online index build. 682 16 Internal error. Run DBCC CHECKDB to check for any database corruption. Wait for cleanup to complete and re-run the operation. 701 19 There is insufficient system memory in resource pool '%ls' to ru n this query. or defunct. %d. 686 22 The maximum level of the B-Tree for rowset %I64d has been reache d. This is a severe system-l evel error condition that threatens database integrity and must be corrected imm . 687 16 Cannot compress a nchar or nvarchar column that has an odd numbe r of bytes. 681 16 Attempting to set a non-NULL-able column's value to NULL. 801 20 A buffer was encountered with an unexpected status of 0x%x. 708 10 Server is running low on virtual address space or machine is run ning low on virtual memory. This error may indicate incorrect exception handling. 822 21 Could not start I/O operation for request %S_BLKIOPTR. Reserved memory used %d times since startup. Worktable is marked for deferred drop. Run DBCC CHECKDB to check for any c orruption. 688 16 Operation not allowed due to an active online index build.674 10 Exception occurred in destructor of RowsetNewSS 0x%p. 684 22 An internal error occurred while attempting to convert between c ompressed and uncompressed storage formats.*ls'(partiti on ID %I64d) resides on a filegroup ("%. restoring. decrease server load. 683 22 An internal error occurred while trying to convert between varia ble-length and fixed-length decimal formats. Contact Technical Support. Run DBCC CHECKDB to check for any corruption. This is an informational messag e only. 677 10 Unable to drop worktable with partition ID %I64d after repeated attempts. allocation unit Id: %I64d%ls. 832 24 A page that should have been constant has changed (expected chec ksum: %08x. This error condition threatens da tabase integrity and must be corrected. 825 10 A read of the file '%ls' at offset %#016I64x succeeded after fai ling %d time(s) with error: %ls. bp %p. for more informatio n. database ID %d. owning task 0x%p. flags 0x%I64x. ty pe %d. flags 0x%I64x. Not continuing to wait. Task 0x%p : %d 854 10 Machine supports memory error recovery. SQL memory protection is enabled to recover from memory corruption. flags 0x%I64x. Your system m ay become unstable. file '%ls'. This is a severe error condition that threatens d atabase integrity and must be corrected immediately. Complete a full database co nsistency check (DBCC CHECKDB). page %S_PGID). task 0x %p : %d. 848 10 Using large pages in the memory manager. Con tinuing to wait. owning task 0x%p. actual checksum: %08x. waittime %d seconds. 847 10 Timeout occurred while waiting for latch: class '%ls'. see SQL Server Books Online .*ls' cannot be started in this edition of SQL Server . The OS file handle is 0x%p. page %d:%d. for more information. 902 16 To change the %ls. 830 10 stale page (a page read returned a log sequence number (LSN) (%u :%u:%u) that is older than the last one that was written (%u:%u:%u)) 831 20 Unable to deallocate a kept page. allocation unit id: %I64d%ls. database id: %d. %u. id %p. 856 10 SQL Server has detected hardware memory corruption in database ' %ls'. 826 10 incorrect pageid (expected %d:%d.ediately. page ID. perform a restore. 849 10 Using locked pages in the memory manager. 833 10 SQL Server has encountered %d occurrence(s) of I/O requests taki ng longer than %d seconds to complete on file [%ls] in database [%ls] (%d). It occurred during a %S_MSG of page %S_PGID in database ID %d at offset %#016I64 x in file '%ls'. This usually indicates a memory failure or other hardware or OS corruption. waittime %d seconds. actual %d:%d) 829 21 Database ID %d.type %d. Page %S_PGID is marked RestorePending. waittime %d seconds. The offset of the latest long I/O is: %#016I64x 844 10 Time out occurred while waiting for buffer latch -. task 0x%p : %d. for mo re information. 850 10 %I64u MB of large page memory allocated. stat %#x. 851 10 the page is in an OFFLINE file which cannot be read 852 10 Using conventional memory in the memory manager. This error can be caused by many factors. the database must be in state in which a chec kpoint can be executed. type %d . Complete a full database consistency check (DBCC CHECKDB).type %d. Please check the Windows event log for more details. 845 17 Time-out occurred while waiting for buffer latch type %d for pag e %S_PGID. Task 0x%p : %d. Continuing to wai t. owning task 0x%p. This error can be caused by many factors. 853 10 Latch acquire failed due to too many concurrent latches. 846 10 A time-out occurred while waiting for buffer latch -. which may indicate disk corruption. This error can be caused by many factors. page %d:%d. Complete a full database consistency che ck (DBCC CHECKDB). 855 10 Uncorrectable hardware memory corruption detected. Additional messages in the SQL Server error log or system even t log may provide more detail. 905 21 Database '%. b p %p. memory address: 0x%I64x and has successfully rec overed the page. file ID: %u. see SQL Server Books Online. database %d. database id: %d. see SQL Server Books Online. 904 16 Database %ld cannot be autostarted during server shutdown or sta rtup. To recover from this state. Additional messages in the SQL Server error log and system event log may provide more detail. 824 24 SQL Server detected a logical consistency-based I/O error: %ls. stat %#x. 917 21 An upgrade script batch failed to execute for database '%. If the error happened during startup of the 'master' database.*ls' is upgrading script '%. Only Enterprise edition of SQ L Server supports partitioning.*ls' d ue to compilation error. state %d.*ls' from level %d to le vel %d. 920 20 Only members of the sysadmin role can modify the database script level.*ls" is not able to access the database "%. 922 14 Database '%. take the appropriat e corrective actions and re-start the database so that the script upgrade steps run to completion. Data compression and vardecimal storage format are only su pported on SQL Server Enterprise Edition. Check the previous error message for the line which ca used compilation to fail. Examine the previous errorlog entries for errors. This is a serious error condition. Waiting until recovery is f inished.*ls'. It has been marked SUSPECT by . 916 14 The server principal "%. If the abort happened during upgrad e of the 'master' database.*ls '. contact your primary support provider.*ls' is in restricted mode. it will prevent the entire SQL Server instance from starting. 924 14 Database '%. 914 21 Script level upgrade for database '%.*ls' does not exist. 911 16 Database '%.*ls' is changing database script level entry %d to a val ue of %d. Wait and try again.*ls' failed because upgrade step '%. 909 21 Database '%. Examine the previous errorlog entr ies for errors. Database may not be activated yet or may be in transition.*ls' was aborted before completion.*ls" under the current security context. 918 21 Failed to load the engine script metadata from script DLL '%. 915 21 Unable to obtain the current script level for database '%. The maximum allowed is %d.*ls' cannot be opened.*ls' has not been recovered yet. Restore or alter the filegroup to be available. severity %d.*ls' failed because upgrade step '%. 912 21 Script level upgrade for database '%.because it contains a partition function '%. Reissue the query once the database is available.*ls' is enabled with data compression or varde cimal storage format.*ls' cannot be started in this edition of SQL Server because part or all of object '%. 907 16 The database "%ls" has inconsistent database or file metadata. which usually indicates a corrupt or incomplete installation. 908 10 Filegroup %ls in database %ls is unavailable because it is %ls.*ls' is being recovered. it will prevent the entire SQL Server instance from starting. 921 14 Database '%. If y ou do not think this error is due to a database that is transitioning its state and this error continues to occur. Make sure that the name is ente red correctly. it will prevent the entire SQL Server instance from starting. 919 10 User '%. Only the database owner and members of the dbcreator and sysadmin roles can access it.*ls'. Examine the previ ous errorlog entries for errors.*ls' encountered error %d. 923 14 Database '%. 925 19 Maximum number of databases used for each query has been exceede d. take the appropriate corrective actions and re-start the databa se so that script upgrade may run to completion. 926 14 Database '%. This is a serious err or condition which might interfere with regular operation and the database will be taken offline. 913 22 Could not find database ID %d. Repairing the SQL Server instance may help resolve this error. 910 10 Database '%. take the appropriate corrective actions and restart the database so that the script upgrade steps run to completion. If the error happened during upgrade of the 'master' database.*ls' is already open and can only have one user at a time. The error code reported by Windows was %d. Please have available for review the Microsoft SQL Server error log and any additional information relevant to the circumstances when the error occurred. *ls' cannot be upgraded because its non-release vers ion (%d) is not supported by this version of SQL Server. 934 21 SQL Server cannot load database '%.*ls' cannot be upgraded because '%. 933 21 Database '%. The appli cation should reconnect and try again. Check for previous additio nal errors and retry the operation.*ls' running the upgrade step from version %d to ver sion %d. 949 16 tempdb is skipped. 935 21 The script level for '%.*ls' in database '%.*ls' functionalit y is not available in the current edition of SQL Server. 944 10 Converting database '%. which is supported by this server.*ls' cannot be opened because it is offline. 943 14 Database '%.*ls' cannot be opened because it is not started.*ls" cannot be opened. Try the statement later.*ls' cannot be opened due to inaccessible files or i nsufficient memory or disk space. The currently installed edition of SQL Server does not support chang e tracking.recovery. The currently installed edition of SQL Server does not support C hange Data Capture. state %d. You cannot run a query that requires tempdb 950 20 Database '%. 947 16 Error while closing database '%. Check the partner and witness c onnections if configured. contact your primary support provider. Contact Technical Support. or upgrade the instance to one that supports Change Data Capture.*ls' version %d. address %p.*ls' because change tracking is enabled. but has not ye t synchronized with its partner.*ls' cannot be started because some of the database functionality is not available in the current edition of SQL Server. A downgrade path is not supported.*ls is enabled for Database Mirroring. . 930 21 Attempting to reference recovery unit %d in database '%ls' which does not exist. Use the exception number to determine the cause. Install a newer version of SQL Server and re-try opening the database. Ret ry when the database is started.*ls' cannot be opened because its version (%d) is la ter than the current server version (%d). Either disable change tracking in the database by using a supported edition of SQL Server.*ls is enabled for Database Mirroring. 952 16 Database '%. 929 20 Unable to close a database that is not currently open. 954 14 The database "%. 941 16 Database '%. It is acting as a mirror database.*ls' cannot be opened because it is version %d. Try the operation again later.*ls'. See the SQL Server errorlog for details.*ls' is in transition. 942 14 Database '%. 946 14 Cannot open database '%. Either disable Change Data Capture in the database by using a supported edition of SQL Server. You cannot open a datab ase that is incompatible with this version of sqlservr. 927 14 Database '%. 956 14 Database %.*ls' cannot be downg raded from %d to %d. 936 16 Database '%. but the databa se lacks quorum: the database cannot be opened. or upgrade the instance to one that supports change track ing. You must re-create t he database. 928 20 During upgrade. severity %d.*ls' because Change Data Capt ure is enabled. 951 10 Database '%. 945 16 Database '%. This server supports version %d and earlier.*ls' can not be used in this edition of SQL Server. It is in the middle of a rest ore. database raised exception %d. See the SQL Server errorlog for more information. 937 21 Database '%.*ls' from version %d to the current versi on %d.exe.*ls' cannot be opened. 948 20 The database '%. If this action does not correct the probl em. This usually implies tha t a future database was attached and the downgrade path is not supported by the current installation. 955 14 Database %. 932 21 SQL Server cannot load database '%. Upgrade the database to the latest version. *ls' instead of the currently attached resource database at '%. See errorlog or eventlog for more information. 964 10 Warning: System user '%. 962 10 Warning: Primary key or Unique constraint "%. is participating in an availabilit y group and is currently not accessible for queries. 977 10 Warning: Could not find associated index for the constraint '%. The database will come online in restricte d_user state.exe at '%. *ls' and has been restored.*ls.*ls" has been renamed to "%.*ls" (index_id = %d) on object ID %d in database "%. 969 10 Warning: The default or fixed value on XML element or attribute "%. Either data movement is sus pended or the availability replica is not enabled for read access. The name of the database cannot be changed.*ls'.*ls' was found missing from database '%."%.*ls'. Attaching the resource database in the same directory as sqlservr. T he index may be corrupt.*ls". 968 10 Warning: The XML facet on type "%.957 17 Database '%.*ls' because it is read-only. This is an informa tional message only.*ls" in schema collection "%. It will be impossible to run XQuery or build a primary XML index on these XML instances .*ls" is updated from "%.*ls'. 970 10 Warning: The XML instances in the XML column "%.*ls" was renamed to "%.*ls" (object_id = % d) in database "%. 965 10 Warning: A column nullability inconsistency was detected in the metadata of index "%.*ls. This user is required for SQL Server operation.*ls" has been renamed t o "%. 960 10 Warning: User "sys" (principal_id = %d) in database "%.*ls".*ls". Run DBCC CHECKTABLE to verify consistency.*ls" to "%.*ls" in schema collection "%.*ls" because its name is a duplicate of another ind ex on the same object.*ls" because Sql Server does not support negat ive years inside values of type xs:date or xs:dateTime.* ls" is updated from "%.*ls. see SQL Server Books Onlin . To allow read -only access to this and other databases in the availability group. No user action is required. 976 14 The target database.*ls') is in an availability group and is currently accessible for connections when the application intent is set to read only. Restore the correct version or reinstall SQL Server.*ls" (index_id = %d) on object ID %d in databa se "%.%. 978 14 The target database ('%.*ls" on "%.*ls' failed as the database files do not exist. 958 10 The resource database build version is %. 975 10 System objects could not be updated in database '%. "sys" is a reserved user or schema name in this version of SQL Server. 959 20 The resource database version is %d and this server supports ver sion %d.*ls" in database "%.*ls" because Sql Server does not support negative years inside values of type xs:date or xs:d ateTime. 963 10 Warning: Database "%.*ls" is disabled becaus e the XML data bound to it may contain negative values for xs:date and xs:dateTi me which are not longer supported. Use ALTER D ATABASE to bring the database online. '%. 971 10 The resource database has been detected in two different locatio ns. For more information about application intent. 961 10 Warning: Index "%. 972 17 Could not use database '%d' during procedure execution.*ls" was marked suspect because of actions taken during upgrade. see the ALTER AVAILABILITY GROUP statement in SQL Server Books Online .* ls' on object_id '%d' in database '%.*ls" was renamed to "%.*ls" to "%.exe at '%.*ls" because its index was renamed. 966 10 Warning: Assembly "%. 967 10 Warning: The index "%.*ls" because the name of the assembly conflicts with a system assembly in t his version of SQL Server.*ls' is enabled for database mirroring or has joined an availability group. 974 10 Attaching the resource database in the same directory as sqlserv r. enable read access to one or more secondary availability replicas in the group.*ls" may contain negative simple type values of type xs:date or xs:dateTime. For more in formation.%. 1014 15 A TOP or FETCH clause contains an invalid value. 1002 16 Line %d: Specified scale %d is invalid.*ls' because its replica role is RE SOLVING which does not allow connections. 1028 15 The CUBE. 1011 15 The correlation name '%. 1017 15 The %ls hint cannot be specified more than once. The currently installed edition of SQL Server does not support columnstore indexes. See SQL Server Bo oks Online for proper syntax. 1016 15 Outer join operators cannot be specified in a query containing j oined tables. 983 14 Unable to access database '%. 1010 15 Invalid escape character '%.*ls' has the same exposed name as table '%. 1018 15 Incorrect syntax near '%. and GROUPING SETS constructs are not allowed i . Check the availability group config uration to verify that at least one secondary replica is configured for read-onl y access. If this is intended as a part of a table hint. 985 10 Successfully installed the file '%ls' into folder '%ls'. and retry your read-only o peration. Must be between 1 and 32 767.dll fro m Binn to Binn\Cache folder. 1020 15 Sub-entity lists (such as column or security expressions) cannot be specified for entity-level permissions. Either disable the columnstore index in the database by usi ng a supported edition of SQL Server. 1012 15 The correlation name '%. 1006 15 CREATE TRIGGER contains no statements.*ls' because it contains a co lumnstore index. VerInstallFile API failed with error code %d. 1001 16 Line %d: Length or precision specification %d is invalid.*ls'.*ls' is out of the range for numeric representatio n (maximum precision 38). and the column being aggregat ed is an outer reference. Wait for an enabled replica to come online. 1013 15 The objects "%. 1026 16 GOTO cannot be used to jump into a TRY or CATCH scope. For more information about applica tion intent.*ls' exceeds 18. 982 14 Unable to access the '%. 981 10 Database manager will be using %d target database version. 1019 15 Invalid column list after object name in GRANT/REVOKE statement. 1007 15 The %S_MSG '%. 1004 16 Invalid column prefix '%. 1021 10 FIPS Warning: Line %d has the non-ANSI statement '%ls'. 984 21 Failed to perform a versioned copy of sqlscriptdowngrade. 979 14 The target database ('%. 1025 10 FIPS Warning: The length of identifier '%. 1023 15 Invalid parameter %d specified for %ls.*ls': No table name specified 1005 15 Line %d: Invalid procedure number (%d).*ls" in the FROM clause have the same exposed names.*ls'.*ls') is in an availability group and cu rrently does not allow read only connections. Variables are only allowed when ordering by an expression referencing a column name.e. 1015 15 An aggregate cannot appear in an ON clause unless it is in a sub query contained in a HAVING clause or select list. 1009 16 The keyword DEFAULT is not allowed in DBCC commands.*ls' database because no online secondar y replicas are enabled for read-only access. 980 21 SQL Server cannot load database '%. or upgrade the instance of SQL Server to a version that supports columnstore index. 1024 10 FIPS Warning: Line %d has the non-ANSI function '%ls'. 1003 15 Line %d: %ls clause allowed only for %ls. A WITH keyword and parenthesis are now required. Use correlation names to distinguish them.*ls" and "%.*ls' is specified multiple times in a FR OM clause. ROLLUP. 1022 10 FIPS Warning: Line %d has the non-ANSI clause '%ls'. see SQL Server Books Online.*ls'. Try the operation again later. 1008 15 The SELECT item identified by the ORDER BY number %d contains a variable as part of the expression identifying a column position. 1063 16 A filegroup cannot be added using ALTER DATABASE ADD FILE. INTERSECT or EXCEPT operator.*ls'. 1055 15 '%. Only scalar expressi ons are allowed. 1030 16 Only constants are allowed here. 1059 15 Cannot set or reset the 'parseonly' option within a procedure or function. inline functions. 1041 15 Option %. 1047 15 Conflicting locking hints specified. Change the alias to a va lid name. 1042 15 Conflicting %ls optimizer hints specified.*ls'. and they must be specified in the order CURSOR VARYING OUTPUT.n a GROUP BY ALL clause. 1035 15 Incorrect syntax near '%. 1037 15 The CASCADE. 1049 15 Mixing old and new syntax to specify cursor options is not allow ed. expected '%.*ls' is not yet implemented. 1051 15 Cursor parameters in a stored procedure must be declared with OU TPUT and VARYING options. 1038 15 An object or column name is missing or empty. 1052 15 Conflicting %ls options "%ls" and "%ls". Use A LTER DATABASE ADD FILEGROUP.*ls' is an invalid name because it contains a NULL character or an invalid unicode character. OFFSET or FOR X ML is also specified.*s" in th e trigger declaration. 1050 15 This syntax is only allowed for parameterized queries. 1061 16 The text/ntext/image constants are not yet implemented. 1033 16 The ORDER BY clause is invalid in views. 1032 16 Cannot use the column prefix '%. 1039 16 Option '%. unless TOP.statisticsname". 1029 15 Browse mode is invalid for subqueries and derived tables. deriv ed tables. in the form "objectname. 1044 15 Cannot use an existing function name to specify a stored procedu re name. 1045 15 Aggregates are not allowed in this context. WITH GRANT or AS options cannot be specified with s tatement permissions. look for empty al ias names. 1057 15 The IDENTITY function cannot be used with a SELECT INTO statemen t containing a UNION. subqueries. verify each column has a name. 1056 15 The number of elements in the select list exceeds the maximum al lowed number of %d elements. This must match the object in the UPDATE clause '%. 1043 16 '%. Aliases defined as "" or [] are not allowed. 1060 15 The number of rows provided for a TOP or FETCH clauses row count parameter must be an integer. 1053 15 For DROP STATISTICS. 1031 15 Percent values must be between 0 and 100. 1046 15 Subqueries are not allowed in this context.*ls'. . 1034 15 Syntax error: Duplicate specification of the action "%.*ls'. 1048 15 Conflicting cursor options %ls and %ls. Time literal is not permitted b ecause it refers to the current date. and common table expressions. For other statements.*ls is not allowed for a LOG file. 1036 15 File option %hs is required in this CREATE/ALTER DATABASE statem ent. 1058 15 Cannot specify both READ_ONLY and FOR READ ONLY on a cursor decl aration.*ls' is specified more than once. Only scalar expressi ons are allowed. you must provide both the object (table or view) name and the statistics name. For SELECT INTO st atements. 1054 15 Syntax '%ls' is not allowed in schema-bound objects. 1062 16 The TOP N WITH TIES clause is not allowed without a correspondin g ORDER BY clause. *ls' is not a recognized option. 1072 16 A REMOTE hint can only be specified with an INNER JOIN clause. *ls' because the '%. nvarchar(max).*ls'%. 1084 15 '%.*ls is out of range. 1090 15 Invalid default for parameter %d.*ls' event type does not support event notifications. 1065 15 The NOLOCK and READUNCOMMITTED lock hints are not allowed for ta rget tables of INSERT. 1099 15 The ON clause is not valid for this statement. Line %d: The option '%ls' is obsolete and has no effect . 1069 16 Index hints are only allowed in a FROM or OPTION clause.*ls in database '%. inline functions.*ls %. adding additional files to the file group. and xml are not supported. 1091 15 The option "%ls" is not valid for this function. 1096 15 Default parameter values for CLR types. 1086 16 The FOR XML clause is invalid in views. 1098 15 The specified event type(s) is/are not valid on the specified ta rget object. 1095 15 "%. 1083 15 OWNER is not a valid option for EXECUTE AS in the context of ser ver and database level triggers. 1094 15 Cannot specify a schema name as a prefix to the trigger name for database and server level triggers.*ls" is not a valid broker name. 1101 17 Could not allocate a new page for database '%. 1105 17 Could not allocate space for object '%. 1076 15 Function '%s' requires at least %d argument(s).*ls' because of in sufficient disk space in filegroup '%.*ls" because it does not exist or you do not have permissions. 1097 15 Cannot use If UPDATE within this CREATE TRIGGER statement. 1078 15 '%.*ls' is not a recognized cursor option for cursor %. DELETE or MERGE statements. 1077 15 INSERT into an identity column not allowed on table variables. 1085 15 '%. 1088 15 Cannot find the object "%.*ls' is an invalid event type. derive d tables. 1075 15 RETURN statements in scalar valued functions must include an arg ument.*ls.*ls" has already been specified as an event type. 1081 16 %s does not allow specifying the database name as a prefix to th e assembly name. or setting autogrowth on for existing files in the filegroup. 1068 16 Only one list of index hints per table is allowed.*ls'. 1082 15 "%. 1067 15 The SET SHOWPLAN statements must be the only statements in the b atch.*ls" does not support synchronous trigger registration. 1071 16 Cannot specify a JOIN algorithm with a remote JOIN. 1087 15 Must declare the table variable "%. 1092 16 In this context %d statistics name(s) cannot be specified for op tion '%ls'. Create disk space by deleting unneed ed files.1064 16 A filegroup cannot be used with log files. 1093 16 "%. 1073 15 '%. adding additional files to the filegroup. . wrap the SELECT containing a set operator using derived table syntax and apply FOR XM L on top of it. 1089 15 The SET FMTONLY OFF statement must be the last statement in the batch. 1074 15 Creation of temporary functions is not allowed. 1080 15 The integer value %.*ls". 1070 15 CREATE INDEX option '%. Create the necessary space by droppi ng objects in the filegroup. or settin g autogrowth on for existing files in the filegroup. 1079 15 A variable cannot be used to specify a search condition in a ful ltext predicate when accessed through a cursor.*ls' is no longer supported. dropping objects in the filegroup. varbinary (max). UPDATE. and subqueries when they contain a set operator.*ls' filegroup is full. To work around. 1066 10 Warning. 1122 14 Table error: Page %S_PGID. Can not start the server. Unexpected page type %d. 1205 13 Transaction (Process ID %d) was deadlocked on %. Address 0x%x is no t aligned.1119 16 Removing IAM page %S_PGID failed because someone else is using t he object that this IAM page belongs to. 1204 19 The instance of the SQL Server Database Engine cannot obtain a L OCK resource at this time. 1228 16 An invalid parameter "%ls" was passed to the application lock fu nction or procedure. 1124 14 Table error: Page %S_PGID. 1202 16 The database-principal '%. offset 0x %x overlaps with the prior row. 1221 20 The Database Engine is attempting to release a group of locks th at are not currently held by the transaction. 1121 17 Space allocator cannot allocate page in database %d.*ls'. 1127 14 Table error: Page %S_PGID. 1208 21 Could not allocate initial %u lock blocks during startup. contact your support provider. 1126 14 Table error: Page %S_PGID. Test (%ls) failed. . row exten ds into free space at 0x%x. Retry the transaction.*ls' . 1203 20 Process ID %d attempted to unlock a resource it does not own: %. reverting to %u and turning on dynamic lock allocation. Extent %S_PGID i n TEMPDB may have been lost. No user action is required. 1222 16 Lock request time out period exceeded. offset 0x %x is invalid.*ls' does not exist or user is not a m ember. Rerun your statement when there are fewer active user s. 1224 16 An invalid application lock resource was passed to %ls. 1130 10 Error while allocating extent for a worktable. There are too many parallel transactions. because this error may be caused by a timing conditi on.*ls') because it is not currently held. Values are %ld and %ld. Test (%ls) failed. Resource: '%. Maximum allowed memory usage at startup is %I64u KB . 1223 16 Cannot release the application lock (Database Principal: '%. Values a re %ld and %ld. 1212 10 Lock not logged: %-30ls Mode: %s 1213 21 Error spawning Lock Monitor thread: %ls 1214 17 Internal Error. or to check for long-running transactions. row %d. Slot %d. 1123 14 Table error: Page %S_PGID. 1131 10 Failed to truncate AppendOnlyStorageUnit 0x%p. If the problem persists. Ask the database administrator to check the lock and memory configuration for this instance. Rerun the transac tion. contact the database administrator. 1206 18 The Microsoft Distributed Transaction Coordinator (MS DTC) has c ancelled the distributed transaction.*ls resources wi th another process and has been chosen as the deadlock victim. Test (%. Can n ot start the server. Slot %d. 1220 17 No more lock classes available from transaction. 1125 14 Table error: Page %S_PGID. This is an informational message only. *ls. Test (%ls) failed. Slot %d. 1227 16 An invalid application lock time-out was passed to %ls. Test (%ls) failed. If the prob lem persists. Retry the transaction. 1226 16 An invalid application lock owner was passed to %ls. 1129 16 Could not cleanup deferred deallocations from filegroup '%. Serve r halted. Test (%ls) failed. 1209 21 Could not allocate initial %u lock owner blocks during startup.*ls) failed. 1225 16 An invalid application lock mode was passed to %ls. 1210 21 Unable to allocate lock owner block during lock migration. 1207 10 Can't allocate %u locks on startup. Will retry next t ime. 1128 14 Table error: Page (%d:%d). Op erating system error %ls encountered. or reset the witness from one of the database mirroring partne rs.*ls' failed befo re database mirroring was fully started.2x%. 1419 16 The remote copy of database "%. 1408 16 The remote copy of database "%.2x%. Check the network address name and that the ports for the local and rem ote endpoints are operational.*ls" to gain access. Verify the network configuration.*ls" failed. Property value not c . refer to the error log on this server instance and the partner server instance.*ls" is not related to the local copy of the database. R etry the command. 1415 16 The database mirroring operation for database "%. 1405 16 The database "%.*ls' failed to c omplete before its timeout.4x-%. and restart the S QL Server service. The ALTER DATABASE command may have not completed. Reissue the command later.2x-%. You need t o apply missing log records to the remote database by restoring the current log backups from the principal/primary database. For more information about the error.*ls" has not been rolled forward to a point in time that is encompassed in the local copy of the database log. The ALTER DATABASE command failed.*ls'. 1409 16 Database "%. Check the database name and ensure that it is in the restoring state. 1416 16 Database "%. Remove database mirroring and re cover database "%.*ls" can not be reached or does no t exist. 1402 20 Witness did not find an entry for database mirroring GUID {%.2x}. Unable to fail over.2x%.*ls. 1403 16 The witness for the mirroring session received error response %d (state %d) from server instance %. 1420 16 Database mirroring was unable to obtain the network hostname. 1412 16 The remote copy of database "%. 1401 21 Startup of the database-mirroring master thread routine failed f or the following reason: %ls.*ls" is already enabled for database mirroring. Retr y the command when the remote database is started.*ls" requires database logs to be restored either on the future mirror database before you can enable database mirroring or on a sec ondary availability database before you can join it to the availability group.8x%.2x%.1230 16 An invalid database principal was passed to %ls.*ls for database %. Property value not changed.*ls". 1423 16 The property name is not supported. 1410 16 The remote copy of database "%. 1407 16 The remote copy of database "%. A configuration mismatch exists.*ls" is not configured for database mirroring. The ALTER DATABASE command failed. and then reissue the command. 1422 16 The mirror server instance is not caught up to the recent change s to database "%. 1418 16 The server network address "%. 1414 16 The database is being closed before database mirroring is fully initialized. 1425 16 The property value is invalid for '%. R estore current log backups from the principal database or primary database. R etry the command. 1424 16 The remote server instance has a more recent value for the prope rty '%. 1406 16 Unable to force service safely. 1413 16 Communications to the remote server instance '%. 1417 16 Database mirroring has been disabled by the administrator for da tabase "%.2x%. Th e requested operation could not be performed.*ls" is already enabled for datab ase mirroring. 1411 16 The remote copy of database "%.4x-%.*ls'.*ls" is not recovered far enough to enable database mirroring or to join it to the availability group.*ls". 1421 16 Communications to the remote server instance '%.2x%.*ls" has not had enough log backu ps applied to roll forward all of its files to a common point in time. 1404 16 The command failed because the database mirror is busy. Correct the cause of this error.*ls" cannot be opened. can be of use for diagnostics by Microsoft. Verify the status and when necessary repeat the comma nd. 1439 16 There is currently no witness associated with database "%. No user action is required. 1449 16 ALTER DATABASE command failed due to an invalid server connectio . state %u. 1440 10 Database mirroring is active with database '%. string %. 1436 16 The Service Broker ID for the remote copy of database "%. 1447 16 ALTER DATABASE "%. 1426 16 To issue ALTER DATABASE SET WITNESS. This is an informational message only. The ALTER DATABASE SET WITNESS com mand failed.*ls' as the princi pal copy. Verify the data after recovery. and connected. 1444 10 Bypassing recovery for database '%ls' because it is marked as a mirror database.*ls" does not exist.*ls'. When these co nditions are met. 1435 16 %ls received unexpected database mirroring error response: statu s %u. 1430 16 Database '%. read its err or log file for more information.*ls" is available. 1443 10 Database mirroring has been terminated for database '%. 1432 10 Database mirroring is attempting to repair physical page %S_PGID in database "%. database %. or permissions (for the server account or security certificate). 1427 16 The server instance '%.*ls' as the mirror copy. 1448 16 The remote copy of database "%. To gain access to the database. reissue the command. This is an informational message onl y. Check the da tabase name and reissue the command. 1428 16 The request is refused because the responding server instance is not in a state to service the request. 1445 10 Bypassing recovery for database '%ls' because it is marked as an inaccessible database mirroring database. so recovery may fail. Reduce non-essential memory load or increase syste m memory. 1446 10 The "%. 1429 16 The witness server instance name must be distinct from both of t he server instances that manage the database. 1441 10 Database mirroring is active with database '%. which cannot be recovered.*ls" by requesting a copy from the partner. This is an informational message only. and the mirror database must be caught up.*ls' could not act as the witness. No user action is required. A problem exists with the mirroring s ession. 1437 16 Could not post message '%ls' from server instance '%ls' because there is insufficient memory. 1431 16 Neither the partner nor the witness server instance for database "%. 1434 16 Invalid or unexpected database mirroring %ls message of type %d was received from server %ls.*ls' is in an unstable state for removing database m irroring. No user action is required. This is an informational message only. severity %u. Reissue the command when at least one of the instances be comes available. all three server instances must be interconnected. 1438 16 The server instance %ls rejected configure request.*ls" command cannot be executed until both par tner server instances are up. There may be no witness ass ociated with the database. No user action is required. Correct the cause if any and retry. 1433 16 All three server instances did not remain interconnected for the duration of the ALTER DATABASE SET WITNESS command. The AL TER DATABASE SET WITNESS command failed.*ls" do es not match the ID on the principal server. figure out what has changed in the session configuration and undo the change.*ls. Start the partner and reis sue the command.*ls".*ls" server instance is already acting as the witness. Thi s is an informational message only. The session either lacks a quorum or the communications links are broken because of problems with links. running. 1442 10 Database mirroring is inactive for database '%. and state %u.*ls. The reason %u. No user action is required. endpoint configuration.*ls'.hanged. This is a transient error hence retrying the request is likely to succeed. 1468 16 The operation cannot be performed on database "%. 1460 16 The database "%. state %d.*ls'. status %d. Try to resolve the error condition.*ls'. The ALTER DATABASE SET PARTNER command fai led. status %d. severity %d when it was acting as a mirroring part ner for database '%.*ls" database is not in full recovery mode on each o f the server instances. 1453 17 '%.*ls'. Set the database to read-write mode. U nable to resume. 1450 16 The ALTER DATABASE command failed because the worker thread cann ot be created. Ensure that the principal database. 1458 17 The principal copy of the '%.n string. 1464 16 Database "%. Server instance '%. 1456 16 The ALTER DATABASE command could not be sent to the remote serve r instance '%. Verify that the server is connected. Drop mirroring (ALTER DATABASE database_name SET PARTNER OFF) and reconfigure it. The database mirroring configuration was not changed. is back up and online. The remote database must be restore d using WITH NORECOVERY. the remote mirroring partner for database '%. severity %d. Drop database mirroring on the remote server to establis h a new partner. See books online for more details on feature support in differen t SQL Server editions. and try again. enco untered error %d. and retry the operation. 1455 16 The database mirroring service cannot be forced for database "%. Resolve the error on the remote server and resume mirroring.*ls" database is in emergency or suspect mode on one of the partners which is incompatible with participating in database mirroring or in an availability group. and then reconnect the mirror server instance and allow the mirror database to fini sh synchronizing.*ls' database encountered error %d.*ls'.*ls' en countered error %d. 1457 23 Synchronization of the mirror database. 1451 16 Database mirroring information was not found in the system table . 1467 16 Database "%. Database mirro ring has been suspended.*ls" is read-only on one of the server instances whi ch is incompatible with participating in database mirroring or in an availabilit y group. 1463 16 Database mirroring is not available in the edition of this SQL S erver instance. if available.*ls" by obtaining a copy from the partner. was interrupted .*ls" is already configured for database mirrorin g on the remote server. 1462 16 Database mirroring is disabled due to a failed redo operation. The ALTER DATABASE command fail ed. leaving the database in an inconsistent state. Some oper ations are not allowed on a database that is participating in a database mirrori . 1466 16 Database "%. 1465 16 Database "%. 1452 16 The partner server instance name must be distinct from the serve r instance that manages the database. The full recovery model is required for a database to pa rticipate in database mirroring or in an availability group.*ls" is not in a recovering state which is required for a mirror database or secondary database. For more informati on. *ls" because the database is not in the correct state to become the principal da tabase. The database mirroring partners might try to recover a utomatically from the error and resume the mirroring session. severity %d while sending page %S_PGID to the mirror.*ls'. view the error log for additional error messages. 1454 17 Database mirroring will be suspended. Database mirroring has been suspended. and resume mirrorin g. or remove mirrori ng and re-establish the mirror server instance. 1461 10 Database mirroring successfully repaired physical page %S_PGID i n database "%. 1459 24 An error occurred while accessing the database mirroring metadat a.*ls" because it is involved in a database mirroring session or an availability group. '%. *ls" has timed out for database " %. Check the service and network conne ctions. 1477 16 The database mirroring safety level must be FULL to manually fai lover database "%.*ls" after %d seconds without a response.*ls". 1488 16 Database "%.database_mirroring catalog view. Check the errorlog and configuration for more information. Set safety level to FULL and retry. 1480 10 The %S_MSG database "%. 1490 16 The remote copy of database "%.*ls'. If they are connected.*ls". 1479 16 The mirroring connection to "%. This is an informational message only.*ls". No us er action is required. No user action is required. 1469 16 Database "%. Set database to multi-user mode.*ls".*ls" might contain bulk logged changes that have not been backed up. 1476 16 Database mirroring timeout value %d exceeds the maximum value 32 767. 1471 16 The database mirroring connection terminated. view the mirroring_state_desc column of th e sys. This is an informational message only.*ls" is an auto-close database on one of the partner swhich is incompatible with participating in database mirroring or in an availab ility group.*ls' as the mirror copy. 1473 16 This SQL Server edition does not allow changing the safety level . 1486 10 Database Mirroring Transport is disabled in the endpoint configu ration. 1482 10 Database mirroring failed to get snapshot synchrinization lock. and retry the operation.*ls' for '%. 1501 20 Sort failure. 1485 10 Database mirroring has been enabled on this instance of SQL Serv er. 1499 16 Database mirroring error: status %u. To learn whether the partners are currently connected. 1478 16 The mirror database. 1475 16 Database "%.*ls" is changing roles from "%ls" to "%ls " because the mirroring session or availability group failed over due to %S_MSG. Out of memory send ing message for database "%. 1505 16 The CREATE UNIQUE INDEX statement terminated because a duplicate . Take a log backup on the principal database or primary database . Try to resolve the error and resume mirroring. "%. ALTER DATABASE command failed.*ls" has not been restored to a l og backup that includes all filestream data files.*ls. severity %u. stri ng %. Communications err or sending message for database "%. for information ab out why the partner could not provide a copy of the page. 1472 16 The database mirroring connection terminated.*ls" database is in single user mode which is incomp atible with participating in database mirroring or in an availability group. 1470 16 The alter database for this partner config values may only be in itiated on the current principal server for database "%. 1481 10 Database mirroring could not repair physical page %S_PGID in dat abase "%. This may happen if a log backup from the principal database has not been taken or has not been restored on the mirror database. The mirroring partner could not be contacted or did not provide a copy of the page. 1489 10 Database Mirroring is disabled on this server due to error %d. state %u.*ls". 1487 10 Database mirroring is starting %d parallel redo thread(s) with d atabase '%. 1474 16 Database mirroring connection error %d '%. Then restore this backup either on the mirror database to enable database mirr oring or on every secondary database to enable you to join it to the availabilit y group.ng session or in an availability group. Contact Technical Support.*ls". Possible reasons include a lack of network connectivity or th at the copy of the page kept by the partner is also corrupted. examine its error log entries from around the time when this message was reported. has insufficient transaction log d ata to preserve the log backup chain of the principal database. 1708 10 Warning: The table "%.*ls' failed because the minimum ro w size would be %d. Metadata might be corrupt. 1533 20 Cannot share extent %S_PGID. Only NO ACTION referential update action is allowed for referencing computed column '%. 1540 16 Cannot sort a row of size %d. 1702 16 CREATE TABLE failed because column '%. Retry the transaction. 1712 16 Online index operations can only be performed in Enterprise edit ion of SQL Server.key was found for the object name '%.*ls'. varchar(max).*ls' creation failed. including %d bytes of internal overhead. . non-FILESTREAM varbinary(max).*ls'. The computed column has to be persisted and not nullable. 1711 16 Cannot define PRIMARY KEY constraint on column '%. 1707 16 Cannot specify TEXTIMAGE_ON filegroup for a partitioned table.*ls' was prevented by terminating the sort. Con tact Technical Support. 1538 20 Cannot insert a row into a sort when the sort is not in row inpu t phase. It may be necess ary restore the database from backup. 1532 20 New sort run starting on page %S_PGID found an extent not marked as shared. 1543 10 SQL Server encountered: '%ls' resulting from an attempt to read the following: sort run page %S_PGID.*ls' exce eds the maximum of %d columns. Shared extent directory is full.*ls" has been created. in file '%ls'. nvarchar(max). contact Technical Support. 1523 20 Sort failure. which is greater than the allowabl e maximum of %d. If the problem persists. 1706 16 The system table '%. xml or large CLR typ e columns.*ls'. 1542 10 BobMgr::GetBuf: Sort Big Output Buffer write not complete after %d seconds. This exceeds the ma ximum allowable table row size of %d bytes. 1511 20 Sort cannot be reconciled with transaction log. 1713 16 Cannot execute %ls on/using table '%. 1701 16 Creating or altering table '%. 1522 20 Sort operation failed during an index build. If the problem persists. 1715 16 Foreign key '%. 1714 16 Alter table failed because unique column IDs have been exhausted for table '%.*ls' since the table is the target table or part of cascading actions of a currently executing trigger. 1537 20 Cannot suspend a sort that is not in row input phase. A defective CLR type comparison function is suspec ted. If the problem persists. Retry the transaction. The incorrect extent could not be deallocated. 1541 16 Sort failure. 1510 17 Sort failed. The overwriting of the allocation page in database '%. image. 1709 16 Cannot use TEXTIMAGE_ON when a table has no text. INSERT or UPDATE to this table wi ll fail if the resulting row exceeds the size limit.*ls' and the index name '%. The dupli cate key value is %ls. R un DBCC CHECKDB to check for allocation and consistency errors. Out of space or locks in database '%. T ype '%.*ls'. Retry the t ransaction. Contact Technical Support. contact Technical Support. 1535 20 Cannot share extent %S_PGID.*ls'. 1509 20 Row comparison failed during sort because of an unknown data typ e on a key column. but its maximum row size exceeds the allowed maximum of %d bytes.*ls' in table '%.*ls' in table '%. ntext. Re try the transaction. contact Technical Su pport. 1710 10 Cannot use alias type with rule or default bound to it as a colu mn type in table variable or return table definition in table valued function. Consider resubmitting the query using the ROBUST PLAN hint. in database with ID %d. Sor t is retrying the read. 1534 20 Extent %S_PGID not found in shared extent directory.*ls' can only be created or altered during a n upgrade. The correct extents could not be id entified.*ls' has a %S_MSG bound to it. *ls' in the table '%. including %d bytes of internal overhead. 1729 16 Cannot create table '%.%.*ls'. Modify the column de finition to allow null values.*ls' with only a column set column and wi thout any non-computed columns in the table.*ls' failed because the row size using vardeci mal storage format exceeds the maximum allowed table row size of %d bytes. or user-defined type.*ls' because the table already contains one or more sparse columns. 1734 16 Cannot create the sparse column set '%.%. 1722 16 Cannot %S_MSG %S_MSG '%.*ls' failed because the uncompressed row size would be %d. Table '%. 1725 16 Cannot add FILESTREAM column to %S_MSG '%. or FILESTREAM properties. Ta . image. 1723 16 Cannot %S_MSG %S_MSG '%.*ls' because an INSTEA D OF trigger exists on the %S_MSG.*ls'.*ls' because a table cannot have more than one sparse column set.*ls' in the table '%. 1717 16 FILESTREAM_ON cannot be specified together with a partition sche me in the ON clause.*ls' has FILESTREAM columns.*ls' uses a FILESTREAM column. IDENTITY.*ls' on table '%. 1721 16 Altering table '%.*ls' on table '%.*ls' in the table '%.*ls'. 1730 16 Creating or altering compressed table '%. See previous errors.*ls' because the compute d column '%.* ls' uses a FILESTREAM column.*ls' bec ause an option or data type specified is not valid.*ls' with the FILESTREAM_ON clause. 1724 16 Filegroup '%. 1719 16 FILESTREAM data cannot be placed on an empty filegroup.*ls' in the table '%.*ls' since a partition scheme was specif ied for FILESTREAM data but not for the table. 1752 16 Column '%. ntext. A sparse column must be null able and cannot have the ROWGUIDCOL. 1726 16 Cannot add FILESTREAM filegroup or partition scheme since table '%.*ls' has a FILESTREAM filegroup or partition scheme already.*ls' in foreign key '%. Remove the FILESTREAM_ON clause from the statement. A sparse column set cannot be referenced in a a CHECK constraint or computed column definition.*ls' because a sparse column set must be a nullable xml column. 1738 10 Cannot create table '%. 1754 16 Defaults cannot be created on columns with an IDENTITY attribute . 1733 16 Cannot create the sparse column set '%.*ls' because the partitioning column '%.*ls' in the table '%.*ls' since a partition scheme is not spe cified for FILESTREAM data. 1728 16 Cannot create index '%.*ls' is not a FILESTREAM filegroup or partition sch eme of FILESTREAM filegroups. 1753 16 Column '%.*ls' cannot be referenced in a CHECK constraint or computed column definition because the column is a sparse column set. or add a FILESTREA M column to the table. 1727 16 Cannot create non-clustered index '%. 1750 10 Could not create constraint. 1736 16 The column '%.*ls. 1731 16 Cannot create the sparse column '%. Thi s exceeds the maximum allowable table row size of %d bytes. 1732 16 Cannot create the sparse column set '%. column '%. 1720 16 Cannot drop FILESTREAM filegroup or partition scheme since table '%.1716 16 FILESTREAM_ON cannot be specified when a table has no FILESTREAM columns. geometry. A spars e column cannot be of the following data types: text.*ls'.*ls. A sparse column set cannot be added to a table if the table contains a sparse column.*ls' is invalid for creating a defaul t constraint. ge ography.*ls' is not the same length or scale as referenc ing column '%. Columns participating in a fore ign key relationship must be defined with the same length and scale. Modify the stateme nt so that only one column is specified as COLUMN_SET FOR ALL_SPARSE_COLUMNS.*ls' in table '%. 1755 16 Defaults cannot be created on columns of data type timestamp. 1718 16 Change tracking must be enabled on database '%.*ls' before it ca n be enabled on table '%. *ls' is disabled.*ls'. 1758 16 Only a single constraint can be added or dropped online with no other operations in the same statement.*ls' whi ch does not have a primary key defined on it. This data type cannot be used with cascading referential integrity constraints. because one or more referencing not-nullable columns lack a defau lt constraint.*ls' that match the referencing column list in the foreign key '%.*ls' is not allowed to be us ed in another computed-column definition.*ls' does not match those of the primary key in the referenced table '%.*ls'. 1770 16 Foreign key '%. 1779 16 Table '%. 1769 16 Foreign key '%.*ls.*ls' references invalid column '%. 1757 16 Column '%.*ls' because it references object ' %.*ls' because the referenced col umn '%. A system table cannot be used in a foreign key definition.*ls' references invalid column '%. 1786 16 Either column '%.*ls' is disabled. 1785 16 Introducing FOREIGN KEY constraint '%.*ls' is a non-persisted computed column. 1764 16 Computed Column '%.*ls'.*ls' references object '%.*ls' whose PRIMARY KEY index '%.*ls.*ls' in referen ced table '%.*ls' in table '%.*ls' is not the same data type as referencing co lumn '%.*ls' since a partition scheme is not specif ied for base data.*ls. 1782 16 Cannot drop index '%. 1781 16 Column already has a DEFAULT bound to it. 1776 16 There are no primary or candidate keys in the referenced table ' %. Fo reign key '%.*ls' in table '%.*ls' in foreign key '%. 1778 16 Column '%. 1787 16 Cannot define foreign key constraint '%. 1774 16 The number of columns in the referencing column list for foreign key '%. 1775 16 Cannot create foreign key '%.*ls'.*ls' creation failed.*ls' because it references object ' %.%.ble '%.*ls' or referencing column '%. 1767 16 Foreign key '%.*ls' in foreign key '%. 1772 16 Foreign key '%. 1756 10 Skipping FOREIGN KEY constraint '%. 1759 16 Computed column '%.*ls' already has a primary key defined on it. 1765 16 Foreign key '%. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION. 1760 16 Constraints of type %ls cannot be created on columns of type %ls .*ls'. *ls'.%.*ls. Foreign key '%.*ls.*ls' references invalid table '%.*ls' on table '%. 1763 16 Cross-database foreign key references are not supported.%. 1761 16 Cannot create the foreign key "%.*ls' may cause cycles or multiple cascade paths.*ls' which is not a use r table.*ls' has implicit reference to object '%.%. 1766 16 Foreign key references to temporary tables are not supported.*ls" with the SET NULL referent ial action.%.%.*ls' is not valid.*ls' in foreign key '%.*ls'.*ls' is a timestamp column. 1773 16 Foreign key '%. Only NO ACTION and CASCADE referential delete actions are allowed for referencing computed column '%. 1768 16 Foreign key '%.*ls' definition for temporary table. or modify other FOREIGN KEY constraints.*ls" with the SET DEFAULT refer ential action.%.*ls'.*ls. 1762 16 Cannot create the foreign key "%.*ls'.*ls' in referen cing table '%.*ls'. 1784 16 Cannot create the foreign key '%.*ls' with cascaded DELET . column '%.*ls' is invalid for use in ' %ls' because it is not persisted.*ls'.*ls'.*ls' is not of same collation as referencing col umn '%.*ls. because one or more referencing columns are not nullable.*ls' whose clustered index '%. 1771 16 Cannot create foreign key '%. FOREIGN KEY constraints are not enforced on local or global temporary ta bles. *ls' cannot be used to federate the table '%. 1791 16 A DEFAULT constraint cannot be created on the column '%. You may not have enough disk space avai lable.*ls' beca use it does not match the federation key type.*ls' cannot be used to federate the table '%.E or UPDATE on table '%. 1824 16 Cannot attach a database that was being restored. 1826 16 User-defined filegroups are not allowed on "%ls". 1793 16 Cannot federate a temporary table.*ls'. 1807 17 Could not obtain exclusive lock on database '%. 1794 16 Column '%.*ls' cannot be used to federate the table '%. 1798 16 Federated tables cannot be created in a non-federated database.%.*ls. 1817 16 Only the owner of database "%. 1795 16 Nullable column '%.*ls'.*ls is not allowed.*ls' is invalid for federating the table '%.*ls' in the table '%. 1790 16 The name of a user-defined table type cannot start with a number (#) sign.*ls'. 1797 16 Sparse column '%. COLLATE clause cannot be used with the F OR ATTACH option. 1821 16 Cannot create a database snapshot on another database snapshot.*ls' cannot be created where the refere ncing column '%. Retry the o peration later. The default collation of database '%. 1816 16 Database snapshot on the system database %. 1806 16 CREATE DATABASE failed. 1815 16 The %ls property cannot be used with database snapshot files. Choose a different database nam e. The primary file must be a t least %d MB to accommodate a copy of the model database. 1823 16 A database snapshot cannot be created because it failed to start . 1802 16 CREATE DATABASE failed. 1792 16 Alter table '%. or defa ult definition. 1789 16 Cannot use CHECKSUM(*) in a computed column. 1812 16 CREATE DATABASE failed.*s" or the system administrator ca n create a database snapshot on it. *ls'. 1788 16 Cascading foreign key '%.*ls' failed because the added fixed column might cause existing data to go beyond the maximum allowable table row size of %d byte s.*ls ' cannot be set to '%.*ls' because the table has an INSTEAD OF DELETE or UPDAT E TRIGGER defined on it. 1813 16 Could not open new database '%. CREATE DATABASE is aborted.*ls' already exists. Check related errors.*l s'. constraint. Sp arse columns or sparse column sets cannot have a DEFAULT constraint. 1796 16 Computed column '%. *ls'.*ls' because the column is a sparse column or sparse column set. 1819 10 Could not create default log file because the name was too long. 1818 16 Primary log file '%ls' is missing and the database was not clean ly shut down so it cannot be rebuilt.*ls' cannot be used to federate the table '%. Some file names listed could not be crea ted. 1799 16 Column '%.*ls' is an identity column. 1814 10 Could not create tempdb. 1801 16 Database '%. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized. 1827 16 CREATE DATABASE or ALTER DATABASE failed because the resulting c .*ls'. Free additional disk space by deleting other files on the tempdb drive an d then restart SQL Server. 1810 16 The model database must be updatable before a new database can b e created. 1822 16 The database must be online to have a database snapshot. 1803 17 The CREATE DATABASE statement failed. 1825 16 Filegroups and collations cannot be specified for database snaps hots. *ls (0x%ls). 1831 16 File ONLINE/OFFLINE syntax cannot be used with CREATE DATABASE. Please check ERR ORLOG for more detail. 1842 16 The file size. 1838 10 Offline database file(s) have been overwritten while being rever ted to online state from a database snapshot. If the database is participating in an availability group. 1843 10 Reverting database '%ls' to the point in time of database snapsh ot '%ls' with split point LSN %.*ls'.*ls' .*ls' are both primary files. max size cannot be greater than 2147483647 in uni ts of a page size.*ls 1833 16 File '%ls' cannot be reused until after the next BACKUP LOG oper ation.*ls' as relative path is too long after prefixed wi th default path '%ls'. 1839 16 Could not create default data files because the name '%ls' is a reserved device name. Please run database consistency checks to assess the data integrity . The reverted file might contain in valid pages. The file growth cannot be greater than 2147483647 in units of both page size and percentage. 1856 16 Cannot attach file '%. 1853 16 The logical database file '%.*ls' and '%. 1841 16 CREATE DATABASE failed. 1847 16 The current version of the operating system doesn't support auto -recovered Volume Shadow Copy (VSS) snapshots.umulative database size would exceed your licensed limit of %I64d MB per %S_MSG. A database can only have one primary file. 1832 20 Cannot attach the file '%. 1828 16 The logical file name "%. 1837 16 The file name "%ls" is too long to create an alternate stream na me.*ls' cannot be found.*ls" is already in use.%. 1840 16 Could not create snapshot database because it is not supported o n READONLY single-file user databases. Specify the f ull path for the file.*ls' is too long to be combined with the full path to the new primary data file loca tion. 1830 16 The files '%. 1835 16 Unable to create/attach any new database because the number of e xisting databases has reached the maximum number allowed: %d. 1851 16 File name '%. 1845 16 Cannot find SQL Volume Shadow Copy Service (VSS) Writer in write r metadata document provided by VSS while creating auto-recovered VSS snapshot f or online DBCC check. 1844 16 %ls is not supported on %ls. Choose a differ ent name.*ls' as database '%. 1852 21 Error occured when shrinking the physical file.*ls' because this data base name is already attached with file '%. It is being used by datab ase '%. 1829 16 The FOR ATTACH option requires that at least the primary file be specified. This is an informational message on ly. CONTAINMENT clause cannot be used with t he FOR ATTACH option.*ls'. 1836 10 Cannot create the default files because the name that was suppli ed is too long. 1834 16 The file '%ls' cannot be overwritten. a dropped file can be reused only after the truncation LSN of the primary availability replica has passed the drop LSN of the file and a subsequent BACKUP LOG operation has c ompleted. 1848 16 Volume Shadow Copy Service (VSS) failed to create an auto-recove red snapshot of database '%ls' for online DBCC check. 1854 16 The original file name '%. 1846 16 Cannot find SQL Volume Shadow Copy (VSS) Writer component for da tabase '%ls' while creating auto-recovered VSS snapshot for online DBCC check. No user action is required. 1855 16 System table sysfiles1 is corrupted.*ls' as database '%.*ls' for logical database file '%. 1907 16 Cannot recreate index '%.1857 16 Cannot attach file '%. Use the sys.*ls'. Use ALTER DATABASE to add one or more files to the filegroup. Object '%.*ls' i s offline.*ls' is read-only. 1935 16 Cannot create index. The new index definition does not match the constraint being enforced by the existing index. 1934 16 %ls failed because the following SET options have incorrect sett ings: '%. 1909 16 Cannot use duplicate column names in %S_MSG. Tables. 1911 16 Column name '%. 1904 16 The %S_MSG '%. Column name '%.*ls' because it exceeds the maximum o f %d allowed per table or view.master_files catalog view to determ ine the state of the files in this filegroup and then restore the offline file(s ) from backup. and then create a nonclustered index by using t wo separate statements. 1915 16 Cannot alter a non-unique index with ignore_dup_key index option . 1919 16 Column '%. Remove the foreign key constrain t and then retry the operation.*ls'. 1921 16 Invalid %S_MSG '%.*ls' on view '%.*ls' is imprecise. rebuild or drop an index on a local temporary tab le online. Consider removing reference to column in view index or statistics key or changing column to be pr ecise.*ls' is of a type that is invalid for use as a key column in an index. 1912 16 Could not proceed with index DDL operation on %S_MSG '%.*ls' is non-unique. If column is computed in base table consider marking it PERSISTED there. Part ition columns for a unique index must be a subset of the index key. 1929 16 Statistics cannot be created on object '%.*ls'.*ls' is partitioning column of the index '%.*ls' bec ause it conflicts with another concurrent operation that is already in progress on the object.*ls' was created with the followi ng SET options off: '%. indexes.*ls' has %d columns in the key li st.*ls' before creating another.*ls'. 1901 16 Cannot create index or statistics '%. 1930 16 Cannot convert a nonclustered index to a clustered index because a foreign key constraint references the index.*ls' because this file is already in use for database '%. 1914 16 Index cannot be created on object '%. Verify that SET options are correct for use with %S_MSG.*ls'.*ls'. 1910 16 Could not create %S_MSG '%. To change the index type from clustered to noncluste red. The maximum limit for %S_MSG key column list is %d.*ls' becaus e key column '%. computed and not persisted. Index '%. 1913 16 The operation failed because an index or statistics with name '% .*ls' on table '%. 1916 16 CREATE INDEX options %ls and %ls are mutually exclusive. Perform the index operation offline. 1908 16 Column '%. 1924 16 Filegroup '%.*ls' 1858 16 Could not create snapshot database because user database is stil l in recovery. 1927 16 There are already statistics on table '%.*ls' already exists on %S_MSG '%. The concurrent operation could be an online index operation on th e same object or another concurrent operation that moves index pages like DBCC S HRINKFILE.*ls' because the objec t is not a user table or view. 1931 16 The SQL statement cannot be executed because filegroup '%. 1902 16 Cannot create more than one clustered index on %S_MSG '%.*ls' has no files assigned to it. 1917 16 Cannot create.*ls' specified.*ls' listed more than once. D rop the existing clustered index '%. delete the clustered index.*ls'. 1922 16 Filegroup '%.database_files or sys. and large object columns cannot be created on this filegroup.*ls' does not exist in the target table or view.*ls' in table '%.*ls' because the object is not a user table or view.*ls' named '%. 1925 16 Cannot convert a clustered index to a nonclustered index by usin g the DROP_EXISTING option. .*ls' as database '%. 1964 16 Cannot create %S_MSG on view "%. 1968 16 Cannot convert a nonclustered index to a clustered index online using DROP_EXISTING option. 1959 16 Cannot create an index on a view or computed column because the compatibility level of this database is less than 80. 1969 16 Default FILESTREAM filegroup is not available in database '%. 1943 16 The index "%. The view contains an impre cise constant. 1947 16 Cannot create %S_MSG on view "%. 1965 16 Cannot create %S_MSG on view "%. 1966 16 Cannot create %S_MSG on view '%. The index entry of length %d bytes for the ind ex '%. Consider removing reference to function or alter ing it to be precise. Consider expanding referenced view's definition by hand in inde xed view definition.*ls' that is referenced by the view in the WHERE or GROUP BY clause is imprecise.*ls' h as maximum length of %d bytes.*ls'. Use sp_dbcmptlevel to rais e the compatibility level of the database.*ls' because the underlying o bject '%. the insert/ update operation will fail. 1963 16 Cannot create %S_MSG on view "%.*ls' because only unique clustered indexes are allowed. The index '%. ntext. 1942 16 Cannot create %S_MSG on view '%. The view contains an impre cise aggregate operator. Consider creating unique clustered in dex instead. It does not have a unique clustered index.*ls'.*ls".1937 16 Cannot create %S_MSG on view '%. The view contains a conver t that is imprecise or non-deterministic. 1962 16 Cannot create %S_MSG on view '%. 1940 16 Cannot create %S_MSG on view '%.*ls' because it references anoth er view '%. The index key size cannot exceed 900 bytes.*ls".*ls' view because it uses the non deterministic user-defined function '%. It contains text.*ls' exceeds the maximum length of %d bytes. Conside r eliminating the column from the view. 1970 10 Warning: Online index operation on table '%.*ls' because view uses imprecise user-defined function '%. .*ls'. The view contains an impre cise arithmetic operator. For some combination of large values. Use a deterministic system function. Remove the reference to the functio n. If the index key incl udes implicit key columns. The collation cast express ion with collation name '%. 1956 16 Cannot create %S_MSG on the '%.*ls' has a different owner.*ls' because column '%.*ls' is non-deterministic because it is dependent on the operating system. or modify the user -defined function to return deterministic results.*ls'.*ls" on table "%. i mage. or make it deterministic.*ls'.*ls' because the view is not sch ema bound.*ls'. or altering the column to be precise.*ls '. 1945 10 Warning! The maximum key length is %d bytes.*ls" cannot be reorganized because page level locking is disabled.*ls".*ls'.*ls". 1941 16 Cannot create nonunique clustered index on view '%. FILESTREAM or xml columns. 1944 16 Index '%. The view contains a self j oin on "%.*ls' will proceed bu t concurrent access to the table may be limited due to residual lock on the tabl e from a previous operation in the same transaction. 1961 16 Cannot create %S_MSG on view '%.*ls".*ls'. 1949 16 Cannot create %S_MSG on view '%. 1939 16 Cannot create %S_MSG on view '%. 1967 16 Cannot create a new clustered index on a view online. 1938 16 Index cannot be created on view '%. 1946 16 Operation failed. The function '%s' yields n ondeterministic results. 1957 16 Cannot create %S_MSG on view '%. the index key size cannot exceed 1800 bytes.*ls' was not created because the index key size is at l east %d bytes. 1977 16 Could not create %S_MSG '%.* ls' because the underlying object '%.*ls' that references this table.*ls'.*ls'.*ls' as index '%.*ls' because its %S_MS G is disabled.*ls' online because it is disa bled. 1988 16 Cannot rebuild clustered index '%. 1989 16 Cannot enable foreign key constraint '%. marking column persisted in base table i f it is computed.*ls' on table '%. 1993 16 Cannot partition an index on a table variable or return table de finition in table valued function. 1975 16 Index '%. 1992 10 Warning: Foreign key '%. because that can lead to index corruption.*ls' on table '%.*ls' that uses this index. 1976 16 Cannot create index or statistics '%.*ls' on view '%. The specified row le ngth for this index using the vardecimal storage format exceeds the maximum allo wed length of '%d' bytes. Consider removi ng column from index or statistics key. Use a precise system function.*ls'. 1981 10 Warning: The maximum length of the row exceeds the permissible l imit of %d bytes.*ls' is disabled. The function '%s' yields i mprecise results. 1990 16 Cannot define an index on a view with ignore_dup_key index optio n. S ee Books Online for details. or do not index view.*ls' on CLR type '%. It contains one or more XM L data type methods. .*ls' as it enforces a primary or unique constraint.*ls' on table '%. 1973 16 Cannot perform the specified operation on disabled index '%. 1994 16 Cannot create or update statistics on view "%.*ls' on table '%. Permiss ion denied to disable foreign key '%.*ls' in table '%. Remove ignore_dup_key option and verify that view definition does not allow d uplicates. Permission denied to disable foreign key '%.*ls' row length exceeds the maximum permissible length of '%d' bytes.*ls' was disabled as a result of disabling the index '%.*ls' because its clustered index '%.*ls' is precise and deterministic. 1982 16 Cannot create %S_MSG on view '%.1971 16 Cannot disable index '%. 1983 16 Cannot create %S_MSG on view '%.*ls'.*ls' on referenced key is disabled.*ls'.*ls' with a hypothetica l index using the DROP_EXISTING option. 1980 16 Index cannot be created on computed column '%.*ls' on table '%.*ls' on %S_MSG '%.*ls' cannot be created or rebuilt. 1991 16 Cannot disable clustered index '%. 1978 16 Column '%.*ls'. Permiss ion denied to alter the referencing view '%. 1979 16 Cannot use index option ignore_dup_key to alter index '%. 1986 10 Cannot replace non-hypothetical index '%.*ls'. 1984 16 Index '%. 1972 16 Cannot disable clustered index '%.*ls' because the view references non-deterministic or imprecise member function '%. Con sider removing reference to the function or altering the function to behave in a deterministic way.*ls" because both FULLSCAN and NORECOMPUTE options are required.*ls' on table '%.*ls'.*ls' while disabling its clustered i ndex.*ls' becaus e cannot verify key column '%. Do not declare a CLR function that behaves non-deterministi cally to have IsDeterministic=true.*ls' is of a type that is invalid for use as a key column in an index or statistics. 1987 16 Cannot %S_MSG %S_MSG '%. For some combination of large values. or using non-CLR-derived column in key.*ls' on %S_MSG '%. the insert/update operat ion will fail. 1974 16 Cannot perform the specified operation on %S_MSG '%.*ls' referencing table '%. Only XML Index can be created on XML column '%.*ls' of table '%.*ls' has a different owner. or modify the user-defined func tion to return precise results. 1985 16 Cannot create %S_MSG on view '%.*ls' on table '%.*ls'.*ls'. *ls' has already been created with group number %d.*ls' since there is no user for login '% . Parameter '%.*ls' of procedure '%. 2010 16 Cannot perform alter on '%.*ls' on view '%. 1996 16 Could not create index enforcing primary key constraint '%.*l s' because you do not have permission to create or alter an object with this pro perty. The depen dencies referenced from this object could not be determined. 2112 16 Cannot create trigger '%.*ls'. Please retry the operation. 2103 15 Cannot %S_MSG trigger '%. Drop the XML or spatial index and create a relational index with the same name. however. 2005 16 The table '%. 2004 16 Procedure '%. Create procedure with an unused group number.*ls'.*ls' has type '%ls'. create the primary key contstraint. 2020 16 The dependencies reported for entity "%. *ls' on table '%. 1998 10 Warning: Clustered index '%.*ls' to a relati onal index by using the DROP_EXISTING option. because you do not have permis sion. ensure that there are no errors in the entity and that all objects referenced by the entity exist.*ls' on %S_MSG '%.*ls' referencing tab le '%.*ls' in database '%.*ls' on '%. 2002 16 Cannot create a procedure for replication with group number grea ter than one.*ls' is unavailable and needs to be rebuilt. Specify the correct trigger name or the correct tar get object name. 1999 16 Column '%.*ls' since there is no login corresponding to the user.*ls' as the target is not in the curr ent database.*ls' because it is an incompatible ob ject type.*ls' because this trigger doe s not belong to this object. Before rerunning the query. 2101 14 Cannot %S_MSG a server level %S_MSG for user '%. 2013 10 Warning: 'is_ms_shipped' property is turned off for %S_MSG '%. it cannot run successfully until the object exists. and recreate the XML or spatial index. Rebuil d the table offline.*ls'. This is because the table has a FOREIGN KEY with cascadi . 2102 16 Cannot %S_MSG %S_MSG '%.*ls' using DROP_EXISTING option because table has an XML or spatial index. This is either because the entity references an object that does not exist or because of an error in one or more statements in the ent ity. 2021 16 The referenced entity '%. 2011 16 Index hints cannot be specified within a schema-bound object. 2111 16 Cannot %S_MSG trigger '%. 2022 16 Parsing errors were encountered in the %S_MSG '%. 2014 16 Remote access is not allowed from within a schema-bound object.*ls" might not include r eferences to all columns. 2003 16 Procedures with a group number cannot have parameters of XML or CLR types. 2008 16 The object '%.*s' because its schema is different fro m the schema of the target table or view.*ls' in table '%.*ls' depends on the missing object '%.*ls' was disabled as a result of disabling the index '%. 2104 14 Cannot %S_MSG the %S_MSG '%.*ls' was modified during DDL execution.*ls' because the view i s defined with CHECK OPTION.*ls' because an INSTE AD OF %s trigger already exists on this object. 1997 16 Could not convert the XML or spatial index '%.*ls' is not a procedure so you cannot create anoth er procedure under that group name.*ls' on view '%.*ls'. 2110 15 Cannot alter trigger '%. The mo dule will still be created. Drop the X ML or spatial index.*ls'. 2108 15 Cannot %S_MSG %S_MSG on '%. 2113 16 Cannot %S_MSG INSTEAD OF DELETE or INSTEAD OF UPDATE TRIGGER '%. 2007 10 The module '%.1995 16 Cannot rebuild hypothetical index '%.*ls' online.*ls' is of a type that is invalid for use as included column in an index.*ls'. 2116 16 Cannot CREATE EVENT NOTIFICATION to database '%. 2206 16 %sNamespace prefix 'xml' can only be associated with the URI 'ht tp://www.*ls' on %S_MSG '%. 2207 16 %sOnly non-document nodes can be inserted. found '%ls' 2204 16 %sOnly 'http://www.org/2001/XMLSchema#decimal?'. Found "%ls".w3. the query must be run by a user with EXE CUTE permissions on the xml schema collection used in the query.w3. To obtain mor e detailed information about the error. 2115 16 Server level event notifications are disabled as the database ms db does not exist. 2232 16 %sThe name "%ls:%ls" does not denote a defined type.org/2001/XMLSchema#boolean?' or 'node()*' expressions allowed as predicates.org/2001/XMLSchema#boolean?' or 'node()*' expressions allowed in conditions and with logical operators.org/XML/1998/namespace' and this URI cannot be used with other prefi xes. 2222 16 %sInvalid source character 0x%02x found in an identifier near '% ls'. 2228 16 %sThe variable '%ls:%ls' was not found in the scope in which it was referenced. 2202 16 %sAn error has occurred while compiling the query.*ls' cannot be used in an IF UPDATE clause because it is a computed column. 2229 16 %sThe name "%ls" does not denote a namespace. Maximum allowed le ngth is %d characters. expected an identifier. 2208 16 %sThe URI that starts with '%ls' is too long. found '%ls' 2227 16 %sThe variable '%ls' was not found in the scope in which it was referenced. w3. 2114 16 Column '%. 2213 16 %sCannot atomize/apply data() on expression that contains type ' %ls' within inferred type '%ls' 2214 16 %sThe type '%ls' is not an atomic type 2215 16 %sThe value of attribute '%ls' exceeds 4000 characters. 2230 16 %sThe name "%ls" has already been defined. .w3.*ls' because it is not a valid broker database. 2223 16 %sSyntax error near '%ls'. 'http://www. found operand of type '%ls' 2212 16 %sInvalid source character '%c' (0x%02x) found in an identifier near '%ls'. 2209 16 %sSyntax error near '%ls' 2210 16 %sHeterogeneous sequences are not allowed: found '%ls' and '%ls' 2211 16 %sSingleton (or empty sequence) required. 2233 16 %sThe operand of "%ls" has an invalid type. 2234 16 %sThe operator "%ls" cannot be applied to "%ls" and "%ls" operan ds. 2220 16 %sThere is no attribute named '@%ls:%ls' 2221 16 %sThere is no attribute named '@%ls:%ls' in the type '%ls'. 2203 16 %sOnly 'http://www. 2217 16 %s'%ls' or '%ls' expected 2218 16 %sThere is no attribute named '@%ls' 2219 16 %sThere is no attribute named '@%ls' in the type '%ls'. 2231 16 %sThe name "%ls" does not denote a defined type.ng DELETE or UPDATE. found '%ls' 2205 16 %s"%ls" was expected. the maxi mum permitted in XML schema documents 2216 16 %sInvalid XPath value in "%ls". and derivation by restriction from a type derived from "anySimpleType" by ext ension is allowed only if no constraining facets are specified. 2201 16 %sDerivation from "anySimpleType" by restriction is not permitte d. 2117 16 Cannot %S_MSG INSTEAD OF trigger '%.*ls' becau se the %S_MSG has a FILESTREAM column. 2225 16 %sA string literal was expected 2226 16 %sThe target of 'insert' must be a single node. 2292 16 %sWhen a type with simple content restricts a type with mixed co ntent. found '%ls' 2260 16 %sThere is no element named '%ls' 2261 16 %sThere is no element named '%ls' in the type '%ls'. 2238 16 %sToo many arguments in call to function '%ls' 2240 16 %sThe target of 'insert into' must be an element/document node. 'before' or 'a fter'. 2302 16 %sThe name "%ls" has already been defined in this scope. which is not a subtype of the expe cted type "%ls". 2293 16 %sChoice cannot be empty unless minOccurs is 0. 2305 16 %sElement or attribute type specified more than once. 2248 16 %sSyntax error near '%ls'. 2301 16 %sThe element "%ls" has already been defined. 2298 16 %sAttribute '%ls' is not valid at location '%ls'. found '%ls' 2266 16 %sExpected end tag '%ls:%ls' 2267 16 %sExpected end tag '%ls' 2268 16 %sEnd tag '/%ls:%ls' has no matching begin tag 2269 16 %sEnd tag '/%ls' has no matching begin tag 2270 16 %sDuplicate attribute '%ls:%ls' 2271 16 %sDuplicate attribute '%ls' 2272 16 %s'?>' expected 2273 16 %sUnterminated CDATA section 2274 16 %sUnterminated string constant (started on line %u) 2275 16 %sUnterminated XML declaration 2276 16 %sDerivation from 'QName' by restriction is not supported in thi s release 2277 16 %sA tag name may not contain the character '%c' 2278 16 %sA tag name may not start with the character '%c' 2279 16 %sA name/token may not start with the character '%c' 2280 16 %s<! was not followed by a valid construct 2281 16 %sCannot construct DTDs in XQuery 2282 16 %sInvalid entity reference 2283 16 %sThe character '%c' may not be part of an entity reference 2284 16 %sThe namespace prefix '%ls' has not been defined 2285 16 %sInvalid numeric entity reference 2291 16 %sNo root element was found. 2249 16 %sThe target of 'insert before/after' must be an element/PI/comm ent/text node. 'into'.2235 16 %sAn argument list was applied to a non-function term. Location: '%ls'. expected 'as'. it must have an embedded simple type definition. 2258 16 %sThe position may not be specified when inserting an attribute node. expected a "node test". 2262 16 %sThere is no element named '%ls:%ls' 2263 16 %sThere is no element named "%ls:%ls" in the type "%ls". found '%ls' 2256 16 %sSyntax error near '%ls'. found '%ls' 2241 16 %sVariable expected: '$name' 2242 16 %sType specification expected. Location: '%ls'. 2264 16 %sOnly non-document nodes may be deleted. 2237 16 %sDerivation from anyType by extension is not supported in this release. 2294 16 %s'xml' is not allowed as a processing instruction target. 2306 16 %sThe qualified name "%ls" was found in a context where only NCN . 2236 16 %sThere are not enough actual arguments in the call to function "%ls". 2243 16 %sRelative path expression used without any context 2247 16 %sThe value is of type "%ls". Location: '%ls'. 2299 16 %sRequired attribute "%ls" of XSD element "%ls" is missing. 2297 16 %sElement <%ls> is not valid at location '%ls'. 2300 16 %sRequired sub-element "%ls" of XSD element "%ls" is missing. 2328 16 %sSchema namespace '%ls' doesn't match <include> directive's '%l s' 2329 16 %sThe string "%ls" is not a valid time duration value. 2320 16 %sDuplicate facet '%ls' found at location '%ls'. 2332 16 %s'%ls' may not be used with an 'empty' operand 2333 16 %sInvalid source character 0x%02x 2334 16 %sInvalid source character '%c' (0x%02x) 2335 16 %sNewline in character/string constant 2336 16 %s'%c' is not a valid octal digit (numbers starting with '0' are implicitly octal) 2337 16 %sThe target of 'replace' must be at most one node. Found facet '%ls' at location '%ls'. 2314 16 %sThe attribute "%ls" cannot have a negative value. 2313 16 %sThe attribute "%ls" cannot have a value of "%ls".missing ` 2348 16 %sA namespace URI should contain at least one non-whitespace cha racter. 2312 16 %sThe value of attribute '%ls' does not conform to the type defi nition 'http://www. 2331 16 %sRedefinition has to have itself as base type.org/2001/XMLSchema#%ls': '%ls'. Location: '%ls'. 2340 16 %sComment started on line %u has no end 2341 16 %sExpected hex character code following '\\x' 2342 16 %sInvalid numeric constant. Location: '%ls'.w3. Location: '%ls'. 2317 16 %sThe base type "%ls" defined on XSD element "%ls" is not a simp le type. found '%ls' 2338 16 %sThe second 'replace' operand must contain only nodes. 2349 16 %sAttempt to redefine namespace prefix '%ls' 2350 16 %sInvalid XML element content 2351 16 %sExpected 'first' or 'last' 2353 16 %s'to' or 'insert' or 'delete' expected 2354 16 %sInvalid source character encoding 2355 16 %s'else' expected 2356 16 %sThe target of 'replace value of' must be a non-metadata attrib ute or an element with simple typed content. found '% ls' 2339 16 %sEither a memberType attribute or a simpleType child must be pr esent.ame is allowed. found '%ls' 2358 16 %sDerivation with both a 'base' attribute and an embedded type d . 2319 16 %sThis type may not have a '%ls' facet. 2321 16 %sFacets cannot follow attribute declarations. 2310 16 %sThe attribute "%ls" is declared more than once. 2343 16 %sUnterminated text section . 2315 16 %sThe attribute "%ls" should have a string value. found '%ls' 2357 16 %sA document node may only be replaced with another document nod e. Location: '%ls'. 2316 16 %sThe required 'base' attribute is missing. 2307 16 %sReference to an undefined name '%ls' 2308 16 %sReference to an undefined name '%ls' within namespace '%ls' 2309 16 %sThe value of "%ls" is not a valid number. 2322 16 %sThe element type is not a subclass of the substitution group's head 2323 16 %sThe end tag '%ls' doesn't match opening tag '%ls' from line %u 2324 16 %sThe end tag '%ls:%ls' doesn't match opening tag '%ls' from lin e %u 2325 16 %sThe end tag '%ls' doesn't match opening tag '%ls:%ls' from lin e %u 2326 16 %sThe end tag '%ls:%ls' doesn't match opening tag '%ls:%ls' from line %u 2327 16 %sThe content or definition of <%ls> is missing. 2311 16 %sThe attribute "%ls" is declared more than once within "%ls". Location: '%ls'. Please try again. a simple type was expected 2431 10 Error [%d. 2362 16 %sXSD schema too complex 2363 16 %sXQuery too complex 2364 16 %sCannot implicitly convert from '%ls' to '%ls' 2365 16 %sCannot explicitly convert from '%ls' to '%ls' 2366 16 %s"%ls" has a circular definition. 2382 16 %sInvalid combination of minOccurs and maxOccurs values.efinition is not supported in this release. Locat ion: '%ls'. minOccu rs has to be less than or equal to maxOccurs. 2368 16 %sCannot have element content in a complex type with simple cont ent. 2502 16 Memory object list dump failed due to temporary inconsistency in the memory object structure. Location: '%ls'. element '%ls' has to appear first in the context of '%ls' 2389 16 %s'%ls' requires a singleton (or empty sequence). found operand of type '%ls' 2390 16 %sTop-level %s nodes are not supported 2391 16 %sRedefining XSD schemas is not supported 2392 16 %s'%ls::' is not a valid axis 2393 16 %sEither an itemType attribute or a simpleType child must be pre sent. 2370 16 %sNo more tokens expected at the end of the XQuery expression. Location: '%ls'. 2383 16 %sInvalid value '%ls' for the %ls attribute. 2371 16 %s'%ls' can only be used within a predicate or XPath selector 2372 16 %sMetadata attribute '@%ls:%ls' may not be used with '%ls' 2373 16 %s%ls is not supported with constructed XML 2374 16 %sA node or set of nodes is required for %ls 2375 16 %sAggregate function '%ls' expects a sequence argument 2376 16 %sOperand of a single numeric type expected 2377 16 %sResult of '%ls' expression is statically 'empty' 2378 16 %sExpected XML schema document 2379 16 %sThe name specified is not a valid XML name :'%ls' 2380 16 %sMixed content is not allowed at location '%ls'. Location: '%ls' . The value has to be between 0 and %ld. 2369 16 %sCannot have more than one group/sequence/choice/all within a r estriction or extension. 2394 16 %sThere is no function '%ls()' 2395 16 %sThere is no function '%ls:%ls()' 2396 16 %sAttribute may not appear outside of an element 2397 16 %sIdentifiers may not contain more than %u characters 2398 16 %sDuplicate id value found: '%ls' 2399 16 %sAn attribute cannot have a value of type '%ls'. 2388 16 %sInvalid element occurrence. 2384 16 %sInvalid element occurrence. Location: '%ls'. Check the s ystem catalog. element '%ls' was found multiple t imes in the context of element '%ls' 2385 16 Invalid target namespace specified 2386 16 %sThe value of '%ls' facet is outside of the allowed range 2387 16 %sCannot have both 'type' and 'ref' attributes. %d. 2359 16 %sThe target of '%ls' may not be a constructed node 2360 16 %sCannot have both a 'name' and 'ref' attribute. Location: '%ls'.*ls". 2367 16 %sThe item type of an XSD list type must be a simple type. 2361 16 %sThe base type of an XSD extension or restriction type must be a simple type. F ound '%ls'. Location: '%ls'. . %d] occurred while attempting to deallocate workf ile extent with extent ID [%d:%d]. 2501 16 Cannot find a table or object with the name "%. *ls of table %. 2525 16 Database file %. page %S_PGID.*ls count for object "%. 2506 16 Could not find a table or object name '%. allocation unit ID %I64d (type %. index ID %d. To ensure th at all data has been secured. 2514 16 A DBCC PAGE error has occurred: %ls. 2531 16 Table error: object ID %d. Use sys. 2529 16 Filegroup %. 2504 16 Could not delete the physical file '%ls'. 2516 16 Repair has invalidated the differential bitmap for database %. contac t your system administrator. 2523 16 Filegroup %. Duplicate keys on page %S_PGID slot %d and page %S _PGID slot %d. 2511 16 Table error: Object ID %d. Check the documentation for the correc t DBCC syntax and options. Run DBCC UPDATEUSAGE. Keys out of order on page %S_PGID. but is not marked as m odified in the differential backup bitmap. allo c unit ID %I64d (type %. Verify if the database ID exists by querying the sys.*ls is offline. Try the operation again with the object ID of the correspond ing internal table for the queue.*ls of table %.*ls) is incorrect.internal_tables.*ls is offline. Ple ase run DBCC CHECKDATABASE to ensure your data consistency. allo c unit ID %I64d (type %. You must perform a full database bac kup before you can perform a differential backup.*ls because filegroup % . 2526 16 Incorrect DBCC statement. found in sys. 2521 16 Could not find database ID %d.backup_devices to sho w available devices. object ID %d. Verify if the database e xists by querying the sys.databases catalog view.*ls. The differential backup chain is broken. 2532 16 One or more WITH options specified are not valid for this comman . partition ID %I64d. run backup log operations again. 2524 16 Cannot process object ID %ld (object "%. index ID %d.*ls is invalid.*ls is offline. 2518 10 Object ID %ld (object "%. partition ID %I64d. 2528 10 DBCC execution completed.*ls") because the internal expression evaluator could not be initi alized. The database either does not ex ist.*ls"): Computed columns and CLR types c annot be checked for this object because the common language runtime (CLR) is di sabled.*ls") because it is a Se rvice Broker queue. If DBCC printed error messages. The database ID either does not e xist.*ls) has been modified. 2507 16 The CONCAT_NULL_YIELDS_NULL option must be set to ON to run DBCC CHECKCONSTRAINTS.*ls" on table "%. index ID %d. alloc unit ID %I64d (type %.2503 10 Successfully deleted the physical file '%ls'. or the database was dropped before a statement tried to use it. Level %d does not match level %d from the previous %S_PGID. The DeleteFile system function returned error %ls.*ls" is disabled. 2515 16 The page %S_PGID. 2527 16 Unable to process index %.*ls).*l s.*ls is invalid.*ls because filegroup % . 2510 16 DBCC %ls error: %ls. partition ID %I64d.databases catalog view. 2517 16 Bulk-logging has been turned on for database %. 2519 10 Computed columns and CLR types cannot be checked for object ID % ld (object "%. 2512 16 Table error: Object ID %d. index ID %d. 2509 16 DBCC CHECKCONSTRAINTS failed due to an internal query error. index ID %d.*ls' in database '%.*ls". 2530 16 The index "%. partition ID %I64d.*ls' does not exist. 2520 16 Could not find database '%.*ls '. slots %d and %d . partition ID %I 64d. or was dropped before a statement tried to use it. 2508 16 The %. 2522 16 Unable to process index %.*ls'.*ls). 2505 16 The device '%.*ls) B-tree level mismatch. allo c unit ID %I64d (type %. *ls' (index '%. is allocated by another object. partition %ld): 2542 10 DATA pages %. The number of extents = %I64d.*ls") because it is a synonym.*ls" cannot be reo rganized because the filegroup is read-only. 2547 16 Unable to process object ID %ld (object "%. 2538 10 File %d. 2558 16 %I64d incorrect counts were detected in database '%. Rebuild th e index to bring it online.*ls' is marked as disabled. 2551 16 The indexes on table "%. 2560 16 Parameter %d is incorrect for this DBCC statement. If the object referenced by the synonym is a table or view. 2534 16 Table error: page %S_PGID.*ls" (partition %ld) on table "%. 2546 10 Index '%. 2536 10 DBCC results for '%. row %d.*ls' will not be available during reorganizing index ' %. 2557 14 User '%.*ls: changed from (%I64d) to (%I64d) pages.*ls" cannot be reo rganized because page level locking is disabled. 2567 14 DBCC INDEXDEFRAG cannot be used on system table indexes 2568 16 Page %S_PGID is out of range for this database or is in a log fi le. 2550 16 The index "%.*ls' does not have permission to run DBCC %ls for object '%.*ls'. alloc unit ID %I64d (ty pe %. 2566 14 DBCC DBREINDEX cannot be used on system tables.*ls) was not seen. partition ID %I64d.*ls" (partition %ld) on table "%. page %S_PGID.*ls" to other places to comp lete the emptyfile operation.*ls" cannot be reorganized because there is already an online index build or rebuild in progress on the table. 2552 16 The index "%. 2544 10 RSVD pages %. retry the operation using the base object that the synonym references. 2555 16 Cannot move all contents of file "%.*ls" (partition %ld) on table "%. allo c unit ID %I64d (type %. 2561 16 Parameter %d is incorrect for this statement.*ls'. used pages = %I64d.*ls: changed from (%I64d) to (%I64d) pages.*ls" cannot be reo rganized because it is being reorganized by another process.*ls' on table '%.*ls" (ID %d) is not supported i n DBCC CHECKFILEGROUP.*ls'. 2563 16 DBCC SHRINKFILE for FILESTREAM containers requires EMPTYFILE opt ion and does not allow any other options.*ls).*ls'. 2545 10 ROWS count: changed from (%I64d) to (%I64d) rows.d. index ID %d. index ID %d . 2533 16 Table error: page %S_PGID allocated to object ID %d. 2541 10 DBCC UPDATEUSAGE: Usage counts updated for table '%. The values are %I64d and %I64d. 2540 10 The system cannot self repair this error. partition ID %I64d.*ls) fai led. whose header indicates that it is all ocated to object ID %d. alloc unit ID %I64d (type %.*ls). 2554 16 The index "%.*ls: changed from (%I64d) to (%I64d) pages. 2553 10 Table '%. partition ID %I64d. 2539 10 The total number of extents = %I64d. This is because the index reorganization operation performs inside a us er transaction and the entire table is exclusively locked.*ls' is %d%% complete. 2548 10 DBCC: Compaction phase of index '%. The page ma y be invalid or may have an incorrect alloc unit ID in its header. and res erved pages = %I64d in this database. 2559 16 The '%ls' and '%ls' options are not allowed on the same statemen t. The record check (%. 2537 16 Table error: object ID %d. Specify a filegroup containing user objects with FILESTR EAM data instead.*ls' is %d%% complete. and reserved pages = %I64d. 2562 16 Checking FILESTREAM filegroup "%. 2549 10 DBCC: Defrag phase of index '%. 2543 10 USED pages %.*ls'. index ID %d. 2556 16 There is insufficient space in the filegroup to complete the emp tyfile operation. . used pages = %I64d. alloc unit ID %I64d (type "%.*ls". 2596 16 The repair statement was not processed. Check system catalog.*ls. 2590 10 User "%. 2601 14 Cannot insert duplicate key row in object '%. 2703 16 Cannot use duplicate column names in the partition columns list. It is either an invalid trace flag or a trace flag that can only be specified during server startup.*ls". 2583 16 An incorrect number of parameters was given to the DBCC statemen t. index ID %d.*ls'.*ls' appears more than once. The DLL is in use. slot %d in object ID %d. index ID %d. 2573 16 Could not find table or object ID %. but it was not detected in the scan. table "%.*ls". because it resides on filegroup "%. 2702 16 Database '%. index ID %d.*ls'.*ls'.2570 16 Page %S_PGID. 2586 16 Cannot find partition number %ld for index "%.*ls' with unique in dex '%. 2579 16 Table error: Extent %S_PGID in object ID %d. 2597 10 Ignoring trace flag %d. Page %S_PGID with sequence number %d points to page %S_PGID with sequence number %d. 2700 16 There are too many statements in the batch. 2589 16 Repair could not fix all errors on the first attempt. Column name '%. partition ID %I64d. 2588 16 Cannot find partition number %ld for index ID %d. partition ID %I64d. 2599 16 Cannot switch to in row text in table "%. index "%. 2585 16 Cannot find partition number %ld for table "%. partition ID %I64d.*ls".*ls'. referencing object in tempdb.*ls). alloc unit ID %I64d (type %.*ls". 2627 14 Violation of %ls constraint '%. 2591 16 Cannot find a row in the system catalog with the index ID %d for table "%. alloc unit ID %I64d (type %. 2574 16 Table error: Page %S_PGID is empty in object ID %d. The duplicate key value is %ls. 2576 16 The Index Allocation Map (IAM) page %S_PGID is pointed to by the previous pointer of IAM page %S_PGID in object ID %d. the maximum number i s %d 2701 10 Database name '%. alloc unit ID %I64d (type %. 2580 16 Table '%. index ID %d. 2581 10 DBCC cannot free the DLL "%. which was not checked.*ls' does not exist. . 2593 10 There are %I64d rows in %I64d pages for object "%. 2572 16 DBCC cannot free DLL '%.*ls" (ID %d). alloc unit ID %I64d (type %.*ls").*ls ".*ls " because it is currently in recovery.*ls' ignored. 2592 10 Repair: The %ls index successfully rebuilt for the object "%.*ls). partition ID %I6 4d. 2575 16 The Index Allocation Map (IAM) page %S_PGID is pointed to by the next pointer of IAM page %S_PGID in object ID %d.*ls". partition ID %I64d. Update column to a legal value. The duplicate key value is %ls.*ls" (ID %d). but it was not detected in the scan.*ls. Cannot insert duplicate key in object '%. index ID %d. object ID %d.*ls". The database cannot be i n read-only mode.*ls' does not have permission to run DBCC %.*ls).*ls".*ls).*ls" is modifying bytes %d to %d of page %S_PGID in data base "%.*ls" (ID %d). The DLL is not loaded.*ls) is beyond the range of this datab ase. index ID %d. partit ion ID %I64d. Column "%. 2577 16 Chain sequence numbers are out of order in the Index Allocation Map (IAM) chain for object ID %d.*ls " in database "%. 2587 16 The invalid partition number %ld was specified. 2571 14 User '%.*ls' is either a system or temporary table. 2598 16 Check cannot proceed on any objects belonging to database "%.*ls" value is out of range for data type "%. DBCC CLEANT ABLE cannot be applied to a system or temporary table. This is not permitted at level %d of the B-tree. alloc unit ID %I64d (type %.*ls". 2594 10 Cannot process rowset ID %I64d of object "%. 2730 11 Cannot create procedure '%.*ls' be cause PRIMARY KEY constraint contains column(s) of type timestamp. 2720 16 Cannot schema bind %S_MSG '%. 2722 16 Xml data type methods are not allowed in expressions in this con text. 2729 16 Column '%. 2705 16 Column names in each table must be unique.*ls.*ls' i n table '%.*ls' of data type text. The operation m ust be performed offline. 2731 16 Column '%. 2745 10 Process ID %d has raised user error %d. 2741 16 SET DATEFORMAT date order '%.2704 16 Invalid partition scheme '%. 2728 16 Cannot partition on more than %d columns.*ls' in this s tatement (CREATE. Only one identity column per table is allowed.*ls'.*ls'.*ls' has an invalid data type. parameter. 2715 16 Column. 2714 16 There is already an object named '%. or variable #%d: Cannot find data type %.*ls' cannot be used in an index or s tatistics or as a partition key because it is non-deterministic. For a non-clustered index. 2709 16 Column '%. or variable #%d: Cannot specify a column widt h on data type %. UPDATE STATISTICS or BULK INSERT). the column '%. 2706 11 Table '%. 2733 16 The %ls data type is invalid for return values. 2710 16 You are not the owner specified for the object '%.*ls' because it references system o bject '%.*ls' does not exist. severity %d. 2742 16 SET DATEFIRST %d is out of range. TRUNCATE.*ls' on '%. For a clustered index. 2727 11 Cannot find index '%.1 first.*ls' becau se the index contains column '%. 2712 16 Database '%.*ls' in %S_MSG '%. the column could be an include column of the inde x. ntext.*ls" failed because it contains a user na med "sys" which is a reserved user or schema name in this version of SQL Server.*ls' exceeds the maximum al lowed (%d). 2744 16 Multiple identity columns specified for table '%. The number must be from %ld through %ld and it cannot be 50000. ALTER.*ls' has invalid width: %d.*ls' uses %d columns which does not match with the number of partition columns used to partition the table or index. 2711 16 The definition of object "%.*ls' in %S_MSG '%. 2726 16 Partition function '%. the column could be any column of the table.*ls' specified. 2739 16 The text. 2725 16 An online operation cannot be performed for %S_MSG '%.*ls' in %S_MSG '%. 2738 16 A table can only have one timestamp column. 2717 15 The size (%d) given to the %S_MSG '%.*ls' with a group number of %d becaus e a procedure with the same name and a group number of 1 does not currently exis t in the database. 2707 16 Column '%.*ls' is specified more than once. ntext. SQL Server . 2719 16 Upgrade of database "%.*ls'. the column could be part of a new or old index.*ls" in the resource database contai ns the non-ASCII character "%. 2743 16 %ls option requires %S_MSG parameter. and image data types are invalid for local vari ables. 2740 16 SET LANGUAGE failed because '%. 2724 10 Parameter or variable '%. Because table '%.*ls' cannot be used in an index or s tatistics or as a partition key because it depends on a non-schemabound object. 2732 16 Error number %ld is invalid. image or FILESTRE AM.*ls'.*ls' in the database. 2735 16 Cannot create primary xml or spatial index '%.*ls". 2716 16 Column. If DROP_E XISTING is used.*ls' can not be configured as a distribution databas e because it has change tracking enabled. Column name '%. Must execute CREATE PROCEDURE '%.*ls' cannot be added.*ls' is not an official language name or a language alias on this SQL Server.*ls' is invalid. parameter.*ls.*ls ' already has one.*ls' cannot be used in an index or s tatistics or as a partition key because it does user or system data access. *ls" either does not exist or you d o not have permission to use it. 2789 16 Must specify a two-part name for %S_MSG '%. 2747 16 Too many substitution parameters for RAISERROR. 2772 16 Cannot access temporary tables from within a function. 2790 16 Cannot use a column of type TEXT.is terminating this process. 2788 16 Synonyms are invalid in a schemabound object or a constraint exp ression. 2751 16 Column or parameter #%d: Specified column scale %d is greater th an the specified precision of %d.. 2785 16 User-defined functions. 2775 16 The code page %d is not supported by the server. Cannot exceed %d substitution parameters. 2792 16 Cannot specify a sql CLR type in a Schema-bound object or a cons traint expression. 2749 16 Identity column '%. using the WITH LOG option. bigint. Valid options are {HIGH | NORMAL | LOW | [%d . 2748 16 Cannot specify %ls data type (parameter %d) as a substitution pa rameter. %d] of type integer}. 2754 16 Error severity levels greater than %d can only be specified by m embers of the sysadmin role.*ls' either does not exist or you do not have permission to act on its behalf. smalli nt. 2774 16 Collation ID %d is invalid. 2786 16 The data type of substitution parameter %d does not match the ex pected type of the format specification.*ls' is an auto-drop system object. 2779 16 The %S_MSG '%. 2762 16 sp_setapprole was not invoked correctly.*ls' in the system catalogs. 2782 16 Cannot create table "%. 2780 16 View '%. 2752 16 Identity column '%. 2755 16 SET DEADLOCK_PRIORITY option is invalid. It cannot be u sed in queries or DDL. or decimal or numeric with a scale of 0.. 2753 16 Identity column '%.*ls' has changed. 2756 16 Invalid value %d for state. Refer to the documentat ion for more information.*ls' is not schemabound. Valid range is from %d to %d. 2773 16 The collation ID is corrupted because the sort order ID %d is no t valid.*ls' in a schemabound object or a constraint expression. 2791 16 Could not resolve expression for Schema-bound object or constrai nt. 2767 15 Could not locate statistics '%.*ls": A table must have a clustered prima ry key in order to have XML data type columns. 2766 16 The definition for user-defined data type '%.*ls' contains invalid SEED. NTEXT. 2759 16 CREATE SCHEMA failed due to previous errors. 2793 16 Specified owner name '%. or IMAGE in a constrain t expression. . 2750 16 Column or parameter #%d: Specified column precision %d is greate r than the maximum precision of %d. CLR types. and methods on CLR types are not allowed in expressions in this context. tinyint.*ls'. 2778 16 Only System Administrator can specify %s option for %s command. 2760 16 The specified schema name "%. 2794 16 Message text expects more than the maximum number of arguments ( %d). and constrained to be nonn ullable.*ls' contains invalid INCREMENT. 2770 16 The SELECT INTO statement cannot have same source and destinatio n tables.*ls' must be of data type int. 2787 16 Invalid format specification: '%. 2761 16 The ROWGUIDCOL property can only be specified on the uniqueident ifier data type. user-defined aggregates. 2796 16 Cannot specify database name with $partition in a Schema-bound o bject.%0 3d MB/sec). 2797 16 The default schema does not exist.2795 16 Could not %S_MSG %S_MSG because the new %S_MSG '%. 3007 16 The backup of the file or filegroup "%ls" is not permitted becau se it is not online.*ls' failed because '%. 3004 16 The primary filegroup cannot be backed up as a file backup becau se the database is using the SIMPLE recovery model.*ls" is not supported on this edition of SQL Server. marking computed column persisted.*ls' on table '%. This may indicate a problem with the msdb database. starting offset %d. Multi-based differential backups are not allowed in the simple recovery model. Consider removing column from index or statistics key. 2812 16 Could not find stored procedure '%. 2802 10 SQL Server has encountered %d occurrence(s) of cachestore flush for the '%s' cachestore (part of plan cache) due to 'DBCC FREEPROCCACHE' or 'DBC C FREESYSTEMCACHE' operations. 2809 16 The request for %S_MSG '%.*ls' on table '%. 3005 10 The differential partial backup is including a read-only filegro up. and then create a new partial back up to provide a new base for later differential partial backups.*ls' of the table. All mirrors must have the s ame number of members. 3010 16 Invalid backup mirror specification. 3002 16 Cannot BACKUP or RESTORE a database snapshot.*ls' is imprecise and not persisted. Consider taking a partial ba ckup by specifying READ_WRITE_FILEGROUPS. 3011 16 All backup devices must be of the same general class (for exampl e. or using non-CLR-derived column in key.*ls' has changed since it was compil ed.*ls'.*ls' is a %S_MS G object.*ls' does not match the FILESTREAM %S_MSG '%. 3014 10 %hs successfully processed %I64d pages in %d. . computed column or constraint expression. 2799 16 Cannot create index or statistics '%. 3003 10 This BACKUP WITH DIFFERENTIAL will be based on more than one fil e backup. 2814 10 A possible infinite recompile was detected for SQLHANDLE %hs. This filegroup was read-write when the base partial backup was create d. 2801 16 The definition of object '%. ending offset %d. 3012 17 VDI ran out of buffer when SQL Server attempted to send differen tial information to SQL Writer. but was later changed to read-only access. 2813 16 "%.*ls' becau se SQL Server cannot verify that key column '%.*ls' becau se the computed column '%. 3008 16 The specified device type is not supported for backup mirroring. The backup/ restore operation was still successful. 3006 16 The differential backup is not allowed because it would be based on more than one base backup. DISK and TAPE). Restore status: %d.%03d seconds (%d. The last recompile reason w as %d. 2798 16 Cannot create index or statistics '%.*ls' is precise and deterministic . All those file backups must be restored before attempting to restore t his differential backup. '%ls'. We recommend that you create a sep arate file backup of the '%ls' filegroup now. Container state: "%ls" (%d). 2803 10 SQL Server has encountered %d occurrence(s) of cachestore flush for the '%s' cachestore (part of plan cache) due to some database maintenance or reconfigure operations. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection t o include only online data. Consider removing column from index or statistics key or marking computed column persisted. Pl anHandle %hs. and are never allowed for partial differential bac kups. 3013 16 %hs is terminating abnormally. 3009 16 Could not insert a backup or restore history/detail record in th e msdb database. 3024 16 You can only perform a full backup of the master database. Operating system error '%ls'. consider how partial backups are used. 3025 16 Missing database name. Check the backup ap plication log for detailed messages. or reissue the command without RESTART . Reissue the BACKUP statement wi . but the replication environment should be inspected. 3032 16 One or more of the options (%ls) are not supported for this stat ement. or restrict the backup to exclude this file. 3021 16 Cannot perform a backup or restore operation within a transactio n. The res tart command must use the same syntax as the interrupted command. 3044 16 Invalid zero-length device name. 3038 16 The file name "%ls" is invalid as a backup device name.*ls". 3043 16 BACKUP '%ls' detected an error on page (%d:%d) in file '%ls'. Complete the restore sequence before taki ng the backup. 3034 16 No files were selected to be processed. with the addit ion of the RESTART clause. Consult Book s Online for more information on managing read-only data for the simple recovery model. Reissue the statement specifying a valid database name. Perform a full database backup by rei ssuing BACKUP DATABASE. 3033 16 BACKUP DATABASE cannot be used on a database opened in emergency mode. The backup will continue. 3017 16 The restart-checkpoint file '%ls' could not be opened. 3022 10 This backup is a file backup of read-write data from a database that uses the simple recovery model. 3027 16 The filegroup "%. The RESTORE command will continue from the beginning as if RESTART had not been specified. 3040 10 An error occurred while informing replication of the backup. 3041 16 BACKUP failed to complete the command %. Correct the problem. Reissue BACKUP DATABASE omitting the WITH DIFF ERENTIAL option. 3018 10 The restart-checkpoint file '%ls' was not found. 3028 10 The restart-checkpoint file '%ls' was corrupted and is being ign ored. Remove the conflict ing option and reissue the statement. The RESTORE com mand will continue from the beginning as if RESTART had not been specified. 3039 16 Cannot perform a differential backup for file '%ls' because a cu rrent file backup does not exist. You may have selected on e or more filegroups that have no members. omitting the WITH DIFFERENTIAL option. 3031 16 Option '%ls' conflicts with option(s) '%ls'. Refer to the SQL Server error log for information abou t the errors that were encountered. file manipulation operations (such as ALTER DATABASE ADD FILE) and encryption changes on a database must be serialized.3015 10 %hs is not yet implemented. because a current database backup does not exist.*ls" is not part of database "%. Review the documentation for supported options. This is only appropriate if you plan to set the filegroup to read-only followed by a differential file backup. In particular. 3019 16 The restart-checkpoint file '%ls' is from a previous interrupted RESTORE operation and is inconsistent with the current RESTORE command. 3035 16 Cannot perform a differential backup for database "%ls".*ls. reissue the current statement without the RESTART clause. 3036 16 The database "%ls" is in warm-standby state (set by executing RE STORE WITH STANDBY) and cannot be backed up until the entire restore sequence is completed. Reissue the BACKUP statement with a valid file name. Alternatively. 3016 16 Backup of file '%ls' is not permitted because it contains pages subject to an online restore sequence. Use B ACKUP DATABASE to back up the entire master database. Reissue the stat ement after the current backup or file manipulation operation is completed. 3042 10 BACKUP WITH CONTINUE_AFTER_ERROR successfully generated a backup of the damaged database. 3023 16 Backup. *ls. Rerun the BACKUP statement wi th a valid backup destination. Database mirroring has been suspended. Operatin g system error '%ls'. To append to this media set. Consider taking a partial backup by spe cifying READ_WRITE_FILEGROUPS. 3052 16 BACKUP LOG was unable to log updates for for database '%ls'. all its backup sets will be overwritten. 3060 10 The restart-checkpoint file '%ls' was corrupted. 3104 16 RESTORE cannot operate on database '%ls' because it is configure d for database mirroring or has joined an availability group. Make the file available and retry the operation or.*ls" is not usable. If you use WITH FORMAT on an existing media set. 3055 16 Backup destination "%. Sub sequent log backups will be required to advance the backup point from %S_LSN to %S_LSN after log space is made available for logging them.th a valid device name. 3101 16 Exclusive access could not be obtained because the database is i n use. To initiate a partial restore sequence. 3046 16 Inconsistent metadata has been encountered. 3098 16 The backup cannot be performed because '%ls' was requested after the media was formatted with an incompatible structure. 3102 16 %ls cannot process database '%ls' because it is in use by this s ession. you can create a new me dia set by using WITH FORMAT in your BACKUP statement. The length of the device name provided exce eds supported limit (maximum length is:%d). use the WITH PARTIAL clause of the RESTO RE statement and provide a backup set which includes a full copy of at least the primary data file. Reissue the BACKUP statement with a valid device name. 3061 16 The restart-checkpoint file '%ls' could not be opened. 3054 16 Differential file backups can include only read-only data for da tabases using the simple recovery model. 3057 16 Invalid device name. This path is also used to locate restart checkpoin t files for RESTORE. either omit '%ls' or specify '%ls'. 3062 16 Cannot backup from a HADRON secondary because it is not in Synch ronizing or Synchronized state. 3058 10 File or device name exceeds the supported limit (maximum length is:%d) and will be truncated: %. 3047 16 The BackupDirectory registry key is not configured correctly. The backup operation will continue and include file '%ls'. Restart the RESTORE sequence. 3103 16 A partial restore sequence cannot be initiated by this command. Th is key should specify the root path where disk backup files are stored when full path names are not provided. 3056 16 The backup operation has detected an unexpected file in a FILEST REAM container. Alternatively.*ls" supports a FILESTREAM filegroup. This filegroup cannot be used as a backup destination. 3051 16 BACKUP LOG was unable to maintain mirroring consistency for data base '%ls'. The restored da tabase can not be recovered. 3059 16 This BACKUP or RESTORE command is not supported on a database mi rror or secondary replica. and an attempt to use a temp orary file has failed. Check the errorl og for more information. 3045 16 BACKUP or RESTORE requires the NTFS file system for FILESTREAM a nd full-text support. It is recommended that the master database be used when performing this operation. 3049 16 BACKUP detected corruption in the database log. If you intend to r . The path "%. The WITH PARTIAL clause of the RESTORE statement may not be used for any other purpose. 3050 16 SQL Server could not send the differential information for datab ase file '%ls' of database '%ls\\%ls' to the backup application because the diff erential information is too large to fit in memory. The only possible ba ckup operation is a tail-log backup using the WITH CONTINUE_AFTER_ERROR or NO_TR UNCATE option. resta rt the RESTORE sequence. RESTORE cannot continue. 3122 16 File initialization failed. It is not possi ble to restore a subset of the read-write data.*ls' specified for backup or restore op eration. RESTORE cannot continue. . 3116 16 The supplied backup is not on the same recovery path as the data base. 3117 16 The log or differential backup cannot be restored because no fil es are ready to rollforward. 3130 10 The filegroup "%ls" is selected.*ls' of restored database '%ls' is being left in the defunct state because the database is using the simple recovery model and the f ile is marked for read-write access. and is ineligible for use for an online file restore. The data in the backup it is not consistent with the current state of the database. A restore from a backup set may be required. Either complete the r estore sequence for the existing pages. 3118 16 The database "%ls" does not exist. 3109 16 Master can only be restored and fully recovered in a single step using a full database backup. To force the use of the filegroup in the backup set. STANDBY. 3127 16 The file '%. only read-only files can be reco vered by piecemeal restore. take the database offline and then reissue the RESTORE command. the entire file must be restored. the server must be running in si ngle-user mode.estore the database. 3125 16 The database is using the simple recovery model. or use RESTORE FILE to restore all pages in the file. At the time of backup it was kn own by the name "%ls"'. and STOPAT a re not supported. 3120 16 This backup set will not be restored because all data has alread y been restored to a point beyond the time covered by this backup set. Therefore. Either restore a full file bac kup taken since the data was marked read-only. 3123 16 Invalid database name '%. 3131 10 The file "%ls" is selected. 3112 16 Cannot restore any database other than master when the server is in single user mode. 3115 16 The database is using the simple recovery model. 3107 16 The file "%ls" is ambiguous. RESTORE can only create a dat abase when restoring either a full backup or a file backup of the primary file. 3106 16 The filegroup "%ls" is ambiguous. Previous messages provide details. To repair this page. Options such as NORECOVERY. For information on starting in single-user mode.exe)" in Books Online. take the database offline a nd then reissue the RESTORE command. 3129 16 The contents of the file "%ls" are not consistent with a transit ion into the restore sequence. 3108 16 To restore the master database. RESTORE will continue operating upon the renamed filegro up. Restoring m ore data is required before recovery is possible. use ALTER DATABASE to remove mirroring or to remove the dat abase from its availability group. 3105 16 RESTORE cannot restore any more pages into file '%ls' because th e maximum number of pages (%d) are already being restored. To force t he use of the file in the backup set. The identity in the backup set does not match the file that is currently defined in the online database. At the time of backup it was known b y the name "%ls".*ls'. 3111 16 Page %S_PGID is a control page which cannot be restored in isola tion. 3113 16 Invalid data was detected. see "How to: St art an Instance of SQL Server (sqlservr. RESTORE will continue operating upon the renamed file. 3110 14 User does not have permission to RESTORE database '%. The identity in the backup set does not match the filegroup that is currently defined in the online database. 3128 16 File '%ls' has an unsupported page size (%d). 3119 16 Problems were identified while planning for the RESTORE statemen t. or restore the most recent base b ackup for the target data followed by a differential file backup. 3121 16 The file "%ls" is on a recovery path that is inconsistent with a pplication of this backup set. 3133 16 The volume on device "%ls" is sequence number %d of media family %d. Only secondary files in the OFFLINE or RECOVE RY_PENDING state can be processed. Use BACKUP LOG WITH NORECOVERY to backup the log if it contains work you do n ot want to lose. It must be restored or otherwis e made available. see SQL Server Books Online. 3161 16 The primary file is unavailable. or th ere are missing files. 3139 16 Restore to snapshot is not allowed with the master database. 3150 10 The master database has been successfully restored.*ls' was not backed up in file %d on device '%ls'. 3134 10 The differential base attribute for file '%ls' of database '%ls' has been reset because the file has been restored from a backup taken on a conf licting recovery path. Shutting down SQL Server. 3148 16 This RESTORE statement is invalid in the current context. 3153 16 The database is already fully recovered. 3163 16 The transaction log was damaged. The 'R ecover Data Only' option is only defined for secondary filegroups when the datab ase is in an online state. 3137 16 Database cannot be reverted. Al l members must be provided. 3145 16 The STOPAT option is not supported for databases that use the SI MPLE recovery model. Che ck the error logs. 3147 16 Backup and restore operations are not allowed on database tempdb . 3149 16 The file or filegroup "%ls" is not in a valid state for the "Rec over Data Only" option to be used. Use WITH MOVE to identif y a valid location for the file. 3138 16 The database cannot be reverted because FILESTREAM BLOBs are pre sent. 3135 16 The backup set in file '%ls' was created by %hs and cannot be us ed for this restore operation. 3143 16 The data set on device '%ls' is not a SQL Server backup set. Reissue t he RESTORE statement using WITH REPLACE to overwrite pre-existing files. but sequence number %d of media family %d is expected. Any future differentia l backup of this file will require a new differential base. Either the primary or the snapshot names are improperly specified. Check that the devic e specifications and loaded media are correct. 3154 16 The backup set holds a backup of a database other than the exist ing '%ls' database. or WITH MOVE to identify an alternate location. Use the WITH REPLACE or WITH STOPAT clause of the RESTORE state ment to just overwrite the contents of the log.3132 16 The media set has %d media families but only %d are provided. When the database is in an offline state filegroups c annot be specified. 3151 21 Failed to restore master database. 3155 16 The RESTORE operation cannot proceed because one or more files h ave been added or dropped from the database since the backup set was created. 3136 16 This differential backup cannot be restored because the database has not been restored to the correct earlier state. and rebuild the master database. For more information about h ow to rebuild the master database. 3156 16 File '%ls' cannot be restored to '%ls'. The f ile cannot be restored from this backup set. The restore was allowed because the file was read-only an d was consistent with the current status of the database. 3141 16 The database to be restored was named '%ls'. 3142 16 File "%ls" cannot be restored over the existing "%ls". All data files must be restored before RESTORE LOG can be attempted. 3140 16 Could not adjust the space allocation for file '%ls'. Reissue the stateme nt using the WITH REPLACE option to overwrite the '%ls' database. 3144 16 File '%. all other snapshots have not been dropped. . 3159 16 The tail of the log for the database "%ls" has not been backed u p. Shutting dow n SQL Server. 3171 16 File %ls is defunct and cannot be restored into the online datab ase. or use a backup that is compatible with this server. 3169 16 The database was backed up on a server running version %ls.3165 16 Database '%ls' was restored. . Either restore the database on a server that supports the backup. 3181 10 Attempting to restore this backup may encounter storage space pr oblems. 3172 16 Filegroup %ls is defunct and cannot be restored into the online database. you must restore other backup sets. or use the WITH REPLA CE clause in your RESTORE statement to overwrite the tail of the log. Reissue the RESTORE without WITH STANDBY. 3166 16 RESTORE DATABASE could not drop database '%ls'. 3178 16 File %ls is not in the correct state to have this differential b ackup applied to it. Salvage attempts may exploit WITH CONTINUE_AFTER_ER ROR. Inconsistencies in the database are possible. File "%ls" is missing. 3182 16 The backup set cannot be restored because the database was damag ed when the backup occurred. 3170 16 The STANDBY filename is invalid. These t ransactions cannot be resolved because there are data that is unavailable. Use BACKUP LOG WITH NORECOVERY to back up the log. That version is incompatible with this server. which is running version %ls. 3190 16 Filegroup '%ls' cannot be restored because it does not exist in the backup set. 3183 16 RESTORE detected an error on page (%d:%d) in database "%ls" as r ead from the backup set. 3167 16 RESTORE could not start database '%ls'. 3180 16 This backup cannot be restored using WITH STANDBY because a data base upgrade is needed. 3184 10 RESTORE WITH CONTINUE_AFTER_ERROR was successful but some damage was encountered. RESTORE will continue. 3174 16 The file '%ls' cannot be moved by this RESTORE operation. See the topic MSSQL_ENG003165 in SQL Server Books Online. 3168 16 The backup of the system database on the device %ls cannot be re stored because it was created by a different version of the server (%ls) than th is server (%ls). 3185 16 RESTORE cannot apply this backup set because the database is sus pect. but not all of its files are present in the backup set. 3188 10 The backup set was written with damaged data by a BACKUP WITH CO NTINUE_AFTER_ERROR. Dropping the filegroup results in a defunct filegroup. but if you want all files to be restored. 3189 16 Damage to the backup set was detected. 3187 16 RESTORE WITH CHECKSUM cannot be specified because the backup set does not contain checksum information. The tail of the log for the database "%ls" has not been bac ked up. The WITH MOVE clause can be used to relocate one or more files. En sure that all files in the database are writable. 3191 16 Restore cannot continue because file '%ls' cannot be written. RESTORE will not attempt to app ly this backup set. Subsequent messages will provide details. 3179 16 The system database cannot be moved by RESTORE. 3186 16 The backup set has been damaged. Drop the databas e and then reissue the RESTORE DATABASE statement. Restore a backup set that repairs the damage. 3176 16 File '%ls' is claimed by '%ls'(%d) and '%ls'(%d). 3173 16 The STOPAT clause provided with this RESTORE statement indicates that the tail of the log contains changes that must be backed up to reach the t arget point in time. Eithe r use RESTORE to make that data available or drop the filegroups if you never ne ed this data again. 3192 10 Restore was successful but deferred transactions remain. The database has been left offline. 3175 10 RESTORE FILEGROUP="%ls" was specified. however an error was encountered wh ile replication was being restored/removed. expected %d. 3212 16 The mirror device "%ls" and the mirror device "%ls" have differe nt device specifications. 3215 16 Use WITH FORMAT to create a new mirrored backup set. RESTORE PA GE can only be used from full backup sets or from the first log or differential backup taken since the file was added to the database. if I/O is not resumed promptly. 3211 10 %d percent processed.*ls' does not exist. 3218 16 Backup mirroring is not available in this edition of SQL Server. and see the console error log for more details. 3213 16 Unable to unload one or more tapes.3194 16 Page %S_PGID is beyond the end of the file. but %d media families are expected according to the backup device specifica tion. Rerun you r statement specifying a backup device. In that case. No user action is required. 3210 16 The mirror member in drive "%ls" is inconsistent with the mirror member in drive "%ls". 3195 16 Page %S_PGID cannot be restored from this backup set. 3207 16 Backup or restore requires at least one backup device. 3201 16 Cannot open backup device '%ls'. 3202 16 Write on "%ls" failed: %ls 3203 16 Read on "%ls" failed: %ls 3204 16 The backup or restore was aborted. 3219 16 The file or filegroup "%. 3234 16 Logical file '%. Ensure that backup devices are correctly specifi ed. 3199 16 RESTORE requires MAXTRANSFERSIZE=%u but %u was specified. 3217 16 Invalid value specified for %ls parameter. Only %d are allowed. 3230 16 Operation on device '%ls' exceeded retry count. See Books Online for more details on feature support in different SQL Server ed itions. To view existing backup de vices. ensure that the correct volumes are loaded. To create a new backup device us e either sp_addumpdevice or SQL Server Management Studio. 3196 16 RESTORE master WITH SNAPSHOT is not supported. use the sys. Use RESTORE . For tape devices. To restore master from a snapshot backup. 3208 16 Unexpected end of file while reading beginning of backup set. 3227 16 The backup media on "%ls" is part of media family %d which has a lready been processed on "%ls". 3232 16 The volume mounted on "%ls" does not have the expected backup se t identity. Howev er. 3216 16 RESTORE REWINDONLY is only applicable to tape devices. only %d are allowed. 3214 16 Too many backup mirrors are specified. locate the correct volume with sequence number %d of m edia family %d.backup_devices catalog view. 3205 16 Too many backup devices specified for backup or restore. 3231 16 The media loaded on "%ls" is formatted to support %d media famil ies. 3221 16 The ReadFileEx system function executed on file '%ls' only read %d bytes. 3209 16 Operation is not supported on user instances.*ls' is not part of database '%ls'. See the error log for detail s. you could cancel the backup. Only pages that are in the current range of the file can be restored. The volume may be obsolete due to a more recent overwrite of this me dia family. 3197 10 I/O is frozen on database %ls. Operating system error %ls. 3198 10 I/O was resumed on database %ls. stop the service and copy the data and log file. 3224 16 Cannot create worker thread. Co nfirm that the media contains a valid SQL Server backup set. No user action is required. 3222 16 The WriteFileEx system function executed on file '%ls' only wrot e %d bytes. 3229 16 Request for device '%ls' timed out.*ls" cannot be selected for this operat ion. 3206 16 Backup device '%. expected %d. 3257 16 There is insufficient free space on disk volume '%ls' to create the database. '%ls' is now on a device with sector size %d. 3253 16 The block size parameter must supply a value that is a power of 2. 3264 16 The operation did not proceed far enough to allow RESTART. Remove it and insert the volume holding the start of the backup set. To determine the backup se ts on the media. run RESTORE VERIFYONLY. To determine the usability of the backu p sets. If all of the backup sets are incomplete. 3251 10 The media family on device '%ls' is complete. 3246 16 The media family on device '%ls' is marked as nonappendable. 3245 16 Could not convert a string to or from Unicode. RESTORE sequence is terminated abnormally. reform at the media using BACKUP WITH FORMAT. Ensure that the backup devices are loaded with th e correct media. 3244 16 Descriptor block size exceeds %d bytes. %ls. 3260 16 An internal buffer has become full. The database requires %I64u additional free bytes. 3267 16 Insufficient resources to create UMS scheduler. 3256 16 The backup set on device '%ls' was terminated while it was being created and is incomplete. The device is now being reused for one of the remaining families. 3242 16 The file on device '%ls' is not a valid Microsoft Tape Format ba ckup set. Rei ssue the statement using the INIT option to overwrite the media. 3240 16 Backup to mirrored media sets requires all mirrors to append. It is sequence number %d of family %d for the current media set. use RESTORE HEADERONLY. 3262 10 The backup set on file %d is valid. 3266 16 The backup data at the end of "%ls" is incorrectly formatted. Use a shorter name and/o r description string and retry the operation. 3235 16 The file "%. or sequence number %d of family %d for the current set. 3249 16 The volume on device '%ls' is a continuation volume for the back up set. This error is simila r to an assert. 3254 16 The volume on device '%ls' is empty. . 3247 16 The volume on device '%ls' has the wrong media sequence number ( %d). while only %I64 u bytes are available. 3241 16 The media family on device '%ls' is incorrectly formed. Contact technical support for assistance. 3243 16 The media family on device '%ls' was created using Microsoft Tap e Format version %d. 3250 16 The value '%d' is not within range for the %ls parameter.*ls" is not part of database "%ls". Reiss ue the statement without the RESTART qualifier. 3265 16 The login has insufficient authority. Pr ovide all members of the set. Remove it and insert volume %d. Insert a new vo lume. Membership of the sysadmin role is required to use VIRTUAL_DEVICE with BACKUP or RESTORE. SQL Serv er cannot process this media family. or reformat a new media set.%d. 3261 16 SQL Server cannot use the virtual device configuration. which destroys all the backup sets.FILELISTONLY to list the logical file names. 3239 16 The backup set on device '%ls' uses a feature of the Microsoft T ape Format not supported by SQL Server.%d. SQL Server supports version %d. 3255 16 The data set on device '%ls' is a SQL Server backup set not comp atible with this version of SQL Server. 3268 16 Cannot use the backup file '%ls' because it was originally forma tted with sector size %d and is now on a device with sector size %d. 3258 16 The volume on the device "%ls" is not part of the media set that is currently being processed. Ba ckup sets on the media might be damaged and unusable. 3269 16 Cannot restore the file '%ls' because it was originally written with sector size %d. 3263 16 Cannot use the volume on device '%ls' as a continuation volume. 3270 16 An internal consistency error has occurred. You can only lis t files that are members of this database. The logic for this check has failed unexpectedly. No user action is required. 3278 16 Failed to encrypt string %ls 3279 16 Access is denied due to a password failure 3280 16 Backups on raw devices are not supported. This is an informational message only. Run setup again. . This is an informational message only. This is an informational message only.*ls'. 3313 21 During redoing of a logged operation in database '%. 3301 21 The transaction log contains a record (logop %d) that is not val id. Typically. 3402 10 The database '%ls' is marked %ls and is in a state that does not allow recovery to be run.*ls' (ID 0x%016I64x %ls) started at %S_DATE in database '%ls' at LSN %S_LSN failed. Restore the database fro m a full backup. 3286 16 Backup failed because there is a mismatch in file metadata for f ile %d. 3284 16 Filemark on device '%ls' is not aligned. the specific failure is previous ly logged as an error in the Windows Event Log service. 3404 10 Failed to check for new installation or a renamed server at star tup. 3283 16 The file "%ls" failed to initialize correctly. 3407 10 %d transactions rolled back in database '%.3271 16 A nonrecoverable I/O error occurred on file "%ls:" %ls. an err or occurred at log record ID %S_LSN. 3276 16 WITH SNAPSHOT can be used only if the backup set was created WIT H SNAPSHOT. 3316 21 During undo of a logged operation in database '%. 3314 21 During undoing of a logged operation in database '%. Restore the bad page or file. or fix t he problematic registry key. Reissue the stat ement using a compatible block size. The transaction was deferred. 3281 10 Released and initiated rewind on '%ls'. and re-run recover y. Re-issue the Restore st atement with the same blocksize used to create the backupset: '%d' looks like a possible value. or repair the database. No user action is required. No user action is required. 3303 10 Remote harden of transaction '%. This is an informational message only. an err or occurred at log record ID %S_LSN. Restore the database from a full backup. The log has been corrupted.*ls' (%d:%d). Restore a backup of the database. 3406 10 %d transactions rolled forward in database '%. or repair the database. To avoid this.*ls' (%d:%d). but the block size parameter specifies an incompatible override value of %d. Examine the error logs for more details. an error occurred at log record ID %S_LSN. 3302 21 Redoing of logged operations in database '%. or repa ir the database. or repair the database. '%ls' is a raw device. 3277 16 WITH SNAPSHOT must be used with only one virtual device.*ls'. the following process did not hold an expected lock: process %d with mode %d at level %d for row %S_RID in database '%. 3401 10 Errors occurred during recovery while rolling back a transaction . 3285 10 Filemark on device '%ls' appears not to be aligned. The restore operation will proceed using less efficient I/O. Restore the database from a full backup. No user action is required. Restore the database fr om a full backup. 3272 16 The '%ls' device has a hardware sector size of %d. 3408 10 Recovery is complete.*ls' failed to reach end of log at log record ID %S_LSN. re-issue the Re store statement with the same blocksize used to create the backupset: '%d' looks like a possible value. Typically. or repair the database. This indicates corruption around log recor d ID %S_LSN.*ls' und er transaction %S_XID. 3403 10 Recovering only master database because traceflag 3608 was speci fied. the specific failure is logged p reviously as an error in the Windows Event Log service. The row was not found.*ls'. 3315 21 During rollback. or repair the database. Restore the database or file from a backup. see SQL Server Books Online. 3431 21 Could not recover database '%. you can retry recover y when the coordinating database is available. SQ L Server is exiting. 3414 10 An error occurred during recovery. or rebuild it. 3418 10 Recovery is unable to defer error %d. Refer to previous errors in the error l og to identify the cause and correct any associated problems. and rerun recovery. 3413 21 Database ID %d. redo %I64d ms. Rest art for non-snapshot databases will be attempted after all connections to the da tabase are aborted. Use RESTORE to recover the filegroup.*ls'. 3412 10 Warning: The server instance was started using minimal configura tion startup option (-f). Errors can only be deferre d in databases using the full recovery model and an active backup log chain.*ls' (database ID %d) because of u nresolved transaction outcomes.databases.) This is an informatio nal message only. 3419 16 Recovery for database '%. but MS DTC was unable to determine the resolu tion. named '%. and run recovery again. Getnext NC s can on sys. No user action is required. stop. Make the database or files writeable. and ensure that the instance login account has correct registry permissions. Starting an instance of SQL Server with minimal config uration places the server in single-user mode automatically.3409 16 Performance counter shared memory setup failed with error %d. and deferred transactions exist . 3410 10 Data in filegroup %s is offline. Restart SQL Server to continue with the sort order unchanged. Could not mark database as suspect. has read-only files or the user does not have permissions to modify some of the fil es.*ls'. either fix MS DTC. It must be dropped and recreated. 3416 16 The server contains read-only files that must be made writable b efore the server can be recollated. 3422 10 Database %ls was shutdown due to error %d in routine '%hs'. undo %I64d ms. SQL Server is shutting down. you should change the appropriate se rver option value or values. contact Techn ical Support. Log truncation cannot occur until this condition is resolved. 3434 20 Cannot change sort order or locale. For more informati on about how to rebuild the master database. or restore from a known good backup. The coo rdinating database (database ID %d:%d) was unavailable. its standby file ('%ls') was inaccessible to the RESTORE statement. SQL Server is unable to run. Unable to c onnect to Microsoft Distributed Transaction Coordinator (MS DTC) to check the co mpletion status of transaction %S_XID. Microsoft Distributed Transaction Coordinator (M S DTC) transactions were prepared. 3415 16 Database '%. 3429 10 Recovery could not determine the outcome of a cross-database tra nsaction %S_XID. Diagnose the recovery errors and fix them. Re install sqlctr. or drop the filegroup if you never inten d to recover it. 3420 21 Database snapshot '%ls' has failed an IO operation and is marked suspect. 3411 21 Configuration block version %d is not a valid version number. Use RESTORE DATABASE WITH NORECOVERY to take the database back to a Restoring state and continue the restore sequence. 3437 21 An error occurred while recovering database '%. Restore master from a full backup. If errors are not corrected or expected. An unexpected failure occurr ed while trying to reindex the server to a new collation. Diagnose an d correct previous errors and then retry the operation.ini for this instance.*ls' (database ID %d) .database_id failed.*ls' cannot be upgraded because it is read-only. To resolve.*ls' is being skipped because it requir es an upgrade but is marked for Standby.*ls' (database ID %d:%d). repair it. After the server h as been started with minimal configuration. and then restart the server. 3417 21 Cannot recover the master database. Restore the master database or reinstall. 3441 21 During startup of warm standby database '%. If the transaction was not committed. The transaction was assu med to be committed. in database '%. or repair the d atabase. Fix MS DTC. 3421 10 Recovery completed for database %ls (database ID %d) in %I64d se cond(s) (analysis %I64d ms. restore from a full backup. preventing the database '%ls' (%d:%d) from restarting. The operat . 3446 16 Primary log file is not available for database '%ls' (%d:%d). No u ser action is required. For more information. correct the pro blem. lob logical reads %d. context %ld. Log: OpCode = %ld.*ls' (%d) detected possible identity val ue inconsistency in table ID %d. database '%ls' (%d:%d). allocation unit = %I64d. PrevPageLSN: %S_LSN. 3447 16 Could not activate or scan all of the log files for database '%. 3454 10 Recovery is writing a checkpoint in database '%. Page: LS N = %S_LSN. 3505 14 Only the owner of database "%.0. for transa ction ID %S_XID. 3459 16 Recovery of database "%. This is an informational message only. Log information: OpCode = %ld. Restart SQL Server. database '%. Could not undo log record %S_LSN. 3443 21 Database '%ls' (database ID %d:%d) was marked for standby or rea d-only use. 3605 16 Schema verification failed for database '%. see the accompanying error message. 3453 16 This version cannot redo any index creation or non-logged operat ion done by SQL Server 7. lob read-ah ead reads %d. for transaction ID %S_XID. 3606 10 Arithmetic overflow occurred. Phase %d of 3.*ls" failed to redo a file add for file "%. Run DBCC CHECKIDENT ('%. 3456 21 Could not redo log record %S_LSN. type = %ld. repair or restore the database. The RESTORE LOG statement cannot be performed .*ls" for dropped allocation uni ts because an unexpected error has occurred. Diagnose the operating system error. 3613 10 SQL Server parse and compile time: %hs CPU time = %lu ms. .ing system error was '%ls'. elap sed time = %lu ms. and retry startup. Scan count %d.*ls' (%d). Restore from a backup of the database. on page %S_PGID. If the database fails to recover after a nother startup.*ls'. 3450 10 Recovery of database '%.*ls'). 3607 10 Division by zero occurred. T he log cannot be backed up. physical reads % d. context %ld. 3452 10 Recovery of database '%. or repair the datab ase.*ls". 3604 10 Duplicate key was ignored.*ls (databas e ID %d). 3609 16 The transaction ended in the trigger. 3615 10 Table '%. Page information: LSN = %S_LSN.*ls'. 3445 21 File '%ls' is not a valid undo file for database '%.*ls' (database ID %d). allocation unit %I64d. logical reads %d. Restore the database from a backup. The database is either a user database that could not be shut down or a system database. elapsed time = %lu ms. 3448 21 Rollback encountered a page with a log sequence number (LSN) les s than the original log record LSN. Verify the file path. The batch has been aborted . which determines the appropriate user action. 3611 10 %hs SQL Server Execution Times:%hs CPU time not measured under fiber mode. but has been modified.*ls" or someone with relevant perm issions can run the CHECKPOINT statement. *ls'. 3449 21 SQL Server must shut down in order to recover a database (databa se ID %d). and specify the correct file. 3458 16 Recovery cannot scan database "%. 3457 21 Transactional file system resource manager '%. 3612 10 %hs SQL Server Execution Times:%hs CPU time = %lu ms. Restore or rep air the database. on page %S_PGID.*ls' (%d) is %d%% complete (approximatel y %d seconds remain). No user action is required. Please delete the file and retry. Further roll forward is not possible. This is an informational message only. lob physical reads %d. elapsed time = %lu ms.*ls' failed to rec over. 3608 16 Cannot allocate a GUID for the token. type = %ld. These allocation units cannot be cl eaned up. read-ahead reads %d. Us e %ls. Contact the database owner to ei ther truncate the log file or add more disk space to the log. Then retry the CHE CKPOINT statement. and transaction='%. 3707 16 Cannot detach a suspect or recovery pending database.3616 16 An error was raised during trigger execution. Drop that database first. 3642 10 Table '%. Segment reads %u. . Use ALTER TABLE to drop a constraint default. segment skipped %u.*ls' because it is currently in use. contact your system administrator.*ls' is a %S_MSG. Location='% hs'(%d).*ls' cannot be dropped because it is bound to one or more %S_MSG. An update might be available from Microsoft in the latest Servic e Pack or in a QFE from Technical Support. 3708 16 Cannot %S_MSG the %S_MSG '%.*ls" because it is currently in use. Use the "max worker threads" configuration option to increase the number of allowable threads. 3624 20 A system assertion check has failed. or reduce the number of para llel operations running on the system. an assertion failure is caused by a software bug or data corruption.*ls' because '%. Additional Context='%ls'. 3710 16 Cannot detach an opened database when the server is in minimally configured mode. a mini dump will be sen t to Microsoft. writes %lu. 3641 10 Total logical reads %lu. 3620 10 Automatic checkpointing is disabled in database '%. Review the application fo r possible deadlock conflicts. If you agreed to send dumps to Microsoft during setup. 3705 16 Cannot use DROP %ls with '%. consider running DBCC CHECKDB .*ls'. The batch has been aborted and the user transaction. 3703 16 Cannot detach the %S_MSG '%. 3627 17 New parallel operation cannot be started due to too many paralle l operations executing at this time. If the problem persists. Automatic checkpointing will be enabled when the databa se owner successfully checkpoints the database. 3716 16 The %S_MSG '%. 3636 16 An error occurred while processing '%ls' metadata for database i d %d file id %d. 3637 16 A parallel operation cannot be started from a DAC connection. Contact the database administrator to truncate the log or a llocate more space to the database log files. 3623 16 An invalid floating point operation occurred. Retry the operation. 3628 24 The Database Engine received a floating point exception from the operating system while processing a user request. To check for database corruption. 3635 16 An error occurred while processing '%ls' metadata for database i d %d. 3619 10 Could not write a checkpoint record in database %ls because the log is out of space.*ls' because it is a system %S_MSG. if any. because it does not exist or y ou do not have permission. 3633 16 The operating system returned the error '%ls' while attempting ' %ls' on '%ls' at '%hs'(%d). 3639 16 This operation is not supported on a single-file DB. It must be repaired or dropped.*ls" r efers to it. Check the SQL Server error log for details. 3622 10 Warning: An invalid floating point operation occurred. 3706 16 Cannot %S_MSG a database snapshot. physical reads %lu. file id %d. 3701 11 Cannot %S_MSG the %S_MSG '%. has been rolled back.*ls'.*ls' because the log is out of space. if the problem persists. 3625 20 '%hs' is not yet implemented. Try the transaction again. 3702 16 Cannot drop database "%.*ls'. Typically. 3717 16 Cannot drop a default constraint by DROP DEFAULT statement. 3709 16 Cannot %S_MSG the database while the database snapshot "%. contact the database admi nistrator to review locking and memory configurations. 3634 16 The operating system returned the error '%ls' while attempting ' %ls' on '%ls'. 3621 10 The statement has been terminated. *ls' does not belong to table '%.*ls' because the ta ble has an XML or spatial index.*ls' is not a constraint.*ls" on "%. 3750 10 Warning: Index '%.*ls' is being referenced by table '%. 3752 16 The database '%. you need to remove it from the availatilit y group.*ls' is a %S_MSG. 3743 16 The database '%. 3729 16 Cannot %ls '%. for eign key constraint '%. See the SQL Server error log for mo re information. 3747 16 Cannot drop a clustered index created on a view using drop clust ered index clause.*ls' using drop clustered ind ex clause. Disable and enable WITH CHECK.*ls' is enabled for database mirroring.*ls'. 3744 16 Only a single clause is allowed in a statement where an index is dropped online.*ls'. See previous errors. 3723 16 An explicit DROP INDEX is not allowed on index '%.*ls".*ls' because it is not a statistics coll ection.*ls' because it is being referenced by object '%. 3730 16 Cannot drop the default constraint '%. Before you can drop the database.*ls'.*ls' because the view is being used for replication.*ls' because it is being used for re plication.*ls' is currently joined to an availability grou p.*ls" may be impacted by the collation upgrade.*ls'.*ls'. 3751 16 Cannot use SP_DROPEXTENDEDPROC or DBCC DROPEXTENDEDPROC with '%. It is be ing used for %ls constraint enforcement. 3745 16 Only a clustered index can be dropped online. 3739 11 Cannot %ls the index '%. 3740 16 Cannot drop the %S_MSG '%. 3732 16 Cannot drop type '%. Disable change tracking before dropping t he constraint.*ls' is not sufficiently different from the names of other columns in the table '%.*ls' because it is being referenced by objec t '%. 3733 16 Constraint '%.*ls' on %S_MSG '%. 3735 16 The primary key constraint '%. Database mirroring must be removed before you drop the database. 3748 16 Cannot drop non-clustered index '%.*ls' is created on view '%. *ls' because '%. 3801 10 Warning: The index "%. 3727 10 Could not drop constraint. . 3802 10 Warning: The constraint "%. Run DBCC CHECKTABLE.* ls'. 3738 10 Deleting database file '%ls'. 3746 16 Cannot drop the clustered index of view '%. 3749 16 Cannot drop XML Index '%. 3724 16 Cannot %S_MSG the %S_MSG '%.*ls' while it is being use d by a foreign key as SET DEFAULT referential action. 3800 16 Column name '%.*ls' because at least part of the tabl e resides on an offline filegroup. There may be other objects that reference this type. 3737 16 Could not delete file '%ls'. 3734 16 Could not drop the primary key constraint '%.*ls' was disabled as a resul t of disabling the clustered index on the %S_MSG.*ls' cannot be renamed because it is being referenced by object '%.*ls'. 3725 16 The constraint '%. 3728 16 '%. 3726 16 Could not drop object '%. Change tracking requires a primary key constraint on the table. 3741 16 Cannot drop the %S_MSG '%.*ls"."%."%.*ls' because at least part of the tabl e resides on a read-only filegroup.*ls'. us e 'Index ON Table' syntax instead.Index' syntax.*ls" may be impact ed by the collation upgrade.*ls' on table '%.*ls'. Use %ls.*ls' because it is referenced by a FORE IGN KEY constraint.3721 16 Type '%.*ls" on "%. Clustered index '%.*ls' cannot be dr opped because change tracking is enabled on the table.*ls' using old 'Table. %ls%ls."%.*ls" w as disabled because the implementation of '%. 3821 10 Warning: The foreign key constraint "%.*ls" on "%. 3851 10 An invalid row (%ls) was found in the system table sys."%."%.*ls" on "%."%. recreate it without ignore_dup_key option. the implementation of which has changed.*ls".*ls' is invalid."%. 3829 10 Metadata cache entry %d:%d in database ID(%d) is not checked for coherency due to lock timeout. 3827 10 Warning: The table "%. if possible.*ls" failed because index "%.*ls" is unavailable because it con tains a persisted computed column that depends on "%.*ls" on "%. 3815 16 Local login mapped to linked login '%.*ls". 3813 16 Upgrade of login '%.*ls" on object is dropped.*ls" on obje ct ID %d has the same name as that of another index on the same table. 3804 10 Warning: The check constraint "%. 3823 10 Warning: The object "%. See Books Online topic "Creating Indexed View s" for more information.*ls' on server '%.*ls" i s disabled because the implementation of the checksum function has changed.*ls" was dis abled and set as not trusted because the implementation of "%. The p ersisted computed columns depending on geometry or geography methods should be u npersisted and persisted again to refresh the data. Drop the inde x and. 3816 16 Upgrade of login '%.*ls".*ls". 3812 10 Event notification "%.*ls" on table "%.*ls" on service queue is dropped as broker instance is not specified.*ls" on table "%. Update the login password before upgrade."%. Run DBCC CHECKT ABLE to verify view. 3807 17 Create failed because all available identifiers have been exhaus ted.*ls" was disabled becau se the implementation of "%."%.*ls" might be corrupted because it contains a non-deterministic conversion from string to date. Consider reviewing and correcting its definition. Indexed views referencing non-deterministic expressions can't be created in 90 compatibility mode.*ls". See Books Online topic "Creating Indexes on Computed Columns" for m ore information.*ls" on "%. 3818 20 Invalid or unexpected message received. You may need to c hange the logical structure of the view to ensure all rows are unique. Run DBCC CHECKTABLE to verify index."%.*ls' failed because its name or sid is a dup licate of another login or server role.*ls" on assembly is dropped.*ls" could not be bound and was i gnored during upgrade.*ls" is disabled becaus e the index is defined on a view with ignore_dup_key index option.*ls" have changed.*ls".*ls" have changed. 3810 10 Event notification "%. 3805 10 Warning: Index "%.*ls". 3817 10 Warning: The index "%.*ls' on server '%.*ls' have changed. 3819 10 Warning: The check constraint "%.*ls' failed because its password hash is inv alid. 3806 10 Warning: Indexed view "%. Computed column indexes referencing non-deterministic expressions can't be created in 90 compati bility mode.*ls" has persisted computed columns that depends on a geometry or geography methods and may contain out-of-date inf ormation.*ls". Consider using explicit CONVERT with deterministic date sty le such as 121. 3808 10 Warning: The index "%. DBCC may report inconsistencies on this table. Rebuild the table offline and reconstruct the persisted comp uted column.*ls". Drop and recreate the remote login before upgrade."%.*ls". 3822 10 Warning: The heap "%.*ls" on "%. . 3811 10 Event notification "%. 3814 16 Local login mapped to remote login '%. Consider us ing explicit CONVERT with deterministic date style such as 121. Because of this. 3809 16 Upgrade of database "%. 3830 10 Metadata cache coherency check for database ID(%d) did not find any inconsistency.*ls" might be corrupt ed because it references computed column "%.*ls"."%."%.*ls" is disabled becaus e the implementation of the checksum function has changed.3803 10 Warning: The index "%. Drop and recreate the linked login before upgrade.*ls' is invalid.*ls".*ls" containing a non-deterministic conversion from string to date. Possible schema corruption.*ls' was all owed because of traceflag settings. 3856 10 Attribute (%ls) exists but should not for row (%ls) in sys.*ls" because the database is read-o nly. use DBCC TRACEOFF to turn off the trace flag. 3867 10 The FileTable object '%.'%. Client driver requested bot h ResetConnectionKeepLocalXact and ResetConnectionKeepDTCXact at the same time.%ls%ls. 3902 16 The COMMIT TRANSACTION request has no corresponding BEGIN TRANSA CTION. Only user defined constraints have been updated.%ls%ls. 3865 16 The operation on object '%.%ls%ls does not have a match ing row (%ls) in sys. 3854 10 Attribute (%ls) of row (%ls) in sys.%ls%ls has a matching row (% ls) in sys. 3913 16 TDS reset connection protocol error. 3853 10 Attribute (%ls) of row (%ls) in sys. Both pages together contain more data than will fit on one page. 3908 16 Could not run BEGIN TRANSACTION in database '%.%ls%ls that is invalid.%ls%ls.%ls%l s. 3864 23 Could not find an entry for index with ID %d on object with ID % d in database with ID %d. 3904 21 Cannot unsplit logical page %S_PGID in object '%. 3916 16 Cannot use the COMMIT statement within an INSERT-EXEC statement unless BEGIN TRANSACTION is used first. nchar. most recently at %S_DATE. 3866 10 The operation on FileTable system defined object '%. The object is a File Table system defined object and user modifications are not allowed. 3906 16 Failed to update database "%.%ls%ls has an invalid va lue. This ID value is reserved for SQL Server internal use.*ls' because the database is in emergency mode or is damaged and must be restarted. 3910 16 Transaction context in use by another session. in databa se '%.%ls%ls does not have a matching row (%ls) in sy s. 3903 16 The ROLLBACK TRANSACTION request has no corresponding BEGIN TRAN SACTION. Use DROP TYPE to remove this disabled type.*ls'.%ls%ls. Allowed data types are char. To prevent this informational message from a ppearing in the error log. varchar(max).*ls' contains system defined constraints that cannot be modified as long as the FILETABLE_NAMESPACE option is enabled on the table. 3909 16 Session binding token is invalid.*ls'.3852 10 Row (%ls) in sys. nvarchar.*ls' is blocked. 3914 16 The data type "%s" is invalid for transaction names or savepoint names. Run DBCC CHECKDB. 3857 10 The attribute (%ls) is required but is missing for row (%ls) in sys. and nvarchar(max). 3919 16 Cannot enlist in the transaction because the transaction has alr .*ls' is disabled because the on disk format for this CLR type has been changed. 3862 10 CLR type '%. 3915 16 Cannot use the ROLLBACK statement within an INSERT-EXEC statemen t. Other statements in the batch were ignored. 3918 16 The statement or function must be executed in the context of a u ser transaction. This is not expected in server. varchar. 3901 16 The transaction name must be specified when it is used with the mark option. 3855 10 Attribute (%ls) exists without a row (%ls) in sys. 3912 16 Cannot bind using an XP token while the server is not in an XP c all. 3859 10 Warning: The system catalog was updated directly in database ID %d.*ls'. 3860 10 Cannot upgrade database ID 32767. 3917 16 Session is bound to a transaction context that is in use. 3858 10 The attribute (%ls) of row (%ls) in sys. Error code: 0x%x. 3926 10 The transaction active in this session has been committed or abo rted by another session. The mark is ignored.*ls" that was provided is too long. so try the query again later. 3939 16 An uncommittable transaction was detected at the beginning of th e batch. 3927 10 The session had an active transaction when it tried to enlist in a Distributed Transaction Coordinator transaction. A file may have been open at com mit time or a disk I/O error may have occurred. The option is ignored. 3929 16 No distributed or bound transaction is allowed in single user da tabase. use GET_FILESTREAM_TRANSACTIO N_CONTEXT. an error occurred while trying to deliver a rollback notification to the FILESTREAM filter driver. Reissue the statement after a transaction has been started 3922 16 Cannot enlist in the transaction because the transaction does no t exist. 3936 16 The transaction could not be committed because an error occurred while tyring to flush FILESTREAM data to disk. 3934 14 The current user cannot use this FILESTREAM transaction context.*ls' with bulk-logge d operations that have not been backed up. Retry the operation. 3923 10 Cannot use transaction marks on database '%. 3920 10 The WITH MARK option only applies to the first BEGIN TRAN WITH M ARK statement. 3935 16 A FILESTREAM transaction context could not be initialized. The session has defected from the previous use r transaction. Requested versioned row was not found because the readabl e secondary access is not allowed for the operation that attempted to create the version. Roll back the entire transaction. 3949 16 Transaction aborted when accessing versioned row in table '%. Roll back the transaction.*ls'. 3948 16 The transaction was terminated because of the availability repli ca config/state change or because ghost records are being deleted on the primary and the secondary availability replica that might be needed by queries running under snapshot isolation. 3928 16 The marked transaction "%. Try the operation again and if the error persists.*ls" failed. 3931 16 The current transaction cannot be committed and cannot be rolled back to a savepoint. This was caused by an error that occur red during the processing of a FILESTREAM request in the context of this transac tion. Error code : 0x%0x.*ls ' in database '%. . 3921 16 Cannot get a transaction token if there is no transaction active . '%. 3932 16 The save point name "%. The 'LSN:' prefix is reserved.eady been committed or rolled back. The trans action will be rolled back. Retry the transaction. This can be caused by contention with Microsoft Distributed Transaction Coordinator (MS DTC) transactions or other local marked transaction that have prepared. 3938 18 The transaction has been stopped because it conflicted with the execution of a FILESTREAM close operation using the same transaction. but not committed or aborted.*ls' was one of the one or mo re files involved. The transaction was rolled back. A timeout occurred while attempting to place a mark in the log by committing the marked transaction. 3924 10 The session was enlisted in an active user transaction while try ing to bind to a new transaction. ErorrCode: 0x%x 3937 16 While rolling back a transaction. det ermine the source of the contention. 3930 16 The current transaction cannot be committed and cannot support o perations that write to the log file. This might be timing related. The m aximum allowed length is %d characters. 3925 16 Invalid transaction mark name. This might be caused by a resource shortage. 3933 16 Cannot promote the transaction to a distributed transaction beca use there is an active save point in this transaction. To obtain a valid FILESTREAM transaction context. If this error is not happening during logon trigger exec ution. Please refer to BOL on how to configure tempdb for versioning.*ls' to update. 3959 10 Version store is full. Since metadata is not versioned. A tran saction that needs to access the version store may be rolled back. Your tempdb is pro bably out of space. New version(s) could not be added. 3965 16 The PROMOTE TRANSACTION request failed because there is no local transaction active.*ls' becaus e the database did not allow snapshot isolation when the current transaction sta rted. It is disall owed because the metadata is not versioned. a metadat a change can lead to inconsistency if mixed within snapshot isolation. You must recover the database befo re you can run a transaction under snapshot isolation.3950 16 Version store scan timed out when attempting to read the next ro w. Y ou will either need to change the isolation level of the transaction or re-enabl e the snapshot isolation in the database. Retry the transaction after the database has recovered.*l s' because the ALTER DATABASE command that disallows snapshot isolation had star ted before this transaction began. It may help to retry the transaction. Check your logon trigger definition and remove any sp_bi ndsession usage if any. or insert the row that has been modified or deleted by another transaction.*ls'.*ls' because distributed trans actions are not supported under snapshot isolation. 3964 16 Transaction failed because this DDL statement is not allowed ins ide a snapshot isolation transaction. 3960 16 Snapshot isolation transaction aborted due to update conflict. 3956 16 Snapshot isolation transaction failed to start in database '%. 3954 16 Snapshot isolation transaction failed to start in database '%.*ls' because the statement was run under snapshot isolation but the transaction did not start in snapshot isol ation.*ls' becaus e the recovery was skipped for this database. The database is in transition to pending ON state . delete.*ls' becaus e the database was not recovered when the current transaction was started. Please try the statement again later when the system is not as busy. It was earlier marked as victim when the version store was shrunk due to insufficient s pace in tempdb. Please refer to BOL on how to configure tempdb for versionin g. R .*ls' directly or indirectly in database '%. A concurrent update to metadata can lead to inconsistency if mixed with snapshot isolation. 3955 16 Snapshot isolation transaction failed in database '%. Y ou cannot use snapshot isolation to access table '%. You must wait until the ALTER DATABASE Command completes successfully. 3951 16 Transaction failed in database '%. 3958 16 Transaction aborted when accessing versioned row in table '%. 3957 16 Snapshot isolation transaction failed in database '%.*l s' because the ALTER DATABASE command which enables snapshot isolation for this database has not finished yet. This transaction was marked as a victim earlier because it may n eed the row version(s) that have already been removed to make space in tempdb. 3953 16 Snapshot isolation transaction failed in database '%. 3963 16 Transaction failed in database '%. 3952 16 Snapshot isolation transaction failed accessing database '%. 3966 17 Transaction is rolled back when accessing version store. Retry the transaction or change the isolation level for the update/delete statement. You cannot change the isolation level of the transaction to snapshot afte r the transaction has started unless the transaction was originally started unde r snapshot isolation level.*ls ' in database '%.*ls' because snapshot isolation is not allowed in this database. contact production support team. 3962 16 Bind to another transaction while executing SQL Server internal query is not supported. 3961 16 Snapshot isolation transaction failed in database '%. Requested versioned row was not found. Use ALTER DATABASE to allow snapshot isolation. The database is in transition to OFF state.*ls' becaus e the object accessed by the statement has been modified by a DDL statement in a nother concurrent transaction since the start of this transaction. this can be caused by abort signal sent from client. Need to shri nk the version store to free up some space in tempdb.etry the transaction 3967 17 Insufficient space in tempdb to hold row versions. 3974 16 The number of databases in exclusive mode usage under a workspac e is limited. The operation failed. the operation failed. Th is is usually caused by low memory in the system. 3976 16 The transaction name has the odd length %d. 3972 20 Incoming Tabular Data Stream (TDS) protocol is incorrect. 3983 16 The operation failed because the session is not single threaded.*ls". Transa ction Manager event has wrong length. The batch has been aborted. 3987 10 SNAPSHOT ISOLATION is always enabled in this database.*ls" has been ended inside of it. The batch has been a borted. 3985 16 An error occurred during the changing of transaction context. 3975 16 The varchar(max) data type is not supported for sp_getbindtoken. 3991 16 The context transaction which was active before entering user de fined routine. 3980 16 The request failed to run because the batch is aborted. Desc:%I64x. Check your logon trigger definition and remove any distributed transaction usage if any. If this error is not happening during logon trigger e xecution. 3979 16 The TM request is longer than expected. 3973 16 The database is currently being used by another thread under the same workspace in exclusive mode. Try to free up more memory. 3992 16 Transaction count has been changed from %d to %d inside of user defined routine. 3981 16 The transaction operation cannot be performed because there are pending requests working on this transaction.*ls' because SQL Server was started with one or more undocumented trace flags that prevent enabling database for versioning. Because the limit has been exceeded. which i s not allowed. contact production support team. Actua l length: %d. The batch has been aborted. Restart the server. or another request is running in th e same session. 3977 16 The savepoint name cannot be NULL. The operation failed. trigger or aggregate "%. 3971 16 The server failed to resume the transaction. 3984 16 Cannot acquire a database lock during a transaction change. trigger or aggregate "%. Transaction (id=%I64d xsn= %I64d spid=%d elapsed_time=%d) has been marked as victim and it will be rolled b ack if it accesses the version store. Change application logic to enforce strict transaction nesting. trigger or aggregate because the transaction is not started in that CLR l evel. The request is not proce ssed. Please refer to BOL on how to configure tempdb for versioning. This is not allowed and user tran . 3969 16 Distributed transaction is not supported while running SQL Serve r internal query. which makes the session busy. If the problem persists. Transaction started w ith snapshot isolation will fail and a query running under read committed snapsh ot will succeed but will resort back to lock based read committed. 3982 16 New transaction is not allowed to be started while DTC or bound transaction is active. 3968 10 Snapshot isolation or read committed snapshot is not available i n database '%. Event type: %d. Expected length: %d. 3986 19 The transaction timestamps ran out. 3990 16 Transaction is not allowed to commit inside of a user defined ro utine. Change application logic to enforce strict transaction nesting. 3970 16 This operation conflicts with another pending operation on this transaction. 3988 16 New transaction is not allowed because there are other threads r unning in the session. the likely cause is improperly sized tempdb or long running transactions. 3989 16 New request is not allowed to start because it should come with valid transaction descriptor. 3978 16 Beginning a new transaction after rollback to save point is not allowed. varbinary(max). server is disconnecting. 4007 16 Cannot update or insert column "%. Login fails. The login fails. 4001 10 Client sends a sp_reset_connection while there is still pending requests. Using user default %.*ls is not an official language name on this SQL Server. trigger or aggregate tried to rollback a t ransaction that is not started in that CLR level. The stream ended unexpectedly.*ls' for language %. The Query Notification TDS header contained errors. 3997 16 A transaction that was started in a MARS batch is still active a t the end of the batch.saction will be rolled back. Change application logic to enforce strict transact ion nesting. Using server-wide default %.*ls' is not an official name on t his SQL Server.*ls instead. An exception will be thrown to prevent execution of rest of the user defined routine. The TDS headers contained errors.*ls instead.*ls is an official language name on this SQL Server. 4006 16 You cannot delete rows from more than one underlying table in a single delete call.*ls instead. Using server-wi de default %. 4014 20 A fatal error occurred while reading the input stream from the n etwork. 3996 16 Snapshot isolation level is not supported for distributed transa ction. 4013 16 The incoming tabular data stream (TDS) protocol stream is incorr ect. 4021 16 Resetting the connection results in a different state than the i nitial login. 3999 17 Failed to flush the commit table to disk in dbid %d due to error %d. The batch will be term . This is not allowed and the transaction will be rolled back.*ls" is not ended upon exiting from it. and XML cannot be used in the compute clause by client driver versions earlier than SQL Server 2005. 4010 16 The incoming tabular data stream (TDS) protocol stream is incorr ect. Change application logic to enf orce strict transaction nesting. 4005 16 Cannot update columns from more than one underlying table in a s ingle update call. The transaction is rolled back. trigger or aggregate. 4011 16 The incoming tabular data stream (TDS) protocol stream is incorr ect. The multiple active result sets (MARS) TDS header is missing. Check the errorlog for more information. 4008 16 The data types varchar(max). T he transaction is rolled back.*ls instead. Using mdy instead. Using server-wide default %. 4009 16 The incoming tabular data stream (TDS) protocol stream is incorr ect.*ls' is not an official name on t his SQL Server. 4002 16 The incoming tabular data stream (TDS) protocol stream is incorr ect. The session will be terminated (input error: %d. output error: %d). 4020 16 Default date order '%. 4012 16 An invalid tabular data stream (TDS) collation was encountered. 4015 16 Language requested in login '%. valid value range is 0 t o 5.*ls' nor user default language %. 3994 16 User defined routine. 4017 16 Neither the language requested in 'login %.7 or earlier. The MARS TDS header contained errors. 4019 16 Language requested in login '%. It may be an expression. trigger or aggregate "%.*ls' is not an official language name on this SQL Server. 4016 16 Language requested in 'login %. 3995 16 Unknown transaction isolation level %d.*ls is invalid. Use another isolation level or do not use distributed transaction. 3993 16 The user transaction that has been started in user defined routi ne.*ls". 4022 16 Bulk load data was expected but not sent. 4018 16 User default language %. nvarchar(max). Please resubmit the query using a more recent client driver. 4004 16 Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3. 3998 16 Uncommittable transaction is detected at the end of the batch. which is not supporte d any more. Try upgrading the clie nt operating system or applying a service update to the database client software .*ls" does not match the MEDIANAM E "%ls" of the device "%ls".*ls' (ID=%d) uses collati .inated. 4068 20 sp_resetconnection was sent as part of a remote procedure call ( RPC) batch. 4027 16 Mount tape for %hs of database '%ls' on tape drive '%ls'. 4071 10 The XP callback function '%. Please resubmit the query using a more rece nt client driver. 4064 11 Cannot open user default database. 4069 16 The final value of the output parameter was null. nvarchar(max). 4070 16 More than 255 columns were specified in the COMPUTE clause. and could not be sent to a 6.*ls' because it was executed within an INSERT-EXEC statement which does not all ow the extended procedure to send information other than result set.*ls is not recognized by older client drivers. 4073 16 A return value of data type varchar(max).*ls' because the extended procedure is called inside an UDF which doesn't allow sending data. file '%ls' on file %d.*ls" that was requested by the login. 4038 16 Cannot find file ID %d on device '%ls'. Try upgrading the client ope rating system or applying a service update to the database client software.*ls" instead. 4028 16 End of tape has been reached.*ls. The login f ailed. See SQL Server Books Online for more information on chan ging collations. 4066 16 Type IDs larger than 65535 cannot be sent to clients shipped in SQL Server 2000 or earlier. XML or other large object type can not be returned to client driver ver sions earlier than SQL Server 2005. 4076 16 The ALTER DATABASE statement failed because the database collati on %. Try upgrading the client opera ting system or applying a service update to the database client software. 4078 16 The statement failed because column '%. Login failed. 4063 11 Cannot open database "%. and this metadata cannot be sent to a SQL Server version 6. 4075 16 The USE database statement failed because the database collation %. 4072 10 The XP callback function '%. which is not recognized by older client drivers.*ls" requested by the login nor the user default database could be opened. 535 columns. This connection will be te rminated.*ls is not recognized by older client drivers. 4060 11 Cannot open database "%. Us ing the user default database "%. but it was not the last RPC in the batch. 4062 11 Cannot open user default database. 4074 16 Client drivers do not accept result sets that have more than 65.*ls' failed in extended procedure '% .*ls' failed in extended procedure '% . The master database is being used instead.5 client. 4061 11 Neither the database "%. varbina ry(max). Remove tape '%ls' and mount next t ape for %hs of database '%ls'. See SQL Server Books Online for more information on changing collations. 4030 10 The medium on device '%ls' expires on %hs and cannot be overwrit ten. Using master database instead .*ls' through ODS. or use a different collation. 4065 16 User is trying to use '%. See SQL Server Books Online for more information on ch anging collations. or use a different collation.5 client expecting the parameter to be non-nullable.*ls" requested by the login. 4067 16 CLR type serialization failed because an invalid cookie was spec ified. 4077 20 The statement failed because the sql_variant value uses collatio n %. or u se a different collation. 4035 10 Processed %I64d pages for database '%ls'. 4037 16 The user-specified MEDIANAME "%. which is not recognized by older client drivers. 4126 16 No full-text indexed columns were found. 4108 16 Windowed functions can only appear in the SELECT or ORDER BY cla uses. 4111 16 The CREATE SCHEMA statement should be followed by a name or auth orization keyword.on %. 4122 16 Remote table-valued function calls are not allowed.*ls" could not be bound.*ls" or the user-defined function o r aggregate "%.*ls' was deduced to be a table-valued parameter . and cann ot be used with the OVER clause. 4120 16 A user-defined function name cannot be prefixed with a database name in this context. 4130 16 A duplicate hint was specified for the BULK rowset. 4103 15 "%. 4104 16 The multi-part identifier "%. 4101 16 Aggregates on the right side of an APPLY cannot reference column s from the left side. partition functions. changes to the table schema require a refresh of all table data. 4112 16 The function '%.*ls" c ontains a computed column.*ls. Contac t your SQL Server support professional and provide details about the query you w ere trying to run. and column referenc es are not allowed in expressions in this context. . Only references to columns at an outer scope or standalone expressions and subqueries are allowed here.*ls": Temporary views are not allowed. Retry the query operation. or the name is ambiguous. which cannot be sent by client driver versions earlier than SQL Server 2008. 4110 16 The argument type "%s" is invalid for argument %d of "%s". 4079 16 The statement failed due to arithmetic overflow when sending dat a stream. 4127 16 At least one of the arguments to COALESCE must be an expression that is not the NULL constant. See SQL Server Books Online for more informatio n on changing collations. Try upgrading the cli ent operating system or applying a service update to the database client softwar e.*ls" schema is being altered too frequently.*ls" cannot take correlated parameters or subqueries because it uses a full-text operator. 4113 16 The function '%.*ls' is not a valid windowing function.*ls' must have an OVER clause with ORDER BY. or FETCH clause. 4128 16 An internal error occurred during remote query execution. use SQL Serv er Profiler to identify what schema-altering operations are occurring. P lease resubmit the query using a more recent client driver. OFFSET. 4119 16 Default values cannot be assigned to property setters of columns with a CLR type.*ls". 4115 16 The reference to column "%. 4121 16 Cannot find either column "%.*ls" is not allowed in an argument to a TOP. 4117 16 Cannot retrieve table data for the query operation because the t able "%. 4124 16 The parameters supplied for the batch are not valid. Because the table "%. The TRACE TDS header contained errors. or use a different collation. 4081 16 The parameter '%. 4109 16 Windowed functions cannot be used in the context of another wind owed function or aggregate. 4105 16 User-defined functions. 4118 16 An invalid expression was specified in the FOR UPDATE clause.*ls' takes exactly %d argument(s). 4102 15 The READPAST lock hint is only allowed on target tables of UPDAT E and DELETE and on tables specified in an explicit FROM clause. 4080 16 The incoming tabular data stream (TDS) protocol stream is incorr ect. 4107 16 Inserting into remote tables or views is not allowed by using th e BCP utility or by using BULK INSERT. 4116 16 The function 'ntile' takes only a positive int or bigint express ion as its input. 4114 16 The function '%. 4129 16 The inline function "%. and if the problem persists. 4132 16 The value specified for the variable "%. 4161 16 Only CLR types are allowed in delayed CLR type fetching. 4135 16 Synonym '%. This may be caused by a conflicting hint specified for a view.*ls" in one or more OPTIMIZE FOR clauses. 4142 16 Aggregates are not allowed in the RECEIVE list. 4151 16 The type of the first argument to NULLIF cannot be the NULL cons tant because the type of the first argument has to be known. 4152 16 Type "%. 4160 16 Could not find suitable key in table '%. 4146 16 Statistics can only be created on columns. 4136 16 The hint '%. 4143 16 The bulk openrowset provider is not a valid target for %.*ls" is not a valid property. please drop and recreate this computed column.*ls'. 4169 16 Applying TREAT more than once to the same expression is not allo .*ls'. 4137 16 A format file cannot be specified together with SINGLE_BLOB. 4138 16 Conflicting locking hints are specified for table "%.*ls'. 4154 16 UNNEST can only take an expression of type multiset. Synonyms on queue s are not allowed.*ls" is referenced more than once in the set list. 4167 16 Multiple PROB_MATCH subqueries can only refer to the same base t able. 4145 15 An expression of non-boolean type specified in a context where a condition is expected. 4158 16 The field "%.*ls" in the OPTIMIZE FOR clause could not be implicitly converted to that variable's type. or nested delete mus t be of type multiset. 4134 16 Metadata stored on disk for computed column '%. 4139 16 Cannot process the query because it references the common langua ge runtime (CLR) table-valued function "%. nested update. 4159 16 Delayed CLR type instances require local base table column as an argument. 4157 16 "%. must be present in all subqueries and must be the same constant and variable. 4162 16 A PROB_MATCH table can only be used inside of a PROB_MATCH query . 4168 16 Invalid PROB_MATCH project item in the PROB_MATCH SELECT list.*ls' is not allowed when inserting into remote table s.*ls". 4166 16 Invalid PROB_MATCH subquery.*ls' cannot be used with the hint '%. *ls' did not match the column definition.4131 16 A compile-time literal value is specified more than once for the variable "%. 4163 16 A GROUP BY clause is required in a PROB_MATCH query. 4141 16 Nested CLR type updates are not allowed.*ls' is defined over queue '%. SIN GLE_CLOB or SINGLE_NCLOB option. 4164 16 A GROUP BY clause in a PROB_MATCH query can only have key column s. or method.*ls.*ls' for use in delayed CLR type fetching. if present in one of the subqueries .*ls' in table '%. 4153 16 Cannot treat data type "%ls" as data type "%ls". Consider removing hint from recursive CTE reference '%.*ls'. In order to avoid possible index corru ption. 4144 16 The hint '%. either directly or through a property. and needs to include all the key columns. field. 4155 15 The SELECT list for the nested INSERT statement can only contain one item.*ls" with a hint through view "%.*ls" is not a CLR type.*ls". near '%. 4148 16 XML methods are not allowed in a GROUP BY clause. 4165 16 The score override argument. 4150 16 Hints are not allowed on recursive common table expression (CTE) references. 4133 16 Only a scalar expression may be specified as the argument to the RETURN statement. 4156 16 The target of nested insert. 4140 15 The READCOMMITTEDLOCK lock hint is not allowed on the target tab le of an INSERT statement. 4214 16 BACKUP LOG cannot be performed because there is no current datab ase backup. 4170 16 The (ANY) specification can only be applied to expressions of ty pe multiset. 4192 16 Cannot resolve collation conflict. 4194 15 RANGE is only supported with UNBOUNDED and CURRENT ROW window fr ame delimiters. changes to the table schema req uire a refresh of all table data. use SQL Server Profiler to identify what schema-altering operations ar e occurring. 4193 16 '%. 4177 16 The FROM clause of a PROB_MATCH query must consist of a single d erived table. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE. 4202 16 BACKUP LOG is not possible because bulk logged changes exist in the database and one or more filegroups are unavailable. The legacy LOB types do not support Unicode supplementary characters whose cod epoints are U+10000 or greater. Consider removing the subquery or function f rom the column definition or removing the column from the OUTPUT clause.*ls' because these legacy LOB types do not support the Unicode supplementary characters whose code points are U+10000 or greater.%. 4175 16 Nested updates cannot be performed on CLR types that are not For mat.*ls' cannot be referenced in the OUTPUT clause bec ause the column definition contains a subquery or references a function that per forms user or system data access. 4191 16 Cannot resolve collation conflict for %ls operation.%.*ls'. Only references to columns at an outer scope or standalone expressions and subqueries are allowed here. 4173 16 "%. 4187 16 Data type %ls of receiving variable cannot store all values of t he data type %ls of column '%.Structured.*ls" is not allowed in an argument to the NTILE function. 4196 16 Column '%ls.*ls' without data loss. 4195 16 The reference to column "%.*ls" c ontains a filtered index or filtered statistics. 4215 10 The log was not truncated because records at the beginning of th . 4172 16 Incorrect use of full-text %s. 4176 16 Too many parameters were specified for FULLTEXTTABLE of type "Si mple". Use types varchar(max). nvarchar(max) or use a collation which does not have the _SC flag. Retry the query operation. and if the problem persists.*ls' is not a valid window frame and cannot be used with the OVER clause. 4190 16 PIVOT operator is not allowed in the recursive part of a recursi ve common table expression '%. 4188 16 Column or parameter '%. nvarchar(max).*ls' cannot be referenced in the OUTPUT clause bec ause the column definition contains an expression using a window function. Use BACKUP DATABA SE instead.*ls' . 4184 16 Cannot retrieve table data for the query operation because the t able "%. Because the table "%. or a colla tion which does not have the _SC flag. The maximum number of parameters is %d. 4186 16 Column '%ls. Change the column or parameter type to varchar(m ax). 4197 16 An internal query compilation error occured during binding.wed in a full-text property reference.*ls" schema is being altered too frequently. 4174 16 Delayed CLR type instantiation fetch value query may only refere nce column of a large object or large value type. 4212 16 Cannot back up the log of the master database. 4185 16 This action cannot be performed on a system type. 4189 16 Cannot convert to text/ntext or collate to '%.*s" is not a valid scoring function name. 4171 16 Alias was not specified for an aggregate in the PROB_MATCH SELEC T list. 4208 16 The statement %hs is not allowed while the recovery model is SIM PLE.*ls' has type '%ls' and collation '%. A function is assumed by default to perform da ta access if it is not schemabound. Use RESTORE WITH RECOVERY to bring affected data online. Ensure the Log Reader Agen t or capture job is running or use sp_repldone to mark transactions as distribut ed or captured. 4322 10 This backup set contains records that were logged before the des ignated point in time.*ls. 4326 16 The log in this backup set terminates at LSN %. which is too rec ent to apply to the database. but WITH NORECOVERY was specifie d. 4310 16 RESTORE PAGE is not allowed on file "%ls" because the file is no t online. 4303 16 The roll forward start point is now at log sequence number (LSN) %.*ls. Either restore the backup set that was interrupted o r restart the restore sequence. Remove the confl icting option and reissue the command. 4308 10 The online restore is complete. which is too early to apply to the database.*ls. 4315 10 Some files still require more restore steps before the online re store sequence can be completed. Reissue the RESTORE LOG statement WITH NORECOVERY. The database is being left in the Restoring state so you can apply another log file. An earlier log backup that includes LSN %.*s. To force an offline restore. 4307 16 The online restore to database '%ls' failed.*ls.*s is required to complete the restore sequence. 4323 16 A previous RESTORE WITH CONTINUE_AFTER_ERROR operation left the database in a potentially damaged state.*ls can be restored. A more recent log backup that includes LSN %. This log termin ates at LSN %. 4320 16 The file "%ls" was not fully restored by a database or file rest ore. Additional roll forward past LSN %.*l s can be restored. or restore data to be consistent with rest of the database. Roll forward stops at log sequence nu mber %. Perform a BACKUP L OG. The entire file must be successfully restored before applying this backup s et. 4330 16 This backup set cannot be applied because it is on a recovery pa . 4318 16 File '%ls' has been rolled forward to LSN %.*ls. dropped at L SN %. Restore the transaction log beyond the point in time when the file was dropped.e log are pending replication or Change Data Capture. It may be appropria te to perform an offline restore instead. The database is being left in the restoring state so that more roll forward can be performed.*ls. although subsequent backups will duplicate th e work of this backup. 4217 10 BACKUP LOG cannot modify the database because the database is re ad-only. 4302 16 The option "%ls" conflicts with online restore. first tak e the database offline using the ALTER DATABASE statement. The backup will continue. 4327 16 The log in this backup set contains bulk-logged changes. On ly a file restore is currently possible. Use more recent data backups to bridge the gap. 4218 16 Bulk-logged operations exist in the database. 4328 16 The file "%ls" is missing. 4319 16 A previous restore operation was interrupted and did not complet e processing on file '%ls'. 4329 10 This log file contains records logged before the designated mark . The file is created at log sequence number (LSN) %. To continue this RESTORE sequence. 4311 16 RESTORE PAGE is not allowed from backups taken with earlier vers ions of SQL Server.*ls. Point-i n-time recovery was inhibited. The database has been rolled forward to the end o f the log. 4305 16 The log in this backup set begins at LSN %. which is too early to apply the WITH RECOVERY option. all further steps must include the CONTINUE_AFTER_ERROR option. 4309 16 The state of file "%ls" prevents restoring individual pages. 4312 16 This log cannot be restored because a gap in the log chain was c reated. . 4339 10 This RESTORE statement successfully performed some actions. 4350 16 The list of pages provided with the RESTORE PAGE statement is in correctly formatted. 4341 16 This log backup contains bulk-logged changes. but the database could not be brought online because one or more RESTORE steps are n eeded. 4331 16 The database cannot be recovered because the files have been res tored to inconsistent points in time. 4337 16 The file "%ls" has been dropped and cannot be restored into the online database. Choose a different stop point or use RESTORE DATABASE WIT H RECOVERY to recover at the current point.*ls. This error does not interfere with any activity except mainten ance of the suspect_pages table. 4351 16 Backups taken on earlier versions of SQL Server are not supporte . 4340 16 The point-in-time clause of this RESTORE statement is restricted for use by RESTORE LOG statements only. All or part of the datab ase is already rolled forward beyond that point. 4334 16 The named mark does not identify a valid LSN. An offline restore is initiated by usi ng BACKUP LOG WITH NORECOVERY. 4349 16 The log in this backup set begins at LSN %. 4335 16 The specified STOPAT time is too early. Omit the point-in-time clause or restore th e primary filegroup. It may be appropria te to perform an offline restore instead. which will restore the database t o a different point in time. Check that all pages are identified by numeric <file>:<page> pairs with commas separating each pair. This restore sequence needs to initialize the log to start at LSN %. 4347 16 The current restore sequence was previously interrupted during t he transition to the online state. 4342 16 Point-in-time recovery is not possible unless the primary filegr oup is part of the restore sequence.th that is inconsistent with the database. It cannot be used to stop at an arbitrary point in time. 4332 16 RESTORE LOG has been halted. see SQL Server Books Online. 4343 16 The database has been rolled forward to the end of this backup s et and beyond the specified point in time. 4346 16 RESTORE PAGE is not allowed with databases that use the simple r ecovery model. 4345 10 Problems recording information in the msdb.*ls. 4344 16 RESTORE PAGE is not allowed on read-only databases or filegroups . Reissue the RESTORE LOG statement using an earlier log ba ckup. RESTORE WITH RECOVERY can be used to accept the current recovery point. Prior to the problem %d pages were correctly identified. To use the database in its current state. 4336 16 The filegroup "%ls" has been dropped and cannot be restored into the online database. which is too rec ent to apply to the database. The recovery path is the sequence of data and log backups that have brought the database to a particular recovery poi nt.2:31'. Find a compatible backup to restore. Th e problem was hit at character offset %d. For more information about recovery paths. run RESTORE DATABASE %ls WITH RECOVERY. RESTORE DATABASE WITH RECOVERY can be used to complete the transition to online. For example: PAG E='1:57. 4338 16 The STOPAT clause specifies a point too early to allow this back up set to be restored.suspect_pages table were encountered. Omit the clause or use a clause that in cludes a timestamp. 4333 16 The database cannot be recovered because the log was not restore d. or restore the rest of the database to match a recovery point within this backup set. Check the error log for more information. Previous messages indicate reasons why recovery cannot occur at this poin t. 4348 16 The online restore to database '%ls' failed. 4423 16 View '%. Piec emeal restore is not supported when an upgrade is involved.*ls' is not updatable because it contains aggre gates. Take a log backup and then retry the RESTORE. 4405 16 View or function '%. 4425 16 Cannot specify outer join operators in a query containing joined tables. or a DISTINCT or GROUP BY clause. 4354 10 The file '%. The maximum number of tables in a query (%d) was exceeded. 4355 16 The revert command is incorrectly specified. The query and the views or functions in it exce ed the limit of %d tables. 4413 16 Could not use view or function '%.*ls" because it or a view it reference s was created with WITH CHECK OPTION and its definition contains a TOP or OFFSET clause.*ls' is not updatable because the modificati on affects multiple base tables. or PIVOT or UNPIVOT operator. 4416 16 UNION ALL view '%. or a DISTINCT or GROUP BY clause. 4426 16 View '%.*ls' because of binding errors . Only a single WITH MOVE clause should be specified for any logical file name. or PIVOT or UNPIVOT operator.*ls' is not updatable because the definition c ontains a disallowed construct. The CONTINUE_AFT ER_ERROR option can be used to force the recovery. 4421 16 Derived table '%. 4357 16 Restore cannot take '%ls' offline because changes exist that req uire a log backup. 4356 10 Restore is complete on database '%ls'. The RESTORE stateme nt must be of the form: RESTORE DATABASE <x> FROM DATABASE_SNAPSHOT = <y>. 4406 16 Update or insert of view or function '%. 4360 16 RESTORE LOG WITH CONTINUE_AFTER_ERROR was unsuccessful. View or function '%.*ls' because it contains a ggregates. 4352 16 RESTORE LOG is not supported from this data backup because file '%ls' is too old. 4353 16 Conflicting file relocations have been specified for file '%.*ls' contains outer join operators.*ls' is not updatable because the definition co ntains a UNION operator. 4418 16 Derived table '%.*ls' is not updatable because either it was created WITH CHECK OPTION or it spans a view created WITH CHECK OPTION and the target table is referenced multiple times in the resulting query. 4424 16 Joined tables cannot be specified in a query containing outer jo in operators. Revise the query to reduce the number of tables. The database is now avai lable. 4417 16 Derived table '%. Use a regular log backup to continue the restore sequence.*ls but must be restored to LSN %. 4420 16 Derived table '%. . 4408 19 Too many tables.*ls' contains joined tables. 4427 16 Cannot update the view "%.*ls' has an INSTEAD OF DELETE trigger and cannot be a ta rget of a DELETE FROM statement. 4359 16 The STOPAT option cannot be used with this partial restore seque nce because one or more FILESTREAM filegroups are not included. 4403 16 Cannot update the view or function '%.d by fn_dump_dblog.*ls' is not updatable because the modification affects multiple base tables. 4422 16 View '%. but this should only be used if you do not intend to subsequently restore the FILESTREAM filegroups. View or function '%.*ls' failed because it c ontains a derived or constant field. 4414 16 Could not allocate ancillary table for view or function resoluti on.*ls' is not updatable because the definition contains a UNION operator.*ls '. Executio n of the RESTORE command was aborted.*ls.*ls' has an INSTEAD OF UPDATE trigger and cannot be a ta rget of an UPDATE FROM statement.*ls' is not updatable because a column of the d erived table is derived or constant.*ls' of restored database '%ls' is being left in the defunct state because the database is being upgraded from a prior version. 4358 16 The database can not be brought online because file '%ls' is cur rently restored to LSN %. 4415 16 View '%. 4441 16 Partitioned view '%. 4438 16 Partitioned view '%. 4454 16 Cannot update the partitioned view "%.*ls' is not updatable because the primary key of table '%.*ls" because the partition ing columns of its member tables have mismatched types.*ls' is not updatable because the table '%.*ls' has an IDENTITY constraint.*ls' is not updatable because the definition contains a set operator.*ls' has a CASCADE DELETE or CASCADE UPDATE constraint.*ls' is not updatable because it does not de liver all columns from its member tables. UPDATE or DELETE trigger.*ls' is not updatable because a partitioning c olumn was not found. 4502 16 View or function '%.*ls' has an INSTEAD OF trigger. 4456 16 The partitioned view "%. 4449 16 Using defaults is not allowed in views that contain a set operat or.*ls' contains a self-reference. 4440 16 UNION ALL view '%. 4434 16 Partitioned view '%.*ls' is not updatable because table '%. 4457 16 The attempted insert or update of the partitioned view failed be cause the value of the partitioning column does not belong to any of the partiti ons.*ls' is not included in the union result.*ls' will be ignored. 4451 16 Views referencing tables on multiple servers are not updatable i n the edition of this SQL Server instance '%.*l s' is used multiple times.*ls' is not updatable because table '%.*ls' of view '%.*ls' becaus e the table '%. 4448 16 Cannot INSERT into partitioned view '%. 4435 16 Partitioned view '%.*ls' is not updatable as the target of a bul k operation. Views or fun ctions cannot reference themselves directly or indirectly.*ls' because it reference .*ls' has a DEFAULT constraint. 4433 16 Cannot INSERT into partitioned view '%.*ls' o f base table '%. 4432 16 Partitioned view '%. 4452 16 Cannot UPDATE partitioning column '%.*ls" because the definition of column "%. 4447 16 View '%.*ls' of view '%.4429 16 View or function '%.*ls" is not updatable because one or mor e of the non-partitioning columns of its member tables have mismatched types. 4437 16 Partitioned view '%.*ls' has more column names specified than co lumns defined. 4431 16 Partitioned view '%. 4453 16 Cannot UPDATE partitioning column '%.*ls' is not updatable because base table '%. 4439 16 Partitioned view '%.*ls'. 4446 16 Cannot update the UNION ALL view "%.*ls' is not updatable because the primary key of table '%.*ls' has a INSERT. 4444 16 UNION ALL view '%.*ls' is used multiple times.*ls" is used by another view column.*ls' is not updatable because the source que ry contains references to partition table '%.*ls'.*ls' has a timestamp column. 4442 16 UNION ALL view '%.*ls' is not updatable because a primary key wa s not found on table '%.*ls' because table '%. 4503 16 Could not create schemabound %S_MSG '%.*ls' is not updatable because column '%. 4436 16 UNION ALL view '%.*ls' in table '%.* ls' has an index on a computed column.*ls ' has an IDENTITY constraint.*ls' because values were not supplied for all columns. 4430 10 Warning: Index hints supplied for view '%. 4443 16 UNION ALL view '%.*ls'. 4450 16 Cannot update partitioned view '%.*ls' is not updatable because table '%.*ls" of view "%. 4445 16 UNION ALL view '%.*ls' becaus e the table '%.*ls' is not unioned with primary keys of preceding tables.*ls' because the definition of the view column '%.*ls' is not updatable because a value was no t specified for partitioning column '%. See books online for more det ails on feature support in different SQL Server editions.*ls'. *ls' because CLR type '%.*ls' exceed s the maximum of %d columns. 4504 16 Could not create %S_MSG '%. 4620 16 All permissions in a grant/deny/revoke statement should be at th e same scope (e. 4619 16 CREATE DATABASE permission can only be granted in the master dat abase. 4521 16 Cannot use object '%. 4523 16 Cannot create trigger on view '%.*ls' is not schema bound.*ls' with autodrop object attribute in sche mabinding expressions because it is a system generated view that was created for optimization purposes.*ls' because it contains an EXECU TE statement. 4519 16 Cannot %S_MSG %S_MSG '%.*ls' in view '%. Table na mes that begin with '#' denote temporary tables. 4617 16 Cannot grant. 4517 16 Service queue object cannot be used in schemabinding expressions . 4602 14 Only members of the sysadmin role can grant or revoke the CREATE DATABASE permission. 4615 16 Invalid column name '%. 4515 16 CREATE FUNCTION failed because column '%. '%. '%. 4506 16 Column names in each view or function must be unique. 4610 16 You can only grant or revoke permissions on objects in the curre nt database.g.*ls'. deny or revoke permissions to or from special role s.*ls' is specified more than once. 4606 16 Granted or revoked privilege %ls is not compatible with object. 4513 16 Cannot schema bind %S_MSG '%.*ls in the AS clause. 4508 16 Views or functions are not allowed on temporary tables.*ls' on view '%.*ls' is a service queue. 4514 16 CREATE FUNCTION failed because a column name is not specified fo r column %d. Names must be in two-part format and an object cannot refe rence itself.*ls' does no t exist in the target database '%.. specify the CASCADE opti on. Column nam e '%. 4522 16 Cannot alter view '%.*ls'. 4604 16 There is no such user or group '%.*ls' because it is a system gen erated view that was created for optimization purposes.*ls' in function '%. 4510 16 Could not perform CREATE VIEW because WITH %ls was specified and the view is not updatable.*ls'.*ls' or you do not have permis sion. 4616 16 You cannot perform this operation for the resource database.s an object in another database. 4511 16 Create View or Function failed because no column name was specif ied for column %d. 4516 16 Cannot schema bind function '%.*ls' because name '%.*ls' because it is a sys tem generated view that was created for optimization purposes.*ls' because it is a system generated view that was created for optimization purposes. 4613 16 Grantor does not have GRANT permission. 4618 16 You do not have permission to use %.*ls' is invali d for schema binding. 4512 16 Cannot schema bind %S_MSG '%.*ls ' exceeds the maximum of %d columns. server or database) 4621 16 Permissions at the server scope can only be granted when the cur rent database is master 4622 16 Permissions at the server scope can only be granted to logins 4623 16 The all permission has been deprecated and is not available for this class of entity . 4520 16 Cannot disable index on view '%. 4611 16 To revoke or deny grantable privileges.*ls' in view or function '%.*ls' because it is a system gene rated view that was created for optimization purposes. 4505 16 CREATE VIEW failed because column '%. *ls'. 4810 16 Expected the TEXT token in data stream for bulk copy of text or image data. 4807 21 The bulk copy (bcp) client sent a row length of %d. Use a supported client application programming interface (API). or yourself.*ls" because it does not exist or you do not have permissions. The minimum row size is %d. The host program may have terminated. a premature end-of-message was encountered--an incoming data stream was interrupted when the server expecte d to see more data. The ORDER hint is ignored. 4711 16 Cannot truncate table '%. or image data. dbo. deny. n text. The sorted column '%.*ls' was specified mor e than once.*s or you do not have permis sion.*ls' because it is published for replic ation or enabled for Change Data Capture. The sorted column '%.*ls'. 4818 16 Could not bulk load. 4809 16 SINGLE_NCLOB requires a UNICODE (widechar) input file. This is not a valid size. or revoke permissions to sa. 4814 16 Bulk copy into a partitioned table is not supported for down-lev el clients. 4804 21 While reading current row from host. 4815 16 Received an invalid column length from the bcp client for colid %d. entity own er. 4710 16 Could not truncate object '%. The file specified is not Unicode. 4808 16 Bulk copy operations cannot trigger bulk load statements. It DOES NOT imply ALL permissions defined on the entity. . 4803 21 The bulk copy (bcp) client has sent a row length of %d.*ls'. 4811 16 Expected the column offset in data stream for bulk copy of text or image data. 4812 16 Expected the row offset in data stream for bulk copy of text or image data. 4701 16 Cannot find the object "%. 4801 16 Insert bulk is not supported over this access protocol. The ORDER hint is ignored. 4817 16 Could not bulk load. The maximum row size is %d. 4625 16 There is no such server principal %. 4707 16 Could not truncate object '%. 4708 16 Could not truncate object '%. 4629 16 Permissions on server scoped catalog views or system stored proc edures or extended stored procedures can be granted only when the current databa se is master. 4805 17 The front-end tool you are using does not support bulk load from host. 4628 16 The ALL permission is deprecated and maintained only for compati bility.*ls' because it or one of its index es resides on a READONLY filegroup '%.*ls' because it or one of its index es resides on an offline filegroup '%. 4806 16 SINGLE_CLOB requires a double-byte character set (DBCS) (char) i nput file. 4813 16 Expected the text length in data stream for bulk copy of text.4624 16 Cannot grant. 4712 16 Cannot truncate table '%. 4709 16 You are not allowed to truncate the system table '%.*ls' because it is not a table. SINGLE_CLOB. Ensure that you are us ing a supported client application programming interface (API). 4802 16 The SINGLE_LOB. The file specified is Unicode. or revoke the connect database permission to application roles. sys. This size is not valid. and SINGLE_NCLOB options are mutual ly exclusive with all other options. deny. Use a supported client application progr amming interface (API). 4627 16 Cannot grant. information_schema.*ls' because it is being referenced by a FOREIGN KEY constraint. Use the supported tools for this command. 4816 16 Invalid column type from bcp client for colid %d.*ls' is not valid. D ataFileType will be assumed to be char because the data file does not have a Uni code signature. 4846 16 The bulk data provider failed to allocate memory. 4839 16 Cannot perform the bulk load.*s" is published for merge replication. 4835 16 Bulk copying into a table with computed columns is not supported for downlevel clients. 4829 16 Cannot bulk load. 4822 16 Cannot bulk load. 4825 16 Cannot bulk load. 4848 16 Bulk copying into a table with sql_variant columns is not suppor ted for versions earlier than SQL Server 2000. 4826 16 Cannot bulk load. 4844 16 The bulk data source provider string has an unsupported property name (%ls). 4836 10 Warning: Table "%. Sort order incorrect for the following two rows: primary key of first row: %s. 4834 16 You do not have permission to use the bulk load statement. 4847 16 Bulk copying into a table with bigint columns is not supported f or versions earlier than SQL Server 2000. Unknown version of format file "%s". Reinit ialize affected subscribers or execute sp_addtabletocontents to ensure that data added is included in the next synchronization. Invalid data type for column number %d in the format file "%s". Invalid column number in the format file "%s". 4842 16 The required FormatFile property is missing from the provider st ring of the server. Error reading the number of columns from the f ormat file "%s". 4840 16 The bulk data source provider string has an invalid %ls property value %ls.*s" that is enabled for immedia te-updating subscriptions. Invalid column terminator for column number %d in the format file "%s". 4833 16 Bulk load: Version mismatch between the provider dynamic link li brary and the server executable. 4845 16 The bulk data source provider string has a syntax error near cha racter position %d. Invalid destination table column number for so urce column %d in the format file "%s". DataF ileType will be assumed to be widechar because the data file has a Unicode signa ture. 4820 16 Cannot bulk load. 4831 10 Bulk load: DataFileType was incorrectly specified as widechar. Expected '%lc'. 4830 10 Bulk load: DataFileType was incorrectly specified as char. Invalid prefix for column number %d in the for mat file "%s". . 4821 16 Cannot bulk load. Error reading the destination table column nam e for source column %d in the format file "%s". but found '%lc'. 4837 16 Cannot bulk copy into a table "%. Invalid collation name for source column %d in the format file "%s". 4824 16 Cannot bulk load. primary key of second row: %s. 4823 16 Cannot bulk load. 4838 16 The bulk data source does not support the SQLNUMERIC or SQLDECIM AL data types. 4841 16 The data source name is not a simple object name. Invalid number of columns in the format file " %s". 4828 16 Cannot bulk load.4819 16 Cannot bulk load. Invalid column length for column number %d in the format file "%s". 4827 16 Cannot bulk load. The bulk data stream was incorrectly specified as sorted or the data violates a uniqueness constraint imposed by the target ta ble. 4843 16 The bulk data source provider string has a syntax error ('%lc') near character position %d. 4832 16 Bulk load: An unexpected end of file was encountered in the data file. column %d (%ls). The file "%ls" does not exist. 4869 16 The bulk load failed. Please consider increasing the value of Timeout property on the SQL Server De stination in the dataflow. 4885 16 Cannot open file "%ls". 4864 16 Bulk load data conversion error (type mismatch or invalid charac ter for the specified codepage) for row %d.4855 16 Line %d in format file "%ls": unexpected element "%ls". 4862 16 Cannot bulk load because the file "%ls" is incomplete or could n ot be read. When you use the FIRSTROW and LASTROW paramete rs. 4890 16 Insert bulk is not supported in showplan mode. 4858 16 Line %d in format file "%ls": bad value %ls for attribute "%ls". 4856 16 Line %d in format file "%ls": unexpected info item. Only disk files are supported. Operating system error: %ls 4887 16 Cannot open the file "%ls". 4873 16 Line %d in format file "%ls": referencing non-existing element i d "%ls". the value for FIRSTROW cannot be greater than the value for LASTROW. 4874 16 Line %d in format file "%ls": duplicate element id reference "%l s". 4876 16 The Bulk Insert operation of SQL Server Destination has timed ou t. 4868 16 The bulk load failed. 4871 16 Bulk load error while attempting to log errors. 4884 16 Unknown error near info item starting near line %d column %d in format file "%ls". column %d (%ls). 4870 16 Cannot bulk load because of an error writing file "%ls". 4875 16 Invalid column attribute from bcp client for colid %d. . Verify that the field terminator and row terminator are spe cified correctly. 4861 16 Cannot bulk load because the file "%ls" could not be opened. 4859 16 Line %d in format file "%ls": required attribute "%ls" is missin g. Instal l the codepage and run the command again. A unicode byte-order mark is missing . Operati ng system error code %ls. Operating system error code %ls. field length. 4889 16 Cannot open the file "%ls". Ope rating system error code %ls. The column is too long in the data file fo r row %d. A prefix length. 4882 16 Cannot bulk load. The destination column (%ls) is defined as NOT NULL. 4877 16 Error parsing DTS stream when reading row %d. column %d. A Windows NT Integrated Security login i s required. or terminator i s required for the source column %d in the format file "%s". The codepage "%d" is not installed. Unexpected NULL value in data file row %d. The bulkadmin role membership is req uired. 4880 16 Cannot bulk load. 4881 10 Note: Bulk Insert through a view may result in base table defaul t values being ignored for NULL columns in the data file. 4866 16 The bulk load failed. 4888 16 Cannot open the file "%ls". 4860 16 Cannot bulk load. 4872 16 Line %d in format file "%ls": duplicate element id "%ls". 4886 16 Cannot open the file "%ls". column %d. 4891 16 Insert bulk failed due to a schema change of the target table. 4883 16 The XML reader returned 0x%08X for the info item starting near l ine %d column %d in format file "%ls". 4865 16 Cannot bulk load because the maximum number of errors (%d) was e xceeded. 4867 16 Bulk load data conversion error (overflow) for row %d. 4863 16 Bulk load data conversion error (truncation) for row %d. column %d. 4857 16 Line %d in format file "%ls": Attribute "%ls" could not be speci fied for this type. column %d (%ls). 4892 16 Bulk insert failed due to a schema change of the target table.*ls' does not have clustered index.*ls' does not exist. 4897 16 Received an invalid length for chunked LOB data for colid %d.*ls" has a disabled clustered index. 4920 16 ALTER TABLE failed because trigger '%. 4912 16 '%ls' statement failed. 4904 16 ALTER TABLE SWITCH statement failed.*ls' because this column is not computed. or alternatively if none of the previous conditions ar e satisfied the table must be empty to allow addition of this column.*ls' does not exist in table '%. 4919 16 PERSISTED attribute cannot be altered on column '%.*ls'. or have a DEFAULT definition specified. 4911 16 Cannot specify a partitioned table without partition number in A LTER TABLE SWITCH statement. 4909 16 Cannot alter '%. 4905 16 ALTER TABLE SWITCH statement failed. The target table '%. The range boundary values used to partit ion the %S_MSG '%. 4893 16 Could not bulk load because SSIS file mapping object '%ls' could not be opened. 4914 16 The ALTER TABLE SWITCH statement failed.*ls'.*ls' has %d partitions. 4921 16 ALTER TABLE failed because trigger '%.*ls'.*ls failed because one or more objects access this column. 4896 16 Invalid column value from bcp client for colid %d.*ls'.*ls' mu st be empty. Column '%. 4901 16 ALTER TABLE only allows columns to be added that can contain nul ls. . 4913 16 ALTER TABLE SWITCH statement failed. 4917 16 Constraint '%. It is not possible to switch the partition of a table that has change tracking enable d. A table must have at least one data column. Should be even byte size. or the column being added is an iden tity or timestamp column. 4902 16 Cannot find the object "%. See previous errors.*ls' ha s fulltext index on it.*ls'. The table '%. 4895 21 Unicode data is odd byte size for column %d.*ls' while the table '%. 4907 16 '%ls' statement failed.*ls' on table '%. 4908 16 '%ls' statement failed. 4916 16 Could not enable or disable the constraint. 4918 16 ALTER TABLE SWITCH statement failed because the table '%. Disable change tracking before using ALTER TABLE SWITCH.*ls' does not belong to ta ble '%. 4924 16 %ls failed because column '%.*ls' is %S_MSG partitioned while index '%.*ls" because it does not exist or you do not have permissions. The table "%.*ls' are different from the range boundary values used for ind ex '%. 4903 10 Warning: The specified partition %d for the table '%. The parameter type of the partition func tion used to partition the %S_MSG '%.*ls' is different from the column set used to partition index '%. The specified partition %d of target table '%. 4922 16 %ls %.*ls' is %S_MSG partitioned.*ls' because it does not satisfy thes e conditions.*ls '. The %S_MSG '%. Operating system error code %ls.*ls' has clust ered index '%. Make sure you are accessing a l ocal server via Windows security.*ls' does not exist. 4923 16 ALTER TABLE DROP COLUMN failed because '%.*ls' is different from the parameter type o f the partition function used to partition index '%. The %S_MSG '%. 4900 16 The ALTER TABLE SWITCH statement failed for table '%. 4894 21 COLMETADATA must be present when using bcp.*ls' is the only data column in table '%. 4915 16 '%ls' statement failed.*ls' is partitioned.*ls' must be empty.*ls' because it is not a table.*ls' has %d partitions whi le index '%. 4906 16 '%ls' statement failed.*ls' was ig nored in ALTER TABLE SWITCH statement because the table is not partitioned. The table '%.*ls'. The columns set used to partition the %S _MSG '%. *ls' cannot be added to non-empty table '%. *ls' is not of integer type.*ls'. 4953 16 ALTER TABLE SWITCH statement failed.*ls' cannot be persisted bec ause the column is non-deterministic.*ls' at the sa me ordinal in table '%.*ls' in table '%. 4943 16 ALTER TABLE SWITCH statement failed because table '%.*ls' is in filegroup ' %.*ls' with ROWGUIDCOL property.*ls' and %S_MSG '%. 4940 16 ALTER TABLE SWITCH statement failed.*ls. 4944 16 ALTER TABLE SWITCH statement failed because column '%.*ls'. There is no identical index in source table '%. 4935 16 ALTER TABLE ADD COLUMN cannot specify a FILESTREAM filegroup tha t differs from the existing one.*ls' because it is being published fo r replication.*ls' and '%.*ls'.*ls'.*ls' has a different name than the column '%.*ls' has %d columns. 4947 16 ALTER TABLE SWITCH statement failed.*ls' with ROWGUIDCOL property. 4928 16 Cannot alter column '%. 4941 16 ALTER TABLE SWITCH statement failed because the table '%.*ls' for the index '%. 4952 16 ALTER TABLE SWITCH statement failed because column '%. 4942 16 ALTER TABLE SWITCH statement failed because column '%. 4955 16 ALTER TABLE SWITCH statement failed. 4938 16 ALTER TABLE SWITCH statement failed. 4927 16 Cannot alter column '%.*ls'.*ls'.*ls' are same. 4929 16 Cannot alter the %S_MSG '%. 4948 16 ALTER TABLE SWITCH statement failed. 4950 16 ALTER TABLE SWITCH statement failed because partition number %d does not exist in table '%. 4934 16 Computed column '%.*ls'.*ls' cannot be persisted bec ause the column depends on a non-schemabound object. The source table '%.*ls' and partition %d of %S_MSG '%. 4951 16 ALTER TABLE SWITCH statement failed because column '%.*ls' has %d columns and table '%.*ls' in table '%. The source table '%.*ls' is in database '%.*ls' because it is '%ls'.*ls' while the target table '%. Partition %d of %S_MSG '%.*ls' does not have the same FILESTREAM storage attribute in tables '%.*ls' does not have the same persistent attribute in tables '%.*ls' to be data type %.*ls' cannot be persisted bec ause the column does user or system data access. 4945 16 ALTER TABLE SWITCH statement failed because column '%. 4949 16 ALTER TABLE SWITCH statement failed because the object '%.*ls' does .*ls' is in filegroup '%.*ls'.*ls'. 4946 16 ALTER TABLE SWITCH statement failed because column '%.*ls' is in filegr oup '%. 4958 16 ALTER TABLE SWITCH statement failed because column '%. The table '%.*ls' and '%.*ls' is marked for merge replication. 4957 16 '%ls' statement failed because the expression identifying partit ion number for the %S_MSG '%.*ls' and '%.*ls' at or dinal %d in table '%. 4936 16 Computed column '%.*ls'.*ls' does not have the same ANSI trimming semantics in tables '%. The columns set used to par tition the table '%.*ls' has d ata type %s in source table '%. %S_MSG '%. 4933 16 Computed column '%.*ls' i s not a user defined table.*ls' is in filegr oup '%.*ls' has inlin e limit of %d for text in row data which is different from value %d used by tabl e '%.*ls' is in database '%. 4926 16 ALTER TABLE ALTER COLUMN DROP ROWGUIDCOL failed because a column does not exist in table '%.*ls'.*ls' is in filegroup '%.*ls' and '%.*ls' . %S_MSG '%.4925 16 ALTER TABLE ALTER COLUMN ADD ROWGUIDCOL failed because a column already exists in table '%.*ls' does not have the same collation in tables '%.*ls' in table '%.*ls' an d target table '%.*ls'.*ls' is different from the column set used to partition the table '%. 4939 16 ALTER TABLE SWITCH statement failed.*ls' which is different from its type %s in targe t table '%.*ls' and partition %d of %S_MSG '%. 4954 16 ALTER TABLE SWITCH statement failed.*ls' in target table '%.*ls'.* ls' is in filegroup '%. Column '%. 4980 16 ALTER TABLE SWITCH statement failed.*ls' in table '%. The source table constraint must be enable d.*ls' in target table '%. 4979 16 ALTER TABLE SWITCH statement failed.*ls' does not have an identical check constraint. 4964 16 ALTER TABLE SWITCH statement failed.*ls' does not have a corresponding constraint. *ls' is computed column but the same column in '%. Target table '%. The table '%.*ls'.*ls' in table '%.* ls' defined as '%.*ls' is NOCHECK constraint but the matching check constraint '% .*ls' on a CLR type column.*ls' in table '%.*ls' and check constraint '%.*ls' is CHECK in target table '%. The partition %d in table '%.*ls' def ined as '%. 4966 16 ALTER TABLE SWITCH statement failed. Target table '%. 4981 16 ALTER TABLE SWITCH statement failed. 4968 16 ALTER TABLE SWITCH statement failed.*ls' does not have a corresponding constraint.*ls' but the source table '%. Check constraints or partit ion function of source table '%.*ls' has a check constraint '%. 4971 16 ALTER TABLE SWITCH statement failed. but the source table '%.* ls' has TEXT filegroup '%. Check constraints of source . 4967 16 ALTER TABLE SWITCH statement failed.not have the same ROWGUIDCOL property in tables '%.* ls' is NOCHECK in source table '%.*ls' have different 'Not For Replication' settings. Table '%.*ls' is enabled in target table '%. The lobdata of partition % d in table '%. 4972 16 ALTER TABLE SWITCH statement failed.*ls' but the source table '%.*ls' has a table level check constraint '%. 4969 16 ALTER TABLE SWITCH statement failed.*ls' in source table '%. 4960 16 ALTER TABLE SWITCH statement failed.*ls' does not have an identical check constraint. but the source table '%. Range defined by partition %d in table '%.*l s' resides in a readonly filegroup '%.*ls' is not computed. Check constraint '%.*ls'.*ls' in target table '%. 4982 16 ALTER TABLE SWITCH statement failed. 4975 16 ALTER TABLE SWITCH statement failed.*ls' in source table '%. Target table '%. The lobdata of table '%.*ls' is not a subset of range defined by partition %d in table '% .*ls' has RULE cons traint '%. 4970 16 ALTER TABLE SWITCH statement failed.*ls'. Foreign key constraint '%. 4961 16 ALTER TABLE SWITCH statement failed. Column '%.*ls' allows values that are not allowed by check constraints or partition function on target table '%.*ls'.*ls'. SWITCH is not allowed becau se source table '%.*ls' resides in a readonly filegroup '%.*ls' has TEXT fileg roup '%. 4963 16 ALTER TABLE SWITCH statement failed.*ls' and the corresponding constraint '%. 4974 16 ALTER TABLE SWITCH statement failed. The source table constraint must be in CHECK.*ls' is CHECK.*ls'. Foreign key constraint '%. SWITCH is not allowed on tables with RULE constraints.*ls'. 4978 16 ALTER TABLE SWITCH statement failed.*ls' has a check constraint '%. 4959 16 ALTER TABLE SWITCH statement failed.*ls' and partition %d of %S_MSG '%.*ls' resides in a readonly filegroup '%.*ls' has fo reign key for constraint '%.*ls'.*ls' does not have correspo nding key.*ls'.*ls' and '%. Target table '%. 4976 16 ALTER TABLE SWITCH statement failed.*ls'.*ls' and the corresponding constraint '%. 4965 16 ALTER TABLE SWITCH statement failed.*ls' contains primary key for constraint '%.*ls' but source table '%.* ls' is disabled in source table '%.*ls'.*ls'.*ls'.*ls' is different from the same column in table '%. Partition %d of %S_MSG '%. Partition %d is not valid f or table '%.*ls'. Check constraint '%.*ls' resides in a read-only filegroup '%. *ls' is nullable and it is not nullable in '%. Target table '%.*ls' has a column level check constraint '%. 4977 16 ALTER TABLE SWITCH statement failed. Computed column '%. 4973 16 ALTER TABLE SWITCH statement failed.*ls'.*ls' on an XML column. va rbinary(max). The table '%.*ls'.*ls' has diffe rent setting for Large Value Types Out Of Row table option as compared to table '%.*ls' does not have the same CLR type in tables '%. 4988 16 Cannot persist computed column '%.*ls' does not have the same XML Schema Collection in tables '%. 4994 16 Computed column '%. 5009 16 One or more files listed in the statement could not be found or could not be initialized. 4999 16 Cannot enable change tracking on table '%. 5006 16 Could not get exclusive use of %S_MSG '%.*ls'.*ls'.*ls' has an XML or spatial index '%. The log fil e name and path must be specified. 4998 16 Change tracking is not enabled on table '%.*ls' allow values that are not allowed by range defined by partition % d on target table '%.*ls'. '%. 4985 16 ALTER TABLE SWITCH statement failed because column '%.*ls'. Underlying object '%. 4984 16 ALTER TABLE SWITCH statement failed.*ls'. 4987 16 ALTER TABLE SWITCH statement failed because column '%. This option can be applied to tables having large values computed column that are persisted. 5005 16 Specified recovery time of %I64d seconds is less than zero or mo re than the maximum of %d seconds. 5010 16 Log file name cannot be generated from a raw device.*ls' in table '%. 4989 16 Cannot drop the ROWGUIDCOL property for column '%. 4991 16 Cannot alter NOT FOR REPLICATION attribute on column '%. Target table '%.*ls ' has a different owner than table '%.*ls' cannot be persisted bec ause the column type.*ls' does not have the same nullability attribute in tables '%.database s and try the operation again. 5001 16 User must be in the master database. 5008 16 This ALTER DATABASE statement is not supported.*ls' to add or remove th e FILESTREAM column attribute. Only source table can have XML or spatial i ndexes in the ALTER TABLE SWITCH statement. Verify the name in sys. is a non-byte-ordered CLR type.*ls'.*ls' bec ause database '%.*ls' and '%. 5003 16 Database mirroring cannot be enabled while the database has offl ine files.*ls' does not exist.*ls' have different vardecimal storage format values.*ls' is a system database.*ls' because the column is not the designated ROWGUIDCOL for the table.*ls' to perform the req uested operation.table '%. Use stored p rocedure sp_tableoption to alter the 'vardecimal storage format' option for the tables to make sure that the values are the same.*ls'. 5004 16 To use ALTER DATABASE. 4993 16 ALTER TABLE SWITCH statement failed.*ls'.*ls'. 4986 16 ALTER TABLE SWITCH statement failed because column '%.*ls'. Change tracking does not support a primary key of type timestamp on a table.*ls' in table '%. Correct the synt ax and execute the statement again. 4983 16 ALTER TABLE SWITCH statement failed.*ls' and so urce table '%.*ls' in table '%. 5002 16 Database '%. Vardecimal storage format is not ava ilable in system databases. nvarchar(max). xml or large CLR type columns in it. 4990 16 Cannot alter column '%. Change tracking requires a primary key on the table.*ls'. Target table '%.*ls' and '%. 5011 14 User does not have permission to alter database '%.*ls' because this column is not an identity column.*ls' on it. 4997 16 Cannot enable change tracking on table '%. Create a primary key on the table before en abling change tracking. 4995 16 Vardecimal storage format cannot be enabled on table '%.*ls'.*ls' in table '%. 4992 16 Cannot use table option LARGE VALUE TYPES OUT OF ROW on a user t able that does not have any of large value types varchar(max). the dat . the database must be in a writable state in which a checkpoint can be executed. 4996 16 Change tracking is already enabled for table '%.*ls' and '%. 5040 16 MODIFY FILE failed.*ls'. . The RESTORE chain was broken. Specify logical name.*ls' cannot be removed because it is not empty. 5038 16 MODIFY FILE failed for file "%. 5032 10 The file cannot be shrunk below page %d until the log is backed up because it contains bulk logged pages. 5014 16 The %S_MSG '%. 5031 16 Cannot remove the file '%. 5043 16 The %S_MSG '%. 5042 16 The %S_MSG '%. Specify a dif ferent name or remove the conflicting filegroup if it is empty. 5044 10 The %S_MSG '%. you will need to reset database options and delete any extra log fi les.*ls. 5041 16 MODIFY FILE failed. and the server no longer has context on the previous log files. The fil egroup must contain at least one file. or modify files in filegroup '%.*ls' has been set.*ls'. At least one property per f ile must be specified.*ls" has been modified in the system catalog. The databa se has been put in dbo-only mode. 5029 10 Warning: The log for database '%. 5018 10 The file "%. 5013 16 The master and model databases cannot have files added to them. Transact ional consistency has been lost. Specified size is less than or equal to curr ent size.master_files for file '%. 5012 16 The name of the primary filegroup cannot be changed. When you are ready to make the database availa ble for use.abase does not exist. The ne w path will be used the next time the database is started. 5028 16 The system could not activate enough of the database to rebuild the log. It should be renamed or deleted s o that a new log file can be created.*ls' cannot be found in %ls. 5033 16 The maximum of %ld files per database has been exceeded. 5030 16 The database could not be exclusively locked to perform the oper ation.*ls' does not exist in database '%. You should run DBCC CHECKDB to validate physical consistency. 5015 16 ALTER DATABASE failed. ALTER DATABASE was aborted. 5045 16 The %S_MSG already has the '%ls' property set.*ls' does not exist. so you will need to know what the y were. 5023 16 The database must be suspect or in emergency mode to rebuild the log. Try the operation again later.*ls' has been rebuilt. 5016 16 Cannot change the name of the system database %. 5050 16 Cannot change the properties of empty filegroup '%.*ls'. 5034 16 The file %ls is currently being autogrown or modified by another process. 5021 10 The %S_MSG name '%. 5024 16 No entry found for the primary log file in sysfiles1. remove. 5025 16 The file '%ls' already exists. 5046 10 The %S_MSG property '%ls' has been set. 5019 10 Cannot find entry in sys. File '%. and tempdb cannot have their log s rebuilt. The fi legroup is read-only. 5047 16 Cannot change the READONLY property of the PRIMARY filegroup.*ls". 5035 16 Filegroup '%. 5020 16 The primary data or log file cannot be removed from a database.*ls'.*ls' because it is the only file in th e DEFAULT filegroup. Size is greater than MAXSIZE. 5036 16 MODIFY FILE failed.*ls' has been removed.*ls' already exists in this database. or the database is not in a state that allows access check s. 5039 16 MODIFY FILE failed. Could not rebuild the log. model. The total size specified must be 1 MB or greater. 5048 16 Cannot add. 5027 16 System databases master. 5022 16 Log file '%ls' for this database is already active. 5066 16 Database options single user and dbo use only cannot be set at t he same time.*ls' cannot be set to %.*ls'.*ls' cannot be ma de at this time. Please try again when tempdb is idle. OFFLINE.*ls' is dependent on %S_MSG '%. The val ue must be a positive number. 5075 16 The %S_MSG '%. 5081 16 The value for change tracking option '%ls' is not valid. 5061 16 ALTER DATABASE failed because a lock could not be placed on data base '%. 5080 16 Vardecimal storage format cannot be disabled for database "%. 5069 16 ALTER DATABASE statement failed. 5076 10 Warning: Changing default collation for database '%. which is used in replication. 5060 10 Nonqualified transactions are being rolled back.*ls" conflicts with another requested option. The file is read-onl y. remove. or marked SUSPECT.*ls'.*ls" is %S_MSG for vardecimal storage format. remove.*ls' becaus e the filegroup is not online. OFFLINE.*ls' cannot be set in database '%. 5058 16 Option '%. 5052 16 %ls is not permitted while a database is in the %ls state. 5072 16 ALTER DATABASE failed. or modify file '%. 5062 16 The option "%. All replication databases should have the same default c ollation.*ls'. 5078 16 Cannot alter database options for "%ls" because it is READONLY. 5074 16 The %S_MSG '%.*ls'. 5083 16 The termination option is not supported when making versioning s .*ls. remove.*ls'. 5079 10 Database "%.*ls' is in warm standby. Estimated rollb ack completion: %d%%. Try again later. 5077 16 Cannot change the state of non-data files or files in the primar y filegroup. A warm-standby database is read-only. and a user is currently co nnected to it.*ls" together with another database state. 5070 16 Database state cannot be changed while other users are using the database '%. Change the database r ecovery model to simple and then reissue the command. Remove the dependenc ies on the database collation and then retry the operation.5051 16 Cannot have a filegroup with the name 'DEFAULT'. 5064 16 Changes to the state or options of database '%. The database is in single-user mode.*ls' 5071 16 Rebuild log can only specify one file. or modify file '%. 5057 16 Cannot add. The current database is switched to master.*ls' because it is offline . or marked SUSPECT.*ls' is dependent on %S_MSG. 5056 16 Cannot add. 5059 16 Database '%. 5063 16 Database '%. Try the operation again later. 5067 16 The database option TORN_PAGE_DETECTION is incompatible with the PAGE_CHECKSUM option. 5065 16 The file "%ls" is currently being scanned or used by a backgroun d or user process. The database collatio n cannot be changed if a schema-bound object depends on it.*ls " because the database is not under simple recovery model.*ls' is in transition. The options cannot both be requested at the same time. 5073 16 Cannot alter collation for database '%ls' because it is READONLY . 5055 16 Cannot add. or modify a file in filegroup '%. 5054 16 Could not cleanup worktable IAM chains to allow shrink or remove file operation. Try the ALTER DATABASE statem ent later. 5068 10 Failed to restart the current database. 5082 16 Cannot change the versioning state on database "%. The default collation of database '%. 5095 16 A database or filegroup cannot be set to read-only mode when any files are subject to a RESTORE PAGE operation. offline files. 5096 16 The recovery model cannot be changed to SIMPLE when any files ar e subject to a RESTORE PAGE operation. To prevent this informational message from appearing in the error log. 5104 16 File '%.*ls' is not a SQL Server database file. 5084 10 Setting database option %ls to %ls for database '%. Take a log backup and then retry the ALTER DATABASE operation .*ls" is not an eligible file for a database snapshot. The physical file name '%. 5108 10 Log file '%. Change tracking settings cannot be modified for system databases. 5091 15 ALTER DATABASE change tracking option '%ls' was specified more t han once. 5088 16 Change tracking is already enabled for database '%.*ls' does not match the primary file. 5085 16 Alter database command failed because SQL Server was started wit h one or more undocumented trace flags that prevent enabling/disabling database for versioning. 5098 16 The container can not be dropped because changes exist that requ ire a log backup. 5110 16 The file "%. restoring files. no checkpoint occurred to the database. 5102 22 Attempted to open a filegroup for the invalid ID %d in database "%. and retry the operati on.tate changes. It may be fro m a different database or the log may have been rebuilt previously. .*ls' may be incorrect.*ls'. 5089 16 Change tracking is disabled for database '%.*ls' is a system database. The physical file name "%. Change trackin g must be enabled on a database to modify change tracking settings. Each option can be specified only once. "%. or the database was read-only. 5114 16 Log files.*ls'. 5092 15 The value for change tracking option '%ls' is not valid. 5105 16 A file activation error occurred.*ls' already used. Take a log backup and then retry the ALTER DA TABASE statement.*ls" may be i ncorrect. Complete the restore sequence in volving file "%ls" before attempting to transition to read-only. Disable the vardecimal storage format on all tables before disabling the vardeci mal storage format for the database. '%. This error could occur if the transaction log file w as manually deleted or lost due to a hardware or environment failure. 5113 10 The log cannot be rebuilt because there were open transactions/u sers when the database was shutdown.*ls" be cause there are one or more tables that have vardecimal storage format enabled.*ls". 5094 16 The operation cannot be performed on a database with database sn apshots or active DBCC replicas. 5112 10 FCB::SetSize dbid %d fileid %d oldSize %d newSize %d. 5103 16 MAXSIZE cannot be less than SIZE for file '%ls'.*ls" is on a network path that is not supported for system database files.*ls'. 5111 10 File activation failure. 5097 16 The container cannot be set to the offline state because changes exist that require a log backup. 5115 16 Only SQL Server database files can be specified for database sna pshots. 5093 16 The operation cannot be performed on a database snapshot. Diagnose and correct additional errors. The val ue must be between %d and %d minutes. 5087 16 The file content type mismatches with the content type of the fi legroup. and defunct files for database snapshots should not be specified. 5090 16 Database '%. use DBCC TRACEOFF t o turn off the trace flag. Complete the restore sequence involving file "%ls" before attempting to transition to SIMPLE. 5086 16 Cannot disable vardecimal storage format for database "%. *ls is not a primary database file.*ls' took %d millisecond s.*ls' cannot be used for FILESTR EAM files because it is not on a supported file system. 5173 16 One or more files do not match the primary file of the database. ALTER DATABASE can be used to correct the mappings.*ls" is not in a valid directory. 5125 24 File '%ls' appears to have been truncated by the operating syste m. The file must be decompressed. Expected size is %I64d KB but actual size is %I64d KB. 5150 16 The size of a single log file must not be greater than 2 TB. Consider using ALTER DATABASE to set a smaller FILEGROWTH for this file. 5132 16 The path specified by '%. 5171 16 %. 5175 10 The file %. 5145 10 Autogrow of file '%. 5121 16 The path specified by "%.maste r_files.*ls' was cancelled by us er or timed out after %d milliseconds.*ls' cannot be used for a FILESTREAM co ntainer since it is contained in another FILESTREAM container. 5169 16 FILEGROWTH cannot be greater than MAXSIZE for file '%.*ls". 5144 10 Autogrow of file '%. and retry the operation. 5119 16 Cannot make the file "%. 5134 16 The path that is specified by '%. 5149 16 MODIFY FILE encountered operating system error %ls while attempt ing to expand the physical file '%ls'. File id %d was expected b ut %d was read from "%. 5127 16 All files must be specified for database snapshot creation. The mismatch is possibly between the full-text c atalog files and the related database. Make sure the file s ystem supports sparse files. retry the operation with the correc t files. Operating system error %d: "%ls". you should either increa se the size of the log file in the database or schedule more frequent backups of the log (under the full or bulk-logged recovery model).*ls'.*ls". 5130 10 The log cannot be rebuilt when database mirroring is enabled. 5161 16 An unexpected file id was encountered.*ls' cannot be used for FILESTREAM file s because it is a raw device. 5131 10 The log was not rebuilt because there is more than one log file.*ls' in database '%. Perform a restore if necessary.*ls on file "%.5118 16 The file "%ls" is compressed but does not reside in a read-only database or filegroup. Change the f ile path or the file name. 5129 10 The log cannot be rebuilt when the primary file is read-only. If you are attempting to attach a database. 5136 16 The path specified by '%. see SQL Server Books Online.*ls' in database '%. 5170 16 Cannot create file '%ls' because it already exists. 5172 16 The header for file '%ls' is not a valid database file header. 5159 24 Operating system error %. T he %ls property is incorrect. A fter recovery completes. 5174 16 Each file size must be greater than or equal to 512 KB. After recovery completes.*ls has been expanded to allow recovery to succeed.*ls' cannot be used for FILESTREAM files. 5128 17 Write to sparse file '%ls' failed due to lack of disk space. Use ALTER DATABASE to set a smaller FILE GROWTH value for this file or to explicitly set a new file size. the log file '%. you can increase the size of the files in the database.*ls" a sparse file. 5120 16 Unable to open the physical file "%. 5133 16 Directory lookup for the file "%ls" failed with the operating sy stem error %ls. the file may be corrupted and should be restored from a backup. 5135 16 The path '%. 5176 10 To allow recovery to succeed. For inform ation about supported paths.*ls' has been expa nded beyond its maximum size. Contact the system administrator for assistance.*ls'. . If this is an existing database.*ls" during %ls. 5123 16 CREATE FILE encountered operating system error %ls while attempt ing to open or create the physical file '%. 5124 16 The file header in '%ls' does not match the expected contents fo r file '%ls' of database '%ls'. Verify that files are mapped correctly in sys. Miss ing the file "%ls". 5198 16 The path specified by "%. Move the file to a local NTFS volume. 5182 10 New log file '%. .5177 16 An unexpected error occurred while checking the sector size for file '%. 5195 16 The Cluster Service function call '%s' failed with error code '% s' while verifying the file path.*ls'.*ls'. Check sys. Move the file to a v olume with a sector size that is the same as or smaller than the original sector size. 5191 10 Local directory '%. 5180 22 Could not open File Control Block (FCB) for invalid file ID %d i n database '%. Only formatted fil es on which the cluster resource of the server has a dependency can be used. Reverting to the previous st atus. because it is on a volume with sector s ize %d. 5199 16 The path specified by "%. 5196 10 The file "%ls" has been uncompressed.*ls'. 5183 16 Cannot create the file "%ls". Verify that your failover cluster is configure d properly. 5197 16 Encountered an error (%ls) while attempting to uncompress the fi le "%ls". 5203 10 DBCC SHRINKFILE for file ID %d is waiting for the snapshot trans action with timestamp %I64d and other snapshot transactions linked to timestamp %I64d or with timestamps older than %I64d to finish.*ls: Page %d:%d could not be moved because it could not be rea d. 5179 16 Cannot use file '%.*ls' because it was originally formatted with sector size %d and is now on a volume with sector size %d. Use WITH REPLACE to overwrite an existing file. Eit her the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it.*ls".*ls'. 5184 16 Cannot use file '%.*ls'. UNC path is not sup ported in failover clustered environment. Use WITH MOVE to specify a usable physical file name. 5185 16 Cannot find the matching log file for FILESTRAM file '%. 5194 16 The size for FILESTREAM log file '%.*ls' is used for tempdb in a clustered server . 5205 10 %. 5189 16 Encountered error (NT status code 0x%x) while attempting to perf orm undo for transactional file system resource manager '%.*ls: Page %d:%d could not be moved because it is a work table page. 5206 10 %. 5186 16 Encountered an error (NT status code 0x%x) while attempting to s tart the Transactional File System Resource Manager '%.*ls'. Raw device path i s not supported in failover clustered environment.*ls: Moving page %d:%d failed. 5181 16 Could not restart database "%. 5202 10 DBCC SHRINKDATABASE for database ID %d is waiting for the snapsh ot transaction with timestamp %I64d and other snapshot transactions linked to ti mestamp %I64d or with timestamps older than %I64d to finish. This directory must exist on each cluster node and SQL Server service has read /write permission on it. SQL Server supports a maximum sector size of 4096 bytes. 5178 16 Cannot use file '%. 5188 16 Encountered error (NT status code 0x%x) while attempting to perf orm redo for transactional file system resource manager '%.*ls" is a raw device. 5204 16 Could not find allocation unit ID %I64d.*ls'. 5190 16 Encountered error (NT status code 0x%x) while attempting to chec kpoint transactional file system resource manager '%.allocation_un its.*ls" is a UNC path. Move the file t o a volume with a compatible sector size.*ls' for clustered server.*ls'.*ls' was created. Verify the file location.*ls' must be greater than or equal to 1 MB. where the sector size can be retrieved. 5201 10 DBCC SHRINKDATABASE: File ID %d of database ID %d was skipped be cause the file does not have enough free space to reclaim. 5207 10 %. Execute DBCC CHECKDB. Check the SQL Server error log for more information. 5227 10 %. 5224 10 %. If there are active queries on readable secondary replicas check t he current ghost cleanup boundary. 5230 10 The check statement was aborted.*ls: Page %d:%d could not be moved because it is an empty nonleaf level index page.*ls: Page %d:%d from a dropped allocation unit could not be de allocated. 5223 10 %. 5212 10 %. 5213 10 %.*ls).5208 10 %. 5218 10 %.*ls: Page %d:%d could not be moved because its ownership was c hanged during shrink. partition ID %I64d. 5214 10 %. 5234 10 DBCC SHRINKDATABASE: File ID %d of database ID %d was skipped be cause trying to adjust the space allocation for the file was failed. but is not a nonclu stered index. 5216 10 %.*ls: Index Allocation Map (IAM) page %d:%d could not be moved.*ls: Page %d:%d could not be moved because its page type was c hanged during shrink. 5231 10 Object ID %ld (object '%.*ls: Empty page %d:%d could not be deallocated.*ls: Page %d:%d could not be moved because it was deallocated during shrink. 5220 10 %.*ls' (object ID %d) .*ls: Heap page %d:%d could not be moved because the table to w hich it belonged was dropped. 5210 10 %. DBCC detected incomplete cle anup from an online index build operation.*ls: Empty large object page %d:%d could not be deallocated. This object has been skipped and will not be processed. page %S_PGID. row %d. 5217 10 %.*ls: Page %d:%d could not be moved because the partition to wh ich it belonged was dropped. The values are %ld and %ld. page %S_PGID. index ID %d. DBCC CHECKCATALOG cannot be run on TEMPDB.*ls: Index Allocation Map (IAM) page %d:%d from a dropped allo cation unit could not be moved. 5209 10 %.*ls: Page %d:%d could not be moved because it is an invalid pa ge type. 5232 10 DBCC CHECKDB will not check SQL Server catalog or Service Broker consistency because a database snapshot could not be created or because WITH TA BLOCK was specified. index ID %d.*ls: Page %d:%d could not be moved because it is a dedicated a llocation page. 5226 10 %. partition ID %I64d.*ls) contains an anti-matter column. 5235 10 %lsDBCC %ls (%ls%ls%ls)%ls executed by %ls terminated abnormally due to error state %d.*ls: System table SYSFILES1 Page %d:%d could not be moved to o ther files because it only can reside in the primary file of the database.*ls: Heap page %d:%d could not be moved. The test (%. 5233 16 Table error: alloc unit ID %I64d.*ls: Page %d:%d (type BULK_OPERATION_PAGE) could not be deallo cated. allo c unit ID %I64d (type %. 5219 10 %.*ls: Page %d:%d (type UNLINKED_REORG_PAGE) could not be deallo cated. 5228 16 Table error: object ID %d. allo c unit ID %I64d (type %. 5236 10 Unable to process object '%ls' because it is a four-part name. 5225 10 %.*ls'): A deadlock occurred while trying to lock this object for checking. w hich is not supported by any DBCC command. 5211 10 %. (The anti-matter column value is %d. 5237 10 DBCC cross-rowset check failed for object '%. 5222 10 %.*ls) failed.) 5229 16 Table error: Object ID %d.*ls: Page %d:%d could not be moved because it is a work file p age. Elapsed time: %d hours %d minutes %d seconds. 5215 10 %. 5221 10 %.*ls: Not all ghost records on the large object page %d:%d coul d be removed.*ls: Heap page %d:%d could not be moved because the table name could not be found. 5249 10 %.%I64d pages.*ls: Heap page %d:%d could not be moved because populating com puted column expression failed. 5260 16 Object ID %d. Plea se contact technical support.*ls: Heap page %d:%d could not be moved because the table to w hich it belonged was building the heap by another process. . 5256 16 Table error: alloc unit ID %I64d. partition ID %I64d. 5258 10 %. 5242 16 An inconsistency was detected during an internal operation in da tabase '%. alloc unit ID %I6 4d (type %.*ls') because it is a stored procedure or user-defined function.*ls'(ID:%d) on page %S_PGID. The PageId in the page header = %S_PGID. This object has been skipped and will not be processed. 5246 16 Repair operations cannot be performed on the MSSQLSYSTEMRESOURCE database. This error cannot be repaired.*ls). 5261 10 %. which is not supported by any DBCC c ommand.*ls' (database ID %d) is invalid. 5257 10 %. 5245 16 Object ID %ld (object '%. The high concurrent workload is leading to too many deadlocks during the shr ink operation. 5250 16 Database error: %ls page %S_PGID for database '%. 5240 10 File ID %d of database ID %d cannot be shrunk as it is either be ing shrunk by another process or is empty. page %S_PGID. Consult Books Online topic "Resource Database" for more information.*ls'. but its version chain pointer is not NULL. 5239 16 Unable to process object ID %ld (object '%. page %S_PGID contains an incor rect page ID in its page header. 5247 16 Repair: insert a secondary index row based on its base table ro w. 5252 10 File ID %d of database ID %d cannot be shrunk to the expected si ze. index '%.*ls: Page %d:%d could not be moved because shrink could not lo ck the page.*ls: Heap page %d:%d could not be moved because maintaining NC indexes associated with the heap failed.*ls') because this DB CC command does not support objects of this type. 5248 10 Repair: Successfully %ls row in index "%ls" in database "%ls". 5241 10 File ID %d of database ID %d cannot be shrunk as the target shri nk size (%I64d KB) is greater than the actual file size (%I64d KB). DBCC CHECKALLOC cannot be run o n TEMPDB. but the VERSION_INFO bit in the page header is not set. 5244 16 Repair statement not processed. slot %d. 5243 16 An inconsistency was detected during an internal operation. One or more files in the databa se are read-only and must be made writeable in order to run repair. 5259 10 %. alloc unit ID %I6 4d (type %. Version chain points to page %S_PGI D. 5238 16 Unable to process object ID %ld (object '%.*ls: Page %d:%d could not be moved because it is a sort page.*ls'. 5253 10 The check statement was aborted. parti tion %ld: 5264 10 DATA pages %.*ls: From system table . partition ID %I64d. 5255 10 %. Please contact technical support. You must restore from backup .*ls): At least one record on page %S_PGID contains versioning informa tion. Actual .%I64d pages.*ls: Heap page %d:%d could not be moved because building compu ted column expression failed. 5254 10 %.due to an internal query error. Re-run the shrink operation when the workload is lower. 5251 10 %. 5263 10 Found incorrect count(s) for table '%. index ID %d. row %d: Row contains a NULL versioning timestamp.*ls: Page %d:%d could not be moved because it has not been for matted. 5262 16 Object ID %d. index ID %d.*ls: File ID %d of database ID %d was skipped because the file size was changed in the middle of shrink operation.*ls'): DBCC could not obtain a lock on this object because the lock request timeout period was exceeded. Drop and recreate the columnstore index.%I64d pages. 5284 16 The replicated index '%." 5280 16 An unexpected protocol element was recevied during the execution of a consistency check command.*ls' on '%. LSN = %S_LSN. This is an informational message only. 5303 16 The result of applying mutator '%.*ls' (object ID %d) and one or more of i ts clones do not contain the same rows. Actual . Please re-run this DBCC command. The header of the page is invalid: the IS_IN_SYSXACT flag bit is set. 5274 16 Table error: Object ID %d.*ls'. ALTER TABLE permission is required on the target table of a bulk c .*ls' canno t be a null value.%I64d pages.*ls' on CLR type '%. Elapsed time: %I64d millisecon ds. but the 'FIRE_T RIGGERS' or 'CHECK_CONSTRAINTS' bulk hints are not specified. allo c unit ID %I64d (type %. 5270 10 %. 5278 10 DBCC encountered a page with an LSN greater than the current end of log LSN %S_LSN for its internal database snapshot. Actual . 5268 10 DBCC %. partition ID %I64d. 5301 16 Bulk load failed. 5271 10 DBCC %ls could not output results for this command due to an int ernal failure. Could not read page %S_P GID. type = %ld.*ls' cannot be called on a null value. 5277 10 Internal %lsdatabase snapshot has split point LSN = %08x:%08x:%0 4x and first LSN = %08x:%08x:%04x. Refer to the SQL Server error log for details. 5266 10 RSVD pages %. 5272 10 %. the following internal test failed: %.*ls: Page %d:%d could not be moved because it belongs to an ac tive online index build with LOBs.*ls' (database ID %d) for inconsistencie s failed due to exception %d.*ls' (database ID %d) for inconsistencie s completed. state %d.*ls: Index Allocation Map (IAM) page %d:%d could not be moved because the underlying object could not be accessed exclusively. ALTER TABLE permis sion is also required if the 'KEEPIDENTITY' bulk hint is specified.*ls).*ls). No user action is required. page %S_PGID. Review other errors for details.*ls: Page %d:%d could not be moved because it is an unmovable page in a critical system table. 5287 10 DBCC THROWERROR bypass exception. index ID %d.%I64 d rows. User does not have ALTER TABLE permission on t able '%. User does not have ALTER TABLE permission on t able '%. index ID %d. database '%.*ls'.5265 10 USED pages %.%I64d rows.*ls' (database ID %d) has been marked suspect due to an IO operation failure. No user action is required. The transient database snapshot for database '%. This is an informational message only.%I64d pages. This is an informational message only. isInSparseFile = %d. Values are %ld and %ld.*ls is performing an exhaustive search of %d indexes for possible inconsistencies.*ls = %I64d.*ls' (database ID %d). page %S_PGID. index ID %d. No user action is required.*ls. 5281 10 Estimated TEMPDB space (in KB) needed for %s on database %. 5267 10 ROWS count: From system table . This is an informational messa ge only. 5283 10 The Cross Rowset check on columnstore index object ID %d. Actual . 5276 10 Exhaustive search of '%. 5302 16 Mutator '%. %S_MSG is invalid for compressed pa ge. Retry the operation. ALTER TABLE permission is required on the target table of a bulk l oad if the target table contains triggers or check constraints.*ls: From system table .*ls: Page %d:%d could not be moved because it belonged to an i ndex/heap that was/is in build online. 5273 10 %. 5269 16 Check terminated. 5275 10 Exhaustive search of '%. partition ID %I64d. partition ID %I64d. 5286 10 %. Processed %d of %d total searches.*ls: From system table . No user action is required. 5304 16 Bulk copy failed. allo c unit ID %I64d (type %. 5282 16 Table error: Object ID %d.%I64d pages. UPDATE. ntext.*ls' of the INSERT statement when the FROM clause contains a nested INSERT. but 'FIRE_TRIGGERS ' or 'CHECK_CONSTRAINTS' bulk hints are not specified as options to the bulk cop y command. 5325 15 The order of the data in the data file does not conform to the O RDER hint specified for the BULK rowset '%. then all actions must have enabled INSTEAD OF triggers. 5306 16 Cursor parameters are not allowed for functions. or a view over remote tables. UPDATE. DELETE. 5323 15 Subqueries are not allowed in the %S_MSG clause when the FROM cl ause contains a nested INSERT. 5308 16 Windowed functions and NEXT VALUE FOR functions do not support i nteger indices as ORDER BY clause expressions. 5309 16 Windowed functions and NEXT VALUE FOR functions do not support c onstants as ORDER BY clause expressions. or MERGE statement. xml. or MERGE statement. UPDATE. 5318 16 In a MERGE statement. a remo te view. DELETE. A remote server or user command used an invalid quote character. 5324 15 In a MERGE statement.*ls' does not have a valid data type for the ORDER hint specified for data source '%. 5311 16 Invalid quote character '%lc'. 5328 15 Cannot insert explicit value for the identity column '%.*ls'. the source and target cannot have the same name or alias.opy operation if the table has triggers or check constraints. a '%S_MSG' clause with a search condition cannot appear after a '%S_MSG' clause with no search condition. UPDATE.*ls'. Variable '%.*ls' in the target table '%. 5315 16 The target of a MERGE statement cannot be a remote table. nvarchar(max) and varbinary(max) data types cannot be used in the ORDER hin t for a BULK rowset or CLR TVF. image. varchar(m ax). 5307 16 Invalid parameter specified for sp_cursoropen. or MERGE statement. DELETE. 5312 16 The input to the function 'ntile' cannot be bound. or upda te the input data file to ensure that the data is unique. UPDATE. 5310 16 Aggregates are not allowed in the VALUES list of an INSERT state ment. The text. 5305 16 The rowdump and lockres columns are only valid on tables and ind exed views on which the NOEXPAND hint is specified. or MERGE statement.*ls ' is of type cursor. or update the input da ta file to match the order specified by the ORDER hint. but not all. 5321 16 The '%ls' function is not allowed in the %S_MSG clause when the FROM clause contains a nested INSERT. Remove the UNIQUE hint. 5313 16 Synonym '%. Update the ORDER hint to reflect the order in which the input data is ordered. Use different aliases for the source and target to ensure that t hey have unique names in the MERGE statement. UPDATE. 5331 16 Full-text predicates cannot appear in the %S_MSG clause when the FROM clause contains a nested INSERT. DELETE. 5322 16 An aggregate function is not allowed in the %S_MSG clause when t he FROM clause contains a nested INSERT.*ls' of the MERGE statement has an INSTEAD OF trig ger on some. or MERGE statement. 5326 15 The data in the data file does not conform to the UNIQUE hint sp ecified for the BULK rowset '%. of the actions specified in the MERGE statement. 5319 16 Aggregates are not allowed in a WHEN clause of a MERGE statement . DELETE. The data in the data file must be unique if the UNIQUE hint is specified for a BULK rowset. 5332 15 The order of the data in the stream does not conform to the ORDE .*ls' refers to an invalid object. 5316 16 The target '%. or MERGE statement. The order of the data must matc h the order specified in the ORDER hint for a BULK rowset. 5329 15 Windowed functions are not allowed in the %S_MSG clause when the FROM clause contains a nested INSERT. 5327 15 The column '%. 5317 16 The target of a MERGE statement cannot be a partitioned view. 5330 16 Full-text predicates cannot appear in the OUTPUT clause. In a MERGE statement. if any action has an enabled INSTEAD OF trigger on the target.*ls'. DELETE. *ls' is not valid.*ls' from the Transaction File System Resource Manager locat ed at '%.*ls' was bei ng truncated. or update the CLR TVF to match th e order specified by the ORDER hint. 5510 15 LOG ON cannot be used for non-FILESTREAM file group '%.*ls' cannot be bound. 5516 16 The FILESTREAM log filegroup '%. READ_WRITE. 5517 16 FILESTREAM container MAXSIZE must be greater than or equal to 51 2 KB. 5501 16 The FILESTREAM filegroup was dropped before the table can be cre ated. 5334 16 The identifier '%. 5335 16 The data type %ls cannot be used as an operand to the UNION. Update the ORDER hint to reflect the order in which the input data is ordered.database_files for FILESTREAM file ' %. 5504 15 'PRIMARY' can only be specified for FILESTREAM log filegroup in a 'CONTAINS' clause. 5526 16 The FILESTREAM log file '%. and ONLINE/OFFLINE properties cannot be modified on a FILESTREAM log filegroup. 5518 16 FILESTREAM path '%. 5508 15 FILESTREAM can only be declared for VARBINARY columns.*ls' cannot be bound. 5522 16 FILESTREAM data file cannot be removed because its log file has not been backed up.*ls'. Only target columns and columns in the clause scope are allowed in the 'WHEN NOT MATCHED BY SOURCE' clau se of a MERGE statement. Only source columns and columns in the clause scope are allowed in the 'WHEN NOT MATCHED' clause of a ME RGE statement. 5513 16 The name that is specified for the associated log filegroup for FILESTREAM filegroup '%. 5333 16 The identifier '%.R hint specified for the CLR TVF '%.*ls' cannot be removed because it is .*ls' cannot be referred to by mo re than one FILESTREAM data filegroup. 5509 15 The properties SIZE or FILEGROWTH cannot be specified for the FI LESTREAM data file '%. Examine the previous errorlog entries for errors. and take the appropriate corrective actions. 5523 16 FILESTREAM data file group cannot be added to refer to an empty FILESTREAM log file group. *ls' is corrupted. 5507 15 DEFAULT cannot be specified for FILESTREAM log filegroup '%.*ls' under log folder '%. 5521 16 Error 0x%x (NT status code) was encountered when SQL Server atte mpts to retrieve '%. 5502 16 The FILESTREAM container is inaccessible. 5515 20 Cannot open the container directory '%. 5524 16 Default FILESTREAM data filegroup cannot be removed unless it's the last FILESTREAM data filegroup left. The order of the data must match the o rder specified in the ORDER hint for a CLR TVF. 5512 16 Error 0x%x (%ls) was encountered while directory '%.*ls'.*ls' is not started. 5519 16 A database must have primary FILESTREAM log filegroup and log fi le in order for it to contain other FILESTREAM filegroups.*ls'.*ls'.*ls' . 5514 16 Transactional replication/Change Data Capture cannot proceed bec ause Transactional File System Resource Manager at '%. 5520 16 Upgrade of FILESTREAM container ID %d in the database ID %d fail ed because of container size recalculation error. 5505 16 A table that has FILESTREAM columns must have a nonnull unique c olumn with the ROWGUIDCOL property. INT ERSECT or EXCEPT operators because it is not comparable.*ls' of the FILESTREAM fi le.*ls'. 5503 10 Unable to find entry in sys. 5511 23 FILESTREAM's file system log record '%. 5525 16 The READ_ONLY. The operating system has returned the Windows status code 0x%x.*ls' is too long. 5506 15 FILESTREAM data or log file cannot be named 'DEFAULT'. *ls' is corrupted. FILESTREAM manager cannot continue wi th current command. Database cannot recover. file system access share name = '%.databases. 5539 16 The ROWGUIDCOL column associated with the FILESTREAM being used is not visible where method %ls is called. 5552 16 FILESTREAM file named with GUID '%. 5555 16 The operation has failed because the FILESTREAM data cannot be r enamed.*ls' to '%. Then retry the drop file operation.*ls' from '%. 5535 23 FILESTREAM data container '%. 5534 23 SQL log record at LSN '%d:%d:%d' for database '%. See Books Online for more details on feature support in different SQL Server editions. 5543 10 FILESTREAM: effective level = %d (remote access disabled). 5557 16 The FILESTREAM container '%. 5532 16 SQL Server cannot obtain the Kernel Transaction Manager's transa ction context to perform file system operation. FI LESTREAM data cannot be populated on this filegroup until a file is added. 5542 16 The FILESTREAM filegroup '%. 5556 16 The database '%.*ls'. confi gured level = %d. Log folder '%. 5544 10 FILESTREAM: effective level = %d (remote access enabled). Supply a valid database name. 5538 16 Partial updates are not supported on columns that have a FILESTR EAM as a source. 5553 16 SQL Server internal error.*ls' that belongs to FILESTRE AM data file ID 0x%x does not exist or cannot be opened. config ured level = %d. 5537 16 Function %ls is only valid on columns with the FILESTREAM attrib ute. Specifying more than one Filestream Container per Filestream Fil egroup is not supported in this edition of SQL Server.being referenced by a FILESTREAM data filegroup. 5536 23 FILESTREAM deleted folder '%. 5528 16 A database can have at most one primary FILESTREAM log filegroup and log file. The database is a primary da tabase in an availability group. use sys.*ls' is corrupted. 5551 16 FILESTREAM file '%. 5529 16 Failed to remove a FILESTREAM file. To see available databases. 5531 16 Error 0x%x (NT status code) was encountered when SQL Server atte mpts to change the logging mode of Transaction File System Resource Manager loca ted at '%. 5550 16 Too many Filestream containers were specified for Filestream Fil egroup '%. See Books Online for more details on feature support in different SQL Server ed itions. Database cannot recover.*ls' has no files assigned to it. 5541 16 An open mode must be used when a FILESTREAM column is opened as a file.*ls' is corrupt ed.*ls' does not exist or cannot be pro .*ls' does not exist or does not support FILESTRE AM. 5527 16 The primary FILESTREAM log file cannot be dropped because other FILESTREAM filegroups exist. Restore the database from a backu p.*ls'.*ls'. 5540 16 The FILESTREAM column cannot be used with method %ls because the associated ROWGUIDCOL of the base table is nullable or does not have a unique c onstraint. 5554 16 The total number of versions for a single file has reached the m aximum limit set by the file system. Specifying more than one Filestream Co ntainer per Filestream Filegroup is not supported in this edition of SQL Server.*ls'. 5533 23 The FILESTREAM file system log record that has the LSN '%d:%d:%d ' is missing.*ls' is corrupted.*ls' cannot be added because its destination filegroup cannot have more than one file. Wait for the FILESTREAM data files to be harden ed on every secondary availability replica. file system access share name = '%. Database cannot recover. 5575 10 Operation '%ls' failed with HRESULT: %ls in file '%hs'. such as background GC operation. The Windows Adminis trator must enable FILESTREAM on the instance using Configuration Manager before enabling through sp_configure. 5580 16 FILESTREAM InstanceGuid is null. Supply a valid FILESTREAM container name. 1. u se sys. or 3 . 5583 16 The specified value for the enable_level parameter of the sp_fil estream_configure stored procedure is not valid. 5574 16 A database cannot be enabled for both FILESTREAM storage and Dat abase Mirroring. backup operation. The value must be 0. If you have data in FILESTREAM c olumns. see the SQL Server error log. 5596 10 FILESTREAM feature configuration might be inconsistent. 5591 16 FILESTREAM feature is disabled.*ls'. 5592 16 FILESTREAM feature doesn't have file system access enabled. 5597 16 FILESTREAM feature could not be initialized. 5586 10 The FILESTREAM feature is already configured to the specified le vel. 5595 16 . 5570 16 FILESTREAM Failed to find the garbage collection table.PhysicalPathName is disabled. it will not be accessible after the SQL Server instance has been restart ed. use the sp_configure stored procedure. 5600 16 The Cross Database Chaining option cannot be set to the specifie d value on the specified database.databases_files.*ls ' cannot be performed at the moment because it conflicts with another activity. 5579 10 FILESTREAM: effective level = %d. The error number is %ld. 5561 16 FILESTREAM garbage collector operation was aborted on the databa se '%. 5594 16 The value specified for the computer_name_format parameter of th e . 5573 10 Internal FILESTREAM error: failed to access the tombstones table with HRESULT: 0x%x. 5558 16 Database '%. 5571 23 Internal FILESTREAM error: failed to access the garbage collecti on table. 5572 23 Internal FILESTREAM error: failed to perform a filesystem operat ion because of a potential corruption. Check the updated configuration settings and retry the operation if n ecessary. To rese t the configuration. The feature is dis abled.*ls'. DBCC CHECK* operation or on-g oing snapshot creation. 5582 10 Machine reboot is required before the FILESTREAM feature setting s can take effect. 5590 16 FILESTREAM operations are not supported on the platform. 5584 16 Another session is executing the sp_filestream_configure stored procedure. 2. 5601 16 The service master key could not be force regenerated as request ed by the -F startup option. . 5593 16 FILESTREAM feature is not supported on WoW64. 5578 16 A failure occurred while FILESTREAM configuration was being chan ged or applied.*ls' should be in single-user mode. configured level = %d. No change has been made.%ls() function is not valid. For more information. Registry settings might be corr upted.cessed. To see available containers. 5559 16 Could not open the database '%. file sy stem access share name = '%. 5598 10 FILESTREAM feature is not supported on user instances. 5581 10 FILESTREAM feature has been disabled.*ls'. Restart the instance of SQ L Server for the settings to fully take effect. 5560 16 Access to the FILESTREAM tombstone table for the database '%. 5602 10 The service master key regeneration was successful. line %d while executing sp_filestream_configure. 5805 16 Too few locks specified. 5842 16 Too few worker threads are specified. either add the new CPUs to the soft-NUMA configuration and r estart SQL Server. Minimum %d. Valid port va lues are 1024-32767. Make the database w ritable. 5846 16 Common language runtime (CLR) execution is not supported under l ightweight pooling. The lower bound %d must be less t . 5849 10 Online CPU addition is not supported in the current edition of S QL Server.*ls'. 5835 16 Failed to start CPUs with the mask 0x%lx on the system. and retry the operation.configuration s. To use the additi onal CPU resources. or remove the soft-NUMA configuration and restart SQL Server. This is an informational message only. 5844 16 User Instances are not supported in this edition of SQL Server. Use the REC ONFIGURE WITH OVERRIDE statement to force this configuration. 5850 10 Online addition of CPU resources cannot be completed. 5838 16 The service broker connection authentication value is invalid. 5703 10 Changed language setting to %. The error number is %ld. 5807 16 Recovery intervals above %d minutes not recommended. 5848 10 Physical CPU id %u has been hot added to node id %u as logical C PU id %u. 5834 16 The affinity specified conflicts with the IO affinity mask speci fied. Change the affinity setting to use different CPUs than those specified in the IO affinity mask. 5832 16 The affinity mask specified does not match the CPU mask on this system. 5702 10 SQL Server is terminating this process. 5828 16 User connections are limited to %d. 5604 10 The password regeneration attempt for SA was successful. 5841 16 The default full-text language is not supported by the full-text search component. 5701 10 Changed database context to '%. Disable one of two options: "clr enabled" or "lightweight po oling". 5840 16 The service broker message forward mode is invalid. A software non-uniform memory access (soft-NUMA) configuration was specified at SQL Server startup that does not allow online addition of CPU resources. 5812 14 You do not have permission to run the RECONFIGURE statement. or collation cannot be changed at the server level because at least one database is not writable.*ls. No user action is required. 5837 16 The service broker listen port cannot be dynamic. 5851 10 The AccessCheckResult quota must be greater than or equal to the bucket count 5852 10 The AccessCheckResult bucket count must be less than %d.5603 16 The password for SA could not be force regenerated as requested by the -K startup option. 5831 16 Minimum server memory value (%d) must be less than or equal to t he maximum value (%d). 5810 16 Valid values for the fill factor are 0 to 100. 5829 16 The specified user options value is invalid. 5804 16 Character set. 5808 16 Ad hoc update to system catalogs is not supported. 5853 16 The affinity range is invalid. sort order. 5833 16 The affinity mask specified is greater than the number of CPUs s upported or licensed on this edition of SQL Server. 5803 10 Unknown configuration (id = %d) encountered in sys. 5836 16 Lightweight pooling is not supported on this platform or in this edition of SQL Server. The minimum is %d. 5839 16 The service broker message forward store size cannot be set to 0 . 5605 16 The password for SA account could not be force regenerated and/o r SA account cannot be disabled as requested by the -K startup option and the -T 1617 trace flag. 6106 16 Process ID %d is not an active process ID. 6115 16 KILL command cannot be used inside user transactions. list transactions and their locks. and terminate transactions with the highest number of locks. 6007 10 The SHUTDOWN statement cannot be executed within a transaction o r by a stored procedure. Only M icrosoft Distributed Transaction Coordinator can resolve this transaction. Use sys.*ls' property. 5904 17 Unable to issue checkpoint: there are not enough locks available . This is typically caused by lack of system resources s uch as disk or memory. Background checkpoint process will remain suspended until locks are available. Operating sy stem error %ls 5864 16 IO affinity is not supported on this edition of sql server. No user action is required. remove thes e processors by using ALTER SERVER CONFIGURATION. Estimated time remaining: %d seconds. 5861 16 A %S_MSG with id %d does not exist on this system. The maximum %S_MSG number that is available to this instance is %d. the number must be more than %u.*ls' failed to generate a checkpoint. 5862 16 The number of max worker threads is set too low.han the upper bound %d. 6107 14 Only user processes can be killed.*ls. 6005 10 SHUTDOWN is in progress. 5860 10 Affinity changed for node %d: from 0x%0*I64x:%u to 0x%0*I64x:%u. 5856 16 The %S_MSG range that specifies %S_MSG %d includes at least one %S_MSG that is not available to the current instance. KILL command failed. 6006 10 Server shut down by %. 6113 16 The distributed transaction associated with UOW %s is in PREPARE state. or in some cases due to database corruption. 6001 10 SHUTDOWN is waiting for %d process(es) to complete. 5901 16 One or more recovery units belonging to database '%. 6102 14 User does not have permission to use the KILL statement. 6108 16 KILL SPID WITH COMMIT/ROLLBACK is not supported by Microsoft SQL Server.dm_o s_schedulers to locate valid %S_MSGs for this system. Examine prev ious entries in the error log for more detailed information on this failure. 5855 16 The affinity setting was not changed. 5863 16 Could not change the value of the '%. 6104 16 Cannot use KILL to kill your own process. 6004 10 User does not have permission to perform this action. Estimated rollback co mpletion: %d%%.*ls from login %. Use KILL UOW WITH COMMIT/ROLLBACK syntax to kill the transaction instead . To free up locks. 6112 16 Distributed transaction with UOW %s is in prepared state. 6101 16 Session ID %d is not valid. 5857 10 CPU 5858 10 NUMANODE 5859 16 The current affinity setting specifies the use of more than 64 p rocessors. 6110 16 The distributed transaction with UOW %s does not exist. This is an informational message only. KILL command failed. 6114 16 Distributed transaction with UOW %s is being used by another use r. This can be caused by low system resources. 5854 16 A %S_MSG value was specified more than one time in the range lis t for an ALTER SERVER CONFIGURATION SET PROCESS AFFINITY statement. Before you use sp_configure to change affinity settings. You should increase the number of max worker threads. 6109 10 SPID %d: transaction rollback in progress. 6111 16 Another user has decided a different outcome for the distributed transaction associated with UOW %s. 6117 16 There is a connection associated with the distributed transactio . Use KILL UOW WITH COMMIT/ROLLBACK to resolve in-doubt distributed trans actions involving Microsoft Distributed Transaction Coordinator (MS DTC). On this compute r. Use KILL UOW to kill the transaction instead. Check if the referenced assemblies are up-to-date and trus ted (for external_access or unsafe) to execute in the database. 6217 16 ALTER ASSEMBLY ADD FILE failed because the file. estimated time left %d seconds.*ls' has invalid attribute 0x%x. 6215 16 %s ASSEMBLY failed because method '%.n with UOW %s.*ls ' has a static field '%.*ls' cannot be marked as a mutator. public.*ls' in %.*ls assemblies.*ls' is storing to a static field. A mutator method must be non-static. being added is empty. 6202 16 Method "%ls" of type "%ls" in assembly "%. 6206 16 Request submitted with too many parameters.*ls assembly "%.*ls" in %. 6210 16 CLR type '%.*ls' in %. The result w ould be padded and cannot be converted back. 6203 16 Method '%ls' of type '%ls' in assembly '%.*ls " has a finalizer. 6221 16 The cursor operation generated more than one row of different co lumn metadata.*ls' failed because assembly '%.*ls" does not exist in th e target database. Storing to a static field is not allowed in %.*ls' is not fully comparable.*ls": returning NULL on non-NULL inputs.*ls" is not marked as a mutator.*ls' in %. 6201 16 Method "%ls" of type "%ls" in assembly "%. 6118 16 The distributed transaction associated with UOW %s is not in PRE PARED state. 6208 16 %s failed because the parameter count for the FillRow method sho uld be one more than the SQL declaration for the table valued CLR function.*ls to fixed length binary type. The maximum number is %ld.* ls assembly "%. 6204 16 Trying to send a record with %d columns(s) in a result set with %d column(s). Rollback operation for Process ID %d is not in progress. Only mutators can be used to update the value of a CLR type. Attributes of static fields in %. "%. 6121 16 Status report cannot be obtained.*ls assemblies. . 6200 16 Method "%ls" of type "%ls" in assembly "%.*ls assembly '%.*ls" is marked as a mu tator. CLR Verifier err or messages if any will follow this message%.*ls assemblies.*ls" in %.*ls".*ls' on type '%. 6207 16 Error converting %.*ls' failed verification. Finalizers are not allowed in %.*ls 6219 16 %s ASSEMBLY failed because assembly source parameter %d has an u nmanaged entry point. or initonly in Vi sual C++ and intermediate language. and returns void type . Mutators cannot be used in the read-only portion of the query.*ls' on type '%.*ls" on type "%. First. 6218 16 %s ASSEMBLY for assembly '%. 6205 16 %s ASSEMBLY failed because assembly '%. Explicit synchronization is no t allowed in %.*ls" has an unmanaged ent ry point. *ls assembly '%. 6209 16 Unsound ordering on CLR type "%.*ls'. 6213 16 %s ASSEMBLY failed because method "%. 6212 16 %s ASSEMBLY failed because method '%. 6214 16 %s ASSEMBLY failed because assembly "%.*ls' was compiled with /U NSAFE option. but the assembly was not registered with the required PERMISSION_S ET = UNSAFE option. Rollback operation for UOW %s is not in progress. *ls assembly '%.*ls" does not return a value.*ls assemblies mu st be marked readonly in Visual C#. 6120 16 Status report cannot be obtained. 6220 16 SELECT INTO failed because CLR type "%. 6211 16 %s ASSEMBLY failed because type '%. 6119 10 Distributed transaction with UOW %s is rolling back: estimated r ollback completion: %d%%. 6216 16 %s ASSEMBLY failed because type "%. kill the connection using KILL SPID syntax. ReadOnly in Visual Basic.*ls" has a synchronized attribute. *ls.*ls" has an invalid custom attribute "%.*ls' attribute.%.%.*ls". 6232 16 Type "%.*ls" of type "%.*ls.*ls" of type "%. 6247 16 Cannot create type because '%.%.*ls.*ls" is marked for native serialization.*ls" already exists in database "%.*ls" has an invalid custom attribute "%.Sequential".%.%.%.%. 6227 16 Type "%.Sequential".*ls" specified in the authorization clause does not exist.*ls" is marked for native serialization. and is used for the indexed view '%s '. 6225 16 Type "%.*ls. 6240 16 ALTER ASSEMBLY failed because the function '%s' of type '%s' no longer satisfies indexability requirements.%. but field "%.*ls". 6233 16 In proc data access is not allowed in an impersonated state.*ls.%.%. but it co ntains non-blittable fields.%.Sequential".*ls" in assembly "%. 6242 16 CREATE ASSEMBLY failed because the user "%.*ls" is marked for native serialization.*ls".%.Sequential".%. 6230 16 Type "%. consider using different kind of serializa tion format.%.*ls" is of type "%. If you wi sh to have a field of any other type. 6246 16 Assembly "%.*ls.*ls. or type "%.%.*ls" interface.%.*ls" is marked for native serialization.*ls' is marked for native serialization.*ls.*ls" in asse mbly "%.*ls". 6223 16 Type "%.*ls.%.*ls. 6241 16 Trying to send a record with type or name of column %d differing from the type or name of the corresponding column of the result set. 6243 16 '%.%. Native serializat ion requires the type to be marked with "LayoutKind.*ls.%. 6245 16 Invalid serialization format (%d) for type "%.%. 6229 16 Type "%.*ls.NonSerializedAttribute".Sequential". but field "%. It is not marked with "LayoutKind. and has the Ma xByteSize property specified in the '%.*ls. such as User Defined Serialization. but field "%.*ls" is marked for native serialization. 6244 16 The size (%d) for "%.*ls" on type "%. but does not implement the "%. it is calculated by SQL Server.*ls. but field "%. which is not blittable.*ls" is marked for native serialization.6222 16 Type "%. N ative serialization types cannot have fields marked with "System.*ls" of type "%. which is not marked wit h "LayoutKind.*ls" is not marked with "LayoutKind.*ls" is marked for user-defined serialization.*ls" of type "%. but field "%.*ls.*ls".*ls" is not in the valid range. Length (%d) exceeds maximum length (%d) f or type '%.*ls" of type "%. Native serialization requires the type to be marked w ith "LayoutKind.*ls" is not valid for native serialization.*ls'.NonSerializedAt tribute". 6234 16 Data truncation error.Sequential".*ls.*ls" is marked for native serialization.*ls. 6235 16 Data serialization error.%.*ls' cannot have fixed lengt .%.*ls".*ls" in type "%.*ls. 6236 16 %s ASSEMBLY failed because filename '%.*ls' is too long. 6224 16 Type "%. 6226 16 Type "%.*ls" has an invalid custom attribute "%. 6231 16 Type "%.*ls" which is a non-value typ e. Length (%d) is less than fixed length (%d) for type '%. 6238 16 %s ASSEMBLY failed because field "%.%. Native serialization types cannot have field marshallers.*ls" is marked for native serialization.*ls. Native serialization requires the type to be marked with "LayoutKind.*ls. 6237 16 %s ASSEMBLY failed because method "%.*ls.*ls".%.*ls.*ls" is of type "%. Size must be -1 or a number between 1 and 8000.*ls" in ass embly "%.%. but field "%. Native serialization types can only have fields of blittable types. 6228 16 Type "%.%.*ls" is marked for native serialization.*ls" has a recursive definition.*ls" of type "%.*ls" is marked with "System.*ls. but one o f its base types "%.*ls" is not valid for native serialization.*ls" has field marshallers. but base type "%.*ls'.*ls.%.*ls.*ls" is of type "%.%. Native serialization obje cts can not specify MaxByteSize property.*ls.*ls" is marked for native serialization. 6239 16 %s ASSEMBLY failed because type "%.*ls.*ls. *ls of the .*ls".Read". 6267 16 Assembly "%.*ls" does not have an associated file "%. 6249 16 The associated file "%. 6276 16 ALTER ASSEMBLY failed because serialization data of type '%s' wo uld change in the updated assembly.* ls" has been dropped during the execution of the batch. 6252 16 ALTER ASSEMBLY failed because a file name was not specified for the inline assembly file parameter %d.*ls" in %. 6271 16 ALTER ASSEMBLY failed because the required field "%s" in type "% s" was not found with the same signature in the updated assembly. P/Invoke is not allowed in %. 6273 16 ALTER ASSEMBLY failed because required type '%s' does not exist or is not correctly defined in the updated assembly. 6254 10 Common language runtime (CLR) functionality initialized. 6266 10 Warning: Assembly "%. %.*ls' due to column %d.NET Framework routine is not mar ked with "DataAccessKind. Run the batch again.*ls 6260 16 An error occurred while getting new row from user defined Table Valued Function : %.*ls" was built using version %. Enable "clr enabled" configuration option. 6275 16 ALTER ASSEMBLY failed because the IsByteOrdered attribute of typ e '%s' would change in the updated assembly. 6259 16 Assembly '%. 6256 16 SqlPipe request submitted with too many columns. 6251 16 ALTER ASSEMBLY failed because the assembly file parameter %d is not a valid expression.*ls".NET Framework is disabled.*ls" of table variable "%. 6269 16 ALTER ASSEMBLY failed because the user-defined aggregate "%s" do es not exist or is not correctly defined in the updated assembly.*ls assemblies. 6253 10 Common language runtime (CLR) functionality initialized using CL R version %ls from %ls. or the user does not have permi ssion to reference it. 6257 16 CREATE ASSEMBLY for assembly '%. NET Framework. SQL Server currently uses version %s.*ls " has a pinvokeimpl method. 6262 16 Assembly was not found in current database or version did not ma tch.h if it has MaxByteSize set to -1. Persisted types are not allowed to cha nge serialization formats.*ls" does not exist. 6263 16 Execution of user code in the . The maximum nu mber is %d. 6258 16 Function signature of "FillRow" method (as designated by SqlFunc tionAttribute. Persisted types are not allowed to change . 6270 16 ALTER ASSEMBLY failed because the required method "%s" in type " %s" was not found with the same signature in the updated assembly. 6265 16 %s ASSEMBLY failed because type "%.*ls assembly "%. 6261 16 The CLR type referenced by column "%.*ls.FillRowMethodName) does not match SQL declaration for table valued CLR function'%. 6248 16 %s failed because the type '%s' contains a method '%s' specified by SqlUserDefinedType. Persisted types are not allowed to change se rialization data. 6250 11 Assembly "%. 6255 16 %s failed because type "%s" does not conform to the %s specifica tion: missing custom attribute "%. 6272 16 ALTER ASSEMBLY failed because required property '%s' in type '%s ' was not found with the same signature in the updated assembly.*ls' could not be loaded because it failed verificat ion.ValidateMethodName that does not conform to the required specification because it has an invalid signature. 6277 16 ALTER ASSEMBLY failed because the MaxLen attribute of type '%s' would change in the updated assembly. 6274 16 ALTER ASSEMBLY failed because the serialization format of type ' %s' would change in the updated assembly.*ls" already exists for assembly "%.*ls". 6264 16 Data access failed because the .*ls' failed because the assembly is built for an unsupported version of the Common Language Runtime.Read" or "SystemDataAccessKind. 6303 16 XML parsing: Document parsing required too much memory 6304 16 XML parsing: An unexpected error has occurred in the XML parser.*ls) created. 6307 16 XML well-formedness check: Attribute cannot appear outside of el ement declaration.%.*ls' contains a . view or constraint '%s' dep ends on this assembly. 6306 16 Invalid XQuery expression passed to XML data type method. is already in the database. 6298 16 %.*ls: %. 6295 16 %. 6278 16 ALTER ASSEMBLY failed because the IsFixedLen attribute of type ' %s' would change in the updated assembly.*ls. 6281 16 ALTER ASSEMBLY failed because only members of the sysadmin role can use WITH UNCHECKED DATA.*ls". 6305 16 XQuery data manipulation expression required in XML data type me thod. and the method is in use b y the schema-bound function or view '%s'. identical to an assembly that is already registered under the name "%. 6302 16 The argument of CREATE or ALTER XML SCHEMA COLLECTION statement must be a string expression. 6279 16 ALTER ASSEMBLY failed because the mutator attribute of method '% s' in type '%s' would change in the updated assembly.*ls. It should be applied to the property itself.*ls) failed to unload with error code 0x%x. 6294 16 %. 6282 16 ALTER ASSEMBLY failed because the referenced assemblies would ch ange.*ls: %. 6299 10 AppDomain %i (%.*ls property of SqlFacetAttribute cannot be used in this context.*ls" . 6297 16 %. 6290 10 AppDomain %i (%. 6288 16 ALTER ASSEMBLY has marked data as unchecked in one or more objec ts in database "%.*ls.%.*ls.%. 6293 16 %. referenced by assembly '%s'. 6283 16 ALTER ASSEMBLY failed because only the assembly revision version number is allowed to change.*ls.*ls' .%.%.%. Assemblies that are referenced by SQL objects cannot be made invisible. 6289 16 Failed to allocate memory for common language runtime (CLR) func tionality.*ls. Persisted types are not allowed to cha nge IsFixedLen attribute.*ls.*ls.tables" and "sys. 6309 16 XML well-formedness check: the data for node '%.%.*ls'.*ls property of SqlFacetAttribute has an in valid value. 6291 16 AppDomain %i (%. 6292 16 The transaction that is associated with this operation has been committed or rolled back.*ls. according to MVID.*ls) unloaded.views" to locate all such objects. 6287 16 ALTER ASSEMBLY failed because the function '%s' of type '%s' no longer satisfies indexability requirements. Retry with a different transaction.%.%.*ls: SqlFacetAttribute is invalid on a non-public member. 6284 16 ALTER ASSEMBLY failed because it is referenced by object '%.*ls. 6296 16 %. 6308 16 XML well-formedness check: Duplicate attribute '%. Refer to column "has_unchecked_assembly_data" from syste m views "sys. 6285 16 %s ASSEMBLY failed because the source assembly is.%.*ls.*ls : SqlFacetAttribute cannot be applied to a pro perty getter or a property setter. The referenced assembly list must remain the same. 6286 16 '%s' ASSEMBLY failed because a different version of assembly '%s '. Use WITH UNCHECKED DATA to skip checking for persisted da ta. Rewrite your XQuery so it returns well-formed XML.*ls: The SqlFacetAttribute properties Precision an d Scale have to be used together. and is used for the persisted comput ed column '%s' of table '%s'.%. Rewrite your XQuery so it returns well-formed XML.%.*ls.MaxLen attribute.*ls: The SqlFacetAttribute property IsFixedLength cannot be set to true when MaxSize is set to -1. 6280 16 ALTER ASSEMBLY failed because table. *l s' has been dropped or altered during the execution of the batch. 6335 16 XML datatype instance has too many levels of nested nodes. if any. 6323 16 The xml schema collection for variable '%. 6310 16 Altering existing schema components is not allowed.*ls' has been altered while the batch was being executed. which is req uired to create an XML index on it.character (0x%04X) which is not allowed in XML.*l s' component name: '%.*ls' on table '%. component namespace: '%. 6332 16 Table '%.*ls' already exists on column '%.*ls' on ta ble '%. Rewrite your XQuery so it returns well-formed XML. 6341 16 Xml schema collection referenced by column '%. 6324 16 DROP XML INDEX does not support any options. '%. XML Index name should not start with '#' or '@' 6338 10 XML DTD has been stripped from one or more XML fragments. and re-run the batch. 6325 16 XQuery: Replacing the value of a node with an empty sequence is allowed only if '()' is used as the new value expression. Remove all XML schema collection DDL operati ons it is dependent on from the batch. 6322 16 XML Parser ran out of memory.*ls' 6334 16 Could not create the XML or spatial index on object '%. 6329 16 Unsupported usage of a QName typed value in node '%. Contact Techn ical Support for assistance.*ls' is %d bytes.*ls 6311 16 An internal XMLDB schema processor error occurred. 6312 16 Could not find schema components with target namespace '%. have been ignored. 6333 16 Could not find%ls XML index named '%.*ls' is not a valid XML Index name because it starts with '%c ' character. Exter nal subsets. 6326 16 XML well-formedness check: XML namespace declaration cannot appe ar outside of element declaration.*ls' on table '%. 6339 16 Specified collection '%.*ls' as the canonical form o f type '{%. 6336 16 Maximum size of primary index of table '%.*ls' referenced by table variable '%.*ls' needs to have a clustered primary key with less th an %d columns in it in order to create a primary XML index on it. and multiple Primary XML Indexes per column are not allowed. Maxim um allowed depth is %d levels.*ls'. 6327 16 The specified xml schema collection ID is not valid: %d 6328 16 Specified collection '%.*ls' beca use that object is not a table. Please re-run the batch.*ls' is not of type XML. It is recommended that you not use pattern facets on non-string types. 6340 16 Xml schema collection '%.*ls' i n collection '%.*ls' because it failed valid ation against type '{%.*ls}%. Create the index on the base table column.*ls' 6330 16 Column '%.*ls' cannot be modified because it is SQ L Server built-in XML Schema Collection. 6316 16 Specified component '%s' can not be dropped because it is used b y component:'%s' 6317 16 XQuery: Cannot update with value '%.*ls'.*ls' violates the required pattern. 6331 16 Primary XML Index '%. There was a n attempt to modify an existing XML Schema component.*ls' cannot be dropped because it is use d by %S_MSG '%ls'. CREA TE XML INDEX requires that such size should be limited to %d bytes 6337 16 '%.*ls' is not valid. 6314 16 Collection specified does not exist in metadata : '%.*ls' component kind:%.*ls}%. This could be caused by too many a ttributes or namespace declarations. The new value expressi on evaluated to an empty sequence but it is not '()'.*ls' of table vari .*ls' 6318 16 XQuery: String conversion failed during UPDATE validation 6320 16 XQuery: Only nillable elements or text nodes can be updated with empty sequence 6321 16 xml:space attribute must have a value of 'preserve' or 'default' .*ls' 6315 16 XQuery: Cannot update with value '%. 6359 16 Parsing XML with internal subset DTDs not allowed.*ls' does not exist on table '%.* ls'. Remove th e schema binding before trying to alter the collection. 6347 16 Specified collection '%. 6503 16 Assembly '%.able '%. 6504 16 The value returned from %. Revalidation of XML columns in t able '%. 6354 16 Target string size is too small to represent the XML instance 6355 16 Conversion of one or more characters from XML to target collatio n impossible 6356 16 Failed to load DLL. %S_MSG %s 6401 16 Cannot roll back %.*ls' cannot be ind exed by an XML index.*ls. column '%.*ls' on table '%. 6366 16 Invalid type for element '%s'. 6502 16 %s ASSEMBLY failed because it could not read from the physical f ile '%. 6363 16 ALTER SCHEMA COLLECTION failed.*ls': %ls. 6358 16 %d is not a valid style number when converting to XML. 6351 16 The xml schema collection for return parameter of module '%. Please re-run the batch.*ls' has changed.*ls' did not succeed due to the following reason: '%. '%. 6501 16 %s ASSEMBLY failed because it could not open the physical file ' %. 6500 16 %ls failed because method '%ls' of class '%ls' in assembly '%ls' returns %ls. No transaction or savepoint of that name was found.*ls' in the table '%. XML Schema Collections can onl y be created from a non-null value.*ls' cannot be altered because it does n ot exist or you do not have permission. 6365 16 An XML operation resulted an XML data type exceeding 2GB in size . or from a variable typed as a string or untyped X ML. 6364 16 ALTER SCHEMA COLLECTION failed.*ls': %ls. 6348 16 Specified collection '%. . Either the sc hema or the specified data should be altered so that validation does not find an y mismatches. 6350 16 The definition for xml schema collection '%. You may have an incorrect version of xmlrw. XML Schema Collections can only be created from a string literal.dll . Use CONVERT w ith style option 2 to enable limited internal subset DTD support. because the column is computed.*ls. 6362 16 Alter schema collection cannot be performed because the current schema has a lax wildcard or an element of type xs:anyType. 6361 16 Invalid null parameter specified.*ls' has been dropped or altered during the execution of the batch. 6353 16 Serialization of built-in schemata is not supported.dll exists in the SQL Serve r installation. Plea se re-run the batch.%.*ls'. 6346 16 Cannot convert a primary XML index to a secondary XML index usin g the DROP_EXISTING option.*ls'. 6352 16 Invalid parameter specified. 6344 16 The primary xml index '%.dll.*ls' without a USING XML IN DEX clause. SQL Server does not permit the bu ilt-in XML Schema types 'ID' and 'IDREF' or types derived from them to be used a s the type of an element. Make sure xmlrw.*ls' has been altered while the batch was being executed. 6343 16 Cannot create secondary xml index '%.*ls'. 6357 16 Internal error: cannot locate CreateInfoSetReaderEx in xmlrw. 6360 16 %d is not a valid style number when converting from XML. It cannot be performed on a sche ma collection that allows laxly validated content and is schema bound. but CLR Triggers must return void.*ls' is a primary XML index.*ls' co lumn '%.*ls' cannot be created because it alread y exists or you do not have permission. Operation aborted.*ls' was not found in the SQL catalog. 6345 16 The sparse column set '%. 6342 16 Cannot create primary xml or spatial index '%.*ls is not allowed to be NULL. NET Framework error occurred during statement execution: %. Another query caused the A ppDomain %. 6514 16 Cannot use '%s' column in the result table of a streaming user-d efined function (column '%.NET Framework execution was aborted by escalation policy becaus e of out of memory. 6513 16 Failed to initialize the Common Language Runtime (CLR) %ls due t o memory pressure.*ls'). 6523 16 Method. Application failed to release a managed lock. . You need to restart SQL Server to use CLR integration features. 6527 10 . 6525 16 Cannot use '%s' constraint in the result table of a streaming us er-defined function.*ls'. 6520 16 A . If the error recurs after the server is resta rted.*ls'). Out of memory happened while accessing a critic al resource. 6531 16 %ls failed because the function '%ls' of class '%ls' of assembly '%.*ls 6534 16 AppDomain %.*ls' takes one or more parameters but CLR Triggers do not accept parameters. 6530 16 Cannot perform alter on '%. 6512 16 Failed to initialize the Common Language Runtime (CLR) %ls with HRESULT 0x%x.*ls to be unloaded. Please install .*ls' was not found in the SQL catalog of database '% . 6510 16 This functionality requires .*ls was unloaded by escalation policy to ensure the consistency of your application. For more information.*ls 6533 16 AppDomain %.*ls'': %ls.NET Framework error occurred during execution of user-defined routine or aggregate "%.*ls 6518 16 Could not open system assembly ''%.NET Framework runtime has been stopped.*ls was unloaded by escalation policy to ensure the consistency of your application. and public key have not chan ged.NET Framework 4. %.*ls' is not yet supported for CLR operations. 6508 16 Could not find field '%s' for type '%s' in assembly '%s'. %. % .*ls' does not exist or you do not have permission. 6517 16 Failed to create AppDomain "%.*ls'. 6519 16 Type '%. %. You may fix the problem and try again later. 6528 16 Assembly '%. 6509 16 An error occurred while gathering metadata from assembly '%ls' w ith HRESULT 0x%x.*ls' because it is an incompatible ob ject type. This is probably due to memory pressure in the MemToLeave reg ion of memory. 6526 16 Cannot use '%s' constraint in the result table of a streaming us er-defined function (column '%. see the CLR integration documentation in SQ L Server Books Online. 6515 16 Schema collection database '%.*ls'). 6521 16 A . Make sure the version.*ls 6536 16 A fatal error occurred in the .*ls' has changed. 6511 16 Failed to initialize the Common Language Runtime (CLR) %ls with HRESULT 0x%x.6505 16 Could not find Type '%s' in assembly '%s'. %. 6532 16 . property or field '%ls' of class '%ls' in assembly '%.NET Framework common language run time. 6522 16 A . name. 6529 16 ALTER ASSEMBLY failed because the identity of referenced assembl y '%. 6516 16 There is no collection '%. contact Customer Support Services.*l s' is static.NET Framework error occurred during statement execution.*ls": %ls.NE T Framework 4 to use this functionality.NET Framework execution was aborted. 6506 16 Could not find method '%s' for type '%s' in assembly '%s' 6507 16 Failed to open malformed assembly '%ls' with HRESULT 0x%x.*l s. SQL Server is shutting down.*ls". 6524 16 Cannot use computed column in the result table of a streaming us er-defined function (column '%.*ls' in metadata '%.*ls 6535 16 . NET Framework execution was aborted because of stack overflow. 6556 16 %s failed because it could not find type '%s' in assembly '%s'.NET Framework execution was aborted. Environment. .*ls. use a scalar function or an output param eter instead.*ls' has some inv alid parameter declaration for parameter number %d.%d .NET Framework error occurred during execution of user defined routine or aggregate '%. This is due to a sc hema inconsistency.NET Framework calling convention.%d.*ls': %ls. 6542 16 Can not create object because %ls is a generic type. 6561 16 Could not find file '%s' in directory '%s%s'. Use ALTER ASSEMBLY DROP FILE to remove extra files.*ls' has more than one file associated with it.*ls' already exists for owner '%. 6553 16 %s failed because of an invalid . 6540 16 The assembly name '%.*ls' is malformed or not a pure .*ls'.*ls' in database '% .Exit should not be used to exit the process.*ls" do not match. 6548 16 CREATE ASSEMBLY failed because the assembly references assembly '%. 6547 16 An error occurred while getting method.*ls" failed because T-SQL and CLR types for parameter "%.*ls" is a system assembly. 6554 16 SQL assembly name '%. property or field '%ls' in class '%ls' in assembly '%. will be rolled bac k. and . 6562 16 Version mismatch between files '%ls' (%d. 6544 16 %s ASSEMBLY for assembly '%. 6541 16 ALTER ASSEMBLY failed because assembly '%.*ls' being registered has an illegal name t hat duplicates the name of a system assembly.NET assembly. if any. 6543 16 . SQL Server is shutting do wn.NET Framework calling conventio n.*ls" failed because T-SQL and CLR types for return val ue do not match. 6563 16 Method.%d). If the intent is to return an integer to indicate failure. 6550 16 %s failed because parameter counts do not match.*ls'.Unknown) for type '%.*ls' failed because assembly '%. 6551 16 %s for "%. This operation is permit ted only with user assemblies.%d) and '%ls' (%d. which is owned by another user. such as in a user-defined function or CLR type.%.*ls 6539 16 Invalid serialization format (Format. 6552 16 %s for "%.*l s' has invalid return type. 6557 16 %s failed because type '%s' does not conform to %s specification due to field '%s'. 6564 16 The method '%ls' in class '%ls' in assembly '%. 6546 16 Could not impersonate the execution context during the execution of '%. 6558 16 %s failed because type '%s' does not conform to %s specification due to method '%s'.6537 16 The . 6549 16 A . 6565 16 %s ASSEMBLY failed because the assembly source parameter %d is n ot a valid assembly.*ls'. %. The UDP/UDF/CLR type did n ot end thread affinity. *ls'. 6559 20 Could not find type ID %d in database %. 6566 16 %s ASSEMBLY failed because the assembly source parameter %d is n ot a valid expression. property or field inform ation for "%ls" of class "%ls" in assembly "%.*ls'.NET Framework assembly name '%.*ls".NET Framework common language runtime was shut down by user code. 6560 16 Assembly "%. 6555 16 Assembly '%.*ls 6545 16 Enabling of execution statistics SET options is not allowed from within CLR procedure or function. Assembly names must match. %. Use the default .* ls' do not match. 6538 16 . User transaction.*ls. 6583 16 Assembly '%. System. 6594 16 Could not read from property '%ls' for type '%ls' in assembly '% ls' because it does not have a get accessor. 6589 16 DROP ASSEMBLY failed because the specified assemblies are refere nced by assembly '%ls'. 6575 16 Assembly names should be less than %d characters.*ls' in directory '%. 6571 16 Class '%ls' in assembly '%.*s' is not visible for creating SQL objects. System. 6574 16 Method. property or field was found with name '%ls ' in class '%ls' in assembly '%. 6595 16 Could not assign to property '%ls' for type '%ls' in assembly '% ls' because it is read only.*ls": %ls.*ls' could not be installed because existing policy would keep it from being used. 6596 16 %s ASSEMBLY failed because assembly '%ls' is a system assembly. 6587 16 Assembly reference '%ls' was redirected by external policy to '% ls' 6588 16 Assembly file operations are not allowed for Windows NT users ac tivated by SETUSER.*ls'. 6580 16 Declarations do not match for parameter %d.NET Framework error occurred while getting information from c lass "%. 6581 16 Could not find assembly '%. 6572 16 More than one method. Use ALT ER ASSEMBLY to change the assembly visibility. property or field '%ls' of class '%ls' in assembly '%.*ls'.*ls" in assembly "%.6567 16 %s failed because a CLR Procedure may only be defined on CLR met hods that return either SqlInt32. 6590 16 DROP ASSEMBLY failed because '%ls' is referenced by object '%ls' . 6586 16 Assembly '%. 6573 16 Method. 6591 16 %s for "%.*s' cannot be used for creating SQL objects because it is a system assembly.*ls'.*ls" failed because first parameter of "%. 6577 16 CREATE TYPE failed because type '%s' does not conform to CLR typ e specification due to interface '%s'.Int32>. Overloaded methods. 6570 16 Method '%ls' of class '%ls' in assembly '%.*ls' is generic. 6598 16 DROP ASSEMBLY failed because '%ls' is referenced by CLR type '%l s'. Assembly name '%.*l s' is not public. properties or fields a re not supported. 6599 16 Found an empty native serialization class '%. 6592 16 Could not find property or field '%ls' for type '%ls' in assembl y '%ls'. Gene ric methods are not supported.*ls' is generic.*l s' is not static. Empty native . v oid.NET Framework refer ence and T-SQL OUTPUT parameter declarations must match. 6593 16 Property or field '%ls' for type '%ls' in assembly '%ls' is stat ic. 6568 16 A .Int32.*ls" method must be of type System. Generic types are no t supported.Object. . Consider creating a user assembly to wrap desired functionality. 6576 16 Type '%ls' in assembly '%ls' is not public.*ls' is too long. 6569 16 '%.Nullable<System. property or field '%ls' of class '%ls' in assembly '%. 6597 16 CREATE %s failed. 6582 16 Assembly '%. 6584 16 Property or field '%ls' for type '%ls' in assembly '%ls' is not static 6585 16 Could not impersonate the client during assembly file operation.*ls' failed because parameter %d is not allowed to be null. 6579 16 Alter assembly from '%ls' to '%ls' is not a compatible upgrade. 6578 16 Invalid attempt to continue operation after a severe error. dll exis ts in the SQL Server installation.*ls". 6627 16 The size of the data chunk that was requested from the stream ex ceeds the allowed limit. 6609 16 Invalid data type for the column "%ls".*ls: Failed to obtain an IPersistStream interface on the XML t ext. binary. 6717 16 XQuery: The document tree is too deep. Require version "%d. CLR types cannot be used in an OpenXML WITH clause.*ls'. processing instruction. 6610 17 Failed to load Msxmlsql.DLL that was found is older than the min imum required version. varbinary(max).%d. 6622 16 Invalid data type for column "%ls". Valid data types are char. or xml. text node. varchar. 6613 16 Specified value '%ls' already exists. 6743 16 XQuery: The maximum allowed depth in XML instances is %d levels. 6700 16 XQuery: The ' %ls' operation is not supported. ntext or image. or document node. 6800 16 FOR XML AUTO requires at least one table for generating XML tags . Allowed data types are C HAR/VARCHAR.*ls' . 6621 16 XML encoding or decoding error occurred with object name '%. 6608 16 Failed to instantiate class "%ls". 6630 16 Element-centric mapping must be used with OPENXML when one of th e columns is of type XML. 6603 16 XML parsing error: %. image. 6718 16 XQuery: Invalid ordpath string: "%s" 6739 16 XQuery: SQL type '%s' is not supported in XQuery. comment node. NCHAR/NVARCHAR. and nvarchar. 6634 16 OpenXML cannot be used as the target of a DML or OUTPUT INTO ope ration. 6632 16 Invalid data type for the column "%ls". TEXT/NTEXT. Use sp_xml_removedocument to release XML documents. nchar. varchar(max). 6633 16 The version of MSXMLSQL. 6611 16 The XML data type is damaged. 6626 16 Unexpected end of data stream. If the problem persists you must simplify the XML hierarchy. Re-build the database if the problem pe rsists. 6624 16 XML document could not be created because server memory is low. 6631 16 The requested OpenXML document is currently in use by another th read.%d. 6716 16 XML Node ID is invalid. 6701 16 The version of the XML index that you are trying to use is not s upported anymore. 6602 16 The error description is '%. Cast the input value to XML or to a string type.*ls: The value supplied for parameter number %d is invalid. 6625 16 Could not convert the value for OPENXML column '%ls' to sql_vari ant data type. The data type cannot be text . The maximum allowed depth is %d levels. Please drop and recreate the XML index. ntext. Verify that Msxmlsql.*ls 6601 10 The XML parse error 0x%x occurred on line number %d. near the XM L text "%. 6745 16 XQuery: Internal compiler error. and cannot be used.serialization classes are not allowed. Change the data type of this column to tex t.%d". The value is too long. 6600 16 XML error: %.*ls can only process untyped XML.*ls 6605 16 %.%d". 6623 16 Column '%ls' contains an invalid data type. 6629 16 The result of the column expression for column "%ls" is not comp atible with the requested type "XML". 6744 16 XQuery: One of the paths specified in the query is too deep. 6628 16 %. The result must be an element. One of the paths in the query tries to access nodes at a lower level. 6607 16 %. and XML.dll. nvarchar(max). Found version "%d. 6805 16 FOR XML EXPLICIT stack overflow occurred.*ls'. mode '%. Use FOR XML RAW or add a FROM clause with a table name. and PATH modes of FOR XML. IDREF. Remove the column.*ls' declares another XMLTEXT column that is not permitted. 6827 16 FOR XML EXPLICIT queries allow only one XMLTEXT column per tag. 6807 16 Undeclared parent tag ID %d is used in a FOR XML EXPLICIT query. 6813 16 FOR XML EXPLICIT cannot combine multiple occurrences of ID. 6815 16 In the FOR XML EXPLICIT clause.*ls' to create a URL address for it. Use the TAGNAME!TAGID!ATTRIBUTENAME[!. 6824 16 In the FOR XML EXPLICIT clause. or use BINARY BASE64 to obtain binary data in encoded form if no primary keys exist. 6801 16 FOR XML EXPLICIT requires at least three columns. or use the BINARY B ASE64 mode. and at least one data column. 6808 16 XML tag ID %d could not be added.*ls'. 6826 16 Every IDREFS or NMTOKENS column in a FOR XML EXPLICIT query must appear in a separate SELECT clause.] format where TAGID is a positive integ er. 6821 16 GROUP BY and aggregate functions are currently not supported wit h FOR XML AUTO. IDRE F. or XMLTEXT in '%. 6819 16 The FOR XML clause is not allowed in a %ls statement. 6816 16 In the FOR XML EXPLICIT clause. IDREF. . 6809 16 Unnamed tables cannot be used as XML identifiers as well as unna med columns cannot be used for attribute names. 6814 16 In the FOR XML EXPLICIT clause. 6817 16 FOR XML EXPLICIT cannot combine multiple occurrences of ELEMENT.*ls' in a column name is invalid. 6830 16 FOR XML AUTO could not find the table owning the following colum n '%. Remove the column. XML. NMTOKEN. IDREFS.*ls'. XML.*ls'. NMTOKEN. or create the URL directly using the 'dbobject/TABLE[@PK1="V1"]/@COL UMN' syntax. 6831 16 FOR XML AUTO requires primary keys to create references for '%. including the tag column. Column '%. NMTOKEN. IDREFS. The same attribute cannot be ge nerated more than once on the same XML tag.*ls'. XMLTEXT. 6829 16 FOR XML EXPLICIT and RAW modes currently do not support addressi ng binary data as URLs in column '%. The server memory resources ma y be low. IDREF.*ls'. 6828 16 XMLTEXT column '%. and NMTOKENS require attribute names in '%.*ls' is repeated. Circular parent tag re lationships are not allowed.*ls' is being r edeclared as '%. IDREFS.*ls'. 6804 16 FOR XML EXPLICIT requires the second column to hold NULL or nonn egative integers that represent XML parent tag IDs. AUTO. ID. 6812 16 XML tag ID %d that was originally declared as '%. 6803 16 FOR XML EXPLICIT requires the first column to hold positive inte gers that represent XML tag IDs. ID. NMTOKEN.. and NMTOKENS attributes cannot be generated as CDATA. 6802 16 FOR XML EXPLICIT query contains the invalid column name '%. IDREFS. or use the BINARY B ASE64 mode. and/or NMTOKENS in column name '%. 6810 16 Column name '%.*ls'. 6806 16 Undeclared tag ID %d is used in a FOR XML EXPLICIT query. Name unnamed columns/tables usin g AS in the SELECT statement.*ls'. Select primary keys. ID. and CDATA in column name '%. or create the URL directly using the 'dbobject/TABLE[@PK1="V1"]/@COL UMN' syntax.* ls'. 6820 16 FOR XML EXPLICIT requires column %d to be named '%ls' instead of '%. and the instances must be ordered directly after the element to which they belong. and NMTOKENS attributes cannot be hidden in '%. 6825 16 ELEMENTS option is only allowed in RAW. the parent column..*ls' must be of a string data type or of type XML. 6857 16 FOR XML root XML tag name contains an invalid XML identifier. 6852 16 Attribute-centric column '%. 6859 16 Row tag name is only allowed with RAW or PATH mode of FOR XML. 6845 16 Two (or more) elements named '%. which is not supporte d in attribute-centric FOR XML.*ls' t hat has IDREFS or NMTOKENS fields. 6842 16 Could not serialize the data for node '%.*ls' contains an invalid XML identifier as require d by FOR XML. Consider converting XML to a string type.*ls'.*ls' to precede element-centric IDREFS/NMTOKEN fields. 6848 16 XMLDATA does not support the mapping of the type of column '%. Check the ordering of the result set.*ls' . 6835 16 FOR XML EXPLICIT field '%. 6849 16 FOR XML PATH error in column '%.*ls' of type TEXT/NTEXT or IMAGE.*ls'. with XML Schema.*ls' are optional in the same le vel. 6844 16 Two (or more) elements named '%.'//' and leading and trai ling '/' are not allowed in simple path expressions. 6850 16 %.*ls' can specify the directive HIDE on ly once.*ls'.*ls' is of type sql_variant. 6854 16 Invalid column alias '%. Run the SELECT FOR XML statement without it or remove t he namespace prefix declaration. Co nsider converting CLR types to XML and then to a string type. 6853 16 Column '%.*ls': the last step in the path can't be applied to XM L data type or CLR type in FOR XML PATH.*l s' to an XDR type. varbinary or image data type and use the BINARY BASE64 directive.*ls' has invalid data type for attribute-centric XML s erialization in FOR XML PATH. To retrieve this data conver t it to binary. Please use XMLSCHEMA instead for AUTO and RAW mode. 6851 16 Column '%.*ls' declaration is missing for FOR XML %.*ls' because it contain s a character (0x%04X) which is not allowed in XML. Consider making them direct siblings or map NULL to xsi:nil 6846 16 XML name space prefix '%. 6834 16 XMLTEXT field '%. 6860 16 FOR XML directive XMLDATA is not allowed with ROOT directive or . 6858 16 XML schema URI contains character '%c'(0x%04X) which is not allo wed in XML. '% c'(0x%04X) is the first character at fault. '%c '(0x%04X) is the first character at fault. 6839 16 FOR XML EXPLICIT does not support XMLTEXT field on tag '%. 6838 16 Attribute-centric IDREFS or NMTOKENS field not supported on tags having element-centric field '%. 6856 16 FOR XML row XML tag name contains an invalid XML identifier.*ls' for formatting column as XML proces sing instruction in FOR XML PATH .it must be in 'processing-instruction(target) ' format. 6841 16 FOR XML could not serialize the data for node '%.*ls' must not come after a non-attri bute-centric sibling in XML hierarchy in FOR XML PATH. Either speci fy ELEMENT on IDREFS/NMTOKENS field or remove the ELEMENT directive. FOR XML EXPLICIT re quires parent tags to be opened first. varbinary or image data type 6843 16 FOR XML EXPLICIT: XML data types and CLR types cannot be process ed as CDATA in column name '%. 6836 16 FOR XML EXPLICIT requires attribute-centric IDREFS or NMTOKENS f ield '%. 6833 16 Parent tag ID %d is not among the open tags.*ls' are of different types and not direct siblings in the same level. 6855 16 Inline schema is not supported with FOR XML PATH. convert it to binary. Check th e root tag and its attributes. '%c'(0x%04X) is the first character at fault. To retrieve this dat a using FOR XML.6832 16 FOR XML AUTO cannot generate a URL address for binary data if a primary key is also binary.*ls name '%.*ls name '%. 6847 16 The column '%. 6840 16 Neither XMLDATA nor XMLSCHEMA supports namespace elements or att ributes such as '%.*ls' contains an invalid XML document.*ls' because it contains a character (0x%04X) which is not allowed in XML. 6878 16 FORXML XMLSCHEMA cannot be used with a typed XML column whose sc hema collection is empty. 6901 16 XML Validation: XML instance must be a document. 6875 16 URI '%. 6904 16 XML Validation: Found duplicate attribute '%s'. %S_MSG %s 6910 16 XML Validation: Invalid definition for type '%ls'.*ls' 6870 16 Prefix '%. XMLSCHEMA and XMLDATA directives. 6869 16 Attempt to redefine namespace prefix '%.*ls' used in WITH XMLNAMESPACES is invalid. XML declaration construction with FOR XML is not supported. 6902 16 XML Validation: Invalid definition for type '%ls'. 6908 10 XML Validation: Invalid content. %S_MSG %s 6909 16 XML Validation: Text node is not allowed at this location.cast CLR types explicitly i nto one of the supported types in FOR XML queries. %S_MSG %s 6912 16 XML Validation: Element '%s' found in text only content model. %S_MSG %s 6906 16 XML Validation: Required attribute '%s' is missing. 6872 16 XML namespace prefix 'xml' can only be associated with the URI h ttp://www. 6873 16 Redefinition of 'xsi' XML namespace prefix is not supported with ELEMENTS XSINIL option of FOR XML. 6874 16 Empty URI is not allowed in WITH XMLNAMESPACES clause. 6868 16 The following FOR XML features are not supported with WITH XMLNA MESPACES list: EXPLICIT mode. The maximum length i s %d characters. QName. SQL Server do es not currently support restriction of union types. 6864 16 Row tag omission (empty row tag name) cannot be used with attrib ute-centric FOR XML serialization. This URI cannot be used with other prefixes .row tag name specified.org/XML/1998/namespace. Possible attempt to construct XML declaration using XML processing instruction constructo r. %S_MSG % s . SQL Server do es not currently support the use of the pattern or enumeration facet on lists of type QName. 6879 16 'xml' is an invalid XML processing instruction target. SQL Server do es not currently support inclusion of ID. %S_MSG %s 6905 16 XML Validation: Attribute '%s' is not permitted in this context. '%c'(0x%04X) is the first character at fault. %S_MSG %s 6907 16 Namespace URI too long: '%. 6861 16 Empty root tag name can't be specified with FOR XML. or when WITH XMLNAMESPACES is used with FOR XML.*ls' used in WITH XMLNAMESPACES clause contains an inv alid XML identifier. 6867 16 'xmlns' is invalid in XML tag name in FOR XML PATH.w3. % S_MSG %s 6913 16 XML Validation: Declaration not found for element '%s'. the t ype was defined with element only content or with simple content. Expected element(s): %s. 6871 16 Prefix '%. 6865 16 FOR XML does not support CLR types . 6877 16 Empty namespace prefix is not allowed in WITH XMLNAMESPACES clau se. or list of QName among the memb er types of a union type.*ls' used in WITH XMLNAMESPACES is reserved and cannot be used as a user-defined prefix.*ls'. 6876 16 URI used in WITH XMLNAMESPACES is too long. 6862 16 Empty FOR XML target inline schema URI is not allowed. 6863 16 Row tag omission (empty row tag name) is not compatible with XML SCHEMA FOR XML directive. 6866 16 Use of a system reserved XML schema URI is not allowed. 6903 16 XML Validation: Invalid definition for type '%ls'. 6911 16 XML Validation: Found duplicate element '%s' in all content mode l. '%c'(0x%04X) is the first character at fault. Consult SQL Server Books Online for more information. This can result from the use of pattern face ts on non-string types or range restrictions or enumerations on floating-point t ypes.*ls'. %S_MSG %ls 6938 16 XML Validation: The canonical form of the value '%ls' is not val id according to the specified type. %S_MSG %s 6922 16 XML Validation: Not able to resolve namespace for prefix:'%.*ls' found in attribute-only content mod el. 6930 16 XML Validation: ID constraint check failed. %S_MSG %s 6915 16 Element or attribute name too long: '%. attributes.*ls'. 6926 16 XML Validation: Invalid simple type value: '%s'.*ls' with duplicate ID value '%. because xsi:nil was set to true. Only element s. %S_MSG %s 6927 16 XML Validation: Invalid simple type value: '%ls'. 6916 16 XML Validation: The content model of type or model group '%s' is ambiguous and thus violates the unique particle attribution constraint. types with simple content . %S_MSG %s 6925 16 Invalid definition for element '%ls'. %S_MSG %s 6936 16 XML Validation: Invalid cast for element '%s' from type '%s' to type '%s'. 6939 16 XML Validation: The element '%ls' is mixed content with a fixed value and therefore not allowed to have element content. SQL Server does not curren tly permit additions to existing substitution groups via ALTER XML SCHEMA COLLEC TION.*ls'. types with complex conten t can only be derived from base types which have complex content 6942 16 Invalid type definition for type '%s'. inserting into si mple type is not permitted. Cannot specify use="prohibite d" for attribute '%ls' because there is no corresponding attribute in the base t ype. %S_MSG %s 6935 16 XML Validation: ID or IDREF attribute exceeded the allowed maxim um length. Value constrai nts on components of type ID are not allowed. %S_MSG %s 6937 16 XML Validation: The canonical form of the value '%ls' is not val id according to the specified type. 6929 16 XML Validation: Invalid QName for xsi:type attribute '%.6914 16 XML Validation: Type definition for type '%s' was not found. the element value has to be equal to value of 'fixed' attribute specified in def inition. %S_MSG %s 6920 16 Invalid definition for type '%ls'.*ls'. 6928 16 XML Validation: XML instances of the content model of type or mo del group '%ls' can be validated in multiple ways and are not supported. %S_MSG %s 6931 16 XML Validation: IDREF constraint check failed. %S_ MSG %ls 6918 16 XML Validation: Element '%s' must not have character or element children. Found attribute name d '%. %S_MSG %ls 6940 16 Invalid component named '%s' found in global scope. 6921 16 XML Validation: Element or attribute '%s' was defined as fixed. because it w as defined as abstract. which does not exist 6932 16 Invalid definition for element or attribute '%s'. %S_MSG %s 6924 16 XML Validation: Text '%. %S_MSG %s 6919 16 XML Validation: The type of element '%s' is abstract. 6917 16 XML Validation: Element '%ls' may not have xsi:nil="true" becaus e it was not defined as nillable or because it has a fixed value constraint. Found attribute n amed '%. Instantiat ion requires the use of xsi:type to specify a non-abstract type. This can result from the use of pattern face ts on non-string types or range restrictions or enumerations on floating-point t ypes.*ls' with reference to ID value '%. 6933 16 XML Validation: Invalid simple type operation. types and groups can be defined in global context 6941 16 Invalid type definition for type '%s'. %S_MSG %s 6934 16 XML Validation: Element '%s' requires substitution. typ e definition is required before use in a type cast.*ls' 6923 16 XML Validation: Unexpected element(s): %s. can only be derived from base types which have simple content 6943 16 Invalid type definition for type '%s', the derivation was illega l because 'final' attribute was specified on the base type 6944 16 Invalid type definition for type '%s', '%s' facet is not restric ting the value space 6945 16 Invalid facet value for facet '%s' in type definition '%s' 6946 16 Invalid type definition for type '%s', 'minLength' can not be gr eater than 'maxLength' 6947 16 XML Validation: Multiple ID attributes found on a single element . %S_MSG %s 6948 16 Invalid type definition for type '%s', 'minLength' can not be gr eater than 'Length' 6949 16 Invalid type definition for type '%s', 'Length' can not be great er than 'maxLength' 6950 16 Invalid type definition for type '%s', 'fractionDigits' can not be greater than 'totalDigits' 6951 16 Invalid type definition for type '%s', 'minInclusive' must be le ss than or equal to 'maxInclusive' and less than 'maxExclusive' 6952 16 Invalid type definition for type '%s', 'minExclusive' must be le ss than or equal to 'maxExclusive' and less than 'maxInclusive' 6953 16 Invalid type definition for type '%s', recursive type definition s are not allowed 6954 16 Invalid group definition for group '%s', recursive group definit ions are not allowed 6955 16 Invalid attribute definition for attribute '%s', attributes type has to be simple type 6956 16 Invalid type definition for type '%s', fixed facet '%s' can not be redefined to a different value. 6957 16 Invalid element definition, element '%s' is not valid derivation of element '%s' 6958 16 Invalid definition for type '%s'. An 'all' group may not appear as the child or parent of any other model group, it must have minOccurs = maxOcc urs = 1, its child elements must have maxOccurs = 1 6959 16 Invalid definition, top level group definitions can not have mod el groups as siblings 6960 16 Component '%s' is outside of allowed range. Maximum for 'fractio nDigits' is 10 and maximum number of digits for non fractional part is 28 6961 16 The system limit on the number of XML types has been reached. R edesign your database to use fewer XML types. 6962 16 'default' and 'fixed' values are not allowed on element of this type: '%s' 6963 16 'Default' or 'Fixed' value is longer than allowed, maximum lengt h allowed is 4000 characters : '%s' 6964 16 Facet value is longer than allowed, maximum length allowed is 40 00 characters : '%s' 6965 10 XML Validation: Invalid content. Expected element(s): %s. Found: element '%s' instead. %S_MSG %s. 6966 10 Warning: Type '%s' is restricted by a facet '%s' that may impede full round-tripping of instances of this type 6967 16 Invalid type definition for type '%s'. The base and derived type s must have the same value for 'mixed' unless deriving by restriction, in which case 'false' is always permitted for the derived type. 6968 16 Invalid type definition for type '%s'. Complex types cannot rest rict simple types 6969 16 ID/IDREF validation consumed too much memory. Try reducing the n umber of ID and IDREF attributes. Rearranging the file so that elements with IDR EF attributes appear after the elements which they reference may also be helpful . 6970 16 Invalid type definition for type '%s'. No type may have more tha n one attribute of any type derived from ID. 6971 16 Invalid type definition for type '%s'. Type contains attribute ' %s' which is not allowed in base type. 6972 16 Invalid redefinition of attribute '%s' in type '%s'. Must be of a type which is a valid restriction of the corresponding attribute in the base t ype. 6973 16 Invalid redefinition of attribute '%s' in type '%s'. Must be req uired in the derived type if it is required in the base type. 6974 16 Invalid redefinition of attribute '%s' in type '%s'. Must be pro hibited in the derived type if it is prohibited in the base type. 6975 16 Invalid redefinition of attribute '%s' in type '%s'. Must be fix ed to the same value as in the derived type. 6976 16 Invalid redefinition of attribute '%s' in type '%s'. Derivation by extension may not redefine attributes. 6977 16 Invalid member type '%s' in union type '%s'. Unions may not have complex member types. 6978 16 Invalid item type for list type '%s'. The item type of a list ma y not itself be a list, and types derived from ID may not be used as item types in this release. 6979 16 Invalid restriction for type '%s'. The element in the restricted type must have the same name as and a more restrictive type than the correspond ing element in the base type. 6980 16 Invalid restriction for type '%s'. The particle in the restricte d type may not have an occurrence range more permissive than that of the corresp onding particle in the base type. 6981 16 Invalid restriction for type '%s'. The element in the restricted type may not be nillable if the corresponding element in the base type is not. 6982 16 Invalid restriction for type '%s'. The element in the restricted type must be fixed to the same value as the corresponding element in the derive d type. 6983 16 Invalid restriction for type '%s'. The element in the restricted type may not have a 'block' value more permissive than the corresponding elemen t in the base type. 6984 16 Invalid restriction for type '%s'. The element in the restricted type must be in one of the namespaces allowed by the base type's wildcard. 6985 16 Invalid restriction for type '%s'. The Wildcard in the restricte d type must be a valid subset of the corresponding wildcard in the base type, an d the processContents may not be more permissive. 6986 16 Invalid restriction for type '%s'. The effective total range of the model group in the restricted type must be a valid restriction of the occurr ence range of the wildcard in the base type. 6987 16 Invalid restriction for type '%s'. An 'all' particle may be rest ricted only by 'all', 'element', or 'sequence'. 6988 16 Invalid restriction for type '%s'. A 'choice' particle may be re stricted only by 'element', 'choice', or 'sequence'. 6989 16 Invalid restriction for type '%s'. A 'sequence' particle may be restricted only by 'element' or 'sequence'. 6990 16 Invalid restriction for type '%s'. Invalid model group restricti on. 6991 16 Invalid restriction for type '%s'. If the base type has empty co ntent, then the derived type must as well, and if the derived type has empty con tent, then the base type must be emptiable. 6992 16 The content model of type '%s' contains two elements with the sa me name '%s' and different types, nullability, or value constraints. 6993 16 Value constraint on use of attribute '%s' must be consistent wit h value constraint on its declaration. 6994 16 Invalid restriction for type '%s'. The attribute wildcard in the restricted type must be a valid subset of the corresponding attribute wildcard in the base type, and the processContents may not be more permissive. 6995 16 Invalid definition for type '%s'. SQL Server does not permit the built-in XML Schema types 'ID' and 'IDREF' or types derived from them to be use d as the type of an element or as the basis for derivation by extension. 6996 16 Invalid type definition for type '%s'. A type may not have both 'minInclusive' and 'minExclusive' or 'maxInclusive' and 'maxExclusive' facets. 6997 16 Invalid definition for element '%s'. An element which has a fixe d value may not also be nillable. 6998 16 Invalid type definition: Type or content model '%s' is too compl icated. It may be necessary to reduce the number of enumerations or the size of the content model. 6999 16 Invalid definition for element or attribute '%s'. Value constrai nts on components of type QName are not supported in this release. 7000 16 OPENXML document handle parameter must be of data type int. 7001 16 OPENXML flags parameter must be of data type int. 7002 16 OPENXML XPath must be of a string data type, such as nvarchar. 7003 16 Only one OPENXML column can be of type %ls. 7004 16 OPENXML does not support retrieving schema from remote tables, a s in '%.*ls'. 7005 16 OPENXML requires a metaproperty namespace to be declared if 'mp' is used for another namespace in sp_xml_preparedocument. 7006 16 OPENXML encountered a problem identifying the metaproperty names pace prefix. Consider removing the namespace parameter from the corresponding sp _xml_preparedocument statement. 7007 16 OPENXML encountered unknown metaproperty '%.*ls'. 7008 16 The OPENXML EDGETABLE is incompatible with the XMLTEXT OVERFLOW flag. 7009 16 OPENXML allows only one metaproperty namespace prefix declaratio n in sp_xml_preparedocument. 7101 16 You need an active user transaction in order to use text pointer s for a table with the option "text in row" set to ON. 7102 20 Internal Error: Text manager cannot continue with current statem ent. Run DBCC CHECKTABLE. 7104 16 Offset or size of data type is not valid. Data type must be of t ype int or smallint. 7105 22 The Database ID %d, Page %S_PGID, slot %d for LOB data type node does not exist. This is usually caused by transactions that can read uncommitte d data on a data page. Run DBCC CHECKTABLE. 7106 16 Internal error: An attempt was made to update a LOB data type us ing a read-only text pointer. 7107 16 You can have only 1,024 in-row text pointers in one transaction 7108 22 Database ID %d, page %S_PGID, slot %d, link number %d is invalid . Run DBCC CHECKTABLE. 7116 16 Offset %d is not in the range of available LOB data. 7117 16 Error reading large object (LOB) data from the tabular data stre am (TDS). 7118 16 Only complete replacement is supported when assigning a large ob ject (LOB) to itself. 7119 16 Attempting to grow LOB beyond maximum allowed size of %I64d byte s. 7122 16 Invalid text, ntext, or image pointer type. Must be binary(16). 7123 16 Invalid text, ntext, or image pointer value %hs. 7124 16 The offset and length specified in the READTEXT statement is gre ater than the actual data length of %ld. 7125 16 The text, ntext, or image pointer value conflicts with the colum n name specified. 7133 16 NULL textptr (text, ntext, or image pointer) passed to %ls funct ion. 7134 16 LOB Locator is not supported as text pointer when using UPDATETE XT/WRITETEXT to update/write a text column. 7135 16 Deletion length %ld is not in the range of available text, ntext , or image data. 7137 16 %s is not allowed because the column is being processed by a con current snapshot or is being replicated to a non-SQL Server Subscriber or Publis hed in a publication allowing Data Transformation Services (DTS) or tracked by C hange Data Capture. 7138 16 The WRITETEXT statement is not allowed because the column is bei ng replicated with Data Transformation Services (DTS) or tracked by Change Data Capture. 7139 16 Length of LOB data (%I64d) to be replicated exceeds configured m aximum %ld. Use the stored procedure sp_configure to increase the configured max imum value for max text repl size option, which defaults to 65536. A configured value of -1 indicates no limit, other that the limit imposed by the data type. 7140 16 Cannot create additional orphans with the stored procedure sp_cr eateorphan. Free up some of the orphan handles that you have created by insertin g or deleting them. 7141 16 Must create orphaned text inside a user transaction. 7143 16 Invalid locator de-referenced. 7144 16 A text/ntext/image column referenced by a persisted or indexed c omputed column cannot be updated 7151 16 Insufficient buffer space to perform write operation. 7201 17 Could not execute procedure on remote server '%.*ls' because SQL Server is not configured for remote access. Ask your system administrator to re configure SQL Server to allow remote access. 7202 11 Could not find server '%.*ls' in sys.servers. Verify that the co rrect server name was specified. If necessary, execute the stored procedure sp_a ddlinkedserver to add the server to sys.servers. 7212 16 Could not execute procedure '%.*ls' on remote server '%.*ls'. 7213 20 The attempt by the provider to pass remote stored procedure para meters to remote server '%.*ls' failed. Verify that the number of parameters, t he order, and the values passed are correct. 7214 16 Remote procedure time out of %d seconds exceeded. Remote procedu re '%.*ls' is canceled. 7215 16 Could not execute statement on remote server '%.*ls'. 7221 16 Could not relay results of procedure '%.*ls' from remote server '%.*ls'. 7301 16 Cannot obtain the required interface ("%ls") from OLE DB provide r "%ls" for linked server "%ls". 7302 16 Cannot create an instance of OLE DB provider "%ls" for linked se rver "%ls". 7303 16 Cannot initialize the data source object of OLE DB provider "%ls " for linked server "%ls". 7304 16 Cannot connect using OLE DB provider "%ls" to linked server "%ls ". Verify the connection parameters or login credentials associated with this li nked server. 7305 16 Cannot create a statement object using OLE DB provider "%ls" for linked server "%ls". 7306 16 Cannot open the table "%ls" from OLE DB provider "%ls" for linke d server "%ls". %ls 7307 16 Cannot obtain the data source of a session from OLE DB provider "%ls" for linked server "%ls". This action must be supported by the provider. 7308 16 OLE DB provider '%ls' cannot be used for distributed queries bec ause the provider is configured to run in single-threaded apartment mode. 7310 16 Cannot obtain the set of schema rowsets supported by OLE DB prov ider "%ls" for linked server "%ls". The provider supports the interface, but ret urns a failure code when it is used. 7311 16 Cannot obtain the schema rowset "%ls" for OLE DB provider "%ls" for linked server "%ls". The provider supports the interface, but returns a fail ure code when it is used. 7312 16 Invalid use of schema or catalog for OLE DB provider "%ls" for l inked server "%ls". A four-part name was supplied, but the provider does not exp ose the necessary interfaces to use a catalog or schema. 7313 16 An invalid schema or catalog was specified for the provider "%ls " for linked server "%ls". 7314 16 The OLE DB provider "%ls" for linked server "%ls" does not conta in the table "%ls". The table either does not exist or the current user does not have permissions on that table. 7315 16 The OLE DB provider "%ls" for linked server "%ls" contains multi ple tables that match the name "%ls". 7316 16 Cannot use qualified table names (schema or catalog) with the OL E DB provider "%ls" for linked server "%ls" because it does not implement requir ed functionality. 7317 16 The OLE DB provider "%ls" for linked server "%ls" returned an in valid schema definition. 7318 16 The OLE DB provider "%ls" for linked server "%ls" returned an in valid column definition for table "%ls". 7319 16 The OLE DB provider "%ls" for linked server "%ls" returned a "%l s" index "%ls" with the incorrect bookmark ordinal %d. 7320 16 Cannot execute the query "%ls" against OLE DB provider "%ls" for linked server "%ls". %ls 7321 16 An error occurred while preparing the query "%ls" for execution against OLE DB provider "%ls" for linked server "%ls". %ls 7322 16 A failure occurred while giving parameter information to OLE DB provider "%ls" for linked server "%ls". 7323 16 An error occurred while submitting the query text to OLE DB prov ider "%ls" for linked server "%ls". 7324 16 A failure occurred while setting parameter properties with OLE D B provider "%ls" for linked server "%ls". 7325 16 Objects exposing columns with CLR types are not allowed in distr ibuted queries. Please use a pass-through query to access remote object '%ls'. 7326 16 An error occurred while retrieving the query text from OLE DB pr ovider "%ls" for linked server "%ls". 7327 16 A failure occurred while retrieving parameter information to OLE DB provider "%ls" for linked server "%ls". 7330 16 Cannot fetch a row from OLE DB provider "%ls" for linked server "%ls". 7331 16 Rows from OLE DB provider "%ls" for linked server "%ls" cannot b e released. 7332 16 Cannot rescan the result set from OLE DB provider "%ls" for link ed server "%ls". %ls 7333 16 Cannot fetch a row using a bookmark from OLE DB provider "%ls" f or linked server "%ls". 7339 16 OLE DB provider '%ls' for linked server '%ls' returned invalid d ata for column '%ls.%ls'. 7340 16 Cannot create a column accessor for OLE DB provider "%ls" for li nked server "%ls". 7341 16 Cannot get the current row value of column "%ls.%ls" from OLE DB provider "%ls" for linked server "%ls". %ls 7342 16 An unexpected NULL value was returned for column "%ls.%ls" from OLE DB provider "%ls" for linked server "%ls". This column cannot be NULL. 7343 16 The OLE DB provider "%ls" for linked server "%ls" could not %ls table "%ls". %ls 7344 16 The OLE DB provider "%ls" for linked server "%ls" could not %ls table "%ls" because of column "%ls". %ls 7345 16 The OLE DB provider "%ls" for linked server "%ls" could not dele te from table "%ls". %ls 7346 16 Cannot get the data of the row from the OLE DB provider "%ls" fo r linked server "%ls". %ls 7347 16 OLE DB provider '%ls' for linked server '%ls' returned data that does not match expected data length for column '%ls.%ls'. The (maximum) expecte d data length is %ls, while the returned data length is %ls. 7348 16 The OLE DB provider "%ls" for linked server "%ls" could not set the range for table "%ls". %ls. For possible cause of this issue, see the extend ed error message. 7349 16 The OLE DB provider "%ls" for linked server "%ls" could not set the range for table "%ls" because of column "%ls". %ls 7350 16 Cannot get the column information from OLE DB provider "%ls" for linked server "%ls". 7351 16 The OLE DB provider "%ls" for linked server "%ls" could not map ordinals for one or more columns of object "%ls". 7352 16 The OLE DB provider "%ls" for linked server "%ls" supplied incon sistent metadata. The object "%ls" was missing the expected column "%ls". 7353 16 The OLE DB provider "%ls" for linked server "%ls" supplied incon sistent metadata. An extra column was supplied during execution that was not fou nd at compile time. 7354 16 The OLE DB provider "%ls" for linked server "%ls" supplied inval id metadata for column "%ls". %ls 7355 16 The OLE DB provider "%ls" for linked server "%ls" supplied incon sistent metadata for a column. The name was changed at execution time. 7356 16 The OLE DB provider "%ls" for linked server "%ls" supplied incon sistent metadata for a column. The column "%ls" (compile-time ordinal %ld) of ob ject "%ls" was reported to have a "%ls" of %ld at compile time and %ld at run ti me. 7357 16 Cannot process the object "%ls". The OLE DB provider "%ls" for l inked server "%ls" indicates that either the object has no columns or the curren t user does not have permissions on that object. 7358 16 Cannot execute the query. The OLE DB provider "%ls" for linked s erver "%ls" did not provide an appropriate interface to access the text, ntext, or image column "%ls.%ls". 7359 16 The OLE DB provider "%ls" for linked server "%ls" reported a cha nge in schema version between compile time ("%ls") and run time ("%ls") for tabl e "%ls". 7360 16 Cannot get the length of a storage object from OLE DB provider " %ls" for linked server "%ls" for table "%ls", column "%ls". 7361 16 Cannot read a storage object from OLE DB provider "%ls" for link ed server "%ls", for table "%ls", column "%ls". 7362 16 The OLE DB provider "%ls" for linked server "%ls" reported diffe rent metadata at run time for table "%ls", column "%ls". 7365 16 Cannot obtain optional metadata columns of columns rowset from O LE DB provider "%ls" for linked server "%ls". 7366 16 Cannot obtain columns rowset from OLE DB provider "%ls" for link ed server "%ls". 7367 16 The OLE DB provider "%ls" for linked server "%ls" supports colum n level collation, but failed to provide the metadata column "%ls" at run time. 7368 16 The OLE DB provider "%ls" for linked server "%ls" supports colum n level collation, but failed to provide collation data for column "%ls". 7369 16 The OLE DB provider '%ls' for linked server '%ls' provided inval id collation. LCID = %08x, Compflags = %08x, SortOrder = '%.*ls'. 7370 16 One or more properties could not be set on the query for OLE DB provider "%ls" for linked server "%ls". %ls 7371 16 The server option 'collation name' in linked server '%ls' for OL E DB provider '%ls' has collation id %08x which is not supported by SQL Server. 7372 16 Cannot get properties from OLE DB provider "%ls" for linked serv er "%ls". 7373 16 Cannot set the initialization properties for OLE DB provider "%l s" for linked server "%ls". 7374 16 Cannot set the session properties for OLE DB provider "%ls" for linked server "%ls". 7375 16 Cannot open index "%ls" on table "%ls" from OLE DB provider "%ls " for linked server "%ls". %ls 7376 16 Could not enforce the remote join hint for this query. 7377 16 Cannot specify an index hint for a remote data source. 7380 16 Table-valued parameters are not allowed in remote calls between servers. 7390 16 The requested operation could not be performed because OLE DB pr ovider "%ls" for linked server "%ls" does not support the required transaction i nterface. 7391 16 The operation could not be performed because OLE DB provider "%l s" for linked server "%ls" was unable to begin a distributed transaction. 7392 16 Cannot start a transaction for OLE DB provider "%ls" for linked server "%ls". 7393 16 The OLE DB provider "%ls" for linked server "%ls" reported an er ror 0x%08X aborting the current transaction. 7394 16 The OLE DB provider "%ls" for linked server "%ls" reported an er ror committing the current transaction. 7395 16 Unable to start a nested transaction for OLE DB provider "%ls" f or linked server "%ls". A nested transaction was required because the XACT_ABORT option was set to OFF. 7396 16 Varchar(max), nvarchar(max), varbinary(max) and large CLR type d ata types are not supported as return value or output parameter to remote querie s. 7397 16 Remote function returned varchar(max), nvarchar(max), varbinary( max) or large CLR type value which is not supported. 7399 16 The OLE DB provider "%ls" for linked server "%ls" reported an er ror. %ls 7401 16 The OLE DB provider "%ls" returned invalid literal prefix/suffix string. 7403 16 The OLE DB provider "%ls" has not been registered. 7404 16 The server could not load DCOM. 7405 16 Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS o ptions to be set for the connection. This ensures consistent query semantics. En able these options and then reissue your query. 7409 16 Could not start distributed query using integrated login because the user is logged in using SQL Server authentication. Provide remote server lo gin user ID and password in the connection string. 7410 16 Remote access is not allowed for impersonated security context. 7411 16 Server '%.*ls' is not configured for %ls. 7412 16 OLE DB provider "%ls" for linked server "%ls" returned message " %ls". 7413 16 Could not connect to linked server '%ls' (OLE DB Provider '%ls') . Enable delegation or use a remote SQL Server login for the current user. 7414 16 Invalid number of parameters. Rowset '%ls' expects %d parameter( s). 7415 16 Ad hoc access to OLE DB provider '%ls' has been denied. You must access this provider through a linked server. 7416 16 Access to the remote server is denied because no login-mapping e xists. 7417 16 GROUP BY ALL is not supported in queries that access remote tabl es if there is also a WHERE clause in the query. 7418 16 Text, image, or ntext column was too large to send to the remote data source due to the storage interface used by the provider. 7419 16 Lazy schema validation error. Linked server schema version has c hanged. Re-run the query. 7420 16 Remote access is not supported for transaction isolation level " %ls". 7421 10 Cannot fetch the rowset from OLE DB provider "%ls" for linked se rver "%ls". %ls. 7422 16 OLE DB provider "%ls" for linked server "%ls" returned an invali d index definition for table "%ls". 7423 16 The '%ls' OLE DB provider for the '%ls' linked server returned a n invalid CLR type definition for the '%ls' table. 7424 10 OLE DB provider "%ls" for linked server "%ls" returned "%ls" wit h data type "%ls", which should be type "%ls". 7614 16 Cannot alter or drop column '%. 7622 17 There is not sufficient disk space to complete this operation fo r the full-text catalog "%ls". Please ch ange your application. 7428 10 OLE DB provider "%ls" for linked server "%ls" supported the sche ma lock interface. 7619 16 The execution of a full-text query failed. 7624 16 Full-text catalog '%ls' is in an unusable state. 7606 17 Could not find full-text index for database ID %d. Qualify the use of * with a table or indexed view name.7425 10 OLE DB provider "%ls" for linked server "%ls" returned an incorr ect value for "%ls". The actual data length is %ls and truncated data len gth is %ls. 7608 16 An unknown full-text failure (0x%x) occurred during "%hs". 7607 17 Search on full-text catalog '%ls' for database ID %d. table or inde xed view ID %d. The functionalit y to disable and enable full-text search for a database is deprecated. 7427 10 OLE DB provider "%ls" for linked server "%ls" returned "%ls" for "%ls" during statistics gathering. 7616 16 Full-Text Search is not enabled for the current database. table or i ndexed view ID %d with search condition '%ls' failed with unknown result (0x%x). CPU time = %lu ms. 7438 16 The 32-bit OLE DB provider "%ls" cannot be loaded in-process on a 64-bit SQL Server.*ls'.*ls' because it enforces the full-text key for table or indexed view '%. which should be "%ls". 7436 16 The query processor could not produce a query plan because FORCE SEEK or FORCESCAN hints on table or view '%. 7625 16 Full-text table or indexed view has more than one LCID among its full-text indexed columns. elapsed time = %lu ms. 7426 10 OLE DB provider "%ls" for linked server "%ls" returned "%ls" wit hout "%ls" being supported.%ls". but returned "%ls" for "%ls". 7601 16 Cannot use a CONTAINS or FREETEXT predicate on %S_MSG '%. "%ls" 7620 16 The conversion to data type %ls failed for the full-text search key. 7431 16 Unable to delete OLE DB parameter properties. 7430 16 Out-of-process use of OLE DB provider "%ls" with SQL Server is n ot supported. 7437 16 Linked servers cannot be used under impersonation without a mapp ing for the impersonated login. 7604 17 Full-text operation failed due to a time out.%s:%hs. Remove the hints and resubmit the query.%ls'. Drop and re-cre ate this full-text catalog.*ls' cannot be used with remote data sources. 7615 16 A CONTAINS or FREETEXT predicate can only operate on one table o r indexed view.*ls' because it is enabled for Fu ll-Text Search. or the path is invalid. 7613 16 Cannot drop index '%. 7621 16 Invalid use of full-text predicate in the HAVING clause. . 7435 16 The OLE DB provider "%ls" for linked server "%ls" returned unexp ected NULL pointer for string column "%ls. 7610 16 Access is denied to "%. 7609 17 Full-Text Search is not installed.*ls' be cause it is not full-text indexed. or a full-text component cann ot be loaded. or user does not have permission to perform this action. 7429 10 %hs SQL Server Remote Metadata Gather Time for Table %s. 7432 16 Heterogeneous queries and use of OLEDB providers are not support ed in fiber mode. 7617 16 Query does not reference the full-text indexed table or indexed view. 7433 10 OLE DB provider '%ls' for linked server '%ls' returned truncated data for column '%ls.*ls". Use sp _fulltext_database to enable full-text search for the database. 7656 16 Full-text index for table or indexed view '%. 7650 10 Warning: Failed to drop full-text catalog at '%ls'.*ls' and '%. 7641 16 Full-Text catalog '%ls' does not exist in database '%.*ls' in the full-text search condition '%. 7632 15 The value of the Weight argument must be between 0. 7661 10 Warning: Full-text change tracking is currently enabled for tabl .*l s' because no columns have been enabled for full-text search.*ls' has full-text indexed col umns that are of type image. 7653 16 '%ls' is not a valid index to enforce a full-text search key. stop change tracking first. 7627 16 Cannot create the full-text catalog in the directory "%.0. 7645 16 Null or empty full-text predicate. 7659 16 Cannot activate full-text search for table or indexed view '%.*ls' is ignored because a population is currently active for this table or indexed view. Any crawl star ted before the crawl manager was fully initialized will need to be restarted. 7629 17 Cannot open or query the full-text default path registry key. non-nullable. 7642 16 A full-text catalog named '%ls' already exists in this database. 7658 16 Table or indexed view '%. 7644 16 Full-text crawl manager has not been initialized. If needed.* ls' before this operation can be performed. 7636 10 Warning: Request to start a full-text index population on table or indexed view '%.*ls' will not stop population currently in progress on the table or indexe d view.*ls' has already been created. 7652 16 A full-text index for table or indexed view '%. or ntext.*ls' does not have a full-text index or user does not have permission to perform this action. text. You should also check the error l og to fix any failures that might have caused the crawl manager to fail. 7654 16 Unable to obtain the population status of the table or indexed v iew '%. single-column index which i s not offline.* ls'. is not defined on a non-deterministic or imprecise nonpersisted c omputed column. and then deactivate the fulltext index population. 7657 10 Warning: Table or indexed view '%. Pl ease restart SQL Server and retry the command.0 and 1. and has maximum size of %d bytes.*ls' cannot be popu lated because the database is in single-user access mode. 7630 15 Syntax error near '%.*ls' or us er does not have permission to perform this action. A full-text search key must be a unique. 7640 10 Warning: Request to stop tracking changes on table or indexed vi ew '%. Choose another index for the full-text key. 7660 16 Full-text search must be activated on table or indexed view '%. does not have a filter. 7638 10 Warning: Request to stop change tracking has deleted all changes tracked on table or indexed view '%ls'. 7655 16 TYPE COLUMN option must be specified with column of image or var binary(max) type. 7648 10 Warning: Failed to attach full-text catalog '%ls'. 7649 10 Warning: Failed to dismount full-text catalog at '%ls'. Only directories on a disk in the cluster group of the se rver can be used. Use a different name. 7651 10 Warning: The ongoing population is necessary to ensure an up-todate index.*ls" for the clustered server. 7646 16 Fulltext predicate references columns from two different tables or indexed views '%. 7647 10 Warning: Configuration of full-text catalog at '%ls' could not b e saved during detach database.7626 15 The top_n_by_rank argument ('%d') must be greater than or equal to zero. Th e full-text default catalog path is invalid. Full-text change tracking cannot tr ack WRITETEXT or UPDATETEXT operations performed on these columns.*ls'.*ls' which is not allowed. *ls' is specified.*ls" is not full-text indexed.*ls' exceeded %d character limit. '%ls' 7690 16 Full-text operation failed because database is read only. Co lumns affecting the index have been added or dropped since the last index full p opulation. 7671 16 Column '%. Change tracki ng is stopped for this table or indexed view. It must be a character-based column with a size less or equal than %d c haracters. catalog '%ls' (database ID '%d'. 7663 16 Option 'WITH NO POPULATION' should not be used when change track ing is enabled. Stop crawl request is ignored. Component pat h '%ls'. 7682 10 The component '%ls' reported error while indexing. 7684 10 Error '%ls' occurred during full-text index population for table or indexed view '%ls' (table or indexed view ID '%d'. . image or varbinary(max) type column.*ls' because none of its columns are fulltext indexed. FREETEXT. database ID '%d'). 7676 10 Warning: Full-text auto propagation is on.*ls' canno t be populated because the database is in single-user access mode. Please see full-text crawl logs for details. 7685 10 Error '%ls' occurred during full-text index population for table or indexed view '%ls' (table or indexed view ID '%d'. 7681 10 Warning: Directory '%ls' does not have a valid full-text catalog . 7691 16 Access is denied to full-text log path. 7669 10 Warning: Full-text index for table or indexed view '%. 7693 16 Full-text initialization failed to create a memory clerk.*ls' cannot be used as full-text type column for image column. 7680 16 Default full-text index language is not a language supported by full-text search. databa se ID '%d').*ls' cannot be used for full-text search because it is not a character-based. Full-text logging is dis abled for database '%ls'. Failed to index the row. 7692 16 Full-text catalog path '%. 7679 16 Full-text index language of column "%. Full-text catalog header file or attach state file either is missing or corrup ted.*ls' before the changes can be flushed.*ls'. full-t ext key value '%ls'. 7666 16 User does not have permission to perform this action.*ls'.*ls. database '%ls' (table or indexed view ID '%d'.*ls" is not a language sup ported by full-text search. 7674 10 Warning: The fulltext catalog '%. 7664 16 Full-text change tracking must be started on table or indexed vi ew '%.*ls' is being dropped and is cu rrently set as default. 7678 16 The following string is not defined as a language alias in sysla nguages: %. The full-text catalog cannot be attached. 7668 16 Cannot drop full-text catalog '%ls' because it contains a full-t ext index. 7686 10 Cannot use a CONTAINS. full-t ext key value '%ls'. Attempt will be made to reindex it. CONTAINSTABLE or FREETEXTTABLE construct on table or indexed view '%. 7670 16 Column '%. 7673 10 Warning: Full-text change tracking is currently disabled for tab le or indexed view '%. 7683 16 Errors were encountered during full-text index population for ta ble or indexed view '%ls'. database ID '%d'). 7662 10 Warning: Full-text auto propagation is currently enabled for tab le or indexed view '%.e or indexed view '%.*ls'. 7677 16 Column "%. 7689 16 Execution of a full-text operation failed. XML. 7665 16 Full Crawl must be executed on table or indexed view '%. Register at least one column for full-text search using ALTER FULL TEXT INDEX statement. 7672 16 A full-text index cannot be created on the table or indexed view because duplicate column '%. catalog ID '%d').*ls'. *ls' is disabled.*ls' has been created successfully. 7707 16 The associated partition function '%ls' generates more partition s than there are file groups mentioned in the scheme '%ls'.*ls' in table '%. The range value at ordinal %d requires data truncation.*ls' by altering partition function '%. 7723 16 Only a single filegroup can be specified while creating partitio n scheme using option ALL to specify all the filegroups.*ls' is not valid for this operation. 7714 16 Partition range value is missing.*ls'. 7717 16 The partition scheme "%.*ls'. . 7726 16 Partition column '%. 7724 16 Computed column cannot be used as a partition key if it is not p ersisted. 7721 16 Duplicate range boundary values are not allowed in partition fun ction boundary values list. 7696 16 Invalid locale ID was specified. '%. or for at least one of its partitions if the table is partitioned. 7720 16 Data truncated when converting range values to the partition fun ction parameter type. 7697 10 Warning: Full-text index on table or indexed view '%. 7705 16 Could not implicitly convert range values type specified at ordi nal %d to partition function parameter type. 7725 16 Alter partition function statement failed. 7716 16 Can not create or alter a partition function to have zero partit ions. 7710 10 Warning: The partition scheme '%. Mapping of partitions to filegroups during CREATE PARTITION SCH EME will use the sorted boundary values if the function '%. 7715 16 The specified partition range value could not be found.*ls' because its clustered index ' %. 7713 10 %d filegroups specified after the next used filegroup are ignore d.*ls" is currently being used to partitio n one or more tables. Cannot repartition ta ble '%.7694 16 Failed to pause catalog for backup. Backup was aborted. 7698 16 GROUP BY ALL cannot be used in full text search queries.*ls' does not have any next use d filegroup.*ls' has data type %s which is different fro m the partition function '%.*ls' has been changed after full-text catalog files backup.*ls' is marked as the next used filegroup in partition scheme '%. Partition boundary values at ordinal %d and %d are e qual. 7709 10 Warning: Range value list for partition function '%. 7712 10 Partition scheme '%.*ls' is referenced in CREATE PARTITION SCHEME. 7703 16 Can not create RANGE partition function with multiple parameter types. 7708 16 Duplicate range boundary values are not allowed in partition fun ction boundary values list. 7706 16 Partition function '%ls' is being used by one or more partition schemes. 7718 16 Partition range value cannot be specified for hash partitioning.*ls' is not sorted by value. 7722 16 Invalid partition number %I64d specified for %S_MSG '%. par tition number can range from 1 to %d.*ls' in dat abase '%.*ls' is not persisted. 7702 16 Empty Partition function type-parameter-list is not allowed when defining a partition function. 7711 16 The DATA_COMPRESSION option was specified more than once for the table.*ls' parameter data type %s. 7719 16 CREATE/ALTER partition function failed as only a maximum of %d p artitions can be created. 7704 16 The type '%. Please verify that the locale I D is correct and corresponding language resource has been installed. 7699 16 TYPE COLUMN option is not allowed for column types other than im age or varbinary(max). A full popu lation is required to bring full-text index to a consistent state. Partition key column '%. Partition scheme has not been changed. The boundary value being added is already present at ordinal %d of the boundary value list. *ls' could not be unregistered.*ls can not be used in the %. 7805 16 The parameter SITE can not be prefixed by a scheme such as 'http ://'. 7806 16 The URL specified by endpoint '%. The %S_MSG '%.*ls'. 7813 16 The parameter PATH must be supplied in its canonical form. 7731 16 Cannot specify partition number in Alter %S_MSG statement to reb uild or reorganize a partition of %S_MSG '%.*ls' does not exist. 7819 15 The SOAP method object '%. 7734 10 The %S_MSG '%.*ls" are unsupported thr ough SOAP invocation. 7730 16 Alter %S_MSG statement failed because partition number %d does n ot exist in %S_MSG '%.*ls' is partitioned while %S_MSG '%.*ls'. but HTTP listening has not been enabled because HTTP support did not start successfully. Check the SQL Server error log for any errors that might have occurr ed while starting HTTP support. 7816 15 A duplicate parameter was specified. 7810 15 The value '%d' is not within range for the '%.*ls 7738 16 Cannot enable compression for object '%.*ls'.*ls' was used for table '%.*ls is of a different filegroup type than the first filegroup in partition scheme %. Only Enterprise edition of SQL Server supports partitioning. Only SQL Server En terprise Edition supports compression. 7737 16 Filegroup %.*ls' are disallowed because th ey are reserved for system use. Simplify or reduce the si ze of the request. 7733 16 '%ls' statement failed. 7812 10 The endpoint '%. 7807 16 An error ('0x%x') occurred while attempting to register the endp oint '%.*ls'. 7728 16 Invalid partition range: %d TO %d. An a cceptable PATH is '%.*ls was not specified.*ls can not share the same value.*ls' when the table does not h ave any regular indexes. 7820 16 SOAP namespaces beginning with '%.*ls' as %S_MSG is not partitioned.*ls and %. because it does not exist or you do not have permission. Lower bound must not be great er than upper bound. 7814 10 The specified value '%.*ls' already exists.*ls' has been established in metadata. 7821 10 Cannot find the database '%.*ls' specified for the clustered index '%.*ls'. '%.*ls' is specified for it. 7811 16 COMPUTE BY queries are not supported over SOAP.*ls statement.*ls' is not partitioned. Valid values for SITE include {'*' | '+' | 'site_name'}.*ls' even though %S_MSG '%.*ls'. 7732 16 Cannot specify partition number in Alter index statement along w ith keyword ALL to rebuild partitions of table '%. 7729 16 Cannot specify partition number in the %S_MSG %S_MSG statement a s the %S_MSG '%.*ls'. 7735 16 Cannot specify partition number in alter %S_MSG statement to reb uild or reorganize a partition of %S_MSG '%. 7736 16 Partition function can only be created in Enterprise edition of SQL Server.*ls' must be specified using a fully q ualified three-part name. Verify that the operating system and the edition of SQL Server supports native H TTP access.*ls'.*ls". 7804 15 %.*ls' parameter. because it does not exist or y . 7802 16 Functions that have a return type of "%. 7809 10 Cannot find the object '%. 7803 15 The clause %.*ls' is already registered to r eceive requests or is reserved for use by another service.*ls'. 7818 16 The request exceeds an internal limit.*ls' does not match collation o f corresponding parameter in partition function '%.*ls' is not partitioned. 7808 10 The endpoint '%. 7801 15 The required parameter %.7727 16 Collation of partition column '%. 7815 10 The specified value '%. 7817 16 The Base64 encoded input data was malformed for the parameter "% . dll in the path. .*ls" namespace) of the SOAP request contained an invalid bi nary type.*ls" (in the namespace "%.*ls " element (in the "%.*ls".*ls' which is not an XML parameter. 7824 16 The "%. Could not find Httpapi. 7833 16 The HTTP namespace (%. they will continue t o receive and process requests until the server is restarted.*ls" namespace) in the "%.*ls" (in the namespace "%. 7832 16 A reservation for this HTTP namespace (%. If there are any endpoints associated with this namespace.*ls") was fo und in the "%. Use sp_reserve_http_namespace to explicitly reserve the URL namespace before you try to register the URL again. 7858 16 The "%.*ls'. 7834 10 The reservation for the HTTP namespace (%.*ls) already exists.*ls" namespace) of the SOAP request. Try u sing bulk insert.*ls" element (in t he "%. 7831 16 A reservation for this HTTP namespace (%. 7857 16 Parameter "%.*ls' in Httpapi.*ls) does not exist.*ls": Parameter collation cannot be specified on th e "%.*ls". 7850 16 The SQL Server Service account does not have permission to regis ter the supplied URL on the endpoint '%. 7835 16 Endpoint '%. Please entitize any invalid XML character data in this parameter.*ls" XML element (in the "%.*ls" element (in th e "%.*ls) is in an invalid format.*ls" namespace) of the SOAP request. 7828 11 The statement is not supported on this version of the operating system. The session will be terminated. For a more information.*ls element of th e parameter "%. 7859 15 Parameter "%.dll. 7856 16 XML parameters do not support non-unicode element or attribute v alues. 7826 16 Unexpected character data was found in the "%.*ls". 7849 15 Invalid sqlCompareOptions were specified for parameter "%. The maximum number of network packets in one request was exceeded.*ls" element (in the "%.*ls": If the %. and must begin with "%.*ls"). 7847 16 XML data was found in the parameter '%.*ls" element (in the "%. 7825 16 A SOAP method element was expected in the "%. 7852 15 Parameter "%. Specify the namespace in its canonical form. Refer to documentation for rules concerning the proper naming of parameters. 7854 16 The URL value specified for the "%. increasing network packet size.*ls" XML element (in the "%.*ls") is not in an absolute fo rmat.*ls" parameter is too long.*ls' has been disabled because it is insecurely conf igured.*ls"). or reducing the size of the re quest.*ls": Function or procedure parameters with imprope rly formatted or deprecated names are not supported through Native SOAP access. it must refer to a CLR t ype. 7827 14 The user does not have permission to reserve and unreserve HTTP namespaces.*ls" namespace) of the SOAP request.*ls" namespace) of the SOAP request.ou do not have permission.*ls attribute appears on a parameter value node of type "%. 7823 16 The "%. 7830 16 Unable to complete the operation because of an unexpected error. 7822 16 An unexpected XML node "%. Could not find function entry point '%. 7829 11 The statement is not supported on this version of the operating system. attempt to start the endpoint using the ALTER EN DPOINT statement. 7851 15 The %.*ls) has been deleted.*ls" because it is of type %. 7848 15 An invalid or unsupported localeId was specified for parameter " %.*ls" namespace) was expected in the "%. 7855 15 Reading from HTTP input stream failed.*ls" node (in the namespace "%.*ls" XML element (in the "%.*ls. 7853 16 The URL specified as the path ("%.*ls attribute must be specified on the %.*ls" namespace) was expected as the topmost node of the SOAP request. or pass the parameter in typed as XSD:anyType or sqltypes:xml. 7836 20 A fatal error occurred while reading the input stream from the n etwork. 7886 20 A read operation on a large object failed while sending data to the client.*ls" namespace) of the SOAP request. address 0x%p. canonical form are supported for listening. 7861 15 "%.*ls" type. The last exception on the task was error %d. Use the protocol configuration utilities to ADD or DROP Transact-SQL endpoint s. 7865 16 Web Services Description Language (WSDL) generation failed becau se the system was unable to query the metadata for the endpoint. Use ALTER ENDPOINT or DROP the existing endpoin t and execute the CREATE ENDPOINT statement. 7868 15 An invalid sqlSortId was specified for parameter "%.*ls' is reserved for used by SQL. 7879 10 SQL Server is waiting for %d remaining sessions and connections to close. 7882 16 OUTPUT was requested for parameter '%. which is not support ed for a WEBMETHOD with FORMAT=NONE. Only one endp oint of this type is supported. The Dedicated Administrator Connection endpoint is reserved and cannot be updated. 7869 16 The endpoint name '%.*ls". 7881 10 SQL Server was unable to close sessions and connections in a rea sonable amount of time and is aborting "polite" shutdown. Only addresses tha t are in their numeric. 7888 20 The IPv6 address specified is not supported. " polite" shutdown will be aborted. This connection will be terminated. 7885 20 Network error 0x%lx occurred while sending data to the client on process ID %d batch ID %d. The ALTER ENDPOINT statement did n ot contain any values to modify or update.*ls'.*ls ENDPOINT" statement is not supported on this edition of SQL Server. 7870 16 The AFFINITY clause is not supported for endpoints of this type. 7884 20 Violation of tabular data stream (TDS) protocol. 7862 16 An endpoint of the requested type already exists. The server may not . 7873 16 The endpoint "%. Use DROP ENDPOINT and execute the CREATE ENDPOINT sta tement to make these changes.*ls" element (in the "%. 7883 16 User-defined functions cannot be used for a WEBMETHOD with FORMA T=NONE. This connection will be terminated. Use ALTER ENDPOINT or DROP the exi sting endpoint and execute the CREATE ENDPOINT statement. A common cause for this error is if the client disco nnected without reading the entire response from the server. If these sessions are not closed within a reasonable amount of time. This is most of ten caused by a previous exception on this task. A common cause for this is if the application is running in READ UNC OMMITTED isolation level. This message may appear several times before S QL Server is shutdown.7860 15 An endpoint's transport or content cannot be changed through the ALTER ENDPOINT statement.*ls". or it was supp lied out of order.*ls" is not valid for this endpoint type. Only on e endpoint supported for a specific binding. 7864 16 CREATE/ALTER ENDPOINT cannot be used to update the endpoint with this information. 7874 16 An endpoint already exists with the bindings specified.*ls" is a built-in endpoint and cannot be droppe d. 7872 16 "%. 7887 20 The IPv6 address specified is not supported. 7863 16 The endpoint was not changed. 7875 16 An unexpected XML construct was found in the character data of t he "%. severity %d. 7878 16 This "%. 7871 16 The clause "%.*ls" endpoints can only be of the "FOR %. 7866 16 XML attribute and element values larger than 4000 characters are only allowed within the SOAP Body node.*l s". This connection wil l be terminated.*ls" is not a parameter for procedure "%. 7880 10 SQL Server has successfully finished closing sessions and connec tions. 7867 15 An invalid sqlCollationVersion was specified for parameter "%.*ls'. Endpoint names cannot begin with '%. partition ID %I64d. ind ex ID %d. 7909 20 The emergency-mode repair failed. One or more of the ports specified in the CREATE ENDPOINT statement may be bound to another process. 7904 16 Table error: Cannot find the FILESTREAM file "%. has been truncated before page %S_PGID an .*ls'). partition I D %I64d.*ls' (in the namespace '%. and plan to modify applications that currently use it. 7893 15 Parameter '%.*ls" is not a valid FILESTREAM directory in container ID %d. 7913 10 Repair: The extent %S_PGID has been deallocated from object ID % d. 7890 16 An error occurred while attempting to register the endpoint '%. 7894 16 Listening has not been started on the endpoint '%. 7911 10 Repair: The page %S_PGID has been deallocated from object ID %d.*ls" was found in the FILESTRE AM directory ID %.be configured to allow for IPv6 connectivity. 7901 16 The repair statement was not processed.*ls' found in metadata. Avoid using this feature in new developm ent work.You must restore from backup. page ID %S_PGID.*ls is not a valid FILESTREAM directory in container ID %d. 7912 10 Repair: The extent %S_PGID has been allocated to object ID %d.*ls' attribute may not both be present on a para meter value node of type '%.*ls' endpoint. index ID %d. 7915 10 Repair: IAM chain for object ID %d.*ls). reapply this permission using 'GRANT CONNECT ON ENDPOINT ::[%. 7905 16 Database error: The directory "%. 7903 16 Table error: The orphaned file "%. 7891 10 Creation of a TSQL endpoint will result in the revocation of any 'Public' connect permissions on the '%. partition ID %I 64d. partition ID %I64d. SOAP o nly supports data types supported in SQL Server 2005 or earlier. index ID %d.*ls': Incompatible XML attributes were present.*ls container ID %d for object ID %d. 7889 16 The SOAP headers on the request have exceeded the size limits es tablished for this endpoint. SOAP only supports data types supported in SQL Server 2005 or earlier. index ID %d.*ls" is not a valid FILESTREAM file in container ID %d. 7906 16 Database error: The file "%. partition ID %I64d. index ID %d.*ls" under the rowset directory ID %. alloc unit ID %I64d (type %. 7899 16 The return value uses a data type not supported by SOAP. 7908 16 Table error: The file "%.*ls" for column ID %d (column directory ID %. or the address may not be in a re cognized IPv6 format. 7892 16 Internal subset DTDs inside SOAP requests are not allowed. Attempt the statement again with a different port or use netstat to find the application currently using the port and resolve the con flict. 7895 14 Only a system administrator can specify a custom WSDL stored pro cedure on the endpoint.*ls i s not a valid FILESTREAM file in container ID %d.*ls' attribute and the '%.*ls). If 'Public' access is de sired on this endpoint. partition ID %I64d. alloc unit ID %I64d (type %. index ID %d. 7897 10 Creating and altering SOAP endpoints will be removed in a future version of SQL Server. Endpoint operations are disabled on this edition of SQL Server. T he '%.*ls container ID %d) in object ID %d. slot ID %d. i ndex ID %d.*ls' uses a data type not supported b y SOAP. 7914 10 Repair: %ls page at %S_PGID has been rebuilt. This level of repair is not supported when the database is in emergency mode.*ls). alloc unit ID %I64d (type %. 7896 16 The column or parameter '%. Avoid using this feature in new development work. 7910 10 Repair: The page %S_PGID has been allocated to object ID %d.*ls).* ls'. partition ID %I64d. and pl an to modify applications that currently use it. 7907 16 Table error: The directory "%. 7898 10 SQL Server native SOAP support is now deprecated and will be rem oved in a future version of SQL Server. column ID %d. The endpoint owner may increase these limits via A LTER ENDPOINT. alloc unit ID %I64d (type %. alloc unit ID %I64d (type %.*ls).*ls" in the rowset directory ID %.*ls] to [public]'. 7928 16 The database snapshot for online checks could not be created. %I64d pages used in %I64d dedicated extents. 7934 16 DBCC CHECK cannot proceed on database %.*ls' because it does not exist. partition ID %I64d. 7932 16 Table error: The FILESTREAM directory ID %. 7924 10 Index ID %d. 7936 16 Table error: The FILESTREAM directory ID %. slot %d to a data row. Dpages %I64d.. partition ID %I64d. Database needs to be in single u ser mode.*ls' table. 7926 16 Check statement aborted. model. 7920 10 Processed %ld entries in system catalog for database ID %d. 7918 10 Repair: Page %S_PGID next and %S_PGID previous pointers have bee n set to match each other in object ID %d. partition ID %I64d. index ID %d. partition ID %I64d. at page %S_PGID. Indexes w ill be rebuilt. 7930 16 Mirroring must be removed from the database for this DBCC comman d. Also see previous errors for more details.*ls Object ID %ld. index ID %d. 7931 16 Database error: The FILESTREAM directory ID %.*ls for a partitio n was seen two times.*ls). index ID %d. on page %S_PGID. 7942 10 DBCC %ls scanning '%. alloc unit ID %I64d (type %. 7917 10 Repair: Converted forwarded record for object ID %d. partition ID %I64d proce ssing encountered file name "%. alloc unit ID %I64d (type %. but that column does not exis t in the partition. 7935 16 Table error: A FILESTREAM directory ID %. 7919 16 Repair statement not processed. 7939 16 Cannot detach database '%. . Root %S_PGID.*ls). Secondary Replica databases cannot be exclusively locked for DBCC CH ECK. Ei ther the reason is given in a previous error or one of the underlying volumes do es not support sparse files or alternate streams. msdb. index ID %d.d will be rebuilt. alloc unit ID %I64d (type %. 7916 10 Repair: Deleted record for object ID %d. partition ID %I64d proce ssing encountered file name "%. partition ID %I64d. 7921 16 Repair statement not processed. index ID %d. FirstIAM %S_PGID.*ls for object ID %d. 7940 16 System databases master. allo c unit ID %I64d (type %.*ls). The database could not be checked as a database snapshot could not be created and the database or table could not be lo cked. but that column is not a FILESTREAM column. index ID %d . and tempdb cannot be detac hed.*ls exists for a column of object ID %d. index ID %d.*ls ). index ID %d.*ls" twice in the column directory %d container I D %d (for column ID %d). See Books Online for details of when this behavior is expected and what wo rkarounds exist. 7941 16 Table error: object ID %d. 7927 10 Total number of extents is %I64d. Attempting to get exclusive ac cess to run checks offline.*ls ).*ls exists for a partit ion. but the corresponding partition does not exist in the database. but should be in filegroup %d.. 7933 16 Table error: A FILESTREAM directory ID %. partition ID %I64d is in filegroup %d. partition ID %I64d. alloc unit ID %I64d (type %. partition ID %I64d.*ls" twice in the column ID %d (for column direct ory %d container ID %d). 7929 16 Check statement aborted. 7922 16 *************************************************************** 7923 10 Table %. Database contains deferred transaction s. 7938 16 Table error: object ID %d. Database cannot be a snapshot. slot %d.*ls because it is a Seco ndary Replica and either Snapshot creation failed or the WITH TABLOCK option was specified. Reason may have been given in previous error.*ls exists for column ID %d of object ID %d. 7925 10 Index ID %d. .... 7984 16 System table pre-checks: Object ID %d.*ls'....: %4.2f%ls [%I64d :%I64d] 7950 10 . Page Density (full). Column '%......*ls' (%d).. 7963 16 Database error: The file "%. Please refer to other errors for more information............. Check statement terminated due to unrepairable error............ database ID: %d 7944 10 %ls level scan performed..... index ID %d.... alloc unit ID %I64d (type %..... 7986 16 System table pre-checks: Object ID %d has cross-object chain lin kage.. try rerunning the command..Logical Scan Fragmentation ... index ID %d....... 7961 16 Object ID %d.Pages Scanned........ 7956 16 Table error: The FILESTREAM file "%... partition ID %I64d. index ID %d.*ls 7975 10 LSN : (%d:%d:%d) 7977 10 Start time : %.1f 7954 10 .... Checks on non-system indexes will be skipped. slot %d.. partition ID %I64d... 7969 16 No active open transactions. partition ID %I64d. 7966 10 Warning: NO_INDEX option of %ls being used. C .2f%ls 7951 10 Warning: Could not complete filestream consistency checks due t o an operating system error....*ls of container ID %d but should be in container I D %d in object ID %d..7943 10 Table: '%.... alloc unit ID %I6 4d (type %. 7945 10 .Avg.....: %4....*ls" is not a valid FILESTREAM LOG f ile in container ID %d...Avg...2f%ls 7953 10 .. index ID: %d.....*ls 7978 10 SID : %... Bytes Free per Page...: %I64d 7946 10 ..... slot ID %d... page ID %S_PGID...Scan Density [Best Count:Actual Count]........: %4.... in transition.......... row ID %d.. Could not read and latch page %S_PGID with latch type %s.... 7985 16 System table pre-checks: Object ID %d.... Pages per Extent.*ls) .*ls' is a var column wit h a NULL value and non-zero data length 7962 16 Invalid BATCHID %d specified.*ls' does not have permission to run DBCC %ls for databa se '%.... Page %S_PGID has unexpect ed page type %d.1f 7949 10 ...... 7965 16 Table error: Could not check object ID %d. 7964 10 Repair: Deleted FILESTREAM file "%.....*ls" for column ID %d was fo und in column directory ID %........: %I64d 7948 10 .... Th is condition is likely transient. 7970 10 %hsOldest active transaction: 7971 10 SPID (server process ID): %d%s 7972 10 UID (user ID) : %d 7974 10 Name : %. Check statement terminated due to unrepairable error..Extent Scan Fragmentation ..Extent Switches.*ls) on page %S_PGID.. alloc unit ID %I64d (type %....*ls'.... 7960 16 An invalid server process identifier (SPID) %d or batch ID %d wa s specified.*ls 7979 10 %hsReplicated Transaction Information: 7980 10 Oldest distributed LSN : (%d:%d:%d) 7982 10 Oldest non-distributed LSN : (%d:%d:%d) 7983 14 User '%. Page %S_PGID points to %S_PGID in alloc unit ID %I64d (should be %I64d).. 7958 16 The specified SPID does not process input/output data streams...2f%ls 7955 16 Invalid SPID %d specified... 7952 10 ..Avg.: %I64d 7947 10 . page ID %S_PGID... for ob ject ID %d.*ls) due to invalid allocation (IAM) pag e(s)....*ls" for column ID %d..........: %3. 7968 10 Transaction information for database '%. index ID %d....: %4. Any consistency errors found in the filestream sub system will be silenced.: %3. 7957 10 Cannot display the specified SPID's buffer..Extents Scanned.... partitio n ID %I64d... 8002 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. but data type 0x%02X is different from the one sent last time. Parameter %d ("%. Parameter %d ("%. Parameter %d ("%.*ls' to %u pages as it on ly contains %u pages. . 8008 16 The number of params passed to sp_execute is not equal to the nu mber of params used when the handle was prepared (%d). 7987 16 System table pre-checks: Object ID %d has chain linkage mismatch .*ls' does not have permission. 8001 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls"): Data type 0x%02X (sql_v ariant) has an invalid precision or scale for type-specific metadata.*ls': consistency errors in system catalogs prevent further DBCC %ls processing. 7995 16 Database '%. Parameter %d: The parameter name is invalid.*hs'. Parameter %d ("%. 8004 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 7992 16 Cannot shrink 'read only' database '%. 8006 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8007 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8012 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8009 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Check statement terminated due to unrepairable error. Parameter %d: The parameter status flags are in valid. 8014 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*hs'.*ls"): The chunking format is incorrect for a large object parameter of type 0x%02X. 8003 16 The incoming request has too many parameters. Parameter %d ("%. c urrent column value '%. 7994 10 DBCC CheckDatabase on resource database will be skipped because user '%. 8011 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 7988 16 System table pre-checks: Object ID %d. %S_PGID->next = %S_PGID.*ls' does not contain an identity column. 8013 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.heck statement terminated due to unrepairable error. Reduce the number of parameters and resend the req uest.*ls"): Data type 0x%02X (sql_v ariant) has an invalid instance length. 7997 16 '%. The server support s a maximum of %d parameters.*hs'. 8005 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. The RPC name is invalid.*ls"): Data type 0x%02X (sql_v ariant) has an invalid type for type-specific metadata.*ls'. Meta-information is invalid for the Sql Variant parameter. but %S_PGID->prev = %S_PGID. Parameter %d ("%. Parameter %d ("%. 7996 16 Extended stored procedures can only be created in the master dat abase.*ls"): Data type 0x%02X (sql_v ariant) has an invalid length for type-specific metadata. 7989 16 Checking identity information: current identity value '%.*ls"): The RPC is marked with the metadata unchanged flag. Loop in data chain detect ed at %S_PGID.*ls'. 8010 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls' for table '%. Parameter %d ("%. 7993 10 Cannot shrink file '%d' in database '%.*ls"): Data type 0x%02X is unk nown.*ls"): Data type 0x%02X (XML) has an invalid database or schema specified. Check statement terminat ed due to unrepairable error. 7998 16 Checking identity information: current identity value '%. 7999 16 Could not find any index named '%. *ls"). Parameter %d ("%.*ls"). An exa mple of an invalid length is data of nchar type with an odd length in bytes. Parameter %d ("%. 8031 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls"): Data type 0x%02X has an invalid data length or metadata length. 8027 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Deprecated types are not supported as output parameters. Table-valued parameter %d ("%. column %d: Data type 0x%02X (XML) has an invalid database or schema specified.*ls"): Data type 0x%02X has an invalid precision or scale. Check the source data for invalid values .*ls"): Data type 0x%02X is an untyped NULL but is marked as an output parameter.*ls"): Data type "0x%02X" (CLR type) has an invalid schema specified. Table-valued parameter %d ("%. Parameter %d ("%. 8020 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.8015 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Use current large object types instead. 8022 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8019 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls"): The RPC is marked with the metadata unchanged flag.*ls"): The supplied value is n ot a valid instance of data type %.*ls"): Data type "0x%02X" (CLR type) has an invalid database specified. row %I64d. 8025 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8029 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls"): Data type "0x%02X" (CLR type) has an invalid length for serialization metadata. Parameter %d ("%. 8023 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Parameter %d ("%. Parameter %d ("%.*ls"): The supplied length is not valid for data type %. but data type 0x%02X has a maximum length different from the one sent last time.*ls. but data type 0x%02X has an actual length different from the one sent last time. but is marked as output parameter.*ls"): The RPC is marked with the metadata unchanged flag.*ls'): Data type 0x%02X is a deprecate d large object.*ls"). Parameter %d ("%.*ls cannot be NULL. row %I64d.*ls. Parameter %d ("%. Parameter %d ("%. Check the source data for invalid values . column %d: The chunking format is incorrect for a large object parameter of dat a type 0x%02X. 8021 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8030 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8024 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. column %d: Data type 0x%02X (user-defined table type) an unexpected token was e ncountered processing a table-valued parameter. Parameter %d ("%. 8028 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8018 16 Invalid parameter %d ('%. 8017 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8032 16 The incoming tabular data stream (TDS) remote procedure call (RP . Parameter %d ("%. row %I64d. Parameter %d ("%. or LOB.*ls"): The supplied value is N ULL and data type %.*ls"): Data type "0x%02X" (CLR type) has an invalid user type specified. 8016 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Parameter %d ("%. 8026 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Check the source data for invalid lengths. Table-valued parameter %d ("%.*ls"): Data type 0x%02X (sql_ variant) has an invalid collation for type-specific metadata. An example of an invalid value is data of numeric type with scale greater than precision. row %I64d.*ls"). column %d: Data type 0x%02X is unknown.*ls"). Table-valued parameter %d ("%. 8037 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. row %I64d. column %d: Data type 0x%02X (CLR type) has an invalid database specified. column %d: Data type 0x%02X (sql_variant) has an invalid length for type-specif ic metadata.*ls"). column %d: Data type 0x%02X (CLR type) has an invalid length for serialization metadata.*ls"). column %d: The supplied value is NULL and data type %. 8042 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8047 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8043 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Table-valued parameter %d ("%.*ls. 8040 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. column %d: Data type 0x%02X (CLR type) has an invalid user type specified. An example of an invalid length is data of nchar ty pe with an odd length in bytes.*ls").*ls"). 8048 16 The incoming tabular data stream (TDS) remote procedure call (RP . row %I64d.*ls"). row %I64d. 8036 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Table-valued parameter %d ("%. Table-valued parameter %d ("%.*ls"). row %I64d. column %d: The supplied value is not a valid instance of data type %. row %I64d. Table-valued parameter %d ("%. 8035 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. An example of an invalid value is data of n umeric type with scale greater than precision. column %d: Data type 0x%02X (sql_variant) has an invalid type for type-specific metadata. Table-valued parameter %d ("%.C) protocol stream is incorrect. column %d: The supplied length is not valid for data type %. column %d: Data type 0x%02X (CLR type) has an invalid schema specified.*ls"). Table-valued parameter %d ("%. Check the sour ce data for invalid lengths. Table-valued parameter %d ("%. row %I64d. column %d: Data type 0x%02X has an invalid data length or metadata length. column %d: Data type 0x%02X (sql_variant) has an invalid collation for type-sp ecific metadata. 8038 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls").*ls"). 8045 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls").*ls"). row %I64d. Table-valued parameter %d ("%. only schema name and type name are valid. 8034 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Table-valued parameter %d ("%. Table-valued parameter %d ("%. 8039 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. row %I64d. Check the source data for invalid values. Check the source data for invalid values. column %d: Data type 0x%02X has an invalid precision or scale.*ls"). row %I64d. 8033 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. column %d: Data type 0x%02X (sql_variant) has an invalid precision or scale for type-specific metadata. row %I64d. Table-valued parameter %d ("%. Table-valued parameter %d ("%. column %d: Data type 0x%02X (sql_variant) has an invalid instance length.*ls").*ls. row %I64d.*ls cannot be NULL. 8041 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Database name is not allowed with a table-valued paramete r. column %d: Data type 0x%02X (user-defined table type) has a non-zero length dat abase name specified. Table-valued parameter %d ("%. row %I64d. row %I64d. 8044 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. row %I64d . Table-valued parameter %d ("%.*ls"). 8046 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. row %I64d. Table-valued parameter %d ("%. to a parameterized s tring has no table type defined. This type is not supported by down-level clients. Ordering and uniqueness can only be set on columns that have client supplied data.*ls". Table-valued parameter %d ("%.*ls"). column %d: Data type 0x%02X (user-defined table type) has invalid column orderi ng metadata specified. 8060 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8053 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8050 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls"). row %I64d.*ls").*ls").[%. column %d: Data type 0x%02X (user-defined table type) is null and not set to de fault. row %I64d. 8063 16 The incoming tabular data stream (TDS) remote procedure call str eam is sending an unlimited length CLR type. column %d: Data type 0x%02X (user-defined table type) has an invalid column cou nt specified. row %I64d. column %d: Data type 0x%02X (user-defined table type) has an invalid type name specified. Table-valued parameter %d ("%. Table-valued parameter %d ("%.*ls"). or upgrade the client driver t o one that supports unlimited CLR types.*ls"). row %I64d. row %I64d. The specified column is computed or defa ult and has ordering or uniqueness set. column %d: Data type 0x%02X (user-defined table type) has an invalid schema spe cified. Parameter %d ("%. column %d: Data type 0x%02X (user-defined table type) has too many optional met adata tokens specified. column %d: Data type 0x%02X (user-defined table type). 8058 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Send the seriali zed data of the large CLR type as varbinary(max). 8059 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Table-valued parameter %d ("%. 8051 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8054 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. 8049 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect.*ls").*ls]. Table-valued parameter %d. 8061 16 The data for table-valued parameter "%.*ls"). row %I64d. 8057 16 Table-valued parameter %d ("%. Table-valued parameter %d ("%.*ls").*ls]. Table-valued parameter "%. row %I64d. Table-valued parameter %d ("%.*ls"). column %d: Data type 0x%02X (user-defined table type) has an invalid column fla g specified. row %I64d. row %I64d.*ls"). column %d: Data type 0x%02X (user-defined table type) timestamp column is requi red to be default.*ls. to a parameteri zed string has no table type defined. 8056 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. Table-valued parameter %d ("%.*ls") is defined a s type %.[%.C) protocol stream is incorrect. 8052 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. row %I64d. 8064 16 Parameter %d ([%. column %d: Data type 0x%02X (user-defined table type) has an invalid column nam e specified. A null table-valued parameter is required to be sent as a default parame ter.*ls" doesn't conform to t he table type of the parameter. row %I64d. 8055 16 The incoming tabular data stream (TDS) remote procedure call (RP C) protocol stream is incorrect. column %d: Data type 0x%02X (user-defined table type) has invalid ordering and uniqueness metadata specified.*ls]): The CLR type does not ex . Table-valued parameter %d ("%. 8062 16 The data for the table-valued parameter %d doesn't conform to th e table type of the parameter. Table-valued parameter %d ("%. Table-valued parameter %d ("%. %.*ls.Open Data Se rvices" in the documentation for more information. 8116 16 Argument data type %ls is invalid for argument %d of %ls functio n. This is an informational message only.*ls' usi ng the SELECT INTO statement. or a HAVING clause subquery in the query who se FROM clause contains the table with the column being aggregated. A mutator met hod is expected in this context.%. If an expression being aggregated contains an outer re ference.*ls'.%d. no user action is required. to table '%.*ls' that inherits the identity prope rty. 8134 16 Divide by zero error encountered. 8115 16 Arithmetic overflow error converting %ls to data type %ls. 8101 16 An explicit value for the identity column in table '%.%.*ls" is invalid in the ORDER BY clause because i t is not contained in either an aggregate function or the GROUP BY clause. 8135 16 Table level constraint does not specify column list. 8102 16 Cannot update identity column '%.*ls'.*ls' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.*ls' is not a user table. 8128 10 Using '%s' version '%s' to execute extended stored procedure '%s '. The expected version is %d.*ls. 8109 16 Attempting to add multiple identity columns to table '%. which already has column '%.%d. then that outer reference must be the only column referenced in the exp ression.%.%.*ls' can o nly be specified when a column list is used and IDENTITY_INSERT is ON. 8125 16 An aggregated expression containing an outer reference must be c ontained in either the select list. 8111 16 Cannot define PRIMARY KEY constraint on nullable column in table '%.*ls'. using the SELECT INTO statement.ist or you do not have permissions to access it.%. 8112 16 Cannot add more than one clustered index for constraints on tabl e '%. Refer to the topic "Backward Compatibility Details (Level 1) . 8124 16 Multiple columns are specified in an aggregated expression conta ining an outer reference.*ls'.*ls.*ls'. 8121 16 Column '%. 8132 10 Extended stored procedure DLL '%s' reports its version is %d. 8120 16 Column '%.*ls.%. Cannot perfor m SET operation.%. 8119 16 Column '%. 8107 16 IDENTITY_INSERT is already ON for table '%. 8133 16 At least one of the result expressions in a CASE specification m ust be an expression other than the NULL constant.*ls.*ls" is invalid in the ORDER BY clause because i t is not contained in an aggregate function and there is no GROUP BY clause.*ls' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause. 8110 16 Cannot add multiple PRIMARY KEY constraints to table '%. Can not perform SET operation for table '%. 8117 16 Operand data type %ls is invalid for %ls operator. 8108 16 Cannot add identity column.*ls' is invalid in the HAVING clause because it is not contained in an aggregate function and there is no GROUP BY clause. 8114 16 Error converting data type %ls to %ls.*l . 8126 16 Column "%. Cannot perform SET operation. 8123 16 A correlated expression is invalid because it is not in a GROUP BY clause.*ls'.*ls.*ls'. Consider using DBCC S HRINKDB. 8129 16 The new disk size must be greater than %d. 8127 16 Column "%. 8106 16 Table '%.*ls'. 8113 16 Incorrect use of the XML data type method '%.*ls' is invalid in the HAVING clause because it is not contained in either an aggregate function or the GROUP BY clause.*ls' does not have the identity property. 8105 16 '%.*ls. 8131 10 Extended stored procedure DLL '%s' does not export __GetXpVersio n(). table '%.*ls. 8118 16 Column '%. Constraint names cannot b egin with a number sign (#).*ls' was supplied multiple times.*ls'.*ls'.*ls' is invalid.*ls function does not match any of the expr essions in the GROUP BY clause. 8174 16 Schema lock with handle %d not found. 8173 15 Incorrect syntax was used to invoke the XML data type method '%.*ls is not a parameter for procedure %. 8138 16 More than 16 columns specified in foreign key column list. 8143 16 Parameter '%. 8139 16 Number of referencing columns in foreign key differs from number of referenced columns. 8165 16 Invalid subcommand value %d. 8164 16 An INSERT EXEC statement cannot be nested. 8141 16 Column %ls constraint for column '%.*ls'. 8168 16 Cannot create. table '% . table '%.*ls'. column. 8145 16 %. 8169 16 Conversion failed when converting from a character string to uni queidentifier.*ls'. 8172 16 The argument %d of the XML data type method "%. table '%. A non-mutator method is expected in this context.*ls' has more columns than were specified in the column list.*ls' references another colu mn.*ls'. 8149 16 OLE Automation objects are not supported in fiber mode.*ls'. .*ls' has fewer columns than were specified in the column list . or trigger named '%. table '%.*ls has too many arguments specified.*ls' was specified multiple times for '%.*ls'. 8170 16 Insufficient result space to convert uniqueidentifier value to c har. table '%.*ls" conflicts with the type of other colu mns specified in the UNPIVOT list. 8166 16 Constraint name '%. 8152 16 String or binary data would be truncated. 8144 16 Procedure or function %. but the actual parameter passed in requested output.s'.*ls" must be a st ring literal.*ls'.*ls'. 8150 16 Multiple NULL constraints were specified for column '%.*ls' not permitted. 8156 15 The column '%. 8161 15 Argument %d of the %. enable. 8167 16 The type of column "%. tabl e '%. 8146 16 Procedure %. 8140 16 More than one key specified in column level %ls constraint.*ls'. table '%.*ls'.*ls'. Duplicate names are not allo wed.*ls' is ambiguous. Only one is allowed. 8136 16 Duplicate columns specified in %ls constraint key list.*ls has no parameters and arguments were supplied.*ls'. 8158 15 '%. 8159 15 '%. 8162 16 The formal parameter "%.*ls'. 8148 16 More than one column %ls constraint specified for column '%. 8153 10 Warning: Null value is eliminated by an aggregate or other SET o peration. tab le '%. 8154 15 The table '%. 8155 15 No column name was specified for column %d of '%.*ls" was not declared as an OUTPUT param eter. *ls'. 8151 16 Both a PRIMARY KEY and UNIQUE constraint have been defined for c olumn '%. 8171 16 Hint '%ls' on object '%. 8147 16 Could not create IDENTITY attribute on nullable column '%. 8160 15 A GROUPING or GROUPING_ID function can only be specified when th ere is a GROUP BY clause. drop. table '%. Legal range from %d to %d.*ls' .*ls. 8137 16 Incorrect use of the XML data type method '%. or disable more than one constraint .*ls' in this context. use de fault definitions created using the DEFAULT keyword of ALTER TABLE or CREATE TAB LE. and Delete tri ggers can only be created on user tables and views. 8196 16 Duplicate column specified as ROWGUIDCOL. 8303 10 CREATE DEFAULT and DROP DEFAULT will be removed in a future vers ion of SQL Server. 8176 16 Resync procedure expects value of key '%. The object must be dropped and re-created before it can be used. or nvarchar. 8189 16 You do not have permission to run '%ls'. 8177 16 Cannot use a column in the %hs clause unless it is contained in either an aggregate function or the GROUP BY clause. CREATE TYPE fails.*ls' does not exist or is invalid for this operati on. 8197 16 The object '%. RETURN. 8193 16 Cannot execute a procedure marked FOR REPLICATION. 8186 16 Function '%.*ls. 8178 16 The parameterized query '%. . Only one SQL type can be mapped to a given assembly type.*ls' expects the parameter '%.*ls". w hich was not supplied. 8191 16 Replication filter procedures can only contain SELECT. which are created using the CHECK keyword of CREATE TABLE or ALTER TABLE. Avoid using CREATE RULE and DROP RULE in new development work. Use sys. 8304 10 INDEXKEY_PROPERTY will be removed in a future version of SQL Ser ver. varchar. Use check constraints inste ad. 8190 16 Cannot compile replication filter procedure without defining tab le being filtered.*ls' can be used only on user and system tables. Instead. Avoid using sp_tableoption for TEXT IN ROW option in new development work.8175 10 Could not find table %. and plan to modify applications that currently use the text in row option. 8199 16 In EXECUTE <procname>. 8305 10 The TEXT IN ROW feature will be removed in a future version of S QL Server. procname can only be a literal or variabl e of type char. There are no comparable columns in the binarychecksum input. WHILE. 8184 16 Error in binarychecksum. 8188 16 There is already a SQL type for assembly type "%. Will try to resolve this table name later. Avoid using CREATE DEFAULT and DROP DEFAULT in new developmen t work. and plan to modify applic ations that currently use the feature. 8180 16 Statement(s) could not be prepared. sp_updateextendedproperty and sp_dropextendedproperty and in table-valu ed function fn_listextendedproperty has been deprecated and will be removed in a future version of SQL Server. Users are now schema scoped and hence use level0t ype with value 'SCHEMA' and level1type with value 'USER' for extended properties on USER.index_columns instead. 8181 16 Text for '%.*ls'. Update.*ls". 8185 16 Error expanding "*": An incomparable column has been found in an underlying table or view. and plan to modify applications that currently use them. Avoid using this feature in new development work. 8179 16 Could not find prepared statement with handle %d. which was not sup plied. 8195 16 Cannot create "%. and DECLARE statements. nchar.*ls'. while CHECK. and NOT NULL constraints require that compu ted columns be persisted. 8192 16 Replication filter procedures cannot have parameters. Insert. 8183 16 Only UNIQUE or PRIMARY KEY constraints can be created on compute d columns. FOREIGN KEY.*ls" on "%.*ls' is missing from the system catalog.*ls" on assembl y "%. and plan to modify applications that currently use them. GOTO. 8302 10 CREATE RULE and DROP RULE will be removed in a future version of SQL Server. 8301 10 Use of level0type with value 'USER' in procedure sp_addextendedp roperty. 8187 16 The prepared handle %d is currently being used by another comman d (error state: %d). IF. SQL S erver performance counters are disabled. SQL Ser ver performance counters are disabled. 8310 16 Cannot create (or open) named file mapping object '%ls'. 8351 16 A trace control request could not be processed because invalid p arameters were specified when events were registered. Cause: %ls. Event notifications i n other databases could be affected as well. 8320 10 @@REMSERVER will be removed in a future version of SQL Server. or msdb failed to start. 8316 16 Cannot open registry key 'HKLM\%ls'. Avo id using this feature in new development work. The same send failure may not be reported in t . 8350 10 Use of NOLOCK or READUNCOMMITTED hints in the FROM clause of an UPDATE or DELETE statement on the target table of the statement ('%. or enable Servic e Broker. Send failures with the same error code may not be reported in the future. These hints have no effect in this location. Event class ID: %d. Use linked servers and linked server stored pro cedures instead. 8314 16 SQL Server performance object '%ls' not found in registry. SQL Server performance coun ters are disabled. SQL Server performance counters are disabled. 8306 10 Use of level0type with value 'TYPE' in procedure sp_addextendedp roperty. Error ID: %d. Confirm that the parameter s are within valid ranges. sp_updateextendedproperty and sp_dropextendedproperty and in table-valu ed function fn_listextendedproperty has been deprecated and will be removed in a future version of SQL Server. 8315 16 SQL Server performance counter '%ls' not found in registry. and plan to modify applications that currently use the feature. Avoid using this feature in new development work. Microsoft recommends that you remove these hints from this statement. SQL Server performance counters are disabled. 8356 16 Event Tracing for Windows (ETW) failed to send event. Bring msdb online. 8313 16 Error in mapping SQL Server performance object/counter indexes t o object/counter names. nvarchar(max) and varbinary(max) data types. 8355 16 Server-level event notifications can not be delivered. 8318 16 There was a virtual memory allocation failure during performance counters initialization. A void using this feature in new development work. Either Se rvice Broker is disabled in msdb. It's not owned by th e SQL Server service account. 8352 16 Cannot find the requested trace template: id = %ls.The preferred method of storing large data is through use of the varchar(max). 8308 10 USER_ID will be removed from a future version of SQL Server. SQL Server performance counters are disabled. 8312 16 Cannot create (or open) named mutex '%ls'. 8311 16 Unable to map view of file mapping object '%ls' into SQL Server process address space. SQL Server performance counters are disabled. and plan to modify applications t hat currently use the feature. Use DATABASE_PRINCIPAL_ID instead. This may b e due to low resource conditions. restart SQL Server. and plan to modify applications tha t currently use the feature. %ls. SQL Server performance counters are disabled. To enable Event Tracing for Windows. Support for these hints in this loca tion will be removed in a future version of SQL Server. SQL Server performanc e counters are disabled. 8319 16 Windows kernel object '%ls' already exists.*ls') is dep recated. 8354 16 Event Tracing for Windows failed to send an event. 8353 16 Event Tracing for Windows failed to start. 8307 10 FILE_ID will be removed in a future version of SQL Server. SQL Server performance counters are disabled. 8357 16 Event Tracing for Windows (ETW) failed to send event. The same send failure may not be reported in the future. 8317 16 Cannot query value '%ls' associated with registry key 'HKLM\%ls' . Types are now schema scoped and hence use level0t ype with value 'SCHEMA' and level1type with value 'TYPE' for extended properties on TYPE. Use FILE_IDEX instead. The server has run out of memory. 8394 10 Usage of deprecated index option syntax. Avoid using this in new development wo rk. and plan to modify applications that currently use it to use new style RAISE RROR. . Modify the INSERT s tatement to remove the use of this hint. New-style syntax DROP INDEX <1p-name> ON {<3p-table-name> | <3p-view-name> } 8393 10 The ability to not specify a column name when the datatype is ti mestamp will be removed in a future version of SQL Server. The same send failure may not be reported in the future. and varbinary(max) data types instead. Avoid using this syntax structure in new development work. and plan to m odify applications that currently use them. and plan to modify applications that currently use it. This may be due to low resource conditions. Use %ls instead. Avoid using this permission in new development work and plan to modify app lications that currently use it. The deprecated relation al index option syntax structure will be removed in a future version of SQL Serv er. Avoid using them in new development work. Use a comma to separate individual table hints. The same send failure may not be reported in the future . The server has run out of memory. Avoid using this feature in new development work. 8383 10 Specifying HOLDLOCK as a table hint without parentheses is a dep recated feature and will be removed in the next version of SQL Server. Please use SQL Nativ e Client (SQLNCLI) for ad hoc connection to SQL Server. 8381 10 SQLOLEDB is no longer a supported provider. NTEXT.he future. The same send failure may not be reported in the future. 8397 10 The TEXT. 8360 16 SQL Trace failed to send event notification. 8389 10 The ALL permission will be removed in a future version of SQL Se rver. Use the varchar(max). 8384 10 Use of space as a separator for table hints is a deprecated feat ure and will be removed in a future version. 8379 10 Old style RAISERROR (Format: RAISERROR integer string) will be r emoved in the next version of SQL Server. and plan to modif y applications that currently use the feature. Replace it with "sys. 8398 10 The use of more than two-part column names will be removed in a future version of SQL Server. and plan to modify applications that cu rrently use it. Avoid using this feature in new development work. 8358 16 Event Tracing for Windows (ETW) failed to send event. Remove hints on references to view "%. Event mess age size exceeds limit. 8391 10 The usage of 2-part names in DROP INDEX is deprecated. Avoid using this feat ure in new development work. Please use SQL Nativ e Client (SQLNCLI) to connect to SQL Server using linked server '%. nvarchar(max). Avoid usi ng this feature in new development work. 8390 10 The '::' function calling syntax will be removed in a future ver sion of SQL Server. and plan to modify applications that currently use it. 8385 10 The select list of an aggregate indexed view must contain count_ big(*) in 90 compatibility mode and higher. 8396 10 %ls will be removed in a future version of SQL Server. 8380 10 SQLOLEDB is no longer a supported provider. and IMAGE data types will be removed in a futur e version of SQL Server.".*ls" on the target table of INSERT is deprecated because it may be removed in a future version of SQL Server. 8382 10 Specifying table hints without using a WITH keyword is a depreca ted feature and will be removed in a future version. and plan to modify applications that currently use it. 8387 10 The indirect application of table hints to an invocation of a mu lti-statement table-valued function (TVF) through a view will be removed in a fu ture version of SQL Server.*ls" because i t references a multi-statement TVF.*ls'. 8386 10 Use of hint "%. 8359 16 SQL Trace failed to send event notification. 8388 10 The ability to return results from triggers will be removed in a future version of SQL Server. Queue ID: %d.*ls'. Sp ecify a different conversion group ID. 8406 16 The dialog lifetime can not be NULL. 8412 16 The syntax of the service name '%. Specify a valid dialog lifetime value.*ls' is specified more than once. Specify a service contract n ame.*ls' is invalid. 8423 16 The service "%. Specify both t he error code and description of the error. This may indicate a network problem or that another application is connected to the Serv ice Broker endpoint. 8424 16 The error code and error description are missing. 8432 16 The message cannot be sent because the message type '%. 8402 16 The data type of the '%S_MSG' in the '%S_MSG' statement must be %s. Specify a conversation group.*ls" is not found.*ls' is invalid in this context. 8404 16 The service contract '%. Database ID: %d. 8407 16 Received a message that contains invalid header fields. and plan to modify applications that cu rrently use it. 8405 16 An error occurred in the service broker queue rollback handler. Targeted service: '%. Specify a description of the e rror. 8428 16 The message type "%.*ls' is not found. The current endpoint state is '%ls'. 8430 16 The message body failed the configured validation. The %s data type is not allowed. 8427 16 The conversation endpoint is not in a valid state for END CONVER SATION. 8414 16 The conversation group ID '%. Remov e the duplicate service contract. Avoid usi ng this feature in new development work. however this service is an Initiator. State : %i. 8417 16 The service contract name is NULL. Specify a service name. Error: %i. 8431 16 The message type '%. 8425 16 The service contract '%. The current endpoint state is '%ls'.*ls" is not found.*ls' is not part of the service contract. 8415 16 The activated task was aborted because the invoked stored proced ure '%ls' did not issue COMMIT or ROLLBACK on one or more transactions that it b egun. 8403 16 The message type '%. 8408 16 Target service '%. 8401 16 This message could not be delivered because the target user with ID %i in database ID %i does not have permission to receive from the queue '%. 8422 16 The error description is missing. 8410 16 The conversation timer cannot be set beyond the conversation's l ifetime.*ls' is specified more than once. 8426 16 The conversation handle "%. service contr act: '%. 8418 16 The conversation handle is missing. the maximum size is 256 bytes. Remove th e duplicate message type. 8413 16 The syntax of the broker instance '%. Specify a conversation handl e. The specif ied broker instance is too long. Neither value can be NULL. 8409 16 This message could not be delivered because the targeted service does not support the service contract.* ls'. 8419 16 Both the error code and the description must be provided for END CONVERSATION WITH ERROR. 8420 16 The conversation group is missing.*ls'. 8421 16 The service name is missing.*ls' is invalid. .8399 10 %ls will be removed in a future version of SQL Server.*ls" is not found. 8429 16 The conversation endpoint is not in a valid state for SEND. Specify a valid dialog life time value from %d to %d. while trying to disable a queue.*ls' does not support contract '%.*ls'. 8411 16 The dialog lifetime value of %d is outside the allowable range o f %d to %d.*ls' is m arked SENT BY TARGET in the contract. *ls' is marked SENT BY INITIATOR in the contract. 8458 16 The conversation endpoint is not in a valid state for BEGIN CONV ERSATION TIMER. Run DBCC CHECKDB. Possible database corruption. The current endpoint state is '%ls'. Check the SQL Server error log and the Windows event log for additional messages and address the underlying problem. 8437 16 The message received was sent by a Target service. 8450 16 Assignments in the RECEIVE projection are not allowed in conjunc tion with the INTO clause. 8469 16 Remote service has been altered. 8439 16 The destination conversation group '%. conside r running DBCC CHECKDB. SNI error '%ls'. 8444 23 The service queue structure is inconsistent.*ls' at position %d appears more than once. however this service is a Target. exceeds the maxi mum allowed of %d. Run DBCC CHECKDB. Possible da tabase corruption. 8440 23 The conversation group exists. 8477 16 An internal Service Broker error occurred (error = 0x%08x). 8442 16 There is no Service Broker active in the database. Run DBCC CHECKDB to analyze and repair the d atabase.*ls' is marked SENT BY TARGET in the contract. The current endpoint state is '%ls'. 8441 16 The conversation handle at position %d is missing. initiator: %d.*ls" at position %d is not found. 8468 16 Underlying service has been altered. Change to a d atabase context that contains a Service Broker. 8460 16 The conversation endpoint with ID '%ls' and is_initiator: %d is referencing the invalid conversation handle '%ls'.*ls" is not found. 8435 16 The conversation handle "%. 8459 16 The message size. 8445 16 The conversation handle '%ls' is referencing an invalid conversa tion ID '%ls'. This error indicates a serious problem with SQL Server. 8472 16 The remote service has sent a message that contains invalid head er fields. This message is a symptom of another problem. Check the SQL Server error l . 8436 16 The conversation group "%. the database may be damaged. re store the database from a clean backup. but the messa ge type '%.*ls' and initiator: %d references a missing conversation group '%. 8461 23 An internal service broker error detected. 8457 16 The message received was sent by the initiator of the conversati on. but no queue exists. 8471 16 An SNI call failed during a Service Broker/Database Mirroring tr ansport operation. 8462 16 The remote conversation endpoint is either in a state where no m ore messages can be exchanged. If no clean backup is available. 8438 16 The conversation endpoint is not in a valid state for MOVE CONVE RSATION.8433 16 The message body may not be NULL. Run DBCC CHECKDB.*ls' is m arked SENT BY INTITIATOR in the contract. or it has been dropped.*ls' is invalid. Possible database co rruption. 8451 16 The conversation handle '%. including header information. A zero-length UNICODE or bina ry string is allowed. 8475 16 The conversation endpoint with ID '%ls' and is_initiator: %d has been dropped. To recover the database. I f the problem persists. 8443 23 The conversation with ID '%. 8434 16 The message cannot be sent because the message type '%. Note that DBCC CHECKDB may remove data to repair the dat abase. 8470 16 Remote service has been dropped.*ls'. Specify a con versation handle. 8447 16 A RECEIVE statement that assigns a value to a variable must not be combined with data retrieval operations. 8463 16 Failed to read the message body while marshaling a message. but the message type '%. awoke in %hs.*ls' must change the queue or at least o ne contract. 8501 16 MSDTC on server '%. 8493 16 The alter of service '%. 8490 16 Cannot find the remote service '%. 8489 16 The dialog has exceeded the specified LIFETIME. 8511 16 Unknown isolation level 0x%x requested from Microsoft Distribute d Transaction Coordinator (MS DTC). 8494 16 You do not have permission to access the service '%. 8498 16 The remote service has sent a message of type '%. 8514 20 Microsoft Distributed Transaction Coordinator (MS DTC) PREPARE a cknowledgement failed: %hs. 8515 20 Microsoft Distributed Transaction Coordinator (MS DTC) global st ate is not valid. 8504 20 The import buffer for this transaction is not valid. 8495 16 The conversation has already been acknowledged by another instan ce of this service. . 8479 16 Used by test in failpoint simulation. Note that DBCC CHECKDB may remove data to repair the database. 8518 16 Microsoft Distributed Transaction Coordinator (MS DTC) BEGIN TRA NSACTION failed: %ls.*ls' because it does not exist . 8521 20 This awakening state is not valid: slept in %hs. 8508 10 QueryInterface failed for "%ls": %ls. The transaction may have been stopped by the client or the r esource manager. and Message sequence number: %I64d. This occurred in the message wi th Conversation ID '%. 8506 20 Cannot change transaction state from %hs to %hs. 8513 20 Microsoft Distributed Transaction Coordinator (MS DTC) end trans action acknowledgement failed: %hs. 8509 20 Import of Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed: %ls.*ls' that does not match the message body encoding format. 8519 16 Current Microsoft Distributed Transaction Coordinator (MS DTC) t ransaction must be committed by remote client. To recover the database. 8492 16 The service contract '%.*ls' must have at least one message SENT BY INITIATOR or ANY.*ls' that is no t part of the local contract. 8502 20 Unknown token '0x%x' received from Microsoft Distributed Transac tion Coordinator (MS DTC) . It has been rolled back. The database may have been damaged.*ls' is unavailable. 8522 20 Microsoft Distributed Transaction Coordinator (MS DTC) has stopp ed this transaction. SQL Server could not register with Microsoft Distributed Transaction Coordinator (MS DTC) as a resource manager fo r this transaction. 8499 16 The remote service has sent a message body of type '%. The change requ ested is not valid. If no clean backup is available.og and the Windows event logs for information pointing to possible hardware prob lems. 8510 20 Enlist operation failed: %ls. 8517 20 Failed to get Microsoft Distributed Transaction Coordinator (MS DTC) PREPARE information: %ls. 8487 16 The remote service contract has been dropped.*ls'. restore the d atabase from a clean backup. 8524 16 The current transaction could not be exported to the remote prov ider. 8512 20 Microsoft Distributed Transaction Coordinator (MS DTC) commit tr ansaction acknowledgement failed: %hs. 8520 16 Internal Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed to commit: %ls. 8523 15 PREPARE TRAN statement not allowed on MSDTC transaction. Initiator: %d.*ls'. 8525 16 Distributed transaction completed. consider running D BCC CHECKDB. Either enlist this session in a new transaction or the NULL transaction. 8551 16 CoCreateGuid failed: %ls. This is an informational message only. 8531 16 The Windows kernel transaction manager failed to create the enli stment: 0x%08x. (%ls). 8540 10 The distributed transaction with UOW %ls was forced to rollback. 8543 10 Unable to commit a prepared transaction from the Microsoft Distr ibuted Transaction Coordinator (MS DTC). No user action is required. failed to start: %d. and commit or roll back acc ordingly. 8541 10 System process ID %d tried to terminate the distributed transact ion with Unit of Work ID %ls. 8529 16 Unable to extract the Kernel Transaction Manager (KTM) transacti on handle from the Microsoft Distributed Transaction Coordinator (MS DTC) transa ction: 0x%x. Contact your Microsoft Distributed Transaction Coordina tor (MS DTC) system administrator. A network protocol analyzer may provide additional information about t he cause. 8530 16 The Windows kernel transaction manager creation failed: 0x%x. 8539 10 The distributed transaction with UOW %ls was forced to commit. Restart server to complete recovery. 8545 10 Unknown status '%d' from Reenlist call in rm_resolve. 8542 10 Spid %d tried to commit the distributed transaction with UOW %ls . 8552 20 RegOpenKeyEx of \"%ls\" failed: %ls. 8555 10 RegCloseKey failed: %ls 8556 10 Microsoft Distributed Transaction Coordinator (MS DTC) initializ ation failed due to insufficient memory. 8532 20 Error while reading resource manager notification from Kernel Tr ansaction Manager (KTM): %d. It may be necessary to change some serv . 8528 16 The commit of the Kernel Transaction Manager (KTM) transaction f ailed: %d. 8553 20 RegQueryValueEx of \"%hs\" failed: %ls. %ls. 8533 20 Error while waiting for communication from Kernel Transaction Ma nager (KTM): %d. M S DTC became temporarily unavailable and forced heuristic resolution of the tran saction. This message occurs when the client executes a KIL L statement on the distributed transaction. 8536 16 Only single DB updates are allowed with FILESTREAM operations. 8544 10 Unknown status of commit of a two-phase commit transaction. The protocol element used to carry address information may be t oo large. Install MS DTC to proceed. 8547 10 Resource Manager Creation Failed: %ls 8548 10 DTC not initialized because it's unavailable 8549 10 GetWhereaboutsSize call failed: %ls 8550 10 MS DTC initialization failed because the transaction manager add ress is invalid. 8535 16 A savepoint operation in the Windows transactional file system f ailed: 0x%x. Shut ting down server. 8527 16 An attempt to create a distributed transaction export token fail ed with this error: %ls. it will query the transaction ma nager about the outcome of the in-doubt transaction. 8546 10 Unable to load Microsoft Distributed Transaction Coordinator (MS DTC) library. 8554 20 IIDFromString failed for %hs. Shutting down server to initiate resour ce manager (RM) recovery. This error indicates that MS DTC is not installed. When the RM recovers. 8538 16 The current isolation level is not supported by the FILESTREAM 0 x%x. Contact your application support provider or Microsoft Product Support Services. 8537 16 This transaction was aborted by Kernel Transaction Manager (KTM) .8526 16 Cannot go remote while the session is enlisted in a distributed transaction that has an active savepoint. 8534 21 The KTM RM for this database. Recovery of any in-doubt distributed transactions invo lving Microsoft Distributed Transaction Coordinator (MS DTC) will begin once the connection is re-established. 8621 16 The query processor ran out of stack space during query optimiza tion. 8561 10 Recovery of any in-doubt distributed transactions involving Micr osoft Distributed Transaction Coordinator (MS DTC) has completed. 8602 16 Indexes used in hints must be explicitly included by the index t uning wizard.*ls' that is not loadable for semant ic validation. 8607 16 The table '%. If the query has a GROUP BY or ORDER BY clause. and its minimum row size exceeds the maximum allowable of %d bytes. A typical reason why a worktable is required is a GROUP BY or ORDER BY c lause in the query. Please simplify the query. A typical reason why a worktable is required is a GROUP BY or ORDER BY c lause in the query. Table '%. Resubmit your query without the ROBUST PLAN hint. 8606 17 This index operation requires %I64d KB of memory per DOP. Failure code: %d. 8608 16 The query could not be completed due to an online index build o peration and must be recompiled. This is a rare event and only expected for extremely compl . If you would like distributed transaction functional ity. 8562 10 The connection has been lost with Microsoft Distributed Transact ion Coordinator (MS DTC). 8619 16 The query processor could not produce a query plan because a wor ktable is required. This is an informational message on ly. 8616 10 The index hints for table '%. A call to "%ls" returned: %ls. No user ac tion is required. 8605 10 Index creation operation will use %ld KB of memory specified in the advanced sp_configure option "min memory per query (KB)" instead of %lu KB s pecified in "index create memory (KB)" option because the former has to be small er than the latter. The to tal requirement of %I64d KB for DOP of %lu is greater than the sp_configure valu e of %lu KB set for the advanced server configuration option "index create memor y (KB)". 8601 17 Internal Query Processor Error: The query processor could not ob tain access to a required interface. and its minimum row size exceeds the maximum allowable of %d bytes. Increase this setting or reduce DOP and rerun the query. 8565 16 SQL Server failed to prepare DTC transaction.*ls' cannot be modified because one or more non-clu stered indexes reside in a filegroup which is not online.*ls' were ignored because the table was considered a fact table in the star join. 8558 20 RegDeleteValue of \"%hs\" failed: %ls. No user action is required. 8563 10 An error occurred while trying to determine the state of the RPC SS service.*ls' on column '%. This is an information al message only. consider red ucing the number and/or size of the fields in the clause. No user action is required. please start this service.*ls' has a column level check constraint '%. This is an inf ormational message only. 8623 16 The query processor ran out of internal resources and could not produce a query plan. Consider using prefix (LEFT()) or hash (CHECKSUM()) of fields for grouping or prefix for ordering. No user action is required. 8622 16 Query processor could not produce a query plan because of the hi nts defined in this query. 8557 10 The Microsoft Distributed Transaction Coordinator (MS DTC) servi ce could not be contacted. Resubmit the query without specifying any hints and w ithout using SET FORCEPLAN. 8560 10 Attempting to recover in-doubt distributed transactions involvin g Microsoft Distributed Transaction Coordinator (MS DTC).er configuration options to make more memory available. 8603 16 Invalid syntax for internal DBCC REPAIR statement. 8618 16 The query processor could not produce a query plan because a wor ktable is required. 8604 16 ALTER TABLE SWITCH statement failed. Not e however that this will change the behavior of the query. This is an informational message only. Rerun t he query. 8625 10 Warning: The join order has been enforced because a local join h int is used. 8656 16 The query processor could not produce a query plan.*ls'. or check resource governor configuration setting. such as updating statistics. Please simplify the query. and try to simplify it. 8649 17 The query has been canceled because the estimated cost of this q uery (%d) exceeds the configured threshold of %d.*ls' on table or view '%. of table %d. Please look for potentially deep nesting in your query. 8645 17 A timeout occurred while waiting for memory resources to execute the query in resource pool '%ls' (%ld).*ls' because the table resides in a filegroup which is not online. 8633 16 The query processor could not produce a query plan because distr ibuted query does not support materializing intermediate results with default in DML queries over remote sources. 8653 16 The query processor is unable to produce a plan for the table or view '%. co ntact product support. Reason: %S_MSG. The indicated index is corrupt or there is a problem with the curre nt update plan. 8637 16 The query processor could not produce a query plan because a USE PLAN hint was used for a query that modifies data while the target table of the modification has an index that is currently being built online. If you believe you have received this message in er ror. 8635 16 The query processor could not produce a query plan for a query w ith a spatial index hint. 8634 17 The query processor received an error from a cluster communicati on layer. one only containing the DEFA ULT assignment. 8642 17 The query processor could not start the necessary thread resourc es for parallel query execution. contact Customer Support Services for more information. Contact the system administrat or. Resubmit the query after disabling trace flag %d. This is not supported fo r distributed queries. 8631 17 Internal error: Server stack limit has been reached.ex queries or queries that reference a very large number of tables or partitions . reduce the query load. 8657 17 Could not get the memory grant of %I64d KB because it exceeds th . 8624 16 Internal Query Processor Error: The query processor could not pr oduce a query plan. 8644 16 Internal Query Processor Error: The plan selected for execution does not support the invoked given execution routine. 8636 16 The query processor could not produce a query plan because there is a subquery in the predicate of the full outer join. P lease look for potentially complex expressions in your query. and try to simplif y them. 8655 16 The query processor is unable to produce a plan because the inde x '%. Consider waitin g until the online index build is done before forcing the plan. If the problem persists. the other with the rest.*ls' is disabled. 8632 17 Internal error: An expression services limit has been reached. Run DBCC CHECKDB or DBCC CHECKTABLE. Try removing the index hints or remo ving SET FORCEPLAN. 8628 17 A time out occurred while waiting to optimize the query. 8648 20 Could not insert a row larger than the page size into a hash tab le. 8630 17 Internal Query Processor Error: The query processor encountered an unexpected error during execution (HRESULT = 0x%x). contact Customer Support Services. Rerun the query. For more information. in datab ase '%. or using another way to tune the query. Try to use actual default values instead of de fault or split the update into multiple statements. 8646 21 Unable to find index entry in index ID %d. 8651 17 Could not perform the operation because the requested memory gra nt was not available in resource pool '%ls' (%ld). Rerun the query. Resubmit the query using the ROBUST PLAN optimization hint. or using a different hint o r a manual query rewrite. *ls' on view '%. Consider e liminating columns that are not in the GROUP BY clause from the index key. 8659 16 Cannot create the clustered index "%. Contact the server administrator to increase the memory usage limit.*ls" on view "%. Modify the actions performed by the MERGE statement to ensure that it does n ot trigger both these actions for a referential integrity constraint. C onsider referencing only non-nullable values in SUM. 8676 16 Invalid plan. or changing the view definition. 8672 16 The MERGE statement attempted to UPDATE or DELETE the same row m ore than once. ISNULL() may be useful for this.*ls" becaus e the select list of the view definition does not include all columns in the GRO UP BY clause. 8680 17 Internal Query Processor Error: The query processor encountered an unexpected error during the processing of a remote query phase.*ls" on view "%.*ls" failed because of the ignore_dup_key option on index "%. The table '%.*ls" on view "%. 8658 17 Cannot start the columnstore index build because it requires at least %I64d KB.*ls" becaus e the index key includes columns that are not in the GROUP BY clause. 8669 16 The attempt to maintain the indexed view "%. the only distributi on option supported is DISTRIBUTION=NONE.e maximum configuration limit in workload group '%ls' (%ld) and resource pool '% ls' (%ld). Rerun the query. 8665 16 Cannot create the clustered index "%. or after increasing the maximum m emory grant limit with Resource Governor. Take the database offline to re build the table and heap.*ls" becaus e its select list does not include COUNT_BIG(*). This happens when a target row matches more than one source row. 8674 16 The query processor is unable to produce a plan. 8670 16 Query optimizer reached the internal limit of the maximum number of views that can be used during optimization. neither Populate nor Fetch plans are provided. Consider adding COUNT_BIG(*) to the select list. Consider dropping the clustered index on the view . or because it contains a ranking or aggregate window function. 8662 16 Cannot create the clustered index "%. 8660 16 Cannot create the clustered index "%. 8663 16 Cannot create the clustered index "%. Consider eliminating contradictions fr om the view definition. 8681 17 Internal Query Processor Error: The query processor encountered an unexpected error during processing. Consider adding these columns to the select list. 8671 16 The attempt to maintain the indexed view "%. 8675 17 A timeout occurred while waiting for remote memory resources to execute the query in resource pool '%ls' (%ld). and at least one must be . [%ls] 8682 16 SELECT via cursor failed because in XML plan provided to USE PLA N hint.*ls". 8673 16 A MERGE statement is not valid if it triggers both the 'ON DELET E SET NULL' and 'ON UPDATE CASCADE' actions for a referential integrity constrai nt. A MERGE statement cannot UPDATE/DELETE the same row of the target table multiple times. while the maximum memory grant is limited to %I64d KB per query in workload group '%ls' (%ld) and resource pool '%ls' (%ld). Retry after modifyi ng columnstore index to contain fewer columns.*ls" becaus e the view references an unknown value (SUM aggregate of nullable expression).*ls" becaus e no row can satisfy the view definition. and then run the query processor again. Drop the index or re-create it wi thout the ignore_dup_key index option.*ls" on view "%.*l s' is unavailable because the heap is corrupted. or use the GROUP BY clause to group the source rows. Consider removing expression on result of aggregate fun ction or grouping column from select list. 8661 16 Cannot create the clustered index "%.*ls" on view "%. 8668 16 Cannot create the clustered index '%.*ls' becaus e the select list of the view contains an expression on result of aggregate func tion or grouping column.*ls" failed because it contains an expression on aggregate results.*ls" becaus e for clustered indexes on aggregate views without GROUP BY. Refine the ON clause to ensure a target row matches at most one source r ow.*ls" on view "%. Fir st consider removing USE PLAN hint. Consider using a n automatically generated XML plan without modification.present. PrimaryNodeId of Spool must reference NodeId of an existing RelOp with a Spool s ub-element. Consider using an XML cursor plan captu red from SQL Server without modification. Verify that XML plan is a legal plan suitable for plan forcing. 8709 16 Error due to negative or NULL window delimiter. specified in the USE PLAN hint. remove the aggregate function or write the query using UNION ALL over GROUP BY . Consider removing hint %ls. Consider setting %ls OFF. ROLLUP. Specify an existing database. and each Spool element has either a single RelOp sub-element. eleme nt %ls must have %d %ls nodes as children. For best likelihood of successful plan forcing. 8691 16 Query cannot be compiled because USE PLAN hint conflicts with SE T %ls ON. Consider specifying a USE PL AN hint that contains an unmodified XML showplan produced by SQL Server. or the OPTIMIZE F OR hint. and sub_element = '%ls' under RelOp element in XML plan in US E PLAN hint is not valid. required element %ls is missing under <CursorPlan> element. Consider removing USE PLAN hint. 8687 16 Cursor plan failed because it is not possible to force the plan for a cursor of type other than FAST_FORWARD or STATIC with a USE PLAN hint. 8689 16 Database '%. 8688 16 Cursor plan forcing failed because in XML plan provided to USE P LAN. does not exist . 8685 16 Query cannot be compiled because <CursorStmt> element appears in XML plan provided to USE PLAN but USE PLAN was applied to a non-cursor statemen t. 8699 16 Cannot run query because it contains more than one USE PLAN hint . Consider using an XML plan obtained from SQL Server for statement without mod ification. Remove or rep lace USE PLAN hint. Consider using unmodified XML showplan as USE PLAN hint. 8683 16 Could not force query plan because XML showplan provided in USE PLAN hint contains invalid Star Join specification. This ma y allow you to force the plan. Use at most one USE PLAN hint. but has %d. 8686 16 Cursor plan forcing failed because input plan has more than one <Operation> node with OperationType=%ls. Use a recognized combination instead. index hints. 8695 16 Cannot execute query because of incorrectly formed XML plan in U SE PLAN hint. 8694 16 Cannot execute query because USE PLAN hint conflicts with use of distributed query or full-text operations. 8690 16 Query cannot be compiled because USE PLAN hint conflicts with hi nt %ls. 8698 16 Query processor could not produce query plan because USE PLAN hi nt contains plan that could not be verified to be legal for query. Verify that each Spoo l element's parent RelOp has unique NodeId attribute. (3) rewriting query or breaking it down into two or more separate queri es. Se e Books Online for additional details. Con sider removing USE PLAN hint and updating statistics or using different hints to influence query plan choice. but not both. or a PrimaryNodeId attribute. or GROUPING SET queries must provide for the merging of subaggregates. use an XML cursor plan captured from SQL Server without modification. (2) using other hints such as join hints. To fix this problem. verify that the plan provided in the USE PLAN hint is one generated automatically by SQL Ser ver for the same query. P hysicalOp = '%ls'. Then if necessary consider (1) updating stat istics. 8696 16 Cannot run query because of improperly formed Spool element with parent RelOp with NodeId %d in XML plan in USE PLAN hint. For best likelihood of successful plan forcing. Consider using an XML cursor plan captured from SQL Server without modification. 8710 16 Aggregate functions that are used with CUBE. 8684 16 A query plan could not be found because optimizer exceeded numbe r of allowed operations while searching for plan specified in USE PLAN hint. 8693 16 Cannot compile query because combination of LogicalOp = '%ls'. 8697 16 Cannot run query because in XML plan provided to USE PLAN.*ls'. 8713 16 Could not force query plan because of a problem in an indexed vi ew referenced in the plan.*ls' clause of object '%. This does not necessarily represent an integrity issue with the data in this database.. For mor e information about troubleshooting DBCC errors on spatial indexes. see SQL Server Books Online. XML indexes. Change the OPTION (TABLE HINTS. Largest size supported is %lu bytes. 1 ]. allo c unit ID %I64d (type %. 8906 16 Page %S_PGID in database ID %d is allocated in the SGAM %S_PGID and PFS %S_PGID.*ls). For mor e information about troubleshooting DBCC errors on indexed views. 8729 16 ORDER BY list of RANGE window frame has total size of %lu bytes. but no SGAM or IAM has allocated it.. 8720 15 Cannot execute query. partition ID %I64d.*ls' (object ID %d) does not contain all rows that the view definition produces. PFS flags '%hs'. see SQL Server Books Online.*ls' (object ID %d) contains rows that were not produced by the view definition. 8728 16 ORDER BY list of RANGE window frame cannot contain expressions o f LOB type. index ID %d.*ls function must be a constant. Consider USE PLAN query hint instead.*ls' is specified in the TABLE H INT clause. 8725 17 Subproc thread aborted during parallel query execution.*ls' but not in the corresponding '%. Table-valued or OPENROWSET function '%. This error cannot be repaired and prevents further processing of this object. 8904 16 Extent %S_PGID in database ID %d is allocated by more than one a llocation object. There is more than one TABLE HINT clause s pecified for object '%. Table references in the TABLE HINT clause must match the WITH claus e. 8722 15 Cannot execute query. 8721 15 Cannot execute query.*ls' claus e. 8730 16 Offset parameter for Lag and Lead functions cannot be a negative value. 8901 16 Table error: Object ID %d has inconsistent metadata. 8905 16 Extent %S_PGID in database ID %d is marked allocated in the GAM. 8712 16 Index '%. . but is not used in the query or does not match the alias specified i n the query.*ls'. page ID %S_PGID contains an incorrect page ID in i ts page header.*ls'. 8732 15 REPLICATE and REDUCE hints can only be used with inner joins. XML index or indexed view '%. 8726 16 Input parameter of %. 8907 16 The spatial index. 8731 15 REDISTRIBUTE and REDUCE hints expect the first join condition to be an equality comparison of columns. does not exist.) clause so the semantic affecting hints ma tch the WITH clause. 8902 17 Memory allocation error during DBCC processing. 8723 15 Cannot execute query. 8711 16 Multiple ordered aggregate functions in the same scope have mutu ally incompatible orderings. Use at most one such TABLE HINT clause per table re ference. The PageId in the page header = %S_PGID. or create an index with the specified name. 8727 16 Input parameter of percentile function is outside of range [0. 8903 16 Extent %S_PGID in database ID %d is allocated in both GAM %S_PGI D and SGAM %S_PGID.*ls ' cannot be specified in the TABLE HINT clause. 8724 15 Cannot execute query. and indexed views.*ls' appears in the '%. TABLE HINT in the OPTION clause leads to a mbiguous reference for object '%. Object '%. XML index or indexed view '%.clauses. 8908 16 The spatial index. Mo dify the query and re-run it. Semantic affecting hint '%.*ls'. This does not necessarily represent an integrity issue with the data in this database. 8909 16 Table error: Object ID %d. Modify the query and re-run it. S pecify an existing index. specified in the USE PLAN hint. but was not allocated in any IAM. AU %I64d (%. partition ID %I64d. 8933 16 Table error: Object ID %d.*ls 8930 16 Database error: Database %d has inconsistent metadata.*ls): Errors found in off-row data with ID %I64d owned by %ls record identified by %. partition ID %I64d.*ls). partition ID %I64d. allo c unit ID %I64d (type %. See other errors for deta ils. 8928 16 Object ID %d. alloc unit ID %I6 4d (type %. slot %d in object %d. partition ID %I64d. actual value %hs. alloc unit ID %I64d (type %. 8932 16 Could not find filegroup ID %d in sys. Please restore from a backup. 8918 10 (number of mixed extents = %I64d. page %S_PGID. pages %I64d. index %d.*ls).filegroups for database '% ls'. Level %d does not match level %d from parent %S_PGID. mixed extent pages %I64d.*ls). partition ID %I64d. refer to page %S_PG ID but are not in the same object. mixed extent pages %I64d. index ID %d. . partition ID %I64d. index %d.*ls). and page %S_PGID->nex t in object %d. index ID %d. 8922 10 Could not repair this error. partition ID %I64d. index ID %d. alloc unit ID %I64d (type %. alloc unit ID %I64d (type %. alloc unit ID %I6 4d (type %. alloc unit ID %I64d (type %.*ls): The record count in the header (%d) does not match the number o f records (%d) found on page %S_PGID. mixed pages = %I64d) in this database. index ID %d. partition ID %I64d. partition ID %I64d. alloc unit ID %I6 4d (type %.*ls): Page %S_PGID could not be processed. index ID %d. AU %I64d (%.*ls). 8920 16 Cannot perform a %ls operation inside a user transaction. index ID %d. partition %I64d. Check previous errors. alloc unit ID %I6 4d (type %. 8919 16 Object ID %d. index ID %d. allo c unit ID %I64d (type %. partition ID %I64d. index extents %I64d. 8914 10 Incorrect PFS free space information for page %S_PGID in object ID %d. slot %d. 8921 16 Check terminated. index ID %d. mixed pages = %I64d). alloc unit ID %I64d (type %. index ID %d. index ID %d. partition %I64d. 8911 10 The error has been repaired.*ls) B-tree level mismatch. partition ID %I64d. index ID %d.*ls fixed %d allocation errors and %d consistency errors in da tabase '%ls'.*ls). in object ID %d. data extents %I64d. The low key value on page %S_PGID (level %d) is no t >= the key value in the parent %S_PGID slot %d. Termin ate the transaction and reissue the statement. Possibly tempdb out of space or a system table is inconsistent.*ls). in obj ect ID %d. and object ID %d. This erro r cannot be repaired and prevents further DBCC processing. 8926 16 Table error: Cross object linkage: Parent page %S_PGID. 8915 10 File %d (number of mixed extents = %I64d.*ls).8910 16 Page %S_PGID in database ID %d is allocated to both object ID %d . re fers to page %S_PGID. 8912 10 %. 8925 16 Table error: Cross object linkage: Page %S_PGID.*ls). partition ID %I64d.*ls). partition ID %I64d. 8913 16 Extent %S_PGID is allocated to '%ls' and at least one other obje ct. pages %I64d.*ls): The ghosted record count in the header (%d) does not match the number of ghosted records (%d) found on page %S_PGID. 8916 10 Object ID %d. 8924 10 Repairing this error requires other errors to be correct ed first. alloc unit ID %I64d (type %. alloc unit ID %I64d (type %. 8917 10 Object ID %d. 8931 16 Table error: Object ID %d. 8929 16 Object ID %d. 8927 16 Object ID %d. A failure was detected while collecting facts. index ID %d. Expect ed value %hs. slot %d. index ID %d. 8923 10 The repair level on the DBCC statement caused this repai r to be bypassed. page %S_PGID. partition ID %I64d. Slot %d. Type is %d. 8940 16 Table error: Object ID %d. Object ID %d. Unexpected page type %d. partition ID %I64d.*ls). 8950 16 %. Slot %d. slot %d expects for th is page. 8946 16 Table error: Allocation page %S_PGID has invalid %ls page header values. index ID %d. 8936 16 Table error: Object ID %d. 8957 10 %lsDBCC %ls (%ls%ls%ls)%ls executed by %ls found %d errors and r . slot %d of the next page % S_PGID. Test (%. index ID %d.*ls) failed. 8944 16 Table error: Object ID %d. allo c unit ID %I64d (type %.*ls). index ID %d. Address 0x%x is not aligned. for object ID %d. 8939 16 Table error: Object ID %d. Values are %ld and %ld. index ID %d.*ls). page (%d:%d). 8947 16 Table error: Multiple IAM pages for object ID %d.*ls).*ls fixed %d allocation errors and %d consistency errors in ta ble '%ls' (object ID %d). Possible extra or invalid keys for: 8953 10 Repair: Deleted off-row data column with ID %I64d. Test (%. index ID %d. alloc unit ID %I64d (type %. offset 0x%x is invalid.*ls). allo c unit ID %I64d (type %. 8941 16 Table error: Object ID %d. partition ID %I64d. The previous link %S_PGID on page %S_PGID does not match the previous page %S_PGID that the parent %S_PGID. 8937 16 Table error: Object ID %d. Data row does not have a match ing index row in the index '%ls' (ID %d). alloc unit ID %I64d (type %. Test (%.*ls). alloc unit ID %I64d (type %. partition ID %I64d. index ID %d. partition ID %I64d. 8942 16 Table error: Object ID %d.*ls) failed. allo c unit ID %I64d (type %.*ls). partition ID %I64d.*ls) on page % S_PGID. IAM pages %S_PGID and %S_PGID. Test (%. page %S_PGID. but %S_PGID->Prev = %S_PGID. index ID %d.*ls). 8955 16 Data row (%d:%d:%d) identified by (%ls) with index values '%ls'. partition ID %I64d. Slot %d.*ls fixed %d allocation errors and %d consistency errors not a ssociated with any single object. allo c unit ID %I64d (type %. The high key value on page %S_PGID (level %d) is n ot less than the low key value in the parent %S_PGID. partition ID %I64d. %S_PGID->next = %S_ PGID. index ID %d will be rebuilt. page %S_PGID. page %S_PGID.*ls) failed. index ID %d. allo c unit ID %I64d (type %.8934 16 Table error: Object ID %d. index ID %d. offset 0x%x overlaps with the prior row. index ID %d. index ID %d.*ls).*ls) contain allocations for the same interval. partition ID %I64d. allo c unit ID %I64d (type %. allo c unit ID %I64d (type %. PFS status 0x%x expected 0x%x. index ID %d. 8938 16 Table error: Page %S_PGID. index ID %d.*ls) failed.*ls) failed. slot %d. partition ID %I64d. partition ID %I64d. allo c unit ID %I64d (type %.*ls). allo c unit ID %I64d (type %. B-tree chain linkage mismatch. Check type. slot %d. Test (%. partition ID %I64d. alloc unit ID and page ID on the page.*ls) failed. 8951 16 Table error: table '%ls' (ID %d). 8948 16 Database error: Page %S_PGID is marked with the wrong type in PF S page %S_PGID. Index row in index '%ls' (ID % d) does not match any data row. 8954 10 %. Possible missing or invalid keys for t he index row matching: 8952 16 Table error: table '%ls' (ID %d). B-tree page %S_PGID has two parent nodes %S_PGID.*ls found %d allocation errors and %d consistency errors not a ssociated with any single object. Test (%. 8943 16 Table error: Object ID %d. p artition ID %I64d. 8949 10 %. page %S_PGID. row ex tends into free space at 0x%x.*ls). row %d. 8945 16 Table error: Object ID %d. slot %d and %S_PGID. Values are %ld and %ld. 8935 16 Table error: Object ID %d. 8956 16 Index row (%d:%d:%d) with values (%ls) pointing to the data row identified by (%ls). allo c unit ID %I64d (type %. which correctly refers b ack to page %S_PGID. allo c unit ID %I64d (type %. Check any previous errors.*ls). %. page %S_PGID. row ID %d. allo .*ls 8958 10 %ls is the minimum repair level for the errors found by DBCC %ls (%ls%ls%ls).*ls) by page %S_PGID. index ID %d. partition ID %I64d. slot %d.*ls). 8964 16 Table error: Object ID %d. slot %d. partit ion ID %I64d. index ID %d. index ID %d. The off-row data node at page %S_PGID. allo c unit ID %I64d (type %.*ls)) is out of the range of this data base. slot %d. alloc unit ID %I64d (type %. allo c unit ID %I64d (type %. slot %d twice. 8970 16 Row error: Object ID %d. index ID %d. 8961 16 Table error: Object ID %d. Refer to Books Online f or more information on this error. %ls f ailed. alloc unit ID %I64d (type %. alloc unit ID %I64d (type %.epaired %d errors.*ls). 8960 16 Table error: Object ID %d. partition ID %I64d. te xt ID %I64d is not referenced. allo c unit ID %I64d (type %. te xt ID %I64d has incorrect node type %d. 8967 16 An internal error occurred in DBCC that prevented further proces sing. Column '%. partition ID %I64d. 8965 16 Table error: Object ID %d. index ID %d. allo c unit ID %I64d (type %. The next page for IAM pag e %S_PGID is %S_PGID. partition ID %I64d. 8974 16 Table error: Object ID %d. 8973 16 CHECKTABLE object ID %d. The off-row data node at page %S_PGID. partition ID %I64d. slot %d. index ID %d.*ls) processing encountered page %S_PGID. index ID %d. Object ID %d. slot %d. The off-row data node at page %S_PGID. alloc unit ID %I64d (type %. slot %d 8972 16 Forwarded row referenced by more than one row. alloc unit ID %I64d (type %. index ID %d. but is NULL in the row. slot %d points to forwarded row page %S _PGID.*ls). partition ID %I64d. 8962 16 Table error: Object ID %d. 8966 22 Unable to read and latch page %S_PGID with latch type %ls. te xt ID %I64d has type %d.*ls). allo c unit ID %I64d (type %.*ls). Parent node for page %S_PGID was not encountered.*ls). 8971 16 Forwarded row mismatch: Object ID %d. slot %d. allo c unit ID %I64d (type %. slot %d. Page %S_PGID. The off-row data node at page %S_PGID. te xt ID %I64d is referenced by page %S_PGID. page ID %S_PGID. slot %d incorre ctly points to the forwarded row page %S_PGID. state %d. The off-row data node at page %S_PGID. partition ID %I64d. par tition ID %I64d. severity %d. index ID %d. 8976 16 Table error: Object ID %d. index ID %d. slot %d. par tition ID %I64d. 8978 16 Table error: Object ID %d. 8963 16 Table error: Object ID %d. index ID %d.*ls' was creat ed NOT NULL.*ls' (object ID %d) due to internal query error %d. It cannot be placed on a page of type %d. slot %d. allo c unit ID %I64d (type %. but the previous link for page %S_PGID is %S_PGID.*ls). index ID %d. slot %d. slot %d. alloc unit ID %I64d (type %. 8959 16 Table error: IAM page %S_PGID for object ID %d. column %d is not a valid co mplex column. index ID %d. allo c unit ID %I64d (type %.*ls). 8968 16 Table error: %ls page %S_PGID (object ID %d. slot %d. index ID %d. alloc unit ID %I64d (type %.*ls) is linked in the IAM chain for object ID %d.*ls). partition ID %I64d. slot %d. partition ID %I64d. alloc unit ID %I64d (type %. partition ID %I64d. The off-row data node at page %S_PGID. Contact Customer Support Services. partition ID %I64d. index ID %d. Page %S_PGID was not seen in the scan although its parent %S_PGID and previous %S_PGID refer to it. partition ID %I64d. partition ID %I64d. 8975 10 DBCC cross-rowset check failed for object '%.*ls). partition ID %I64d.*ls) page %S_PGID. but was not seen in the scan . Elapsed time: %d hours %d minutes %d seconds. te xt ID %I64d is pointed to by page %S_PGID. te xt ID %I64d does not match its reference from page %S_PGID.*ls). the forwarded row points back to page %S_PGID. index ID %d. partition ID %I64d. slot %d and by page %S_PGID. 8977 16 Table error: Object ID %d. 8969 16 Table error: IAM chain linkage error: Object ID %d. 8995 16 System table '%. AU ID %I64d (type %. SGAM. index ID %d. If a backup is not available. Page %S_PGID is missing references from parent (un known) and previous (page %S_PGID) nodes. index ID %d. slot %d.*ls'. 8984 16 Table error: object ID %d.*ls' (object ID %d. 8983 10 File %d. alloc unit ID %I64d (type %. partition ID %I6 4d. reserved pages %I64d. Possible chain linkage problem. See other errors for cause. slot %d points to pag e %S_PGID.*ls). partition ID %I64d.*ls). 8988 16 Row (%d:%d:%d) identified by (%ls). To see all error me ssages rerun the statement using "WITH ALL_ERRORMSGS". State %d: %. allo c unit ID %I64d (type %. that should be in filegroup %d. 8987 16 No help available for DBCC statement '%.*ls 8993 16 Object ID %d. 8982 16 Table error: Cross object linkage.databa se_files. Extents %I64d. slot %d.*ls). forwarded row page %S_PGID. index ID %d. index ID %d. If this error occurred during replicati on. allo c unit ID %I64d (type %. forwarding row page %S_PGID. . 8989 10 %. 8992 16 Check Catalog Msg %d. Page %S_PGID->next in object ID %d.*l s) but is not in the same index. mixed pages %I64d. re-create the publication. Did not encounter forwarded row.*ls' is not available.*ls) controls pages in filegroup %d. 8999 10 Database tempdb allocation errors prevent further %ls processing . 9001 21 The log for database '%.*ls).*ls) refers to page %S_PGID in object ID %d. Neither %S_PGID nor its parent were encountered. allo c unit ID %I64d (type %. Check the event l og for related error messages. Page %S_PGID is missing a reference from previous page %S_PGID. 9003 20 The log scan number %S_LSN passed to log scan in database '%. Did not encounter forwarding row . The next pointer of %S_PGID refers to page %S_PGID .*ls ' is not valid. partition ID %I64d. 8997 16 Service Broker Msg %d. index ID %d. 8994 16 Object ID %d. This error may indicate data corruption or that the log file (. Possible bad root entry in system cata log. 8990 10 %. slot %d refers to child p age %S_PGID and previous child %S_PGID. partition ID %I64d. 8996 16 IAM page %S_PGID for object ID %d.*ls'.*ls 8998 16 Page errors on the GAM. Possibl e extra or invalid keys for: 8985 16 Could not locate file '%. partition ID %I64d. Possible allocation error. Possible bad chain linkage. Otherwise. index ID %d) is in filegroup %d. Resolve any errors and restart the database. used pages %I64d. 8981 16 Table error: Object ID %d. index ID %d. State %d: %. Possible allocation error.*ls' in sys. index ID %d. 8980 16 Table error: Object ID %d. If possible. restore from backup if the problem res ults in a failure during startup. restore from backup.mdf). or PFS pages prevent allocation in tegrity checks in database ID %d pages from %S_PGID to %S_PGID. Index node page %S_PGID. mixed extents %I64d.*ls found %d allocation errors and %d consistency errors in ta ble '%ls' (object ID %d). partition ID %I64d. 8991 16 0x%p to 0x%p is not a valid address range. partition ID %I64d. slot %d should be poin ted to by forwarding row page %S_PGID. 8986 16 Too many errors found (%d) for object ID %d. it might be ne cessary to rebuild the log.c unit ID %I64d (type %. 8979 16 Table error: Object ID %d.*ls' for database '%.l df) does not match the data file (. The file either does not exist. or was dropped.*ls found %d allocation errors and %d consistency errors in da tabase '%ls'. A ro w should be on partition number %d but was found in partition number %d. 9004 21 An error occurred while processing the log for database '%. but they were not encountered. 9002 17 The transaction log for database '%ls' is full due to '%ls'. AU ID %I64d (type %. All system tables must be in filegroup %d. 9207 10 The query notification dialog on conversation handle '%. '%.*ls' owned by security identification number '%. Only members of the sysadmin fixed server role has this permis sion 9012 10 There have been %d misaligned log IOs which required falling bac k to synchronous IO. 9201 10 %d active query notification subscription(s) in database '%.*ls'. 9101 16 auto statistics internal 9104 16 auto statistics internal 9105 16 The provided statistics stream is corrupt. 9021 16 Cannot accept virtual log file sequence 0x%08x for database '%ls ' because file %d does not exist yet.*ls" does not have permission to request query notificat ion subscriptions on database "%. The suffix '_readonly_database_st atistic' is reserved.*ls'. 9009 10 Cannot shrink log file %d (%s) because of minimum log space requ ired. 9018 16 The log for database '%ls' does not allow user writes. Too many virtual log files can cause long startup and backup times. . 9008 10 Cannot shrink log file %d (%s) because the logical log file loca ted at the end of the file is in use. 9013 10 The tail of the log for database %ls is being rewritten to match the new sector size of %d bytes. 9100 23 Possible index corruption detected. 9007 10 Cannot shrink log file %d (%s) because requested size (%dKB) is larger than the start of the last logical log file. 9205 16 User "%..) is invalid.*ls". %d bytes at offset %I64d in file %ls will be written. Please retry. 9020 16 The log for database '%ls' failed to grow while shrink in progre ss. 9022 14 The log can not be initialized because the log files are not ful ly formatted.9005 16 Either start LSN or end LSN specified in OpenRowset(DBLog. The log block could not be decrypted. is invalid. 9017 10 Database %ls has more than %d virtual log files which is excessi ve. 9019 21 The virtual log file sequence 0x%08x at offset 0x%016I64x bytes in file '%ls' is active and cannot be overwritten with sequence 0x%08x for datab ase '%ls'. 9202 16 The query notification subscription message is invalid. DBLog. 9015 24 The log record at LSN %S_LSN is corrupted. 9016 21 An error occurred while processing the log for database '%. 9106 16 Histogram support not allowed for input data type 0x%08x. The allo wed range is 1 through 2147483647. 9014 21 An error occurred while processing the log for database '%ls'. The current IO is on file %ls. This server supports log version %d to % d. Only members of the sysadmin fixed server role and the db_owner fixed database role have this permission 9011 14 User does not have permission to query backup files with the vir tual table DBLog. 9204 16 The query notification subscription timeout is invalid. Consider shrinking the log and using a different growth increment to reduce the number o f virtual log files. 9010 14 User does not have permission to query the virtual table.. T he log block version %d is unsupported.*ls' were dropped. 9107 16 The name. Select another name without using the reserved suffix.*ls' clo . 9023 16 The log for database '%ls' cannot be shrunk until all secondarie s have moved past the point where the log was added. 9206 16 The query notification subscription "%ld" cannot be deleted beca use it does not exist or it has already been fired. 9006 10 Cannot shrink log file %d (%s) because total number of logical l og files cannot be fewer than %d.. Run DBCC CHECKDB. C ould not open service broker dialog for service name '%. 9216 10 Failed to delete the expired query notification subscription "%d ".*ls' must be %d characters or less. Th e maximum allowed length is %d characters. . 9235 16 Value missing for option '%ls' in notification options identifie r. 9217 10 Failed to drop the unused internal query notification table "%d" in database "%d". 9213 10 Query notification subscription could not access database with i d %d. 9236 16 Database %. 9214 16 The query notification delivery failed to decode the error messa ge from the Service Broker.*ls' were dropped. 9230 16 Option '%ls' was specified multiple times in the notification op tions identifier. 9231 16 An equal (=) character was expected after the option name. Could not open broker dialog for service name '%.sed due to the following error: '%.*ls' present in notification options iden tifier. Option names cannot be quoted.*ls'. 9211 10 Failed to check for pending query notifications in database "%d" because of the following error when opening the database: '%. The following are valid option names: 'Service'.*ls'.*ls' of broker instance '%. 9221 10 Query notification delivery could not get dialog endpoint for di alog '%.*ls'. 'Loc al Database'. 9233 16 The option 'Service' must be specified in the notification optio ns identifier.) must be use to separate options in a notificatio n options identifier. 9220 10 Query notification dialog on conversation handle '%.*ls'. String '%. 9209 16 Query notification subscription could not begin dialog with serv ice name '%. 9229 16 Unknown option name '%.*ls'.*ls' because of the following error in service broker '%. Delivery failed for notification '%. 9208 16 Query notification subscription could not get dialog endpoint. Delivery failed for notification '%. Found '%.*ls' closed due to an unknown service broker error.*ls'. 9210 10 Query notification delivery could not send message on dialog '%.*ls' was found following an option. 'Broker Instance'. Query notification cleanup has not been performed for t his table. 9225 16 The notification options identifier string has %d characters. *ls'. 9227 16 Unmatched quote in notification options identifier string. 9222 16 Internal query notification table has an outdated schema and the table has been dropped. String with prefix '%.*ls' of broker instance '%. 9223 10 %d active query notification subscription(s) owned by security i dentification number '%.*ls is not a valid local database.*ls' instead.*ls'. 9218 16 Query notifications reached the internal limit of the maximum nu mber of objects. 9232 16 A semicolon (. Delivery f ailed for notification '%. S ee previous errors for details. 9219 16 The query notification subscriptions cleanup operation failed.*ls'.*ls'.*ls' because of the following error in service broker: '%.*ls' of broker instance ' %. 9226 16 A string value within the notification options identifier is too long.*ls'. 9224 10 Query notification delivery could not access database with id %d . 9215 16 Query notification delivery failed to encode message. 9234 16 The options 'Broker Instance' and 'Local Database' were both spe cified in the notification options identifier. Delivery failed for notification '%. 9228 16 Name expected in notification options identifier option. found '%ls'. *ls'.*ls'. 9240 10 Service broker dialog '%.9237 16 Database %. 9243 10 Query notification delivery could not send message on dialog '%.org/2 001/XMLSchema#anyType' elements.*ls' could not be closed due to a broke r error in database with id '%d' because of the following error in service broke r: '%. found type '%ls' within inferred type '%ls'. 9305 16 %sOnly type names followed by '?' are supported in the target of 'instance of'.w3. 9300 16 %sIn this version of the server. expected string literal. 9239 16 Internal query notifications error: The garbage collector correc ted an inconsistency.*ls'.*ls is not a valid broker database. the 'fn:id()' function only acc epts an argument of type 'IDREF *'. 9306 16 %sThe target of 'replace value of' cannot be a union type. 9313 16 %sThis version of the server does not support multiple expressio ns or expressions mixed with strings in an attribute constructor. 9316 16 %sCannot use 'xmlns' in the name expression of computed attribut e constructor. 9304 16 %sThis version of the server only supports XQuery version '1.0'. 9303 16 %sSyntax error near '%ls'. .w3. found '%ls'. 9308 16 %sThe argument of '%ls' must be of a single numeric primitive ty pe or 'http://www. Please use the 'cast as <type> ?' syntax. 9310 16 %sThe 'with' clause of 'replace value of' cannot contain constru cted XML. 9318 16 %sSyntax error at source character '0x%02x' near '%ls'. 9312 16 %s'%ls' is not supported on simple typed or 'http://www. 9319 16 %sStatic simple type validation: Invalid simple type value '%ls' . expected string literal.org/2004/07/xpath-datatypes#untypedAtomic'.w3. found '%ls'. 9309 16 %sThe target of 'replace value of' cannot be 'http://www. Check whether the database is successfully restored and online. Consider closing the dialogs manually once the database is available again. 9320 16 %sThe result of applying the 'parent' axis on the document node is statically 'empty'. Consider re-issuing the request without activating th e application role.*ls'. 9311 16 %sHeterogeneous sequences are not allowed in '%ls'. 9315 16 %sOnly constant expressions are supported for the name expressio n of computed element and attribute constructors. 9317 16 %sSyntax error near '%ls'.*ls' could not be closed because the da tabase with id '%d' is not available. See the error log for additional information. 9242 10 Query notification delivery could not get dialog endpoint for di alog '%. 9301 16 %sIn this version of the server. 'cast as <type>%s' is not avail able. 9241 16 Service broker dialog '%. Query notification delivery failed because of the following error in service broker: '%. 9302 16 %sThe context item in which the 'fn:id()' function is used must be a node. found '%ls' and '%ls'. See the error log for additional information. Found argument of type '%ls'.org/ 2001/XMLSchema#anySimpleType'.*ls'. 9238 16 Query notification subscriptions are not allowed under an active application role context. 9244 16 Query notification cleanup could not access metadata for databas e "%d". Query notification delivery failed because of the following error in servi ce broker: '%. 9245 16 During the last time interval %d query notification errors were suppressed. 9314 16 %sCannot implicitly atomize or apply 'fn:data()' to complex cont ent elements. expected '%ls'. It cannot contain expressions. Location: '%ls'. well formed check: no '<' in attribute value 9416 16 XML parsing: line %d. character %d. 9324 16 %sFound '}' without matching '{'. found '%ls'. '(' expected 9420 16 XML parsing: line %d. character %d. 9343 16 %sThe XML instance referred to by sql:column() and sql:variable( ) must be either untyped XML or must be typed with the same XML schema collectio n as the context XML instance on which the XML method is being applied to. character %d. 9344 16 %sThe SQL type '%s' is not supported with sql:column() and sql:v ariable(). you need to escape them as '{{' or '}}' respectively. 'parent' or 'descendant-or-self' axes is not supported when it encounters simple typed or 'http://www. 9331 16 %sSyntax error near '%ls'. '[' expected 9419 16 XML parsing: line %d. 9328 16 %sType specification expected. whitespace expected 9411 16 XML parsing: line %d. character %d. character %d. character %d. found '%ls'. expected 'where'. 9336 16 %sThe XML Schema syntax '%ls' is not supported. 9334 16 %sThe 'form' attribute cannot be specified on a local attribute or element definition that has the 'ref' attribute. 9322 16 %sTwo consecutive '-' can only appear in a comment constructor i f they are used to close the comment ('-->'). 9332 16 %sSyntax error near '%ls'. unrecognized encoding 9402 16 XML parsing: line %d. '>' expected 9413 16 XML parsing: line %d. 9340 16 %sExplicit import of the current target namespace is invalid. Location: '%ls'. character %d.'. 9337 16 %sThe XML Schema type 'NOTATION' is not supported. 9326 16 %sComputed comment constructors are not supported. Re ferences to items in the current target namespace that have already been loaded in the schema collection will be resolved implicitly. incorrect CDATA section synt .9321 16 %sThe result of applying 'parent::%ls' is statically 'empty'.w3. 9400 16 XML parsing: line %d. unrecognized input signature 9410 16 XML parsing: line %d. 9342 16 %sAn XML instance is only supported as the direct source of an i nsert using sql:column/sql:variable. character %d. 9327 16 %sAll prolog entries need to end with '. 9323 16 %sUsing ':' in variable names is not supported in this version o f the server. character %d. character %d.org/2001/XML Schema#anyType' elements. 9325 16 %sComputed processing instruction constructors are not supported . illegal xml character 9421 16 XML parsing: line %d. 9341 16 %sSyntax error near '%ls'. If you want to use the charact ers '{' or '}'. expected '%ls' or '%ls'. character %d. unable to switch the encodin g 9403 16 XML parsing: line %d. semicolon expected 9412 16 XML parsing: line %d. illegal name character 9422 16 XML parsing: line %d. character %d. character %d. unexpected end of input 9401 16 XML parsing: line %d. A string literal was expecte d 9414 16 XML parsing: line %d. found '%ls'. decimal digit expected 9418 16 XML parsing: line %d. hexadecimal digit expected 9417 16 XML parsing: line %d. equal expected 9415 16 XML parsing: line %d. 9338 16 %sThe value of a namespace declaration attribute must be a strin g literal. 9339 16 %sThe 'form' attribute cannot be specified on a global attribute or element definition. character %d. character %d. incorrect document syntax 9423 16 XML parsing: line %d. 9333 16 %s'//' followed by 'self'. found '%ls'. expected a step expression. character %d. character %d. character %d. 9330 16 %sOnly comparable types are allowed in '%ls'. 9335 16 %sThe XQuery syntax '%ls' is not supported. '(stable) order by' or 'return'. incorrect NOTATION declarati line line line line line line %d. %d. well formed check: pes betwe line %d. character %d. character %d. multiple colons in qualified line %d. incorrect conditional sectio line %d. character %d. character %d. '?' expected line %d. well formed check: parsed en line %d. %d. %d. character %d. incorrect processing instruc line %d. incorrect comment syntax line %d. character %d. character %d. NDATA expected PUBLIC expected SYSTEM expected name expected one root element end tag does not match start line %d. colon in name line %d. no ']]>' in element content line %d. %d. character %d. character character character character character character %d. incorrect system identifier line %d. incorrect public identifier line %d. incorrect ATTLIST declaratio line %d. character %d. character %d. character %d. character %d. incorrect DOCTYPE declaratio line %d. character %d. character %d. duplicate attribute line %d. illegal qualified name chara line %d. incorrect encoding name synt line %d. well formed check: no recurs line %d. character %d. %d. incorrect text declaration s line %d. redeclared prefix . character %d. character %d. %d. well formed check: no extern line %d. incorrect xml declaration sy line %d. character %d. character %d.ax 9424 16 XML parsing: 9425 16 XML parsing: n syntax 9426 16 XML parsing: n syntax 9427 16 XML parsing: n syntax 9428 16 XML parsing: n syntax 9429 16 XML parsing: syntax 9430 16 XML parsing: on syntax 9431 16 XML parsing: 9432 16 XML parsing: 9433 16 XML parsing: 9434 16 XML parsing: 9435 16 XML parsing: 9436 16 XML parsing: tag 9437 16 XML parsing: 9438 16 XML parsing: nning of input 9439 16 XML parsing: ml" are reserved 9440 16 XML parsing: yntax 9441 16 XML parsing: ntax 9442 16 XML parsing: ax 9443 16 XML parsing: syntax 9444 16 XML parsing: ternal subset 9445 16 XML parsing: en declarations 9446 16 XML parsing: ion 9447 16 XML parsing: ed 9448 16 XML parsing: d entity 9449 16 XML parsing: tity 9450 16 XML parsing: al entity references 9451 16 XML parsing: tion syntax 9452 16 XML parsing: syntax 9453 16 XML parsing: 9454 16 XML parsing: 9455 16 XML parsing: cter 9456 16 XML parsing: name 9457 16 XML parsing: 9458 16 XML parsing: line %d. character %d. character %d. %d. %d. %d. character %d. text/xmldecl not at the begi line %d. character %d. incorrect ELEMENT declaratio line %d. character %d. well formed check: undeclare line %d. character %d. well formed check: pes in in line %d. character %d. %d. character %d. character %d. character %d. incorrect ENTITY declaration line %d. entity content not well form line %d. namespaces beginning with "x line %d. 9459 16 XML parsing: line %d. 9503 16 Errors and/or warnings occurred when processing the XQuery state ment for XML data type method '%. 9514 16 Xml data type is not supported in distributed queries. character %d. 9501 16 XQuery: Unable to resolve sql:variable('%. actual length is %d. 9515 16 An XML schema has been altered or dropped. See previous error messages for more deta ils. character %d. unsupported xml 9500 16 The data type '%. xmlns namespace URI (http:// www. 9480 16 XML parsing: line %d.*ls' m ethod must not exceed %d bytes.*ls'). character %d. 9465 16 XML parsing: line %d. 9462 16 XML parsing: line %d. character %d. 9509 16 XMLUNNEST method requires typed xml column with single global el ement 9510 16 Functionality not yet implemented: XMLNODEREFS cannot use refere nces exposed by views.org/XML/1998/namespace. character %d. invoked on column '%. 9517 16 XQuery: The name or one of the parts of a multi-part name that s tarts with '%. 9466 16 XML parsing: line %d.*ls' is %d characters long. table '%.*ls' used in the VALUE method is invalid. 9467 16 XML parsing: line %d. Maximum allowed length is %d characters. 9504 16 Errors and/or warnings occurred when processing the XQuery state ment for XML data type method '%. Empty names cannot be used to identify objects.*ls'.*ls'.*ls') is not a vali d SQL variable name. XML namespace prefix 'xmlns' is reserved for use by XML.w3. columns or variables in SQL.*ls' can only be invoked on columns of type xml. character %d.*ls') is empty. which excee ds the limit.*ls' has xml column(s). . 9502 16 The string literal provided for the argument %d of the '%.*ls'. character %d. See previous error messages for more details.*ls'. The variable mu st be declared as a scalar TSQL variable. Variable names must start with the '@' symbol followed by a t least one character. Please rerun the query batch. undeclared prefix 9460 16 XML parsing: line %d. XML namespace prefix 'xml' c an only be associated with the URI http://www.it conta ins invalid characters. character %d. 9518 16 XQuery: The name or one of the parts of a multi-part name that s tarts with '%. 9508 16 The reference parameter given to XMLDT method '%. 9507 16 The XML data type method on a remote column used in this query c an not be executed either locally or remotely. 9513 16 Error processing XML data type method '%. The following SET options required by XML data type methods are not set: '%.w3.org/2000/xmlns/) is reserved and must not be used. non default namespace with e mpty uri 9461 16 XML %ls starting with '%. This UR I cannot be used with other prefixes.*ls'.*ls' supplied to %S_MSG() is not a valid SQL identifier .*ls' supplied to %S_MSG() is not a valid SQL identifier . character %d.w3. not all chunks of value have been read 9463 16 XML parsing: line %d. XML namespace xml namespace URI (http://www. Maximum length is %d. 9512 16 Xml data type is not supported as a parameter to remote calls.*ls'. 9516 16 XQuery: The name or one of the parts of a multi-part name suppli ed to %S_MSG('%. Please rewrite your query. 9506 16 The XMLDT method '%.org/XML/1998/namespace) must be assigned only to prefix 'xml' .*ls' was genera ted from a different XML instance than the one it is being applied to.it is to o long. Remote ob ject '%. xml:space has a non-legal va lue 9464 16 XML parsing: line %d. and the query plan is no longer valid. 9519 16 XQuery: The name supplied to sql:variable('%. *ls' attribute on the element '%. 9609 16 The %S_MSG name '%.*ls'.*ls'. state %d.*ls' referenced by sql:variable() is not a valid syst em function name. The maximum is %d.*ls'. the '%. 9526 16 In the XML content that is supplied for the sparse column set '% .*ls' is not valid. 9527 16 In the XML content that is supplied for the column set '%. conve rsion failed when converting from the data type '%ls' to the data type '%ls' for the column '%. The base64Encoded attribute can only be used when the corresponding sparse col umn is of character data type (char. the elem ent '%.*ls'.*ls' is out of range. 9533 16 In the XML that is supplied for the column set '%. 9606 16 The conversation priority with ID %d has been dropped.*ls' is not valid. or "NVarChar". the sqltypes:scale attribute value on the element '%.*ls' is not valid. 9614 16 The queue '%. varchar.*ls'.*ls because it is %S_MSG. "VarChar". 9529 16 In the XML content that is supplied for the column set column '% . The v alid range is from 1 to %d. the '%. 9530 16 In the XML content that is supplied for the column set column '% .*ls'.*l s' contains duplicate references to the column '%. 9611 16 Cannot find the specified user '%. the '%. 9607 16 The conversation priority with ID %d is referencing the missing service with ID %d. the '%. or if the sparse column is of data type sql_variant and the value of the xsi:type attribute is " Char". 9608 16 The conversation priority with ID %d is referencing the missing service contract with ID %d.*ls' is not valid . Remove the attr ibute. 9532 16 In the query/DML operation involving column set '%. 9524 16 The XML content provided does not conform to the required XML fo rmat for sparse column sets. Remove the default namespace declaration or the prefix on the element. 9601 16 Cannot relate to %S_MSG %.*ls'.*ls'. Please refer to the Books-on-line for more details on provi ding XML conversion methods for CLR types. conve rsion failed when converting from the data type '%ls' to the data type '%ls' for the column '%.*ls' because the XML cont ent supplied references the non-sparse column '%.*ls' attribute on the element '%.*ls' should reside in the global namespace.*ls' is out of range. A column can only be ref erenced once in XML content supplied to a sparse column set. 9605 10 Conversation Priorities analyzed: %d. 9521 16 Error processing XML data type. 9523 16 Cannot update the sparse column set '%.*ls' attribute value on the element '%.*ls' contains more than the maximum number of prefixes. The XML data used to update a sparse column set cannot reference columns that don't belong to the column set. The v alid range for the scale is from 0 to the specified precision.*ls'. The attribute is vali d only for sparse columns of data type sql_variant. 9522 16 The XQuery modify method is not allowed on sparse column sets. The XML data type instance conta ins a negative xs:date or xs:dateTime value.*ls'. the sqlDBType:base64Encoded attribute on the element '%. 9534 16 In the query/DML operation involving column set '%.*ls'.*ls. 9613 16 The queue '%.*ls' referenced by %s = '%.9520 16 XQuery: '%. "NChar". 9525 16 The XML content that is supplied for the sparse column set '%. 9602 16 Failed to start a system task with error code %d.*ls'.*ls' which does not belong to t his column set. 9610 16 The service '%.*ls'. 9528 16 In the XML content that is supplied for the column set '%.*ls' in the FROM SERVICE clause must match the se rvice '%. 9531 16 In the XML content that is supplied for the column set column '% . nchar.*ls' cannot be activated because the activation sto .*ls' attribute value on the element '%. nvarchar).*ls' cannot be activated because the activation use r is not specified. *ls' is invalid. 9618 16 The message cannot be sent because the service queue '%. 9640 16 The operation encountered an OS error. but the MAX_Q . 9627 16 The hash buffer size is not correct for initializing the hash ob ject. 9646 16 An error occurred in the timer event cache. 9639 16 A password was supplied and the pvk file is not encrypted. 9638 16 The cer or pvk file size is too large.*ls'.*ls'. 9647 16 Received a malformed message from the network. A remote servic e binding for service '%.*ls'.*ls' already exists. Erro r: %i. 9632 16 The salt buffer size is too small.*ls' ass ociated with the dialog is currently disabled and retention is on.*hs') 9643 16 An error occurred in the Service Broker/Database Mirroring trans port manager: Error: %i.*ls This occurred in the message with Conversation ID '%. Unable to retriev e a broker message attribute from a message destined for database ID %d. 9623 16 The key passed in for this operation is in the wrong state. 9629 16 The decrypted signature size is wrong. %. state %i. 9642 16 An error occurred in a Service Broker/Database Mirroring transpo rt connection endpoint. 9636 16 The requested object was not found. Check the SQL Server er ror log for additional messages. 9634 16 Service Broker was unable to allocate memory for cryptographic o perations. 9625 16 The key buffer size is inconsistent with the key modulus size. Error %i. 9641 16 A cryptographic operation failed. and address the underlying problem. 9622 16 The crypto provider context is not initialized.*ls' failed XML validation on the target se rvice. 9628 16 The encryption/decryption data buffer size is not 8 byte aligned . 9620 16 The activation stored procedure '%. %. and Message sequence number: %I64d.*ls" is currently disabled. This ma y indicate a network problem or that another application connected to the Servic e Broker endpoint. Initiat or: %d. 9644 16 An error occurred in the service broker message dispatcher. 9619 16 Failed to create remote service binding '%.*ls' has been enabled for activation. Error: %i. and Message sequence number: %I64d. State: %i.*ls' was received and failed XML validation . Check the SQL Server error log and the Windows event l ogs for further information. Initiator: % d. 9624 16 The key size is unacceptable for this key object. 9617 16 The service queue "%.red procedure is either not specified or is invalid. Functions ar e not allowed. 9616 16 A message of type '%. This message is a symptom of another problem. State: %i. 9631 16 The salt size is unacceptable for this key object. Stat e: %i. This error indicates a serious problem with SQL S erver. Check the SQL Server error log and the Windows event logs for information pointing to possible hardware problems. 9635 16 The certificate is not valid at this point in time. 9637 16 The passed in serialized object is incorrectly encoded. Error: %i. 9626 16 An internal Service Broker error occurred: an object is in the w rong state for this operation. 9633 16 The passed in name is too long. 9621 16 An error occurred while processing a message in the Service Brok er and Database Mirroring transport: error %i. 9648 20 The queue '%. 9630 16 The signature did not verify the internal hash. (Near endpoint role: %S_MSG. This error indicates a serious problem with SQL Server. far e ndpoint address: '%. State: %i.*ls This occurred in the message with Conversation ID '%. 9615 16 A message of type '%. state %i. 9645 16 An error occurred in the service broker manager. 9656 16 An error occurred in the service broker multicast manager. This indicates possible database corruption or ha rdware problems. .*ls" must be sp ecified when using mirroring. 9677 16 The service contract with ID %d is referencing the missing messa ge type with ID %d. No procedures will be activated. 9654 16 Attempting to use database and it doesn't exist. Parameters are not allowed.*ls'. 9659 16 The %s of route '%.*ls' must be less than %d characters long. System error: '%ls'.*ls' is invalid. 9653 16 The signature of activation stored procedure '%. 9655 16 The transmission queue table structure in database is inconsiste nt. 9676 10 Service Contracts analyzed: %d. 9657 23 The structure of the Service Broker transmission work-table in t empdb is incorrect or corrupt. 9671 16 Messages with conversation ID '%ls' have been removed from the t ransmission queue. 9660 16 The %s of route '%. 9667 10 Services analyzed: %d.*ls' cannot be empty. 9661 16 The SERVICE_NAME and BROKER_INSTANCE of route "%. 9687 16 The conversation group '%ls' has been dropped. 9674 10 Conversation Groups analyzed: %d. 9682 16 The conversation endpoint with ID '%ls' and is_initiator: %d is referencing the missing service with ID %d.UEUE_READERS is zero. 9681 16 The conversation endpoint with ID '%ls' and is_initiator: %d is referencing the missing service contract with ID %d. 9663 16 The system object cannot be modified. 9675 10 Message Types analyzed: %d. Consider increasing the n umber of MAX_QUEUE_READERS. 9666 10 The %S_MSG endpoint is in disabled or stopped state. 9684 16 The service with ID %d has been dropped. 9662 16 Cannot specify BROKER_INSTANCE without SERVICE_NAME in route "%. Error : %i. Check the Windows Event Log for more information. 9670 10 Remote Service Bindings analyzed: %d. 9652 16 Service Broker failed to retrieve the session key for encrypting a message. 9679 16 The service with ID %d is referencing the missing service queue with ID %d. 9669 10 Conversation Endpoints analyzed: %d. 9683 16 The conversation group '%ls' is referencing the missing service with ID %d. 9685 16 The service contract with ID %d has been dropped. State: %i. 9668 10 Service Queues analyzed: %d. 9651 16 The system call failed during a Service Broker or Database Mirro ring operation. 9649 16 A security (SSPI) error occurred when connecting to another serv ice broker: '%. *ls". 9678 16 The service with ID %d is referencing the missing service contra ct with ID %d. 9673 16 Activation has been disabled on the queue with ID %d. 9686 16 The conversation endpoint with handle '%ls' has been dropped. Check the SQL Server error log and the Windows event logs for i nformation on possible hardware problems. 9680 16 The conversation endpoint '%ls' is referencing the missing conve rsation group '%ls'. 9658 16 Cannot access the transmission queue table in database. Restart SQL Server to rebuild tempdb. 9650 16 A system cryptographic call failed during a Service Broker or Da tabase Mirroring operation: system error '%ls'. 9672 16 Messages with conversation handle '%ls' and conversation group ' %ls' have been removed from the queue with ID %d. Possible database corruption. This message is a symptom of another problem. 9689 10 Service Broker manager has shut down. but actually references %d. A problem is preventing SQL Server from starting Service Broker. 9693 16 The %S_MSG endpoint cannot listen for connections due to the fol lowing error: '%. Check the SQL Server error log and the Windows event log for additional messages. 9718 16 Cannot create event notification for queue_activation on queue " %. consider run ning DBCC CHECKDB. 9699 16 Could not allocate memory for extra Service Broker tasks while a dding CPUs. Stored procedure activation is already configured on this queue. 9711 16 The transmission queue is referencing the invalid conversation I D '%ls'. Note that DBCC CHECKDB may remove data. 9719 16 The database for this conversation endpoint is attached or resto .*ls". 9709 16 The messages in the queue with ID %d are referencing the invalid message type with ID %d. 9715 16 The conversation endpoint with conversation handle '%ls' is in a n inconsistent state. 9716 16 The conversation group '%ls' reports references to %d conversati on handle(s). 9697 10 Could not start Service Broker for database id: %d. 9696 16 Cannot start the Service Broker primary event handler. 9691 10 The %S_MSG endpoint has stopped listening for connections. 9695 16 Could not allocate enough memory to start the Service Broker tas k manager. Check the SQL Server er ror log for additional messages. Check the SQL Server err or log and the Windows error log for additional error messages.*ls'. If no clean backup is available. 9712 16 The remote service binding with ID %d is referencing the invalid service contract with ID %d. Check the SQL Server error log for additional messages. 9707 16 The activation user with ID %d is invalid but is referenced by q ueue with ID %d. Check the SQL Server error log for additional messages. and address the underlying problem. 9713 16 The message type with ID %d is referencing the invalid XML schem a collection ID %d. 9717 16 Cannot enable stored procedure activation on queue '%. 9698 16 Cannot start Service Broker security manager. restore the database from a clean backup. Even t notification for queue_activation is already configured on this queue. 9706 16 The stored procedure with ID %d is invalid but is referenced by the queue with ID %d.9688 10 Service Broker manager has started. and address the underlying problem. Check the SQL Server error logs and the Windows event logs for information on possible hardware problems. 9694 16 Could not start Service Broker manager. 9690 10 The %S_MSG endpoint is now listening for connections. To recover the database. This erro r is a symptom of another problem. 9708 16 The messages in the queue with ID %d are referencing the invalid conversation group '%ls'. This failure occurred while the message was being delivered to the target service. This message is a symptom of another problem. and address this underlying problem. This message is a symptom of another problem. 9692 16 The %S_MSG endpoint cannot listen on port %d because it is in us e by another process. 9705 16 The messages in the queue with ID %d are referencing the invalid conversation handle '%ls'. 9701 16 Cannot start Service Broker activation manager. 9704 16 This message could not be delivered because it failed XML valida tion.*ls'. Check the SQL Server error log and the Windows eve nt log for additional messages and address the underlying problem. 9710 16 The conversation endpoint with ID '%ls' and is_initiator: %d is referencing the invalid conversation group '%ls'. Create a remote servic e binding. Please check the SQL Server error log and the Windows event log for ad ditional messages. or specify ENCRYPTION = OFF in the BEGIN DIALOG statement.*ls 9737 16 The private key for the security certificate bound to the databa se principal (ID %i) is password protected. 9743 16 The %s of route "%. 9747 16 The ADDRESS and MIRROR_ADDRESS of route '%. Check the SQL Server error log for additional messages.*ls' 9725 16 The invalid schema has been dropped from the message type with I D %d.*ls' must be in the range %d to %d. 9741 10 The %S_MSG '%.*ls" is not a valid address. Temporary pr ocedures may not be configured for activation. Reinstall the certificate. 9726 16 The remote service binding with ID %d has been dropped. 9730 16 Cannot find the security certificate because the lookup database principal (Id: %i) does not correspond to a server principal. 9727 16 Dialog security is not available for this conversation because t here is no remote service binding for the target service. 9721 10 Service broker failed to clean up conversation endpoints on data base '%. Password protected private keys are not supported for use with secure dialogs. 9734 16 The length of the private key for the security certificate bound to database principal (Id: %i) is incompatible with the Windows cryptographic s ervice provider. This error i s a symptom of another problem. 9735 16 The length of the public key for the security certificate bound to database principal (Id: %i) is incompatible with the Windows cryptographic se rvice provider. 9723 10 The database "%i" will not be started as the broker due to dupli cation in the broker instance ID. 9745 16 The ADDRESS of route '%. Either c reate a certificate for the principal. 9744 16 The %s of route "%. . 9724 10 The activated proc '%ls' running on queue '%ls' output the follo wing: '%.*ls' cannot be 'TRANSPORT' when SERVICE_ NAME is specified.*ls'. 9738 16 Cannot create task for Service Broker message dispatcher. The security prin cipal may have been dropped after the conversation was created. %. or specify ENCRYPTION = OFF when beginnin g the conversation.*ls' is invalid. 9736 16 An error occurred in dialog transmission: Error: %i. Another problem is preventing SQL Server from completing this oper ation. 9733 16 There is no private key for the security certificate bound to da tabase principal (Id: %i). 9739 16 Message transmitter in service broker message dispatcher failed %d times 9740 16 Cannot start the Service Broker message dispatcher. Check the SQL Server error log and the Windows e vent log for additional messages. The security principal may have been dropped af ter the conversation was created.*ls' cannot be the sa me.red. The key length must be a multiple of 64 bytes. The key length must be a multiple of 64 bytes. The certificate may have been created or installed in correctly.*ls" must be an address when using mirroring.*ls' was dropped on upgrade because it referenced a system contract that was dropped. State: %i. and address this underlying problem. 9731 16 Dialog security is unavailable for this conversation because the re is no security certificate bound to the database principal (Id: %i). 9720 16 The database for the remote conversation endpoint is attached or restored. This m essage is a symptom of another problem that is preventing SQL Server from creati ng tasks. 9742 16 The activation stored procedure '%. 9728 16 Cannot find the security certificate because the lookup database principal ID (%i) is not valid. 9746 16 The LIFETIME of route '%. or create a new certificate. . 9766 10 An unknown internal error (%d) occurred while looking up the pub lic key certificate associated with this SQL Server instance.database s (%s). 9762 10 An error occurred while looking up the public key certificate as sociated with this SQL Server instance: No certificate was found. The user account of the remote se rver is not permitted to log in to this SQL Server: User account: '%. Create a route to the destination service name for messages in this convers ation to be delivered. 9775 16 Cannot create a new Service Broker in read-only database "%. See the Books Online topics "Certific ates and Service Broker" for an overview and "ALTER CERTIFICATE (Transact-SQL)" for syntax to make a certificate ACTIVE FOR BEGIN_DIALOG. 9753 10 The target service broker is unreachable. 9759 10 An error occurred while sending data: '%. 9755 10 An error occurred while receiving data: '%. To troubleshoot this problem. 9758 10 Login protocol negotiation error occurred.*ls" because the Service Broker GUID in the database (%s) does not match the one in sys. 9772 16 The Service Broker in database "%.*ls 9757 10 Service Broker/Database Mirroring network protocol error occurre d. 9756 10 An internal exception occurred while connecting to an adjacent b roker: Error: %i. 9763 10 An error occurred while looking up the public key certificate as sociated with this SQL Server instance: The certificate found is not valid at th e current time.*ls" cannot be enabled because there is already an enabled Service Broker with the same ID. 9770 10 Locating routes and security information via the Broker Configur ation Service. message(s) queued for delivery. 9764 10 An error occurred while looking up the public key certificate as sociated with this SQL Server instance: The certificate found is too large. The Service Broker will be disabled.9748 10 The %S_MSG protocol transport is not available. 9776 16 Cannot enable the Service Broker in database "%. 9752 10 %S_MSG connection was refused.*ls' . 9769 10 Insufficient memory prevented the Service Broker/Database Mirror ing Transport Manager from starting.*ls" will be disabled because the Service Broker GUID in the database (%s) does not match the one in sys.*ls". 9774 10 Cannot create a new Service Broker in the attached read-only dat abase "%. %. 9773 10 The Service Broker in database "%d" is disabled because there is already an enabled Service Broker with the same ID.*ls" .datab ases (%s).*hs'. 9761 16 The Broker Configuration conversation on dialog handle '%s' clos ed due to an error. investigate the error: '%.*ls'.*ls'.*ls'. 9760 10 The connection has been idle for over %d seconds. 9771 10 The service broker manager is disabled in single-user mode. IP ad dress: '%. 9768 16 A database user associated with the secure conversation was drop ped before credentials had been exchanged with the far endpoint. 9767 16 The security certificate bound to database principal (Id: %i) ha s been disabled for use with BEGIN DIALOG. 9750 10 No route matches the destination service name for this conversat ion.*ls'.*ls'. 9751 10 Authentication failed with error: '%. 9777 10 The Service Broker in database "%. 9765 10 An error occurred while looking up the public key certificate as sociated with this SQL Server instance: The certificate found has no associated private key. 9754 10 Connection attempt failed with error: '%. 9749 10 Target queue is busy. Avoid using DRO P USER while conversations are being created. State: %i. *ls would cause the .*ls is not supported by date function %. Enable broker message classification trace to see the reason for the fail ure. Ch ange the session's date format or provide a style to the explicit conversion. 9785 10 Invalid address specified: '%. The system database msdb c ontaining routing information is not available.*ls is not supported by date function %. 9806 16 The datepart %. 9793 10 The target service name could not be found. it will be held until the applicati on ends the conversation. or an error occurre d while receiving data: '%.*ls. State: %hu. 9812 16 The timezone provided to builtin function %. either chan ge the input character string or use a different style. Error: '%. 9792 10 Could not forward the message because forwarding is disabled in this SQL Server instance.*ls is invalid. 9802 16 The locale identifier (LCID) %d is not supported by SQL Server. State: %i. 9787 10 An error occurred while processing broker mirroring routes.*ls ". The system database msdb c ontaining routing information is in SINGLE USER mode. 9799 10 The connection was closed by the remote end. it will be held until th e application ends the conversation. 9804 16 Column or parameter #%d: Invalid fractional second precision %d specified for %ls data type. The broker is disabled in msdb. 9791 10 The broker is disabled in the sender's database. The maximum fractional second precision is %d.*ls 9783 10 DNS lookup failed with error: '%. 9795 10 Could not find the target broker in the local SQL Server instanc e. 9805 10 Warning: converting %ls to %ls caused a loss of information. State: %i. 9796 10 The target service name matched a LOCAL route. 9811 16 The system timezone information could not be retrieved.*ls' 9801 16 Error converting %. 9810 16 The datepart %. 9782 10 An internal exception occurred while dispatching a message: Erro r: %i. The result would be truncated. 9808 16 This session's YDM date format is not supported when converting from this character string format to date.*ls'. Ensure that the serv ice name is specified correctly and/or the routing information has been supplied .*ls'. but there is no s ervice by that name in the local SQL Server instance. 9794 10 The broker mirroring manager has not fully initialized. S ervice Broker will not transmit the message. %. 9790 10 Unable to route the incoming message.*ls for d ata type %s. 9797 10 Classification has been delayed because the routing information is currently being updated. Erro r: %i. time. 9803 16 Invalid data for type "%ls". 9798 16 The message could not be delivered because it could not be class ified. datetime2 or datetimeoffset. 9789 10 Unable to route the incoming message.*ls'. 9788 10 Unable to route the incoming message. 9779 10 Service Broker received an END CONVERSATION message on this conv ersation. 9807 16 The input character string does not follow style %d. The system database msdb c ontaining routing information is not available. 9786 10 Cannot retrieve user name from security context.*ls to %ls. 9809 16 The style %d is not supported for conversions from %s to %s. 9781 10 The service broker manager is shutting down. 9780 10 The service broker manager is initializing.9778 16 Cannot create a new Service Broker in a mirrored database "%. 9784 10 Service Broker received an error message on this conversation. Service Broker will not transmit the message. 9813 16 The timezone provided to builtin function %. Th e system will restart any in-progress population from the previous checkpoint. To resume populations. Error: %ls. Error: %ls. Reason code: %d. Error: %d. Reason: %ls (%ls).E (proleptic Gregorian calendar). 9818 16 The culture parameter '%. database ID ' %d'). No user action is requi red. Reason code: %d. consult SQL Server Books Online for troubleshooting assista nce. free up disk space. I f this message occurs frequently. Error: %ls. This exceeds the maximum allowed row size of %d bytes. try to serialize full-text indexing for multiple catalogs. This is an informational message only. 9910 10 Warning: Error occurred during full-text %ls population for tabl e or indexed view '%ls'. 9815 16 Waitfor delay and waitfor time cannot be of type %s. If this messag e occurs frequently. consult SQL Server Books Online for troublesho oting assistance. 622 C. This is an informational message only. No user action is req uired. See Books Online for troubleshooting assistance. Reduce the number of columns that are referenced in the column set. 9911 10 Informational: Full-text %ls population initialized for table or indexed view '%ls' (table or indexed view ID '%d'. database '%ls' (table or indexed view ID '%d'. 9901 16 Full-text catalog '%ls' ('%d') in database '%ls' ('%d') is low o n disk space. 9908 10 Changing the status to %ls for full-text catalog '%ls' (%d) in d atabase '%ls' (%d). (Julian calendar) or July 18th. database '%ls' (table or indexed view ID '%d'. 9905 10 Informational: Full-text indexer requested status change for cat alog '%ls' ('%d') in database '%ls' ('%d'). If this message occurs frequen tly. 9904 10 The full-text catalog '%ls' (%d) in database '%ls' (%d) will be remounted to recover from a failure. database ID '%d'). 9909 10 Warning: Failed to change the status to %ls for full-text catalo g '%ls' (%d) in database '%ls' (%d). 9914 16 Error: Failed to resume full-text %ls population for table or in dexed view '%ls' in database '%ls' (table or indexed view ID '%d'. reduce the number of columns specified in the column set.*ls' provided in the function call is n ot supported.*ls' into data type %ls using c ulture '%.datetimeoffset to overflow the range of valid date range in either UTC or local time. Error: %ls. Error: 0x%x. No user ac tion is required. No user action is required. This is an informational message only. Error: %ls. 9902 10 Full-text catalog '%ls' ('%d') in database '%ls' ('%d') is low o n system resources.E. Prior number of documents processed: %d. Reason code: %d. database ID '%d') . 9903 10 The full-text catalog health monitor reported a failure for full -text catalog '%ls' (%d) in database '%ls' (%d). 9819 16 Error converting string value '%. error encountered: %d. database ID '%d'). 9817 16 The specified column set value causes the estimated row size to be at least %d bytes. This is an informational message only. 9907 10 Error: Total number of items in full-text catalog ID '%d' in dat abase ID '%d' exceeds the supported limit. Error: %ls. To reduce the row size. Pausing all populations in progress until more space becomes avail able. 9912 10 Error: Failed to initialize full-text %ls population for table o r indexed view '%ls'. Reason code: %d. Populatio n sub-tasks: %d. Repeat the operation that triggered the resume. database ID '%d'). or drop and r . Any population in progress will be paused until more resourc es become available.*ls'. 9814 16 The date provided is before the start of the Hijri calendar whic h in Microsoft's 'Kuwaiti Algorithm' is July 15th. 9913 10 Informational: Resuming full-text population for table or indexe d view '%ls' in database '%ls' (table or indexed view ID '%d'. 622 C. New Status: %ls. 9906 10 The full-text catalog monitor reported catalog '%ls' (%d) in dat abase '%ls' (%d) in %ls state. 9816 16 The number of columns in the column set exceeds 2048. Error: %d. database ID '%d') is terminated due to the prece ding error. 9920 10 Warning: Failed to get MSFTESQL indexer interface for full-text catalog '%ls' ('%d') in database '%ls' ('%d').*ls' cannot be used for full-text search beca use it is nondeterministic or imprecise nonpersisted computed column. Number of documents processe d prior to failure: %d. Error: %ls. Row will not be full-text indexed. Use sp_help_fulltext_catalog_components and sp_help_fulltext_system_components check for mismatching components.*ls'. The full-text query may have returned fewer rows than it should. 9935 10 Warning: Wordbreaker. 9919 16 Fulltext DDL command failed because SQL Server was started in si ngle user mode. 9930 10 Null document type provided. 9926 10 Informational: MS Search stop limit reached. This computed column must be deterministic. 9936 10 Informational: No full-text supported languages found. 9927 10 Informational: The full-text search condition contained noise wo rd(s).e-create the index. database ID '%d'). precise or persisted. 9937 16 Too many full-text columns or the full-text query is too complex to be executed. 9932 10 Document type value is malformed. Security and d ifferential backup are not supported for the catalog. 9940 10 Error: Full-text %ls population for table or indexed view '%ls' (table or indexed view ID '%d'. filter. Fai led to resolve full-text catalog file name for '%ls'. The protoco l handler was invoked out of sequence.*ls' cannot be used as full-text type column for image or varbinary(MAX) column. 9923 10 Warning: Full-text population for table or indexed view '%ls' re ported low resources while sending a batch of data to MSFTESQL service (table or indexed view ID '%d'. No user action is required. with a size less or equal than %d characters. or protocol handler used by catalo g '%ls' does not exist on this instance. Error: %ls. database '%ls' (table or index ed view ID '%d'. database ID '%d'). errors encountered: %d. 9916 10 Error: Failed to reinitialize full-text %ls population after a t emporary failure for table or indexed view '%ls'. 9917 17 An internal error occurred in full-text docid mapper. 9924 16 Rebuild full-text catalog '%ls' failed: Catalog header file is r ead-only. Error: %ls. 9933 10 Internal error: The row cannot be full-text indexed. Row will not be full-text indexed. catalog ID '%d'. Rebuil d catalog is recommended. 9922 10 Warning: Full-text population for table or indexed view '%ls' fa iled to send batch of data to MSFTESQL service (table or indexed view ID '%d'. 9939 16 Current user or role '%. 9934 10 Row was not found. 9925 16 Rebuild full-text catalog '%ls' failed: Full-text catalog is rea d-only. This is an informational message only. 9938 16 Cannot find the specified user or role '%. It was deleted or updated while indexing was in progress. Row will not be full-text inde xed. 9928 16 Computed column '%. database ID '%d') after a temporary failure. 9915 10 Reinitialized full-text %ls population for table '%ls' (table ID '%d'. This is an informational message only. 9921 16 During upgrade fatal error 0x%x encountered in CoCreateGuid.*ls' does not have the required permissi on to set the owner. 9931 10 Document type exceeds the maximum permitted length. 9918 10 Warning: Full-text catalog '%ls' uses FAT volume. No user action is required. 9941 10 Informational: Full-text %ls population for table or indexed vie . 9929 16 Computed column '%. database ID '%d'). c atalog ID '%d'. and if necessary reconfigure the full-text daemon launcher service account . 9947 10 Warning: Identity of full-text catalog in directory '%ls' does n ot match database '%. or it is a relative path. OS error ' %ls'. Error: %l s. 9949 10 Warning: All Full-text populations in progress for full-text cat alog '%ls' ('%d') in database '%ls' ('%d') are paused.*ls' is empty . Use rebuild catalog to recover the failure and start population from scratch. size. rebuild the catalog to reso lve it. consult Books Online for indexing perform ance tuning assistance. Number of documents that will be retried: %d. database ID '%d') was cancelled by user . read-only. Filegroup '%. 9960 16 View '%. Full-text catalog for catalog ID '%d'. 9955 16 SQL Server failed to create named pipe '%ls' to communicate with the full-text filter daemon (Windows error: %d). 9951 10 Warning: Database %. Reason code: %d. or it is a UNC PATH. 9961 16 Logical name. the system is low on resources. standby.*ls cannot be modified during detach because database is in read-only. 9965 16 NULL or Invalid type of value specified for '%ls' parameter. It needs to be a direct ory.w '%ls' (table or indexed view ID '%d'. Full-text index is not allo wed to be created on it.*ls' has invalid attributes. 9943 10 Informational: Full-text %ls population completed for table or i ndexed view '%ls' (table or indexed view ID '%d'. To resolve this error. Error: 0x%x.*ls' is not an indexed view. Number of retry documents processed: %d. read-only. The catalog is corrupted and all in-progress populations will be stopped. Number of d ocuments processed: %d. Full-text catalog is not dropped. terminate any running full-text filter daemon proce sses. The full-text catalog cannot be attached. database ID '%d') du e to fatal crawl error. Number of documents failed: %d. System will resume the population whe never the database is available 9942 10 Informational: Full-text %ls population for table or indexed vie w '%ls' (table or indexed view ID '%d'. Fulltext search functionality will not be available. database ID '%d') is being suspended by the system as the database is unavailable. or it is a hidden directory. maxsize. 9945 10 Error: All Full-text populations in progress. or not online. 9944 10 Informational: Full-text retry pass of %ls population completed for table or indexed view '%ls' (table or indexed view ID '%d'. Reason code: %d. 9950 10 Informational: Full-text catalog health monitor reported a failu re for catalog '%ls' ('%d') in database '%ls' ('%d'). database ID '%d' is reset. Either a named pipe already ex ists for a filter daemon host process. 9948 10 Warning: Full-text catalog path '%ls' is invalid.*ls'. and '@keepfulltextindexfile = false' is ignored. Number of documents failed: %d. database ID '%d' ). 9959 16 Cannot perform requested task because full-text memory manager i s not initialized. 9962 16 Failed to move full-text catalog from '%ls' to '%ls'. 9954 16 SQL Server failed to communicate with filter daemon launch servi ce (Windows error: %ls). 9952 10 Informational: Full-text auto change tracking is turned off for table or indexed view '%ls' (table or indexed view ID '%d'. 9953 16 The path '%. database ID '%d'). 9963 10 Inconsistent accent sensitivity of full-text catalog is detected . It must not be hidden. or shutdown state. It exceeds the length limit. . The full-text catalog cannot be attached. for catalog '%ls' ('%d') in database '%ls' ('%d') were terminated due to error. filegrowth. or on a removable drive. or the se curity identification number (SID) lookup for the filter daemon account group fa iled. If this message occurs frequently. Error: % ls. and offline properties of full-text catalog cannot be modified. Full-Text filter daemon process failed to start. 9964 16 Failed to finish full-text operation. 9983 16 The value '%ls' for the full-text component '%ls' is longer than the maximum permitted (%d characters). 9987 15 The max gap argument in NEAR clause must be either the word MAX or an integer greater than or equal to 0. database ID '%d'). Number of documents failed: %d. full-text columns.*ls' in the table '%. 9978 10 Warning: During upgrade full-text index on table '%ls' is disabl ed because at least one of full-text key column. full-text key value '%ls'. Neutral wordbreaker was used for s ome columns of the row. 9971 10 Warning: No appropriate filter for embedded object was found dur ing full-text index population for table or indexed view '%ls' (table or indexed view ID '%d'. 9980 16 Variable parameters can not be passed to fulltext predicates: co ntains. The command is ignored.*ls' o r user does not have permission to perform this action. 9998 16 The column '%. tempdb. Please fix th e full-text catalog path and rebuild the full-text catalog after upgrade. Some embedded objec ts in the row could not be indexed. 9982 16 Cannot use full-text search in user instance. 9972 16 Database is not fully started up or it is not in an ONLINE state . Try the full-text DDL command again after database is started up and becomes O NLINE. freetext and functions: containstable. or model database . freetexttable applied to remote t able. add f ewer columns. full-text key value '%ls'. ((HRESULT = '0x%08x').*ls' cannot be used for fulltext search because it is a sparse column set. 9979 10 Warning: During upgrade full-text catalog '%ls' in database '%ls ' is set as offline because it failed to be created at path '%ls'. database ID '%d'). 9977 10 Warning: Last population complete time of full-text catalog in d irectory '%ls' does not match database '%. The full-text catalog is attache d and it may need to be repopulated. 9968 10 Warning: No appropriate filter was found during full-text index population for table or indexed view '%ls' (table or indexed view ID '%d'. Number of docu ments processed: %d. 9967 10 A default full-text catalog does not exist in database '%. The command is ignored. or type colu mns is a non-deterministic or imprecise nonpersisted computed column. Other type of population can just be stopped and it will continue w hen your start the same type of crawl again. Attempting to query the registered search properties caused an inter nal error as indicated by the HRESULT error code. 9974 10 Warning: Only running full population can be paused.9966 16 Cannot use full-text search in master. database ID '%d'). 9984 10 Informational: Full-text %ls population paused for table or inde xed view '%ls' (table or indexed view ID '%d'. Rerun your full-text indexing statement when more resources are available. . 9973 10 Informational: Full-text %ls population paused for table or inde xed view '%ls' (table or indexed view ID '%d'. 9988 15 The number of query terms in NEAR clause must be less than or eq ual to 64. 9969 10 Warning: No appropriate wordbreaker was found during full-text i ndex population for table or indexed view '%ls' (table or indexed view ID '%d'. Please reduce the length of the value.*ls' cannot be added to a full-text index. 9985 16 There is not enough memory to generate a search property list ca che. Full-te xt indexes are limited to 1024 columns. full-text key value '%ls'. 9999 16 The column '%. 9986 16 A search property list cache cannot be generated during full-tex t indexing. datab ase ID '%d'). database ID '%d').*ls' is offline. 9970 16 Couldn't complete full-text operation because full-text key for table or indexed view '%. 9975 10 Warning: Only paused full population can be resumed. When you create a full-text index.*ls'. Some columns of the row were not indexe d. 10022 16 The provider called a method from IRowsetNotify in the consumer. 10066 16 The number of rows that have pending changes has exceeded the li mit specified by the DBPROP_MAXPENDINGROWS property. 10065 16 The data violated the integrity constraints for one or more colu mns. 10064 16 The data value for one or more columns overflowed the type used by the provider. 10021 16 Execution terminated by the provider because a resource limit wa s reached. 10008 16 The provider terminated the operation. 10002 16 The provider did not implement the functionality. 10028 16 Authentication failed. 10062 16 The change was canceled by the provider during notification. Would exceed the total number of active r ows supported by the rowset. 10053 16 Could not convert the data value due to reasons other than sign mismatch or overflow. 10027 16 Command was not prepared. 10011 16 Access denied. 10001 16 The provider reported an unexpected catastrophic failure. 10069 16 The consumer could not delete the row. 10035 16 No value was given for one or more of the required parameters. 10007 16 The provider indicated an invalid handle was used. 10057 16 Cannot create the row. 10003 16 The provider ran out of memory. . 10026 16 No command text was set. 10052 16 The insertion was canceled by the provider during notification. 10067 16 The rowset was using optimistic concurrency and the value of a c olumn has been changed after the containing row was last fetched or resynchroniz ed. 10010 16 The data necessary to complete this operation was not yet availa ble to the provider. A deletion is pending or has already been transmitted to the data source. 10034 16 The specified table or view does not exist or contains errors. 10024 16 The provider indicates that the user did not have the permission to perform the operation. 10023 16 The provider does not support the necessary method. 10005 16 The provider did not support an interface. 10058 16 The consumer cannot insert a new row before releasing previously -retrieved row handles. 10055 16 The data violated the integrity constraints for one or more colu mns. 10006 16 The provider indicated an invalid pointer was used. and the method has not yet returned. 10056 16 The number of rows that have pending changes has exceeded the li mit specified by the DBPROP_MAXPENDINGROWS property. 10009 16 The provider did not give any information about the error. 10025 16 Provider caused a server fault in an external process. 10032 16 Cannot return multiple result sets (not supported by the provide r). 10054 16 The data value for one or more columns overflowed the type used by the provider. The insertion has been tr ansmitted to the data source. 10004 16 One or more arguments were reported invalid by the provider. 10068 16 The consumer could not delete the row. 10033 16 The specified index does not exist or the provider does not supp ort an index scan on this data source. 10063 16 Could not convert the data value due to reasons other than sign mismatch or overflow. 10042 16 Cannot set any properties while there is an open rowset.10000 16 Unknown provider error. 10086 16 The table was built over a live data stream and the position can not be restarted. or OPENDATASOURCE. Consider referencing columns by name instead. Conside r using an INNER join instead. 10109 16 Cannot create %S_MSG on view "%. and OPENDATASOURCE.*ls" because it references an in ternal system rowset provider. INTERSECT.*ls" because it uses the OPENXML rowset provider. 10112 16 Cannot create %S_MSG on view '%. Consider removing OPENXML or not indexing the view. 10107 16 Cannot create %S_MSG on view "%. 10110 16 Cannot create %S_MSG on view "%.*ls" because it uses a LEFT.*ls" because it uses table varia ble "%.*ls" because it contains the TAB LESAMPLE clause. 10113 16 Cannot create %S_MSG on view "%. ROLLUP.*ls" because it references deriv ed table "%. INTERSECT. 10100 16 Cannot create %S_MSG on view "%. or GROUPING SETS operator. Alternatively. or EXCEPT operato rs of the original view. 10087 16 The provider did not release some of the existing rows. 10103 16 Cannot create %S_MSG on view "%.*ls" because it contains a join using an ODBC standard escape syntax. 10117 16 Cannot create %S_MSG on view "%. or EXCEPT operators.*ls" (defined by SELECT statement in FROM clause). Consider not indexing this view. 10104 16 Cannot create %S_MSG on view "%. OPENROWSET. Consider not indexing this view or removing the reference to the ta ble variable. and no OUTER joins are allowed in indexed views.*ls' because it contains an INNE R join that specifies a join hint.*ls" because the view uses the " *" operator to select columns.*ls" because it contains a GROUP BY ALL.*ls" because it contains an OUTE R APPLY. 10108 16 Cannot create %S_MSG on view "%. 10088 16 The order of the columns was not specified in the object that cr eated the rowset. 10085 16 RestartPosition on the table was canceled during notification. Consider using a GROUP BY instead. Consider using an ANSI join syntax instead . or eliminating OP ENQUERY. Consider removing the join hint. Consider removing use of these functions or not indexing the view. 10105 16 Cannot create %S_MSG on view "%.*ls" because it references a SQL Server internal table. or FULL OUTER join. Consider not indexing this view. 10115 16 Cannot create %S_MSG on view "%. RIG HT. 10119 16 Cannot create %S_MSG on view "%. Consider removing TABLESAMPLE or not indexing the view. Consider not indexing this view. 10116 16 Cannot create %S_MSG on view '%.10081 16 The rowset uses integrated indexes and there is no current index . Consider creating a separate indexed view for each query that is an input to the UNION.*ls".*ls" because it contains the DIS TINCT keyword.*ls" because it uses the UNPIVOT operator. 10118 16 Cannot create %S_MSG on view "%. Consider removing DISTINCT from the view or not indexing the view . 10102 16 Cannot create %S_MSG on view "%. OPENQUERY. 10101 16 Cannot create %S_MSG on view "%. 10114 16 Cannot create %S_MSG on view "%. consider replacing DISTINCT with GROUP BY or COUNT_BIG(*) to si mulate DISTINCT on grouping columns.*ls" because it contains the TOP or OFFSET keyword.*ls' because it contains one or more UNION. and the order of the columns changed. or removing OUTER APPLY.*ls" because it references a tab le using a CONTAINSTABLE or FREETEXTTABLE full-text function. Consider removing the TOP or OFFSET or not indexing the view . Consider not indexing this view. Consider not indexing the view. 10111 16 Cannot create %S_MSG on view "%. The provider had to reexecute the command to reposition the ne xt fetch position to its initial position. .*ls" because it contains a CUBE.*ls" because it uses OPENROWSET. Consider not indexing the view.*ls" because it uses the PIVOT o perator. 10106 16 Cannot create %S_MSG on view "%. Consider removing the reference to the derived table or not indexing the view. *ls" because it uses aggregate " %.*ls" because it contains a HAVIN G clause.*ls" because it contains a ranki ng or aggregate window function.*ls".*ls' because it references CLR r outine (function or method) '%. Consider eliminating the aggregate.*ls" because function "%. 10134 16 Cannot create %S_MSG on view "%. consider not indexing this view.*ls" because it references impre cise common language runtime (CLR) table-valued function "%. or for COUN T. or removing APPLY.*ls' because the view uses an im plicit conversion from string to datetime or smalldatetime. 10137 16 Cannot create %S_MSG on view "%.*ls".*ls". or removing the common table expressio n from the view definition. 10138 16 Cannot create %S_MSG on view '%. Recr eate or alter view so it does not reference CLR routines except in non-key colum ns of SELECT list. 10126 16 Cannot create %S_MSG on view "%. Consider expanding the fu nction definition by hand in the view definition. Consider not indexing the view. Consider not indexing the view or changing it to not use this function. or n ot indexing the view.*ls" because it contains more th an one APPLY. Consider removing refere nce to the function or not indexing the view. or using only one APPLY. 10133 16 Cannot create %S_MSG on view "%. Remove the function from the view definition or . Consider removing the HAVING clause. Consider not indexing this view or eliminating DISTINCT. Consider changing the view to use only joins instead of subquer ies. Views referencing common table expressions cannot be indexed. Consider not indexing the view. Alternatively.*ls" because it contains an APPL Y. 10140 16 Cannot create %S_MSG on view '%.*ls" because it uses non-determi nistic common language runtime (CLR) table-valued function "%. not indexing the view. or not indexing the view. 10145 16 Cannot create %S_MSG on the view '%.*ls' because it uses the CHANGET ABLE function.*ls' because its select list doe s not include a proper use of COUNT_BIG. or using alte rnate aggregates. 10129 16 Cannot create %S_MSG on view "%. and then create index. 10125 16 Cannot create %S_MSG on view "%. Consider not i ndexing the view. Consider not indexing the view. 10144 16 Cannot create %S_MSG on view '%. 10128 16 Cannot create %S_MSG on view "%. 10143 16 Cannot create %S_MSG on view "%. Consider use of a GROUP BY or COUNT_BIG(*) view to simulate DISTINCT on grouping columns. do not index the view.*ls" because it references the i nline or multistatement table-valued function "%. Use an explicit CONV ERT with a deterministic style value. 10130 16 Cannot create %S_MSG on view "%. Use COUNT_BIG instead. 10139 16 Cannot create %S_MSG on view '%.*ls' outside non-key columns of SELECT list. Consider removing the hint.*ls".*ls" because it uses a CONTAINS or FREETEXT full-text predicate. 10124 16 Cannot create %S_MSG on view "%.*ls" re ferenced by the view performs user or system data access.*ls" because it references table valued common language runtime (CLR) function "%. 10142 16 Cannot create %S_MSG on view "%.*ls" because it uses aggregate " %.*ls" because it references an in ternal SQL Server column.*ls" with the DISTINCT keyword. for AVG substitute SUM and COUNT_BIG.*ls" because it uses the aggrega te COUNT. 10132 16 Cannot create %S_MSG on view "%.*ls' because the view contains a table hint. 10127 16 Cannot create %S_MSG on view "%. Consider adding COUNT_BIG(*) to select list.*ls" because it contains one or more subqueries. substitute COUNT_BIG.*ls" because it references commo n table expression "%.*ls". 10141 16 Cannot create %S_MSG on view '%.*ls". 10131 16 Cannot create %S_MSG on view "%.*ls' because it references a . alternatively. 10136 16 Cannot create %S_MSG on view "%. For example.10121 16 Cannot create %S_MSG on view "%. Consider eliminating CONTAINS or FREETEXT. *ls' references assembly '%. 10227 16 Field "%.NET Framework during %S_MSG.*ls 10314 16 An error occurred in the Microsoft . if you upgrade or service this assembly or the .*ls' is annotated with unsupported attribute System.dll. 10240 16 Could not find UdtExtensions.*ls' references assembly '%.*ls' you are r egistering is not fully tested in the SQL Server hosted environment and is not s upported. 10146 16 Cannot create %S_MSG on the view '%. In the future. 10305 16 The Init method for a CLR table-valued function must be annotate d with SqlFunctionAttribute.*ls' failed because parameter %d of method '%. SQL Server attempted to locate and automatically loa d the referenced assembly from the same location where referring assembly came f rom. For more information about this error: %. 10311 10 AppDomain %i (%.*ls'. 10319 16 UserDefinedType method call failed because parameter %d of metho d '%.*ls 10316 16 The app domain with specified version id (%d) was unloaded due t o memory pressure and could not be found. Co nsider removing the sparse column set from the view or not indexing the view. which is not prese nt in the current database. 10309 10 Warning: The SQL Server client assembly '%. contact a support professional. Try running the query again. 10307 16 The FillRowMethodName property of SqlFunctionAttribute does not contain a valid method name. The server may be running out of resources.*ls) is marked for unload due to common language runtime (CLR) or security data definition language (DDL) operations. or check documentation to see how to solve the assembly trust issues . %.*ls". Please load the referenced asse mbly into the current database and retry your request.NET Framework assembly '%. but that operation has failed (reason: %s).ParamArrayAttribute. which is not prese nt in the current database. 10306 16 The SqlFunctionAttribute of the Init method for a CLR table-valu ed function must set the FillRowMethodName property.*ls' of type '%. or the assemb ly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE.NET Framework while trying t o load assembly id %d. . Please check your installation .NET Fra mework. 10317 16 An error occurred trying to get file version info for the file ' %s'.NET Framework execution was aborted.*ls' of type '% . 10303 16 Could not create AppDomain manager: '%. 10302 16 Could not get path for SQL Server: '%ls'. Views that contain a sparse column set cannot be indexed.*ls) is marked for unload due to memory pressure .*ls" cannot be updated because th e field is "%.*ls. 10318 16 '%. Please load the referenced assembly into the current database and retry your request. 10301 16 Assembly '%. 10211 16 Cannot invoke mutator on a null CLR type value. your CLR integration routine may stop working. The UDP/UDF/CLR type did n ot revert thread token. 10312 16 .%.*ls'. This may due to low resource conditions.*ls' because it uses the SEM ANTICSIMILARITYTABLE. but that operation has failed (reason: %S_MSG). The server may be running out of resources. 10310 10 AppDomain %i (%.sparse column set.*ls" of type "%.*ls'.ParamAr rayAttribute. SQL Server attempted to locate and automatically loa d the referenced assembly from the same location where referring assembly came f rom. 10304 16 Failed to enter Common Language Runtime (CLR) with HRESULT 0x%x. If the problem persist. 10308 10 Warning: The Microsoft . Run the q uery again. Please refer SQL Server B ooks Online for more details. 10300 16 Assembly '%. SEMANTICKEYPHRASETABLE or SEMANTICSIMILARITYDETAILSTABLE f unction.*ls' you are register ing is not fully tested in SQL Server hosted environment. 10313 16 An error occurred while using the .*ls' is annotated with unsupported attribute System. *ls' cannot coexist in database '%.Net Framework Managed Debug Assistant %.*ls' because parameter @hints is inc orrect.*ls not found in database %. You need to restart SQL Server to use CLR integration featur es.*ls' because the statement specified by @stmt and @module_or_batch.*ls' because value '%.Net Framework execution was aborted. Could not open the physical fil e '%.*ls'. . Keep one version and drop the other.views to locate all such ob jects. or by @plan_handle and @statement_start_offset. This can occur if an extended stored procedure or OLE Automation object r unning in SQL Server calls into managed code before the CLR integration runtime host loads the CLR. The error code from CLR was: 0x%x. Persi sted types are not allowed to change serialization layout. As a result.*ls' because parameter @stmt has mor e than one statement. resource monitoring won't work for AppDomain with ID %d. 10507 16 Cannot create plan guide '%. 10337 16 An internal error occurred. 10333 16 Failed to obtain ICLRAppDomainResourceMonitor interface from CLR . 10338 16 Verification of assembly failed. 10326 16 Two versions of assembly '%. 10501 16 Cannot create plan guide '%.* ls'.*ls' is not allowed. 10506 16 Cannot create plan guide '%. 10503 16 Operation '%. %. or by @plan_handle and @statement_start_offset. Could not read from the physica l file "%. matches the existing plan guide '%. 10505 16 Cannot create plan guide '%.10320 16 Method name '%.*ls' is invalid for '%. 10336 10 Failed to enque task to start CLR during SQL server startup.*ls 10323 16 Invalid user code has been identified by . 10327 14 %ls ASSEMBLY for assembly '%.*ls of the .n ] )'. 10321 16 Method name '%. 10331 16 Type '%ls' in assembly '%.*ls' provided i s not allowed. Use 'schema_name.NET Frame work.. SQL Server currently uses version %s. 10504 16 Cannot create plan guide '%.*ls ' is not authorized for PERMISSION_SET = %ls.. 10334 16 Changing the database compatibility level has caused data to be marked as unchecked in one or more objects in database %s. 10329 16 .*ls' failed because assembly '%.*ls": %ls. 10322 16 Type %. 10335 16 The Common Language Runtime (CLR) was loaded in an unsupported m anner. 10332 16 Assembly "%.object_name'..*ls" was built using version %.*ls' is invalid for UserDefinedType method call. Use N'OPTION ( <query_hint> [ . 10502 16 Cannot create plan guide '%. or the assembly is signed with a certificate or an asymmetric key that has a corresponding login with %ls permission.*ls' because type '%. 10328 16 There is not enough stack to create appdomain '%.*ls 10324 16 WITH ENCRYPTION option of CREATE TRIGGER is only applicable to T -SQL triggers and not to CLR triggers. The assembly is authorized when e ither of the following is true: the database owner (DBO) has %ls permission and the database has the TRUSTWORTHY database property on.*ls 10330 16 ALTER ASSEMBLY failed because serialization layout of type '%s' would change as a result of a change in type '%s' in the updated assembly.*ls' derives from a generic type which is not supported for a CLR Type.*ls': %ls. CLR will be started in an on-demand fashion. 10339 16 Verification of assembly failed.*ls' provided for @module_or_batch is not legal two-part name. Drop the existing plan guide before creating the new plan guide. Refer to the column h as_unchecked_assembly_data in the sys.*ls' in the database.*ls' because the statement specified by @stmt and @module_or_batch.tables and sys.*ls'. Err or code: %u. 10325 16 The server is shutting down due to stack overflow in user's unma naged code. 10508 16 Cannot '%ls' plan guide '%. 10519 16 Cannot create plan guide '%. Specify a non-NULL value for the parameter.*ls' because the module '%. 10521 16 Cannot create plan guide '%. or change the type to one that allows a NULL value for the parameter. or change th e type to one that allows a non-NULL value for the parameter. 10522 16 Cannot create plan guide '%.*ls' because it is referenced by plan gu ide '%. Use sp_control_plan_guide to drop the plan guide first. 10512 16 Cannot create plan guide '%.*ls' because the statement specified by @statement_start_offset does not match any statement in specified module or . RECOMPILE is not supported on automatically parameterized st atements. Record the plan guide definition for future use if needed. 10518 16 Cannot execute sp_control_plan_guide because of insufficient per missions to control plan guide '%. Modify the values to match a statement in the module or batch. 10517 16 Cannot create plan guide '%.*ls' because its name is invalid. Use a unique name. 10510 16 Cannot create plan guide '%.*ls' because it does not exist or you do not have permission. @hints must be OPTION(PARAMETERIZATION FORCED) or OPTION(PARAMETERIZATION SIM PLE) if @type is 'template'. Use sp_control_plan_guide to drop the plan guide fir st. Verify plan guide name and database of current session.*ls' because the statement specified by @stmt or @statement_start_offset either contains a syntax error or is inelig ible for use in a plan guide. or alter database permission required. Verify that the hints can be applied to the statement.dm_exec_qu ery_stats dynamic management function.*ls' because @type was specified as '%ls' and a non-NULL value is specified for the parameter '%ls'.*ls' is a temporary object. 10527 16 Cannot create plan guide '%. 10528 16 Cannot create plan guide '%. 10530 16 Cannot create plan guide '%. 10520 16 Cannot create plan guide '%. 10524 16 Cannot parameterize @querytext.*ls' because its trigger '%. 10526 16 Cannot drop %S_MSG '%.does not match any statement in the specified module or batch. Provide a single valid Transact-SQL statement or a valid starting position of the statement within the batch. but the RECOMPILE hint it co ntains was ignored. 10515 16 Cannot create plan guide '%. Record the plan guide definition for future use if needed.*ls' because there is already a plan guide '%.*ls' because you do not have needed permission.*ls' matched statement after it was parameterized automatically by FORCED or SIMPLE parameterization. 10509 16 Cannot create plan guide '%.*ls'. 10523 16 Cannot generate query template because @querytext does not conta in a valid single query. 10525 10 Plan guide '%.*ls' because object '@module_or_batc h' is encrypted. To obtain a valid st arting position. Alter database permission required. Consider tuning query using other techniques such as indexes an d statistics.*ls'.*ls' because the hints specified in @hints cannot be applied to the statement specified by either @stmt or @statemen t_start_offset.*ls' because @type was specified as '%ls' and the parameter '%ls' is NULL. 10529 16 Cannot create plan guide '%.*ls'.*ls' because there is already a plan guide with that name in the database. This type requires a non-NULL value for t he parameter. This type requi res a NULL value for the parameter. 10516 16 Cannot create plan guide '%. Consider dropping this plan guide or removing RECOMPILE from it.*ls' because @module_or_batch can no t be compiled. query the 'statement_start_offset' column in the sys. 10513 16 Cannot %S_MSG %S_MSG '%. Alter permission on object referenced by plan guide.*ls' does not exist or you do not have needed permission.*ls' because @hints has illegal valu e. and that you have needed permission. Specify NULL for the parameter.*ls' of @type 'template' on @stmt.*ls' is refere nced by plan guide '%.*ls' because the object '%. Pl an guide name cannot begin with a '#' character. *ls' on table '%. Grant the VIEW SERVER STATE permission to the u ser creating the plan guide. Disable c hange tracking on the table before disabling the index. query the sys. 10606 16 Cannot disable the clustered index "%. Mak e sure that all necessary database objects exist. 10534 16 Cannot create plan guide '%. Verify that the plan guide ID is valid. Specify a name that contains fewer than 125 characters.*ls' becau se the column '%. and execute the statement befo re creating the plan guide. or specify NULL.*ls' whose clustered index '%. Create a plan guide for each statement in the batch or module by specifyin g a statement_start_offset value for each statement.*ls' because a plan was not found in the plan cache that corresponds to the specified plan handle.*ls" becaus e the table is published for replication. 10604 16 Cannot convert a statistic to an index using DROP_EXISTING index option when ONLINE index option is also specified.*ls" on table "%. consider creating an indexed v .*ls' because the enabled plan guide '%.*ls' cannot be created on object '%. 10536 16 Cannot create plan guide '%. Specify the value in the form <parameter_name> <parameter_t ype>.*ls" on view "%. Consider modifying @statement_start_offset to match a statement in module or batch.*ls' because t he view is dependent on base table '%. and disabling the index will drop the constraint.*ls' on view '%. 10610 16 Filtered index '%.*ls' is disa bled. 10602 16 Mixing old and new syntax in CREATE/ALTER/DROP INDEX statement i s not allowed.*ls' cannot be disabled because the table has change tracking enabled.*ls' because the batch or module cor responding to the specified @plan_handle contains more than 1000 eligible statem ents.*ls' from cache because the user doe s not have adequate permissions.*ls' becau se it is not a user table. 10601 16 Cannot specify included columns for a clustered index.*ls" becau se the indexed view is published for replication.*ls' from cache because a query plan is not available for the statement with start offset %d. 10607 16 The clustered index '%. Change tracking requires a primary key cons traint on the table. 10609 16 Filtered %S_MSG '%. 10605 16 Cannot disable primary key index "%. Disable change tracking on the ta ble before disabling the clustered index.*ls' because the plan guide name exc eeds 124.This problem can occur if the statement depends on database objects that have not yet been created. or you do not have permission on the object referenced by the plan guide.*ls' contains the same scope and starting offset value of the statement. 10537 16 Cannot enable plan guide '%.*ls' cannot be created on table '%.*ls' in the filter expression is a computed column. 10608 16 The index '%.*ls' because the batch or module spe cified by @plan_handle does not contain a statement that is eligible for a plan guide.dm_exec_query_stat s dynamic management view. the current session is set to the correct database context. Specify a cached plan handle. Specify a different value for @plan_handle. 10532 16 Cannot create plan guide '%. the maximum number of characters allowed.*ls' cannot be disabled because th e table has change tracking enabled. 10531 16 Cannot create plan guide '%. and you have ALTER permission on the obj ect referenced by the plan guide or ALTER DATABASE permission.*ls' on table '%. 10603 16 Cannot rebuild clustered index '%. Rewrite the filter expression so that it does not include this column.batch. 10533 16 Cannot create plan guide '%. 10538 16 Cannot find the plan guide either because the specified plan gui de ID is NULL or invalid. If you are trying to create a filtered index on a view. 10535 16 Cannot create plan guide '%. Disa ble the existing plan guide before enabling the specified plan guide. Filtered indexes are only supported on tables. 10539 16 Cannot create plan guide '%.*ls' because the value specified for @params is invalid. For a list of cached plan handles. 10708 15 DEFAULT is not allowed on the right hand side of "%.*ls' in the filter expression is of a CLR data type. Insert the THROW statement inside a CATCH block. A compressed index is not supported on table that contains sparse columns or a column set co lumn. 10620 16 Filtered %S_MSG '%.*ls' on table '%.*ls'. a THROW statement must be used inside a CAT CH block.*ls" 10709 15 The number of columns for each row in a table value constructor must be the same. 10621 16 The index '%.*ls' becau se the column '%. or GROUPING SETS specification. Rewrit e the comparison to use the IS [NOT] NULL comparison operator to test for NULL v alues. 10623 16 Filtered statistics '%. . or add error paramete rs to the THROW statement.*ls' cannot be created on object '%. The key length fo r this index (%d bytes) exceeds the maximum allowed length of '%d' bytes when us ing the vardecimal storage format.). Views cannot be indexed in a federated database.*ls' could not be created.*ls" is READONLY and cannot be mod ified. 10612 16 Filtered %S_MSG '%.*ls' in the filter expression is compared with a constant of hi gher data type precedence or of a different collation.*ls' in the filter expression is compared with a constant that cannot be converted to the data type of the column. The m aximum number is %d when grouping sets are supplied. 10703 15 Too many grouping sets. 10713 15 A MERGE statement must be terminated by a semi-colon (. 10633 16 Invalid online index creation operation 10700 16 The table-valued parameter "%.*ls' becau se the filter expression contains a comparison with a literal NULL value. Rewrite the statement so that it does not use the IGNORE_DUP_KEY option. 10705 15 Subqueries are not allowed in the OUTPUT clause. 10706 15 Too many expressions are specified in the GROUP BY clause.*ls' in the filter expression of the index is a column set.*ls' cannot be created on table '%. 10622 16 The %S_MSG '%.*ls' could not be created because the column '%. To resolve this error. 10617 16 Index '%. 10611 16 Filtered %S_MSG '%.*ls' becau se the column '%.*ls' becau se the column '%.*ls' could not be created or rebuilt.*ls' because th e statement sets the IGNORE_DUP_KEY option to ON.*ls' cannot be created on table '%. 10711 15 An action of type 'INSERT' is not allowed in the '%S_MSG' clause of a MERGE statement. Rewrite th e filter expression so that it does not include this column. 10618 16 Cannot %S_MSG filtered index '%. CUBE. explicitly convert the constant to the same data type and collation as th e column '%. They are only allowed in 100 mode or higher. Rewrite the filter expressio n so that it does not include this comparison. 10704 15 To rethrow an error. 10632 16 Index '%. Converting a column to th e data type of a constant is not supported for filtered %S_MSG. 10701 15 The READONLY option cannot be used in an EXECUTE or CREATE AGGRE GATE statement. 10707 15 The CUBE() and ROLLUP() grouping constructs are not allowed in t he current compatibility mode. 10702 15 The WITH CUBE and WITH ROLLUP options are not permitted with a R OLLUP. The maximum number is %d.iew with the filter expression incorporated in the view definition.*ls' cannot be created on table '%. 10631 16 Index '%.*ls' could not be created or rebuilt. Filtered statistics are only supported on user t ables.*ls' because it is not a user table.*ls' could not be created or rebuilt. A unique or clust ered index on a federated table must contain the federated column. 10710 15 An action of type '%S_MSG' is not allowed in the 'WHEN NOT MATCH ED' clause of a MERGE statement. 10619 16 Filtered %S_MSG '%.*ls' on table '%.*ls' cannot be created on table '%. or MERGE statement. 10718 15 Query hints are not allowed in nested INSERT.10714 15 An action of type '%S_MSG' cannot appear more than once in a '%S _MSG' clause of a MERGE statement. 10736 15 A full-text stoplist statement must be terminated by a semi-colo n (. INTERSECT. 10743 15 The number of rows provided for a OFFSET clause must be an integ . 10725 15 Cannot use the VARYING option in a DECLARE. or MERGE statement. The PARTITION=ALL clause is used to reinforce that all partitions of th e table or index will be rebuilt. or MERGE statement is not allow ed in the FROM clause of an UPDATE or DELETE statement. a variable cannot be set to a column and e xpression in the same assignment in the SET clause of an UPDATE action. UPDATE. or MERGE statement is not allow ed as the table source of a PIVOT or UNPIVOT operator. or MERGE statements. CREATE AGGREGATE or CREATE FUNCTION statement. 10726 15 User defined aggregates do not support default parameters. DELETE. UPDATE. 10733 15 A nested INSERT. UPDATE. 10716 15 A nested INSERT. 10735 15 Incorrect WHERE clause for filtered %S_MSG '%. 10720 15 An OUTPUT INTO clause is not allowed in a nested INSERT. DELETE. DELETE.). UPDATE. DELETE. DELETE. DELETE. UPDATE. DELETE. 10724 15 The FORCESEEK hint is not allowed for target tables of INSERT. or MERGE statement is not allow ed in the USING clause of a MERGE statement. 10730 15 A nested INSERT. 10741 15 A TOP can not be used in the same query or sub-query as a OFFSET .*ls' on table '%. Modify the SET clause to only sp ecify assignments of the form 'SET @variable = column' or 'SET @variable = expre ssion'. 10738 15 The number of row value expressions in the INSERT statement exce eds the maximum allowed number of %d row values. UPDATE. 10722 15 The DISTINCT keyword is not allowed when the FROM clause contain s a nested INSERT. PARTITION=ALL must be sp ecified. even if only a subset is specified in the DATA _COMPRESSION clause. 10727 15 A nested INSERT. INTERSECT or EXCEPT operator. UPDATE. or MERGE statement. 10740 15 A search property list statement must end with a semicolon (. 10729 15 A nested INSERT. UPDATE.* ls'. DELETE. UPDATE. 10731 15 A nested INSERT. 10732 15 A nested INSERT. or MERGE statement must have an OUTPUT clause. 10737 15 In an ALTER TABLE REBUILD or ALTER INDEX REBUILD statement. DELETE. DELETE. 10721 15 The WHERE CURRENT OF clause is not allowed in a nested INSERT. DELETE.). UPDATE. or MERGE statement is not allow ed on either side of a JOIN or APPLY operator. 10723 15 In a MERGE statement. or MERGE statement is not allow ed inside another nested INSERT. UPDATE. 10739 15 The insert column list used in the MERGE statement cannot contai n multi-part identifiers. or MERGE statement. Use single part identifiers instead. DELETE. U PDATE. 10717 15 The %S_MSG clause is not allowed when the FROM clause contains a nested INSERT. 10728 15 A nested INSERT. DELETE. DELETE. Assignme nts of the form 'SET @variable = column = expression' are not valid in the SET c lause of an UPDATE action in a MERGE statement. or MERGE statement is not allow ed on either side of a UNION. U PDATE. 10742 15 The offset specified in a OFFSET clause may not be negative. 10734 16 Variable assignment is not allowed in a statement containing a t op level UNION. or MERGE statement. UPDATE. or DELETE statements. UPDATE. or MERGE statement is not allow ed in a SELECT statement that is not the immediate source of rows for an INSERT statement. when a partition is specified in a DATA_COMPRESSION clause. or EXCEPT operator. 10777 16 Procedure '%.*ls' function must hav e exactly one expression. 10763 15 GROUP BY clause can only contain one query hint. Reduce number of grouping colum ns and re-run the query. Remove the extra INDEX hints and resubmit the query.*ls' may not have ORDER BY in OVER clause. 10759 15 Use of DISTINCT is not allowed with the OVER clause. 10757 15 The function '%. U PDATE.*ls. or DELETE statements. 10764 15 Number of grouping columns in the query exceeded maximum number allowed. 10771 15 The %S_MSG '%ls' is not yet implemented with in-memory tables. Remove one of the hints and resubmit the query. Valid expressions for data type %ls scale argument are integer constants and integer constant expressions. 10753 15 The function '%. 10749 15 The FORCESEEK hint cannot be used with index 0. 10744 15 The number of rows provided for a FETCH clause must be greater t hen zero. 10766 15 CENTRAL_AGG must be specified after all columns in the GROUP BY clause.*ls' is an in-memory table and can only be accessed fro m a natively compiled stored procedure. 10756 15 Window frame with ROWS or RANGE must have an ORDER BY clause. SQL Server allows 64k grouping columns.*ls' may not have a WITHIN GROUP clause. 10760 16 Scale argument is not valid.*ls' cannot be executed because it is a natively co mpiled procedure that has not been deployed.*ls function is not allowed in the current compatibility m ode. 10755 15 The function '%.*ls' cannot be created on an in-memory table because it is non-covering. Use ei ther INDEX hints and a non-parameterized FORCESEEK hint or use a parameterized F ORCESEEK hint without INDEX hints for each table or view. 10748 15 There are multiple FORCESEEK hints specified on the same table o r view. Modify the qu ery and re-run it. . 10745 15 The FORCESCAN hint is not allowed for target tables of INSERT.er. 10776 16 Table '%. 10751 15 The ORDER BY in WITHIN GROUP clause of '%. 10758 15 The function '%. 10761 16 Invalid data type %. 10775 16 Table or view '%. Modify the query and re-run it.*ls' may not have a window frame. 10778 16 Cannot create a hekaton table without columns. 10768 15 LABEL hint can only be used one time in the query. 10746 15 The FORCESCAN hint is specified simultaneously with the FORCESEE K hint. Remove the extra FORCESEEK hints and resubmit the query. Modify the query and re-run it. 10752 15 The function '%.*ls' is not an in-memory table and cannot be ac cessed from a natively compiled stored procedure. 10750 15 The FORCESCAN hint cannot be used with more than one INDEX hint. 10754 15 The function '%. Correct the inde x provided to the FORCESEEK hint and resubmit the query. Remove the extr a hints and re-run the query.*ls' must have an OVER clause. 10762 16 The %.*ls in function %.*ls' takes between %d and %d arguments. It is only allowed in 110 mode or higher. 10770 15 The %S_MSG '%ls' is not supported with in-memory tables. 10773 15 The %S_MSG '%ls' is not yet implemented with natively compiled s tored procedures.*ls' must have a WITHIN GROUP clause. 10772 15 The %S_MSG '%ls' is not supported with natively compiled stored procedures. Modify the query and re-run it. 10774 16 Index '%. 10747 15 The parameterized FORCESEEK hint cannot be simultaneously used w ith INDEX hints or a non-parameterized FORCESEEK hint on the same object. 10765 15 DISTRIBUTED_AGG and CENTRAL_AGG hints cannot be used with a CUBE or ROLLUP clause. 10767 15 DISTRIBUTED_AGG hint cannot be used when the GROUP BY clause con tains the same column more than once. *ls' with value of %u. 10913 16 Users are not allowed to %S_MSG the workload group '%. Reduce the value for one or more pools.*ls'. The maximum number of resou rce pools cannot exceed current limit of %u including predefined resource pools. or the user does not have permission to access it. or change pool affinity. 10785 15 The %S_MSG '%ls' is not supported with an active xtp transaction . There are active session s in workload groups being dropped or moved to different resource pools.*ls' is not an in-memory table.*ls'. 10915 16 The operation could not be completed.*ls' is not a valid resource governor clas sifier user-defined function.*ls' with value of %u is less than attribute '%. MODIFY REPLICA command for each replica option that you want to modify.*ls 10802 10 Failed to enqueue a task to register a Service Principal Name (S PN) for the SQL Server service. Disconn ect all active sessions in the affected workload groups and try again.. Enter a separate ALTER AVAILABILITY GROU P . 10783 16 The body of a natively compiled stored procedures must be an ATO MIC block. 10914 16 The name of the %S_MSG '%. 10904 16 Resource governor configuration failed. %u.*ls' resource pool.*ls' val ue. and have no parameters. 10801 16 Failed to stop the listener for Windows Failover Cluster resourc e '%. 10907 16 Attribute '%.*ls' for classifier user-defined fu nction either does not exist. 10912 16 The operation could not be completed. Altering '%. 10910 16 The operation could not be completed. SQLOS error code: %d. 10906 16 The object '%. The specified '%.'%. 10781 16 The object '%. A valid classifier user-defined function must be s chema-bound. '%.*ls'.*ls' in th e '%. and returned error code %d. 10782 16 BEGIN ATOMIC is only supported inside natively compiled stored p rocedures. 10909 16 The resource pool cannot be created. see "System Error Codes" in the Windows Development Documentation. Reduce the server load or try the operation on a dedicate d administrator connection. 10900 16 Failed to configure resource governor during startup.. Dropping predefined %S_MSG is not allowed. 10901 16 User does not have permission to alter the resource governor con figuration.*ls' does not exist. 10905 16 Could not complete resource governor configuration because there is not enough memory. 10903 16 The specified schema name '%. Kerberos authentication will not be possible unt il a SPN is added manually or SQL Server is restarted. 10784 16 The WITH clause of BEGIN ATOMIC statement must specify value for the option '%ls'.*ls' failed to start. Check SQL Server error log for specific error messages or check the consistency of master database by running DBCC CHECKCATALOG('master'). or the user does not have permission to use it.*ls' cannot begin with # of ##. 10780 16 Conversion from '%ls' to '%ls' is not yet implemented with nativ ely compiled stored procedures. 10911 16 Requested operation cannot be performed because the resource poo l '%. Error: %d.*ls' because of compilation e rrors.*ls' %S_MSG is . 10800 16 The listener for the WSFC resource '%. 10908 16 Attribute '%. %.*ls ' with value of %u. causes the sum of minimums on all resource pools on scheduler %u to exce ed 100 percent. so that the sum is less than or equal to 100.10779 16 Deployment failed for procedure '%. 10786 16 The ALTER AVAILABILITY GROUP command failed because it contained multiple MODIFY REPLICA options: %ls. 10902 16 User-defined function '%s' does not exist in master database. return sysname.*ls' with value of %u is greater than attribute '%. For more information about this error code. *ls' val ue. causes the sum of minimums on all workload groups using resource pool '% . 10924 16 The pool affinity range is invalid. 11002 16 Deferred accessor validation occurred. The maximum %S_MSG number that is available to this instance is %d. 11004 16 Successfully returned a NULL value. 10918 16 Cannot create %S_MSG '%. 11032 16 The table was in immediate-update mode. 10984 16 Resource governor reconfiguration failed. Classifier elapsed time: %I64u ms. The resource governor is not available in this edit ion of SQL Server. 11033 16 The row was released even though it had a pending change. 10925 16 A %S_MSG value was specified more than one time in the pool affi nity range list. %u.*ls' to exceed 100 percent. 11015 16 The column was skipped when setting data. You can manipulate resource governor metadata but you will no t be able to apply resource governor configuration. 11031 16 The row was successfully deleted. 11003 16 Could not convert the data value due to reasons other than sign mismatch or overflow. 11010 16 The user did not have permission to write to the column.*ls' because it already exists. 10983 16 Resource governor '%ls' operation was canceled by user. Invalid binding for this column. See previous errors in SQL Server error log from session ID %ld for details. 11013 16 The column had a bad status. 11006 16 Could not convert the data type because of a sign mismatch.*ls'. 11000 16 Unknown status code for this column. It is being used as a resource governor classifier. Rerun the statement. 11008 16 The provider cannot allocate memory or open another storage obje ct on this column. 10920 16 Cannot %S_MSG user-defined function '%. Either a 'WITH' or 'USING' clause must be specified. 10919 16 An error occurred while reading the resource governor configurat ion from master database. 11012 16 The data value violated the schema for the column. Drop or remove all workload groups using this resource pool before dropping it.*ls'. 10921 16 The '%. 11007 16 Conversion failed because the data value overflowed the data typ e used by the provider. The specified '%. 10981 10 Resource governor reconfiguration succeeded.*ls' because it contains workload g roup '%. 11011 16 The data value violated the integrity constraints for the column . 10916 16 Cannot drop resource pool '%. 10923 16 %ls failed.*ls' %S_MSG.not allowed. 11014 16 The column used the default value. 10982 16 Failed to run resource governor classifier user-defined function . 10917 16 ALTER WORKLOAD GROUP failed. 10922 16 %ls failed.*ls' %S_MSG cannot be moved out of '%. 10927 16 The operation could not be completed. 11009 16 The provider cannot determine the value for this column. and deleting a single ro w caused more than one row to be deleted in the data source. 10926 16 The %S_MSG range that specifies %S_MSG %d to %d includes at leas t one %S_MSG that is not available to the current instance. The lower bound %d must be l ess than the upper bound %d. 11005 16 Successfully returned a truncated value. Reduce the value or modify other workload groups so that the sum is less than or equal to 100. Check the integrity of master database or contact the system administrator. . Only Enterprise edition of S QL Server supports resource governor. 11001 16 Non-NULL value successfully returned. 11101 16 Could not obtain an interface required for text. 11203 16 This message has been dropped because the FROM broker instance i s missing. 11208 16 This message has been dropped because the service contract name exceeds the maximum size of %d bytes. Service name: "%. 11106 16 The provider could not support deletion on this table. such as an RPC failure. 11202 16 This message has been dropped because the FROM service name exce eds the maximum size of %d bytes.*ls".*ls". 11048 16 There was a recoverable. 11209 16 This message could not be delivered because the conversation ID could not be associated with an active conversation. 11207 16 This message has been dropped because the service contract name is missing. Message origin: "%ls". The message origin is "%ls". 11045 16 User did not have sufficient permission to delete the row. or image access. 11036 16 The rowset was using optimistic concurrency and the value of a c olumn has been changed after the containing row was last fetched or resynchroniz ed. 11211 16 This message has been dropped because the user does not have per . 11104 16 The provider could not support insertion on this table. 11039 16 DBPROP_CHANGEINSERTEDROWS was VARIANT_FALSE and the insertion fo r the row has been transmitted to the data source. 11044 16 The provider ran out of memory and could not fetch the row. Message origin: "%ls". 11210 16 This message has been dropped because the TO service could not b e found. The message origin is: '%ls'. 11041 16 The row handle was invalid or was a row handle to which the curr ent thread does not have access rights. 11108 16 The provider could not support a required property. The message origin is "%ls". Broker instance: "%. 11038 16 The row is a pending insert row. Service name: "%. 11107 16 The provider could not support a row lookup position. Message origin: "%l s". such as query execution timing out. 11047 16 Updating did not meet the schema requirements. 11206 16 This message has been dropped because the TO service name exceed s the maximum size of %d bytes. 11100 16 The provider indicates that conflicts occurred with other proper ties or requirements. Contract name "%. Service name: "%. Message origin: "%ls". The message origin is '%ls'.*ls". 11103 16 The provider could not support an interface required for the UPD ATE/DELETE/INSERT statements.11034 16 Deletion of the row was canceled during notification. 11102 16 The provider could not support a required row lookup interface. 11037 16 The row has a pending delete or the deletion had been transmitte d to the data source. 11046 16 The table was in immediate-update mode and the row was not delet ed due to reaching a limit on the server. Message origin: " %ls". ntext. provider-specific error. 11205 16 This message has been dropped because the TO service name is mis sing. 11204 16 This message has been dropped because the FROM broker instance e xceeds the maximum size of %d bytes.*ls". 11105 16 The provider could not support updates on this table. 11201 16 This message could not be delivered because the FROM service nam e is missing. 11040 16 Deleting the row violated the integrity constraints for the colu mn or table. The message origin is: '%ls '. 11042 16 Deleting the row would exceed the limit for pending changes spec ified by the rowset property DBPROP_MAXPENDINGROWS. 11109 16 The provider does not support an index scan on this data source. 11043 16 The row has a storage object open.*ls". 11221 16 This message could not be delivered because there is an inconsis tency in the message header.*ls. 11228 16 This message could not be delivered because the target service h as sent a message with a message type that can only be sent by the initiator. 11222 16 This message could not be delivered because the TO service name in the message does not match the name in the conversation endpoint. Message origin: &amp. state %d: %. Service contract name: '%. 11235 16 Received a malformed message.*ls'.*ls'.*ls'. Error code %d. Conversation endpoint service contract name: '%.*ls'. 11232 16 This message could not be delivered because the conversation end point is secured. 11231 16 This message could not be delivered because the conversation end point is not secured.*ls'. 11216 16 This message could not be delivered because there is already ano ther task processing this message. Message type name: '%. 11234 16 This message could not be delivered because an internal error wa s encountered while processing it. This may indicate network problems or that another application is connected to the Service Broker endpoint.mission to access the target database. Database ID: %d.*ls'. 11223 16 This message could not be delivered because the service contract name in the message does not match the name in the conversation endpoint. Service contract n ame: '%.*ls'. 11227 16 This message could not be delivered because the initiator servic e has sent a message with a message type that can only be sent by the target. 11224 16 This message could not be delivered because another instance of this service program has already started conversing with this endpoint. 11226 16 This message could not be delivered because the message type is not part of the service contract.*ls'.%ls&amp.*ls'. Service name: '%. Message TO Service Name: '%. Conversation Endpoint TO Service Name: '%. 11220 16 This message could not be delivered because the TO broker instan ce is missing..*ls'. Queue ID: %d.*ls'. 11215 16 This message could not be delivered because the user with ID %i in database ID %i does not have permission to send to the service. 11230 16 This message could not be delivered because the message could no t be decrypted and validated. 11229 16 This message could not be delivered because the security context could not be retrieved.*ls'. Me ssage type name: '%. 11219 16 This message could not be delivered because the destination queu e has been disabled. Service contract name: '%. The binary message class (%d:%d) i s not defined. Me ssage type name: '%. however the message is not secured. Message type name: '%. 11213 16 This message could not be delivered because this is not the firs t message in the conversation. Conversation receive sequence number: %I64d. 11225 16 This message could not be delivered because the message type nam e could not be found. Messa ge service contract name: '%. Message sequence number: %I64d.*ls' contract could not be found or the service does not accept conversations for the contrac t.quot. 11217 16 This message could not be delivered because it is out of sequenc e with respect to the conversation. 11212 16 This message could not be delivered because the conversation end point has already been closed. 11214 16 This message could not be delivered because the '%. 11236 16 A corrupted message has been received.quo t. 11218 16 This message could not be delivered because it is a duplicate. 11233 16 This message has been dropped because the session key of the con versation endpoint does not match that of the message. The binary header size of . however the message is secured. and Message sequence number: %I64d. This occurred in the message with Conversation ID ' %. The private variable data segment is malformed. 11239 16 A corrupted message has been received. The handshake validation header is malformed. 11238 16 A corrupted message has been received. however the message body. The encryption flag is se t. The destination certifica te serial number is missing. The security certificate key fields must both be present or both be absent. The message was dropped. 11244 16 A corrupted message has been received. 11255 16 A corrupted message has been received. and Message sequence number: %I64d. howev er it must be no greater than %d bytes in length. Initiator: %d. 11240 16 A corrupted message has been received. and Message sequence number: %I64 d. The MIC is present. This occurred in the message with Conversation ID '%. This occurred in the m essage with Conversation ID '%. This occurred in the message with Conversation ID '%. and Message sequence number: %I64d. The MIC and session key I D are in an invalid state. 11246 16 A corrupted message has been received. The session key ID is mis sing. The conversation security version number is not %d. Initiator: %d. and Message sequence number: %I64d. . Initiator: %d. This occurred in the message with Conversation ID '%. The maximum number of pub lic variable data elements (%d) has been exceeded. The pre-master-secret is invalid. and Message sequence number: %I64d. a nd Message sequence number: %I64d. Initiator: %d. The service pair security header destination certificate. 11249 16 A corrupted message has been received. This occurred in the message w ith Conversation ID '%. The maximum number of pri vate variable data elements (%d) has been exceeded. The binary message preamb le is malformed. and Message sequence number: %I64d. Initiator: %d. Private variable data elemen ts found: %d. 11242 16 A corrupted message has been received. and the session key must all be present or all be absent. 11254 16 A corrupted message has been received. The MIC size is %d. The private variable data element (%d) has been duplicated in this message.*ls'. the key exchange key ID. MIC or salt is missing. 11251 16 A corrupted message has been received. howev er the message body or encryption flag is missing. Initiator: %d. 11253 16 A corrupted message has been received. Initiator: %d. Public variable data elements found: %d. 11241 16 A corrupted message has been received. Initiator: %d. 11258 16 A corrupted message has been received.*ls'. 11256 16 A corrupted message has been received.*ls'. 11252 16 A corrupted message has been received.*ls'. The login negotiate heade r is invalid. 11237 16 A %S_MSG message could not be processed due to insufficient memo ry.*ls'. 11243 16 A corrupted message has been received. The public variable data element (%d) has been duplicated in this message. The service pair security header source certificate and the signature must both be present or both be abs ent. and Message sequence number: %I64d. 11248 16 A corrupted message has been received. The SSPI login header is invalid.%d is expected. The private variable data segment extends beyond the length of the message.*ls'. 11257 16 A corrupted message has been received.*ls'.*ls'. 11250 16 A corrupted message has been received. Initiator: %d. This occurred in the message with Conversation ID '%. however the header size received was %d. 11245 16 A corrupted message has been received.%d. This occurred in the message with Conversation ID '%. This occurred in the messag e with Conversation ID '%. 11247 16 A corrupted message has been received. *ls'. the key exchange key. *ls'.*l s'.*ls'. 11273 16 A corrupted message has been received. 11270 16 A corrupted message has been received. Initiator: %d. The certificate issuer na me size is %d. and Message sequence number: %I64d.*ls'.*ls'. 11266 16 A corrupted message has been received.*ls'. The salt size is %d. however it must be between %d and %d bytes. 11265 16 A corrupted message has been received. 11263 16 A corrupted message has been received. This occurred in the message with Conversation ID '%. The service pair security header size is %d. and Message sequence number: %I64d. This occur red in the message with Conversation ID '%. The encrypted session key size is %d. The End of Conversation a . and Message sequence number: %I64d. and Message sequence number: %I64d. This occurred in the message with Conversation ID '%. however it must be %d bytes. This occurred in the message with Conversation ID '%. and Message sequence number: %I64d. The key exchange key ID i s invalid. This occurred in the message with Conversation ID '%. Initiator: %d. however it must be no greater than %d bytes in length. The session key ID size i s %d. 11262 16 A corrupted message has been received. This occurred in the message with Conversation ID '%. 11264 16 A corrupted message has been received. however it must be between %d and %d bytes. Initiator: %d. The conversation ID must not be NULL. however it must be %d bytes. This occurred in the message with Conversation ID '%. howe ver it must be %d bytes. Initiator: %d. 11260 16 A corrupted message has been received. and Message sequ ence number: %I64d. an d Message sequence number: %I64d. The End of Conversation a nd Error flags are both set. The message ID must not b e NULL. Initiator: %d. 11267 16 A corrupted message has been received. The key exchange key size is %d. Initiator: %d. This occurred in the message with Conversation ID '%. 11277 16 A corrupted message has been received. The End of Conversation f lag has been set on an unsequenced message. 11269 16 A corrupted message has been received. A UNICODE string is not t wo byte aligned within the message. and Message sequence number: %I64d. This occurred in the message with Conversation ID ' %. The destination certifica te serial number size is %d. This occ urred in the message with Conversation ID '%. and Message se quence number: %I64d. Initiator: %d. A sequence number is larg er than allowed. and Message sequence number: %I64d. This occurred in the message with Conversati on ID '%. Initiato r: %d. 11271 16 A corrupted message has been received. and Message sequence number: %I64d . and Message sequence n umber: %I64d. This occurred in the message with Co nversation ID '%. and Message sequence number: %I64d. and Message sequence number: %I64d. Initiator: %d. however it must be no greater than %d bytes in length. and Message sequence number: %I64d. however it must be no greater than %d bytes in length .*ls'. This occurred in the message with Conversation ID '%. 11276 16 A corrupted message has been received. and Message sequence number: %I64d. The message body is not p roperly padded for encryption. Init iator: %d. The destination certifica te issuer name size is %d. however it must be no greater than %d bytes in leng th. Initiator: %d. 11261 16 A corrupted message has been received.*ls'. Initiator: %d. This occurred in the message with Conversation ID '%. Initiator: %d. Initiator: %d. and Message sequence number: %I64d. The certificate serial nu mber size is %d. 11274 16 A corrupted message has been received.*ls'.*ls'. Initiator: %d.*ls'.*ls'.11259 16 A corrupted message has been received.*ls'.*ls'. 11272 16 A corrupted message has been received. 11268 16 A corrupted message has been received. This occurred in the message with Conversation ID '%. A UNICODE string is great er than the maximum allowed size of %d bytes. This occurred in the message with Conversatio n ID '%. This occurred in the message with Conv ersation ID '%. 11275 16 A corrupted message has been received.*ls'. Initiator: %d.*ls'. Initiator: %d.*ls'. 11280 16 A packet of size %lu bytes could not be processed because it exc eeds the receive buffer count. The message type is missi ng for this message. Initiator: %d.*ls'. Taking database offline. Service Broker manager and transport will now restart. 11295 10 Endpoint configuration change detected. Initiator: %d. 11298 16 A corrupted message has been received. 11282 16 This message has been dropped due to licensing restrictions. shutting down database (location: %d). 11303 10 Error releasing reserved log space: %ls space %I64d. 11296 10 Certificate change detected. This occurred in the message with Conversation ID '%. 11299 10 A corrupted message has been received. 11278 16 A corrupted message has been received. and Message sequence number: %I64d.*ls'. st ate %d. 11304 10 Failed to record outcome of a local two-phase commit transaction . The message type must not be set in this message. 11313 16 This operation must be executed within a parallel nested transac tion. 11297 16 A corrupted message has been received. 11292 16 The forwarded message has been dropped because a transport send error occurred when sending the message. Initiator: %d. 11301 10 Error while performing transaction notification for object %p ev ent %d.nd Error flags may not be set in the first sequenced message. Check previous events for the error. 11291 16 This forwarded message has been dropped because the time consume d has exceeded the message's time to live of %u seconds (the message arrived wit h %u seconds consumed and used %u seconds in this broker).*ls'. See the documentation for further details. This occurred in the message with Conversation ID '%. 11288 16 This forwarded message has been dropped because a duplicate mess age is already being forwarded. 11290 16 This forwarded message was dropped because the message could not be delivered within the message time to live. 11314 16 The stored procedure %. 11294 16 This forwarded message has been dropped because the destination route is not valid. 11302 10 Error during rollback. Transaction has been rolled back. 11306 16 Forward progress on this transaction is disallowed.*l s'. and Message sequence number: %I64d. The private portion of th e message header is malformed. This occurred in t he message with Conversation ID '%. 11300 10 Error wile committing a readonly or a TEMPDB XDES. 11286 16 Dropped this forwarded message because this SQL Server instance is out of memory. The private variable data segment offset is incorrect.*ls must be executed within a user transa . This may indicate that the forwar ding route is incorrectly configured or that the destination is unavailable. 11285 16 This forwarded message has been dropped because the hops remaini ng count has reached 0. Shutting down the server. 11279 16 A corrupted message has been received. code %d. Initiator: %d. An unsequenced message ha d a non-zero sequence number. The public variable data segment offset is incorrect. 11289 16 This forwarded message has been dropped because its memory usage would exceed the configured memory limit of %d bytes for forwarded messages. This occurred in the message with Conversation ID '%. 11281 16 A corrupted message has been received. 11293 16 This forwarded message has been dropped because a transport is s hutdown. and Message sequence num ber: %I64d. Service Broker manager and transpo rt will now restart. and Message sequence number: %I64d. *ls' becaus e the table contains more than 1025 columns. Every indexed view on the target table must have at l east one matching indexed view on the source table. Index '%.*ls'. Source and target partition s have different values for the DATA_COMPRESSION option. bu t index '%.*ls'. 11412 16 ALTER TABLE SWITCH statement failed because column '%.*ls'.*ls' in table '%.*ls' uses partition function '%.*ls'.*ls' to the table '%.*ls' and '%.*ls'.*ls' becaus e the data type of the column has a default or rule bound to it. Table '%. 11319 16 Bound sessions and user parallel nested transactions cannot be u sed in the same transaction. Unbind the rule or default from the data type before adding the sparse column to the table. Target table '%.*ls' is ref erenced by %d indexed view(s).*ls' is only referenced by %d indexed view(s). Every indexed view on the target table must have at least one matching indexed view on the source table. 11403 16 ALTER TABLE SWITCH statement failed.*ls'. The partitioning column '%.*ls' in the table '%.*ls' does not have the same sparse storage attribute in tables '%. 11404 16 ALTER TABLE SWITCH statement failed. rather than d irectly selecting from the table partitioning column '%.*ls' uses non-equivalen t partition function '%. Indexed view '%.*ls' in the table '%. or dr op and re-create the table. but table '%.*ls' to add or remove the COLUMN_SET attribute. Unbind the rule o r default from the column before designating the column as sparse.*ls' on indexed view '%. Table '%.*ls' from the indexed vi ew calculates its value from one or more columns or an expression.*ls'.*ls' on indexed vi ew '%.*ls' . 11413 16 ALTER TABLE SWITCH statement failed because column '%. which is selected from a different column '%.*ls'.*ls' to a spars e column because the column has a default or rule bound to it.*ls' does . but source table '%. 11405 16 ALTER TABLE SWITCH statement failed. but the index on the indexed view is partitioned on column '%. Reduce the number of columns in th e table to less than 1025.*ls'. 11409 16 Cannot remove the column set '%. Change the indexed view definition.*ls' is %S_MSG. 11408 16 Cannot modify the column '%.*ls' is %S_MSG. 11406 16 ALTER TABLE SWITCH statement failed. e ither modify the table to remove the column and then add the column again. 11402 16 ALTER TABLE SWITCH statement failed.*ls' in the table '%. 11320 16 Cannot create a User Parallel Nested Transaction. 11407 16 Vardecimal storage format can not be enabled for '%. Target table '%. Only E nterprise edition of SQL Server supports vardecimal. To change a COLUMN_SET attribute of a column. but source table '%.*ls' mu st use an equivalent partition function. 11315 16 The isolation level specified for the PNT child transaction does not match the current isolation level for the parent. Index on indexed view '%.*ls' cannot be executed through MARS con nection. 11411 16 Cannot add the sparse column '%. 11316 16 %ls statement cannot be used inside a parallel nested transactio n. The table is partitioned on co lumn '%. 11410 16 Cannot modify the column '%. the maximum nu mber of parallel nested transactions is reached.*ls'. 11317 16 Parallel plan with updates is not supported inside a parallel ne sted transaction.ction.*ls' is not aligned with table '%.*ls' and table '%.*ls' is ref erenced by %d indexed view(s). 11318 16 The stored procedure '%. so that the partitioning column is directly selected from tabl e partitioning column '%.*ls' on indexed view '%.*ls' is not aligne d with the index '%.*ls' is only referenced by %d matching indexed view(s). 11400 16 ALTER TABLE SWITCH statement failed. 11401 16 ALTER TABLE SWITCH statement failed. 11321 16 This operation cannot be executed within an active transaction. Change the indexed view definition so that the partitioning column is the same as the tabl e's partitioning column. *ls' invokes a CLR procedure.*l s' in the main batch is not compatible with the statement '%. 11511 16 The metadata could not be determined because the statement '%. Consider using the WITH RESULT SET S clause to explicitly describe the result set.*ls'.*ls' cannot be uniquely deduced.*ls' in procedure ' %.*ls' i n procedure '%. two p ossibilities are '%ls' and '%ls'.*ls' is used more than once in the b atch being analyzed.*ls' is federated on it.*ls' in the main batch.*ls' i n procedure '%. 11418 16 Cannot %S_MSG table '%. 11512 16 The metadata could not be determined because the statement '%. Consider using the WITH RESULT SETS clause to explicitly describe the result set. Consider using the WITH RESULT SETS clause to explicitl y describe the result set.*ls' c ontains dynamic SQL.*ls' i n procedure '%. 11520 16 The metadata could not be determined because statement '%. 11415 16 Object '%.*ls' and '%.*ls' i nvokes an extended stored procedure. 11519 16 The metadata could not be determined because statement '%.*ls' cannot be deduced because no type would make the query valid.*ls' contains dynamic SQL.not have the same column set property in tables '%.*ls' invokes an extended stored procedure.*ls' i n procedure '%.*ls' because the table '%.*ls'. 11517 16 The metadata could not be determined because statement '%.*ls' u ses an undeclared parameter in a context that affects its metadata. 11510 16 The metadata could not be determined because the statement '%.*ls'.*ls' cannot be disabled or enabled. 11509 16 The metadata could not be determined because the statement '%. 11521 16 The metadata could not be determined because statement '%.*l s' in procedure '%. 11515 16 The metadata could not be determined because statement '%.*l s' is not compatible with the statement '%. 11419 16 Cannot alter or drop column '%. This action applie s only to foreign key and check constraints. if it has any.*ls' and '%. 11513 16 The metadata could not be determined because statement '%.*ls'.*ls' i n procedure '%. 11505 16 The discovered type with the XML schema collection id %d in data base %d is invalid.*ls' is not compatible with the statement '%.*ls because it does not have a clustered index.*l s' in procedure '%. This option will be applied only to the table's nonclustered indexes. 11502 16 The type for parameter '%. 11506 16 The parameter type for '%.*ls' in procedur e '%.*ls' cannot be deduced in this context .*ls' because the table either contains sp arse columns or a column set column which are incompatible with compression. 11414 10 Warning: Option %ls is not applicable to table %. 11503 16 The parameter type cannot be deduced because a single expression contains two untyped parameters.*ls' is not compatible with the statement '%. 11516 16 The metadata could not be determined because statement '%. 11514 16 The metadata could not be determined because statement '%.*ls' i nvokes a CLR trigger.*ls' i nvokes a CLR procedure. 11508 16 The undeclared parameter '%. 11518 16 The metadata could not be determined because statement '%. 11504 16 The discovered type with user type id %d in database %d is inval id. '%.*ls' uses an undeclared parameter in a context that affects its m . 11507 16 The parameter type for '%. 11522 16 The metadata could not be determined because statement '%.*ls'. 11501 16 The batch could not be analyzed because of compile errors. Consider using the WITH RESULT SETS clause to explicitly d escribe the result set.*ls' invokes a CLR trigger. dm_exec_describe_first_result_s et_for_object refers to an object which is not a T-SQL procedure or trigger. 11524 16 The metadata could not be determined because statement '%. 11542 16 sp_describe_undeclared_parameters failed to discover parameter m etadata for remote procedure call because parameters were passed by name and by name parameter metadata discovery failed. 11526 16 The metadata could not be determined because statement '%. 11529 16 The metadata could not be determined because every code path res ults in an error. Please rerun the statement .*ls' is invalid or not a table type. Modify the input param eter and re-run sp_showmemo_xml. 11535 16 EXECUTE statement failed because its WITH RESULT SETS clause spe cified %d result set(s).*ls' i n procedure '%. Set these options to OFF and re-run sp_sho wmemo_xml.*ls'.*ls' does not support metadata discovery.*ls' c auses indirect recursion. 11525 16 The metadata could not be determined because statement '%. 11538 16 EXECUTE statement failed because its WITH RESULT SETS clause spe cified type '%ls' for column #%d in result set #%d. 11546 16 sp_showmemo_xml cannot run when the STATISTICS XML. 11528 16 The metadata could not be determined because statement '%. 11534 16 Type '%. 11550 16 The metadata could not be determined because remote metadata dis . 11543 16 SET STATISTICS XML ON and SET STATISTICS PROFILE ON are not allo wed inside any procedure or batch that executes through an EXECUTE statement tha t has a WITH RESULT SETS clause. 11539 16 One of the types specified in WITH RESULT SETS clause has been m odified after the EXECUTE statement started running. 11548 16 The stored procedure 'sp_showmemo_xml' is not available in this edition of SQL Server. 11527 16 The metadata could not be determined because statement '%.*ls' causes indirect recursion.*ls' uses a temp table. 11530 16 The metadata could not be determined because there are no code p aths that reach the end of the batch.*ls' is not a valid object name for result set definitio n. 11531 16 The object id '%d' passed to sys. 11541 16 sp_describe_first_result_set cannot be invoked when SET STATISTI CS XML or SET STATISTICS PROFILE is on. and the statement tried to send more result sets than t his. 11545 16 Remote result set discovery cannot be done inside SELECT INTO.*ls' d oes not support metadata discovery.dm_exec_describe_first_result_s et_for_object was invalid. STATISTICS P ROFILE or SHOWPLAN set option is on.etadata. there is no conversion between the two types. 11523 16 The metadata could not be determined because statement '%. 11533 16 Type '%. 11537 16 EXECUTE statement failed because its WITH RESULT SETS clause spe cified %d column(s) for result set number %d. 11536 16 EXECUTE statement failed because its WITH RESULT SETS clause spe cified %d result set(s).*ls' u ses a temp table. and the corresponding type s ent at run time was '%ls'. Modify the input parameter and re-run the stored procedure. but the statement sent %d column(s ) at run time. 11532 16 The object id '%d' passed to sys. 11547 16 Only one statement can be used as input parameter to sp_showmemo _xml. see previous errors for some of these.*ls' i n procedure '%. but the statement only sent %d result set(s) at run tim e. 11549 16 Using stored procedures is not supported. 11544 16 Could not deduce type for parameter in position '%d' for remote call to module '%.*ls' i n procedure '%. *ls' must be less than its maximum value. 11706 16 The cache size for sequence object '%.*ls' must be less than or equal to the difference between the minimum and maximum val ue of the sequence object. 11652 10 %ls statements are not supported at the top level in a data-tier application. 11653 10 Cannot execute as the user '%. 11618 15 Combining column level permissions with other permissions is not allowed in the same GRANT/DENY/REVOKE statement. bigint. 11613 15 Numbered stored procedures are not supported. . or decimal or numeric with a scale of 0. 11624 15 ALTER ROLE statements can only be used to add a member to a role . 11605 15 %S_MSG are not allowed at the top level.*ls' is not allowed. 11602 10 %ls statements are not verified. 11701 16 The absolute value of the increment for sequence object '%.*ls' for sequence object '%. 11623 15 ALTER TABLE statements can only be used to add a single constrai nt. 11651 10 %ls statements with a '%.*ls' because it does not exist. 11705 16 The minimum value for sequence object '%.*ls' in a %ls statement is not a llowed. 11608 15 Creating temporary stored procedures is not allowed. 11625 16 '%ls' is either corrupt. 11551 16 The metadata could not be determined because remote metadata dis covery failed for statement '%. 11606 15 Specifying server name in '%. tinyint.*ls' must be of data type int. and the correspondi ng value sent at run time was null. 11619 16 There is not enough stack available to compile the statment.*ls'.*ls' has been set to NO CA CHE. 11617 16 An unknown error has occurred trying to load '%hs'.*ls' option are not supported in a data -tier application.*ls' must be be tween the minimum and maximum value of the sequence object.covery failed for statement '%. 11612 15 Multiple statements in a T-SQL batch are not allowed at the top level. sm allint. 11620 15 REVOKE statements can only be used to revoke column level permis sions.*ls' cannot be zero. 11614 15 %ls is not supported. 11707 10 The cache size for sequence object '%. 11601 15 %ls statements with a '%.*ls'. 11603 15 %ls statements are not allowed at the top level. 11552 16 The @browse_information_mode parameter expects a tinyint with va lues 0.*ls' must be between the minimum and maximum value of the sequence object. 11609 16 An internal error occurred while building the project.*ls' in procedure '%. 11611 15 Specifying schema elements in the CREATE SCHEMA statement is not supported. 11622 16 CREATE ASSEMBLY can only be created FROM a constant binary expre ssion. 11607 15 Specifying database name for '%.*ls' must be greater than 0. or any user-defined da ta type that is based on one of the above integer data types. 1 or 2. 11702 16 The sequence object '%. not readable or not accessible. %ls 11610 16 There is not enough memory to build the project. 11553 16 EXECUTE statement failed because its WITH RESULT SETS clause spe cified a non-nullable type for column #%d in result set #%d. 11704 16 The current value '%. 11700 16 The increment for sequence object '%.*ls' option are not allowed. 11621 10 SQL Server started in Language Service mode. 11703 16 The start value for sequence object '%. DELETE. or MERGE statement.*ls' must be a positive integer. OUTPUT.*ls'. the cache size has been automatically set to accommodate the remaining sequence values. views. user-defined functions. 11734 16 NEXT VALUE FOR function is not allowed in the SELECT clause when the FROM clause contains a nested INSERT. 11711 15 Argument 'AS' cannot be used in an ALTER SEQUENCE statement.11708 16 An invalid value was specified for argument '%. 11715 15 No properties specified for ALTER SEQUENCE. user-defined table types.*ls' for the give n data type. GROUP BY.*ls' can not be specified more than once.*ls' has reached its minimum or maximum v alue. def ault objects. or the WHEN NOT MATCHED BY SOURCE clause of a me rge statement. 11726 16 Object '%. UNION. 11714 15 Invalid sequence name '%. 11710 15 Argument 'START WITH' cannot be used in an ALTER SEQUENCE statem ent. common table expressions. 11738 16 The use of NEXT VALUE FOR function is not allowed in this contex t. 11735 16 The target table of the INSERT statement cannot have DEFAULT con straints using the NEXT VALUE FOR function when the FROM clause contains a neste d INSERT. or MERGE statement. or deri ved tables. 11719 15 NEXT VALUE FOR function is not allowed in check constraints. user-defined aggr egates. 11727 16 NEXT VALUE FOR functions for a given sequence object must have e xactly the same OVER clause definition.*ls' exceeds the maxi mum or minimum limit. 11739 16 NEXT VALUE FOR function cannot be used if ROWCOUNT option has be . 11731 16 A column that uses a sequence object in the default constraint m ust be present in the target columns list. sub-queries.*ls' cache size is greater than the numbe r of available values. 11722 15 NEXT VALUE FOR function is not allowed in the WHEN MATCHED claus e. the WHEN NOT MATCHED clause. computed columns. 11717 15 NEXT VALUE FOR function does not support the OVER clause in defa ult constraints. 11709 15 The 'RESTART WITH' argument cannot be used in a CREATE SEQUENCE statement. WHERE. or MERGE statements. 11737 15 NEXT VALUE FOR function does not support the ROWS and RANGE clau ses. UPDATE statements. if the same sequence object appears i n a row constructor. 11733 16 Parameter '%. 11729 10 The sequence object '%. 11720 15 NEXT VALUE FOR function is not allowed in the TOP. UPDATE. UPDATE. DELETE.*ls' is not a sequence object. OVER. HAVING. 11736 16 Only one instance of NEXT VALUE FOR function per sequence object is allowed in SET or SELECT with variable assignment. or ORDER BY clauses. Restart the sequence object to allow new values to be generated. UNION ALL. 11725 15 An expression that contains a NEXT VALUE FOR function cannot be passed as an argument to an aggregate. EXCEPT or INTERSECT operator. 11730 16 Database name cannot be specified for the sequence object in def ault constraints. ON. 11721 15 NEXT VALUE FOR function cannot be used directly in a statement t hat uses a DISTINCT. 11712 15 Argument '%. 11732 16 The requested range for sequence object '%. 11728 16 The sequence object '%. 11724 15 An expression that contains a NEXT VALUE FOR function cannot be passed as an argument to a table-valued function. 11716 15 NEXT VALUE FOR function does not support the PARTITION BY clause . 11723 15 NEXT VALUE FOR function cannot be used directly in a statement t hat contains an ORDER BY clause unless the OVER clause is specified. 11718 15 NEXT VALUE FOR function does not support an empty OVER clause. Retry with a smaller range. *ls. 12005 16 Incorrect parameters were passed to the CREATE %S_MSG statement near '%.*ls' does not have a clustered primary key as required by the %S_MSG index.*ls' co uld not be created because the column type is not %S_MSG . Retry the restore operation through SQL Writer after addres sing any network issues and making sure that SQL Server is running. or a non-%S_MSG index might be using the same name. 12014 16 The '%. 12016 16 Creating a %S_MSG index requires that the primary key in the ba se table satisfy the following restrictions. all the parts must be defined. Make sure that the primary key column exists on the table b efore creating a %S_MSG index.en set.%.*ls' of CREATE %S_MSG must be greater than %d. or specify the extension scheme in a USING clause.*ls' is not a part of this federation.*ls'. avoiding duplicates. 11741 16 NEXT VALUE FOR function cannot be used within CASE. or the query contains TOP or OFFSET. Specify a column name that refers to a column with a %S_MSG data type. while referencing co lumn '%. 12015 16 The index option %. either as the first or the last hinted index.*ls'. COAL ESCE.*ls' parameter of CREATE %S_MSG is incompletely defined. 12010 16 Only one spatial index hint may appear per table. 12002 16 The requested %S_MSG index on column '%. If the parameter has more than one part. 11800 16 RESTORE WITH SNAPSHOTRESTOREPHASE=2 for database '%ls' failed be cause an earlier RESTORE WITH SNAPSHOTRESTOREPHASE=1 may have failed as a result of a network error. drop the regular relational index. 12012 16 The value of parameter '%. 12013 16 The value of parameter '%. Either no %S_MSG index with this name exists. 12011 16 The value of parameter '%.*ls.%. 12008 16 Table '%. Fix the index name. IIF.*ls' is not.*ls' has %d columns.*ls' of CREATE %S_MSG must be less tha n %d. 12017 10 The spatial index is disabled or offline 12018 10 The spatial object is not defined in the scope of the predicate 12019 10 Spatial indexes do not support the comparand supplied in the pre dicate 12020 10 Spatial indexes do not support the comparator supplied in the pr edicate 12021 10 Spatial indexes do not support the method name supplied in the p . The primary key on the base table '%. Alter the base table to satisfy the primary-key restrictions imposed b y the %S_MSG index. 11742 16 NEXT VALUE FOR function can only be used with MERGE if it is def ined within a default constraint on the target table for insert actions. 11902 16 Federation scheme key '%.*ls' for column of type %. If a relational index has the same name. 12006 16 Duplicate parameters were passed to the create index statement. 12007 16 The CREATE %S_MSG statement is missing the required parameter '% .*ls' on table '%. The maximum combined per-row size of the primary-key columns is % d bytes.*ls' on table '%.*ls' of table '%.*ls' of CREATE %S_MSG must be greater than the value of parameter '%. CHOOSE.*ls'.*ls'. Validate the statement against the index-creation syntax. Validate the statement against the index-creation syntax.*ls'.*ls. Make sure that the column reference is correct. Specify a valid tessellation scheme name in your USING clause.*ls in the CREATE %S_MSG statement has to app ear before the general index options.*ls' is a federated column. 11740 16 NEXT VALUE FOR function cannot be used in a default constraint i f ROWCOUNT option has been set. Validate the statement against the index-creation syntax. 12009 16 Could not find the %S_MSG index '%. The maximum number of primary-key c olumns is %d. 12003 16 Could not find spatial tessellation scheme '%. 12004 16 Could not find the default spatial tessellation scheme for the c olumn '%. or the query contains TOP or OFFSET. 11901 16 Column '%. and contains %d bytes.*ls' in foreign key '%. ISNULL and NULLIF. 12813 16 Errors were encountered in the %S_MSG '%.*ls' resolves differently in the tar get metadata collation '%.*ls' while client connections are waiting on change notification. Either the containment option of the database '%. 12822 16 sp_migrate_user_to_contained cannot be used to copy a password t o an old hash algorithm. 12804 16 Feature or option "%ls" breaches containment in a contained data base.*ls' because it is a system database.*ls'. Please see Books Online topic Understanding Contained Databases for more i nformation on contained databases.*ls' than in the current metadata collation '%.redicate 12022 10 The comparand references a column that is defined below the pred icate 12023 10 The comparand in the comparison predicate is not deterministic 12024 10 The spatial parameter references a column that is defined below the predicate 12025 10 Could not find required binary spatial method in a condition 12026 10 Could not find required comparison predicate 12101 16 Cannot disable change tracking on database '%. or this object was present in model db and the user tried to create a new con tained database. Use the dat abase name to alter a system database. Attempting to change the 'contained database authentication' value to 0 while there are existing contained databases require s a RECONFIGURE WITH OVERRIDE.*ls'. 12104 15 ALTER DATABASE CURRENT failed because '%.*ls' cannot be set on a database while containment is being set to NONE. 12820 16 sp_migrate_user_to_contained can not be used with a user with a password or a user type other than SQL Login. Use either '%. 12805 16 Index name '%.*ls' resolves differently in the target metadata collation '%. System databases cannot be altered by using the CURRENT keyword. 12821 16 sp_migrate_user_to_contained cannot be used on a user used in th e EXECUTE AS clause of a signed module.*ls' during compilation of the object. *ls'.*ls' resolves differently in the tar get metadata collation '%.*ls' is ambiguous and cannot be resolved. 12811 16 The user options for the instance must be set to 0 in order to % S_MSG a contained database.*ls' r esolves differently in the target metadata collation '%. 12801 16 The reference to cursor name '%.*ls' was specified multiple times. 12824 16 The sp_configure value 'contained database authentication' must be set to 1 in order to %S_MSG a contained database. Possible candidates are '%. parameter or goto label '%. 12818 16 RECONFIGURE failed.*ls' than in the current metada ta collation '%. 12800 16 The reference to temp table name '%. 12817 16 The reference to the variable. 12808 16 The option '%.*ls' cannot be set on non-contained database. Please close those connections before disabling change tracking. 12816 16 The type or XML schema collection referenced as '%.*ls' and '%. 12810 16 The option '%.*ls' than in the current metadata collation '%.*ls'. 12823 16 sp_migrate_user_to_contained can not find the login for user '%.*ls' is a system databa se. 12815 16 The column referenced as '%.*ls' is ambiguous and cannot be resolved. 12803 16 Containment cannot be enabled for database '%.*ls'.*ls'.*ls' was change d. 12807 16 The option '%.*ls' or '%. 12814 16 The object referenced as '%. You may need to use RECONF .*ls'. 12819 16 sp_migrate_user_to_contained cannot be used in a non-contained d atabase (a database with CONTAINMENT set to NONE).*ls' is too long.*ls' than in the current metadata collation '%. Maximum length for temp table in dex name is %d characters. *ls' in tempdb cannot be referenced from local temp table '%. because the check constraint '%. 12835 10 The definition of the %S_MSG '%. because the computed column '%. which differs from the collation used in a non-contained database.*ls'. 12840 16 CREATE DATABASE failed. 12827 16 User-named %ls constraint '%. Please consult the Books Online topic Understanding Contained Database s for more information on contained databases. In a contained database. the output collation of this buil tin function has changed to '%.*ls' because the object depends on builtin function '%s'. 12841 16 ALTER DATABASE failed.*ls' is a contained database. 12836 16 ALTER DATABASE statement failed.*ls' because the temp table is being created in a contained database. 12830 16 The sp_configure 'user options' setting must be zero if the Data base Engine has contained databases. because the schema bound %S_MSG '%.*ls' depends on b uiltin function '%s'.*ls' cannot be altered to a conta ined database. 12829 16 The stored procedure '%. Please consult the B ooks Online topic Understanding Contained Databases for more information on cont ained databases. 12839 16 Replication. Change Data Capture and Change Tracking are not sup ported in contained databases. 12834 16 The database '%.*ls' depends on builtin functio n '%s'. the output collation of this builtin function h as changed to '%. Recollating the database failed while cr eating the partially contained database '%. The option 'contained database authentication' setting is 0. Users with passwords will not be able to login to contained databases. 12828 16 User-defined %S_MSG '%. 12837 16 CREATE DATABASE statement failed. 12838 16 Replication.*ls' could not be created or altered to a contai ned database.*ls' on %S_MSG '%. 12826 16 RECONFIGURE WITH OVERRIDE set the 'contained database authentica tion' to 0 while there are contained databases in use. which differs from the collation used in a non-contained database. The contained database '%. This will disrupt authent ication for contained users and will not allow new contained databases to be cre ated. the output collation of this buil tin function has changed to '%. this functionality is not avai lable in the current edition of SQL Server.*ls' could not be created because compilation errors were encountered during validat ion of SQL modules.*ls'.*ls' refers to a group of numbered store d procedures.*ls' was refreshed as part of al tering the containment option of the database '%. Numbered stored procedures are not available in contained database s.*ls'. Change Data Capture and Change Tracking are not sup ported in contained databases.*ls' depends on b uiltin function '%s'.*ls' could not be created or altered to a contai ned database. 12825 16 The database cannot be contained.*ls' could not be altered because compilation errors were encountered during validation of SQL modules.*ls'. Please consult the Books Online topic Understanding Contained Databases for m ore information on contained databases. The containment option of the d atabase '%. 12832 16 The database '%.*ls' could not be created or altered to a contai ned database.*ls'.*ls' because it is being created in a contained database.IGURE to set the value_in_use. The database '%. In a contained database. In a contained database. In a contained database.*ls' is not allowed on temp table ' %.*ls' on table '%. the output collation of this builtin function has changed to '%. since it has one of these options turned on. See previous errors. 12833 16 The database '%. The option cannot be enabled on the contained dat abase '%s'. with a default data collation o f '%. which differs from the collation used in a non-contained database. 12831 16 Database '%.*ls'. See previous errors. Recollating the database failed while alt . which differs from the collation used in a non-contained database. 12980 16 Supply either %s or %s to identify the log entries.ering the database '%.*ls' to containment='%ls'. 12842 16 The COLLATE CATALOG_DEFAULT clause cannot be used in a constrain t. Detach and re-attach the database to correct the database state in master. 12843 16 The containment state of database '%. 13001 16 file name 13002 16 audit 13003 16 audit specification 13004 16 audit name 13005 16 server role 13006 16 server principal 13008 0 receive 13010 0 read 13012 0 a USE database statement 13013 0 a procedure. index filter expression.*ls' does not match the val ue in master. computed column. 12981 16 You must specify %s when creating a subplan. function or trigger 13014 0 indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations 13015 0 spatial index operations 13016 0 an INTO clause 13019 0 a SELECT INTO statement 13020 0 option 13021 0 offset option 13022 0 statistics option 13024 0 function name 13025 0 varbinary (128) NOT NULL 13026 0 parameter 13027 0 convert specification 13028 0 index 13029 0 table 13030 0 database 13031 0 procedure 13032 0 trigger 13033 0 view 13034 0 default 13035 0 rule 13036 0 system table 13037 0 unknown type 13038 0 SET option 13039 0 column 13040 0 type 13041 0 character string 13042 0 integer 13043 0 identifier 13044 0 number 13045 0 indexes 13047 0 object 13049 0 built-in function name 13050 0 aggregate function 13051 0 XML INDEX 13052 0 CLR type 13053 0 xml schema collection 13054 0 EXTENDED INDEX 13055 0 SPATIAL INDEX 13056 0 spatial . or any schema-bound object. Contained database functionality will not work as expected. 12982 16 Supply either %s or %s to identify the plan or sub-plan to be ru n. 13057 13058 13059 13060 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 13086 13087 13088 13089 13090 13092 13093 13094 13095 13096 13097 13098 13099 13100 13101 13102 13105 13106 13107 13108 13109 13110 13111 13112 13113 13114 13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129 13130 13131 13132 13133 13134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 16 16 16 16 16 16 0 0 0 a planguide batch geometry or geography conversation priority tablegroup an assignment a cursor declaration replication filter variable assignment statistics file filegroup server write function database collation drop alter message type contract service queue table valued function event notification synonym lock thread communication buffer Common Language Runtime critical section partition scheme DETACH create route remote service binding Initiator Target host synchronization object generic waitable object application role schema user login certificate role find endpoint sql:variable sql:column XML namespace assembly fulltext catalog execute as symmetric key principal security descriptor hypothetical index nonclustered index credential transfer Cumulative wait time (ms) per second Waits started per second . culture or public key mismatch 13176 0 component 13177 16 IL compilation 13178 16 Inproc data access 13179 16 DDL operations 13180 16 execution cache cleanup 13181 16 unspecified operation 13182 16 dialog 13183 10 The certificate's private key cannot be found 13184 10 The certificate's private key size is incompatible with the cryp to provider 13185 10 The certificate's public key size is incompatible with the crypt o provider 13186 10 The certificate's private key size is incompatible with the encr ypted key exchange key 13187 10 The certificate's public key size is incompatible with the secur ity header's signature 13188 10 The certificate's private key is password protected 13189 10 The key exchange key has an invalid size after being decrypted w .13135 0 Waits in progress 13136 0 Average wait time (ms) 13137 0 Cumulative execution time (ms) per second 13138 0 Execs started per second 13139 0 Execs in progress 13140 0 Average execution time (ms) 13141 16 asymmetric key 13142 0 an INSERT SELECT statement 13143 16 partition function 13144 16 partition scheme 13145 16 encryption 13146 16 signature 13147 16 password 13148 16 rename 13149 16 end dialog 13150 16 END CONVERSATION WITH ERROR 13151 16 MOVE CONVERSATION 13152 16 receive sequenced message 13153 16 receive end conversation 13154 16 receive end conversation with error 13155 16 receive broker error 13156 16 receive message acknowledgement 13157 16 terminate conversation 13158 16 broker error 13159 16 countersignature 13160 16 BEGIN CONVERSATION TIMER 13161 16 fire conversation timer 13162 16 END CONVERSATION WITH CLEANUP 13163 16 BEGIN DIALOG CONVERSATION 13164 16 SEND 13165 16 conversation 13166 16 conversation group 13167 16 system 13168 16 Service Broker 13169 16 Database Mirroring 13170 0 table or indexed view 13171 16 conversation handle 13172 16 GET CONVERSATION GROUP 13173 16 master key 13174 16 another assembly with same SQL name is already present in the cu rrent database 13175 16 version. ith the certificate private key 13190 10 The database principal used to lookup the cert is invalid 13191 10 The database principal has no mapping to a server principal 13192 10 The certificate is disabled for BEGIN DIALOG 13193 16 encryption algorithm 13194 16 authentication protocol 13195 10 Certificate not found 13196 10 Certificate not yet valid 13197 10 Certificate expired 13198 10 Certificate is larger than maximum allowed size 13199 10 message timestamp 13202 10 TO BROKER INSTANCE 13203 10 TO SERVICE 13204 10 FROM BROKER INSTANCE 13205 10 FROM SERVICE 13206 10 SERVICE CONTRACT 13207 10 MESSAGE TYPE 13208 10 MESSAGE INTEGRITY CHECK 13209 10 KEY SALT 13210 10 SESSION KEY 13211 10 KEY EXCHANGE KEY 13212 10 SOURCE CERTIFICATE ISSUER NAME 13213 10 SOURCE CERTIFICATE SERIAL NUMBER 13214 10 DESTINATION CERTIFICATE ISSUER NAME 13215 10 DESTINATION CERTIFICATE SERIAL NUMBER 13216 10 SECURITY HEADER SIGNATURE 13217 10 MESSAGE BODY 13218 10 STATEMENT 13219 10 clustered index 13220 10 primary xml index 13221 10 manual failover 13222 10 automatic failover 13223 10 failover from partner 13224 10 role synchronization 13225 10 FORCE_SERVICE_ALLOW_DATA_LOSS 13226 10 add 13227 10 to 13228 10 from 13229 10 enable 13230 10 disable 13231 10 remap 13232 10 INSERT 13233 10 UPDATE 13234 10 DELETE 13235 10 WHEN MATCHED 13236 10 WHEN NOT MATCHED 13237 10 WHEN NOT MATCHED BY SOURCE 13238 10 TOP or OFFSET 13239 10 GROUP BY 13240 10 HAVING 13241 10 ORDER BY 13243 10 OUTPUT INTO 13244 10 SELECT 13245 10 WHERE 13246 10 unexpected 13247 10 The crypto API has detected bad data while trying to perform a d ecryption operation 13248 10 OUTPUT 13249 10 Temporary tables 13250 10 Labels . actual: 0x%08x) unable to decrypt page due to missing DEK CREATION_DISPOSITION PROVIDER_KEY_NAME key source ENCRYPTION BY public key private key cryptographic provider cryptographic provider DLL path cryptographic provider friendly name version guid create credential for cryptographic provider key name key persistence cryptographic provider key thumbprint length cryptographic provider key blob length encryption algorithm tag name thumbprint IV(Initialization Vector) length bit length constraint database encryption key Anchor record Page dictionary Compression information structure Fulltext Query String Fulltext Query Language Fulltext Query Max Keys fulltext stoplist Success .13251 13252 13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267 13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282 13283 13284 13285 13286 13287 13288 13289 13290 13291 13292 13293 13294 13295 13296 13297 13298 13299 13301 13302 13303 13304 13373 13374 13375 13376 13377 13378 13379 13380 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 16 16 16 16 16 16 16 16 16 16 10 10 10 10 10 availability group type table event target event action event session event package event object event predicate comparator event attribute or predicate source customizable attribute event predicate predicate source event attribute partitioned not partitioned resource pool workload group resource governor move UPDATETEXT WRITETEXT torn page (expected signature: 0x%08x. actual: 0x%08x) invalid protection option invalid encryption key unable to decrypt page decryption failure (expected: 0x%08x.Consult EKM Provider for details . actual signature: 0x%08x) incorrect checksum (expected: 0x%08x. 14008 11 There are no publications. If the problem persists. Avoid using this feature in new development work. Avoid using this collation in new development work. 13405 10 The ability to use '@' and names that start with '@@' as Transac t-SQL identifiers will be removed in a future version of SQL Server. Avoid using this feature in new deve lopment work. consult EKM Provid er for details 13388 10 Key Flags 13389 10 Key Name 13390 10 Key Type 13391 10 Location: 13392 10 Location relative to the specified target node: 13393 10 search property list 13394 10 MERGE 13395 10 PAD_INDEX 13396 10 FILLFACTOR 13397 10 SORT_IN_TEMPDB 13398 10 IGNORE_DUP_KEY 13399 10 STATISTICS_NORECOMPUTE 13400 10 Extended stored procedure API will be removed in a future versio n of SQL Server.Consult EKM Provider for details 13385 10 Authentication Failure . Avoid using this feature in new developm ent work.Consult EKM Provider for details 13384 10 Object Not Found . Avoid usi ng this feature in new development work.No explanation is available. Drop all subscriptions to the publication before atte mpting to drop the publication. and plan to modify applic ations that currently use it. and plan to m odify applications that currently use it. and plan to modify applic ations that currently use it.Consult EKM Provider for details 13386 10 Invalid Argument . 13402 10 The ability to INSERT NULL values into TIMESTAMP columns will be removed in a future version of SQL Server. and plan to modify applications that curr ently use it.Consult EKM Provider for details 13382 10 Insufficient Buffer . and plan to modify applications that currently use it. Avoid using this feature in new dev elopment work. 13408 10 %ls will be removed in the next version of SQL Server. Avoid u sing this feature in new development work. 14005 16 Cannot drop the publication because at least one subscription ex ists for this publication. 14002 16 Could not find the 'Sync' subsystem with the task ID %ld. 14003 16 You must supply a publication name. 14006 16 Could not drop the publication. and plan to modify applications that cu rrently use it. Use OPTION (FAST n) instead. Use DEFAULT instead. 14004 16 %s must be in the current database. 13403 10 The ability to use string literals as column aliases will be rem oved in a future version of SQL Server. Use AS clause i nstead. and plan to modify applications that currently use it. 13404 10 The ability to use '#' and '##' as the name of temporary tables and stored procedures will be removed in a future version of SQL Server. consult Books Online for troubleshooting information.Consult EKM Provider for details 13383 10 Not Supported . 13407 10 FASTFIRSTROW hint will be removed in the next version of SQL Ser ver. .Consult EKM Provider for details 13387 10 Provider Error . replication metadata mi ght be incorrect. 13409 10 Collation '%ls' will be removed in a future version of SQL Serve r. and plan to modify applications that currently use it. and plan to modify applications that currently use it. Avoid using this feature in new development work.13381 10 Failure . 13406 10 The ability to use the DEFAULT keyword as a default value will b e removed in a future version of SQL Server. Avoid using this feature in new development work. or 'data base snapshot character'. 14043 16 The parameter %s passed to stored procedure %s cannot be NULL. or '(view|indexed view|proc|func |aggregate|synonym) schema only'. 14026 16 The value of property 'subscriber_type is not a supported hetero geneous subscriber type. 14018 16 Could not create the publication. 'concurrent'. 14015 16 The replication frequency (@repl_freq) must be either 'continuou s' or 'snapshot'. 14010 16 The remote server '%s' is not defined as a subscription server. '[serializable ]proc exec'. 14023 16 The type must be '[indexed view ]logbased[ (manualview|manualfil ter|manualboth)]'. 'ins_cmd'. Valid options are 'true' or 'false'. 14017 16 Invalid @restricted parameter value. 'database snapshot'. Ensure you specify the server name rather than a network alias. 14035 16 The replication option '%s' of database '%s' has already been se t to true. 'type'. 14025 10 Article update successful. 14036 16 Could not enable database for publishing. 14014 16 The synchronization method (@sync_method) must be '[bcp] native' . 14013 16 This database is not enabled for publication. 'sy nc_object'. 14011 16 Unable to mark server '%s' as a non SQL Server subscriber. 14032 16 The value of parameter %s cannot be 'all'. 14028 16 Only user tables. 14034 16 The publication name (@publication) cannot be the keyword 'all'. 'dest_table'. 14044 16 Unable to clear subscriber status for the server. 14037 16 The replication option '%s' of database '%s' has been set to fal se. 'de st_object'. 14030 16 The article '%s' exists in publication '%s'. or alte r. . 14021 16 The column was not added correctly to the article. 14022 16 The @property parameter value must be either 'description'. 14045 16 Unable to update subscriber_type in MSdistribution_agents table. '[bcp] character'. 'schema_option'. 14031 16 User tables and views are the only valid synchronization objects . 14029 16 The vertical partition switch must be either 'true' or 'false'. 'status'. and stored procedures can be published as 'logbased' articles. 14024 16 The value of property 'subscriber_provider' cannot be NULL. or 'destination_owner'. Reduce the n umber of columns or create the view manually. 'concurrent_c'. 'filter'. 14039 16 Could not construct column clause for article view. 14038 16 Could not disable database for publishing.14009 11 There are no articles for publication '%s'. 14016 16 The publication '%s' already exists. 14019 16 The @operation parameter value must be either add. 14020 16 Could not obtain the column ID for the specified column. or 3 (OLEDB sub scriber). materialized views. 14042 16 Could not create Subscriber. 14040 16 The server '%s' is already a Subscriber. 14027 11 %s does not exist in the current database. drop. 14033 16 Could not change replication frequency because there are active subscriptions on the publication. It is reserved by rep lication stored procedures. 'pre_creation_cmd'. 'del_cmd'. 'creation_script'. The value must be 1 (ODBC subscriber). 'upd_cmd'. Schema replication failed. The publication is not enabled. 14041 16 The '%s' property can only be changed if the publication is enab led for heterogeneous subscriptions. 14012 16 The @status parameter value must be either 'active' or 'inactive '. 14068 16 The subscription status of the object could not be changed. 'inac tive'. 14089 16 The clustered index on materialized view '%s' may not contain nu llable columns if it is to be published using the transaction-based method. 14069 16 Could not update sysarticles. 14053 16 The subscription could not be updated at this time. 14061 16 The @pre_creation_cmd parameter value must be 'none'. 14060 16 Subscriber parameters specifying provider properties must be NUL L for SQL Server subscribers. 14050 11 No subscription is on this publication or article. 14077 10 The publication was updated successfully. or 'subscribed '. T he subscription status could not be changed. 14085 16 The Subscriber information could not be obtained from the Distri butor. 14074 16 The server '%s' is already listed as a Publisher. 14071 16 Could not find the Distributor or the distribution database for the local server. or allow_dts. 'allow_anonymous'. 14056 16 The subscription could not be dropped at this time. 'allow_push'. Drop the subscription and add it ag ain if necessary. 14054 10 The subscription was updated successfully. 14059 16 Materialized view articles cannot be created for publications wi th the properties allow_sync_tran. 'repl_freq'. The Distributor may not be installed. 'enabled_for_i nternet'. 14076 16 Could not grant replication login permission to '%s'. or the local server may not be configured as a Publisher at the Distributor. 14057 16 The subscription could not be created. "none". 14075 16 The Publisher could not be created at this time. or you may not have permission to see available Publishe rs. 14048 16 The server '%s' is not a Subscriber. If the problem persists. The subscription status could not be changed. A subscription exists on it. 14058 16 Cannot create the subscription because the subscription already exists in the subscription database. or 'retention'. 'inactive'. 14078 16 The parameter must be 'description'. 'sync_method'. 'drop'. 14052 16 The @sync_type parameter value must be "automatic". 14062 10 The Subscriber was dropped. 14088 16 The table '%s' must have a primary key to be published using the transaction-based method. or 'subscribed'. 14055 10 The subscription does not exist. The filter clause for article '%s' must not reference the dropped column. 14090 16 Error evaluating article synchronization object after column dro p. 'retention'. 14091 16 The @type parameter passed to sp_helpreplicationdb must be eithe . 14066 16 The previous status must be 'active'. 's tatus'. 14070 16 Could not update the distribution database subscription table. 'taskid'. 14067 16 The status value is the same as the previous status value. 'allow_pull'. "initialize with backup".14046 16 Could not drop article. or "initialize from lsn". or has not been designate d as a valid Publisher. see Books Online for troubleshooting information. "rep lication support only". 'restricted'. 14047 16 Could not drop %s. 14049 16 Stored procedures for replication are the only objects that can be used as a filter. 'immediate_sync'. or 'truncate'. replication metadata might be incorre ct. 14063 11 The remote server does not exist or has not been designated as a valid Subscriber. Only one subscription to the same publicati on is allowed in each subscription database. 14065 16 The @status parameter value must be 'initiated'. 14051 16 The parameter value must be 'sync_type' or 'dest_db'. 'd elete'. 14080 16 The remote server "%s" does not exist. 'active'. allow_queued_tran. 14098 16 Cannot drop Distribution Publisher '%s'. 14093 16 Cannot grant or revoke access directly on publication '%s' becau se it uses the default publication access list. 'dest_table'. "subscriber". 14101 16 The publication '%s' already has a Snapshot Agent defined. Valid values are "publisher". or 'destination_owner'. 'DTS horizontal partitions' or 'no DTS ho rizontal partitions'. 14108 10 Removed %ld history records from %s. 14120 16 Could not drop the distribution database '%s'. 14114 16 The server '%s' is not configured as a Distributor. 14092 16 Could not change article because there is an existing subscripti on to the article. 'schema_option'. 14111 16 The @pre_creation_cmd parameter value must be 'none' or 'drop'. 14113 16 Could not execute '%s'. a 'proc exec' article. 14100 16 Specify all articles when subscribing to a publication using con current snapshot processing. 14115 16 The property parameter value must be %s. 14121 16 Could not drop the Distributor '%s'. or "both". you must first uninstall the exisiting Distribu tor. 'bcp character'. 'parameters'. 14118 16 A stored procedure can be published only as a 'serializable proc exec' article. 14103 16 Invalid "%s" value. Could not subscribe to publication '%s' because non-SQL Server Subscriber '%s' only suppo rts values of 'character'. 'dest_object'. 'concurrent_c'. 14119 16 Could not add the distribution database '%s'. 14095 16 The value for the @sync_method parameter is not valid. 14096 16 The path and name of the table creation script must be specified if the @pre_creation_cmd parameter value is 'drop'. 14097 16 The 'status' value must be 'no column names'. 14122 16 The @article parameter value must be 'all' for immediate_sync pu blications. Check '%s' in the install directory. This distributor database is associated with a Publisher. This Distributor has associ ated distribution databases. 14109 10 The @security_mode parameter value must be 0 (SQL Server Authent ication) or 1 (Windows Authentication). The remote Publisher is using '%s' as Distributor. 14105 10 You have updated the distribution database property '%s' success fully. 14094 16 Could not subscribe to article '%s' because heterogeneous Subscr iber '%s' does not support the @pre_creation_cmd parameter value 'truncate'. To reconfig ure the server as a Distributor. or use the Disable Publishing and Distribution Wizard. 14099 16 The server '%s' is already defined as a Distributor. Disable publishing at the Publisher before attemptin g to drop this relationship. or a 'proc schema only' article. 14106 16 Distribution retention periods must be greater than or equal to 0. 'pre_creatio n_cmd'. 'string literals'.r 'pub' or 'sub'. This distribution database already exists. and 'database snaps hot character' for the @sync_method parameter. the @property parameter value mus t be 'description'. 14107 10 The @max_distretention value must be larger than the @min_distre tention value. 14123 16 The subscription @sync_type parameter value 'manual' is no longe . 'include column na mes'. Use the stored procedure sp_dropdistributor. 14110 16 For stored procedure articles. 14117 16 '%s' is not configured as a distribution database. 14102 16 Specify all articles when unsubscribing from a publication using concurrent snapshot processing. 14112 16 This procedure can be executed only against table-based articles . 'creation_script'. state %d: %s. Valid values are 'true' or 'false'. Valid options are 'p ush' or 'pull'. 14155 16 Invalid article ID specified for procedure script generation. 14136 16 The keyword 'all' is reserved by replication stored procedures. 14144 16 Cannot drop Subscriber '%s'. 14137 16 The @value parameter value must be either 'true' or 'false'. 14161 10 The threshold [%s:%s] for the publication [%s] has been set. 14148 16 Invalid '%s' value. 14143 16 Cannot drop Distributor Publisher '%s'. Check the status of subscriptions to this publication and adjust the threshold value if necessary.r supported. %s 14154 16 The Distributor parameter must be '@heartbeat_interval'. 14159 16 Could not change property '%s' for article '%s' because there is an existing subscription to the article. 14135 16 There is no subscription on Publisher '%s'. 14124 16 A publication must have at least one article before a subscripti on to it can be created. publication '%s'. 14158 10 Replication-%s: agent %s: %s. 14128 16 Invalid @subscription_type parameter value. 14138 16 Invalid option name '%s'. Mak e sure that the logreader and distribution agents are running and can match the latency requirement. %s 14151 18 Replication-%s: agent %s failed. Check the status of subscriptions to this publication and adjust the threshold value if necessary. 14146 16 The article parameter '@schema_option' cannot be NULL. %s 14153 10 Replication-%s: agent %s warning. 14160 10 One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. 14129 16 The @status parameter value must be NULL for 'automatic' sync_ty pe when you add subscriptions to an immediate_sync publication. 14156 16 The custom stored procedure calling the format for the %s comman d specified in the article definition does not match the %s format. 14150 10 Replication-%s: agent %s succeeded. There are Subscribers as sociated with it in the distribution database '%s'. 14157 10 The subscription created by Subscriber '%s' to publication '%s' has expired and has been dropped. Check the status of subscriptions to this publication and adjust the threshold value if necessary. 14162 10 One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. 14139 16 The replication system table '%s' already exists. 14166 10 Disable publishing ignored error msg %d. publisher database ' %s'. 14165 10 One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. 14147 16 Restricted publications are no longer supported. There are subscriptions for it in t he publication database '%s'. %s 14152 10 Replication-%s: agent %s scheduled for retry. 14163 10 One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. 14126 16 You do not have the required permissions to complete the operati on. severity %d. Check the status of subscriptions to this publication and change the expiration threshold value if necessary. 14164 10 One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. 14167 10 Subscription expiration 14168 10 Transactional replication latency 14169 10 Long merge over dialup connection . Check the status of subscriptions to this publication and adjust the threshold value if necessary. 14149 10 Removed %ld replication history records in %s seconds (%ld row/s ecs). 14224 10 Warning: The server name given is not the current MSX server ('% s'). 4 (idle). 14197 10 Value of %s parameter should be in the set %s 14198 10 The value of the %s parameter should be in the range %s.. 14235 16 The specified '%s' is invalid (valid values are greater than 0 b ut excluding %ld).127 [1 = Sunday . The job cannot be targeted at remote servers as currently defined. 0.n 14208 10 1.. Run sp_delete_targetserver at the MSX in order to complete the def ection. Ver ify that the job has at least one step calling xp_sqlmaint. 7 (performing completion actions) 14205 10 (unknown) 14206 10 0. Verify that the specified parameter value is correct. 2 (waiting for thread). 14234 16 The specified '%s' is invalid (valid values are returned by %s). 14199 10 The specified job '%s' is not created for maintenance plans. This prevents M SX operations from being posted.. 2 = Pager. 1 (executing). 14226 10 %ld history entries purged. 14238 10 %ld jobs deleted. 14237 16 When an action of 'REASSIGN' is specified. 64 = Saturday] 14210 10 notification 14211 10 server 14212 10 (all jobs) 14213 10 Core Job Details: 14214 10 Job Steps: 14215 10 Job Schedules: 14216 10 Job Target Servers: 14217 10 SQL Server Warning: '%s' has performed a forced defection of TSX server '%s'. 14218 10 hour 14219 10 minute 14220 10 second 14221 16 This job has one or more notifications to operators other than ' %s'. 14222 16 Cannot rename the '%s' operator. . 14200 16 The specified '%s' is invalid.. 14229 10 Server enlisted into MSX '%s'.14170 10 Long merge over LAN connection 14171 10 Slow merge over LAN connection 14172 10 Slow merge over dialup connection 14196 10 The agent has never been run. 14223 16 Cannot modify or delete operator '%s' while this server is a %s. 14239 10 %ld jobs reassigned to %s. 14227 10 Server defected from MSX '%s'.. the New Login paramet er must also be supplied.n seconds 14207 10 -1 [no maximum]. %ld job(s) deleted. 14240 10 Job applied to %ld new servers. 14225 16 Warning: Could not determine local machine name. 14202 10 before or after @active_start_time 14203 10 sp_helplogins [excluding Windows NT groups] 14204 10 0 (non-idle). 3 (between retries).7 [1 = E-mail. 4 = NetSend] 14209 10 0. 14233 16 Specify a valid job_id (or 0x00 for all jobs).. 14230 10 SP_POST_MSX_OPERATION: %ld %s download instruction(s) posted. 14241 10 Job removed from %ld servers. 14236 10 Warning: Non-existent step referenced by %s. 14232 16 Specify either a job_name. or an originating_server. 14201 10 0 (all steps) . 14231 10 SP_POST_MSX_OPERATION Warning: The specified %s ('%s') is not in volved in a multiserver job. 5 (suspended). 14228 10 Server MSX enlistment changed from '%s' to '%s'. job_id. update. 14264 16 Target server '%s' is not a member of group '%s'. 14256 16 Cannot start the job "%s" (ID %s) because it does not have any j ob server or servers defined. Revise the command script. 14245 16 Specify either the @name. An ID will be assigned by the procedure. Associate the job with a job server by calling sp_ add_jobserver. 14280 16 Supply either a job name (and job aspect). 14255 16 The owner ('%s') of this job is either an invalid login. 14254 10 Job '%s' stopped successfully. 14266 16 The specified '%s' is invalid (valid values are: %s). or @schedule_id. or is n ot a valid user of database '%s'. 14267 16 Cannot add a job to the '%s' job category. Conta ct your system administrator. 14278 16 The schedule for this job is invalid (reason: %s). 14261 16 The specified %s ('%s') already exists. 14276 16 '%s' is a permanent %s category and cannot be deleted. Check the SQL S erver error log and Windows System and Application event logs for possible cause s. 14263 16 Target server '%s' is already a member of group '%s'. 14243 10 Job '%s' started successfully. 14253 10 %ld (of %ld) job(s) stopped successfully.14242 16 Only a system administrator can reassign ownership of a job. 14285 16 Cannot add a local job to a multiserver job category. 14275 16 The originating server must be either local server or MSX server . 14274 16 Cannot add. 14258 16 Cannot perform this operation while SQLServerAgent is starting. 14260 16 You do not have sufficient permission to run this command. @ schedule_name). 14284 16 Cannot specify a job ID for a new job. @job_id or @originating_server. or delete a job (or its steps or schedules) that originated from an MSX server. 14271 16 A target server cannot be named '%s'. or one or more job fi lter parameters. or no date parameters at all. optionally. 14277 16 The command script does not destroy all the objects that it crea tes. 14279 16 Supply either @job_name. 14269 16 Job '%s' is already targeted at server '%s'. @id. 14273 16 You must provide either @job_id or @job_name (and. 14270 16 Job '%s' is not currently targeted at server '%s'. 14283 16 Supply @target_server_groups or @target_servers. Associate the job with a job server by calling sp_a dd_jobserver. or both. Try again later. 14282 16 Supply either a date (created or last modified) and a data compa rator. 14281 10 Warning: The @new_owner_login_name parameter is not necessary wh en specifying a 'DELETE' action. It must contain no more than %ld c haracters. . 14251 16 Cannot specify '%s' as the operator to be notified. 14287 16 The '%s' supplied has an invalid %s. 14257 16 Cannot stop the job "%s" (ID %s) because it does not have any jo b server or servers defined. or @loginname of the task(s) to b e deleted. 14286 16 Cannot add a multiserver job to a local job category. 14272 16 Object-type and object-name must be supplied as a pair. 14252 16 Cannot perform this action on a job you do not own. 14262 16 The specified %s ('%s') does not exist. 14250 16 The specified %s is too long. 14268 16 There are no jobs at this server that originated from server '%s '. 14265 24 The MSSQLServer service terminated unexpectedly. 14288 16 %s cannot be before %s. Specify %s instead of %s to uniquely identify the job. 14357 16 Cannot list '%s' in Active Directory because the name is too lon g. Use "sp_detach_schedule" to remove schedules from a job. 14367 16 One or more schedules were not deleted because they are being us ed by at least one other job.*ls' does not exist in table '%. 14292 16 There are two or more tasks named '%s'. Specify the j ob_id. 14293 16 There are two or more jobs named '%s'. 14366 16 Only members of sysadmin role can modify the owner of a schedule . 14298 16 This server is not currently enlisted into an MSX. Use " sp_detach_schedule" to remove schedules from a job. 14368 16 Schedule "%s" was not deleted because it is being used by at lea st one other job. 14351 16 Cannot complete this operation because an unexpected error occur red. Cannot enlist one MSX into another MSX.%ld). 14370 16 The @originating_server must be either the local server name or the master server (MSX) name for MSX jobs on a target server (TSX).*ls'. 14289 16 %s cannot contain '%s' characters. Specify %s instead o f %s to uniquely identify the schedule.%ld. Use "sp_detach_schedule" to remove schedules from a job. 14301 16 Logins other than the current user can only be seen by members o f the sysadmin role. 14353 16 Cannot determine the service account for this SQL Server instanc e. Use " sp_update_schedule" to update schedules. 14305 16 Column '%. 14377 16 The schedule was not attached to the specified job. 14371 16 There are two or more schedules named "%s". 14307 16 Access to Integration Services package '%s' is denied. 14296 16 This server is already enlisted into MSX '%s'. Specify %s instead of %s to uniquely identify the task. 14299 16 Server '%s' is an MSX. 14306 16 The target server (TSX) version is not compatible with the maste r server (MSX) version (%ld. 14373 16 Supply either %s or %s to identify the schedule. 14375 16 More than one schedule named "%s" is attached to job "%s". 14297 16 Cannot enlist into the local machine. 14291 16 This job is currently targeted at a remote server so cannot also be targeted at the local server. 14374 16 The specified schedule name "%s" is not associated with the job "%s". . The caller m ust own the job or the operation must be performed by a sysadmin. 14290 16 This job is currently targeted at the local server so cannot als o be targeted at a remote server. 14372 16 The schedule was not deleted because it is being used by one or more jobs. 14295 16 Frequency Type 0x2 (OnDemand) is no longer supported. Active Directory common names cannot exceed 64 characters. 14376 16 More than one schedule named "%s" is attached to job "%s". 14350 16 Cannot initialize COM library because CoInitialize failed. 14369 16 The schedule ID "%s" is used by more than one job. 14294 16 Supply either %s or %s to identify the job. 14360 16 %s is already configured as TSX machine 14362 16 The MSX server must be running the Standard or Enterprise editio n of SQL Server 14363 16 The MSX server is not prepared for enlistments [there must be an operator named 'MSXOperator' defined at the MSX] 14364 16 The TSX server is not currently enlisted 14365 16 Specify a valid schedule_uid. 14393 16 Only owner of a job or members of role sysadmin or SQLAgentOpera torRole can start and stop the job. 14419 16 The specified @backup_file_name is not a database backup. 14428 16 Could not remove the monitor as there are still databases involv ed in log shipping. Unable to list directory conte nts.14378 16 @sysadmin_only flag is no longer supported by SQLAgent and kept here only for backwards compatibility 14379 16 Table '%s' foreign key 'originating_server_id' does not have a m atching value in the referenced view 'dbo. Check agent log and logshipping monitor information. 14416 16 This stored procedure must be run in msdb. 14411 16 Cannot delete this plan. 14390 16 Only members of role sysadmin can specify the %s parameter. 14415 16 The user name cannot be null when using SQL Server authenticatio n. Resto red latency is %d minutes. 14410 16 You must supply either a plan_name or a plan_id. 14392 16 Only owner of a job or members of role sysadmin or SQLAgentOpera torRole can purge history of the job. 14396 16 Only members of sysadmin server role can modify multi-server job s 14397 16 Only members of sysadmin server role can start/stop multi-server jobs 14398 16 Only members of sysadmin server role can create multi-server job s 14399 16 Current proxy_id %d and new proxy_id %d cannot be the same. 14395 16 '%s' is a member of sysadmin server role and cannot be granted t o or revoked from the proxy. 14420 16 The log shipping primary database %s. 14423 16 Other databases are enlisted on this plan and must be removed be fore the plan can be deleted.sysoriginatingservers_view'. 14391 16 Only owner of a job or members of sysadmin role can detach a sch edule.%s has backup threshold of %d minutes and has not performed a backup log operation for %d minutes. 14412 16 The destination database is already part of a log shipping plan. Check ag ent log and logshipping monitor information. 14429 16 There are still secondary servers attached to this primary. 14421 16 The log shipping secondary database %s. Specify a valid destination path. 14427 16 A user name is necessary for SQL Server security. 14417 16 Cannot delete the monitor server while databases are participati ng in log shipping. 14426 16 A log shipping monitor is already defined. 14422 16 Supply either @plan_id or @plan_name. The plan contains enlisted databases. 14430 16 Destination path %s is not valid.%s has restore threshold of %d minutes and is out of sync. . Call sp_define_log_sh ipping_monitor with @delete_existing = 1. 14414 16 A log shipping monitor is already defined. 14394 16 Only owner of a job schedule or members of sysadmin role can mod ify or delete the job schedule. Members of sysadmin server role are allowed to use any proxy. 14440 16 Could not set single user mode. 14425 16 The database '%s' does not seem to be involved in log shipping. 14424 16 The database '%s' is already involved in log shipping. Please use sp_gra nt_proxy_to_subsystem to grant permissions to this proxy. 14413 16 This database is already log shipping. 14380 16 Field 'originating_server_id' in table sysoriginatingservers is being referenced by either sysjobs or sysschedules. 14418 16 The specified @backup_file_name was not created from database '% s'. 14400 16 Proxy %d does not have access to subsystem %d. No restore was performed for %d minutes. 14504 16 '%s' is the fail-safe operator. Windows NT user. 14531 16 Permission to access proxy already granted. Verify current permi ssions assignments. 14523 16 "%s" has not been granted permission to use proxy "%s". 14532 16 Supply both %s and %s. @fixed_server_role. or user_password p arameter. 14517 16 A proxy account is not allowed for a Transact-SQL subsystem. 14508 16 Specify both @wmi_namespace and @wmi_query. non-zero severity. 14511 16 The @wmi_query could not be executed in the @wmi_namespace provi ded. 14526 16 The specified category "%s" does not exist for category class "% s". 14509 16 Specify a valid %s when supplying a @wmi_namespace. 14525 16 Only members of sysadmin role are allowed to update or delete jo bs owned by a different login. 14529 16 Proxy "%s" is not a valid Windows user. 14530 16 The Transact-SQL subsystem cannot be executed under the context of a proxy account. Verify that an event class selected in the query exists in the namespace an d that the query has the correct syntax. Ch ange this proxy for all jobsteps by calling sp_reassign_proxy. 14518 16 Cannot delete proxy (%d). non-null performance condition. It should first be associat ed with a server by calling sp_add_jobserver. Windows NT use r. 14520 16 "%s" is not a valid SQL Server standard login.14441 16 Role change succeeded. 14500 16 Supply either a non-zero message ID. It is used by at least one jobstep. and user_password parameters should . 14503 16 The @target_name parameter should not be supplied when specifyin g an @enum_type of 'ALL' or 'ACTUAL'. or @msdb_role shoul d be specified. 14522 16 '"%s" is not a valid role of an msdb database. 14528 16 Job "%s" has no steps defined. 14510 16 Specify a null %s when supplying a @wmi_namespace. Windows NT group. or non-null WMI namespace and query. You must make another operator t he fail-safe operator before '%s' can be dropped. 14533 16 Use either a proxy or user_domain. 14534 16 All user_domain. 14505 16 Specify a null %s when supplying a performance condition. 14527 16 Job "%s" cannot be used by an alert. 14524 16 Supply either %s or %s. or msdb database role. 14507 16 A performance condition must be formatted as: 'object_name|count er_name|instance_name|comparator(> or < or =)|numeric value'. 14516 16 Proxy (%d) is not allowed for subsystem "%s" and user "%s". 14513 10 Analysis query subsystem 14514 10 Analysis command subsystem 14515 16 Only a member of the sysadmin server role can add a job for a di fferent owner with @owner_login_name. 14451 16 The specified @backup_file_name is not a database backup. 14442 16 Role change failed. Gran t permission by calling sp_grant_proxy_to_subsystem or sp_grant_login_to_proxy. 14501 16 An alert ('%s') has already been defined on this condition. or Windows NT group. 14502 16 The @target_name parameter must be supplied when specifying an @ enum_type of 'TARGET'. 14506 16 Cannot set alerts on message ID %ld. 14450 16 The specified @backup_file_name was not taken from database '%s' . 14521 16 "%s" is not a valid SQL Server fixed server role. user_name. or Windows NT group. or none of them. Windows NT user. 14512 16 Specify a valid %s when supplying a @wmi_query. user_name. 14519 16 Only one of @login_name. 10 = Weekend-day) for a monthly-relative job. 14538 10 SSIS package execution subsystem 14539 16 Only a Standard or Enterprise edition of SQL Server can be enlis ted into an MSX. 14573 10 @freq_interval must be a valid day of the week bitmask [Sunday = 1 . 14535 16 The user_domain. 14575 10 @freq_relative_interval must be one of 1st (0x1). and user_password parameters can be specified only for replication subsystems. 14577 10 @freq_recurrence_factor must be at least 1. Version %s or later is required at the MSX. 7 = Satur day. Ownership of these jobs can only be assigned to members of the %s role. 8 = Day.) 14550 10 Command-Line Subsystem 14551 10 Replication Snapshot Subsystem 14552 10 Replication Transaction-Log Reader Subsystem 14553 10 Replication Distribution Subsystem 14554 10 Replication Merge Subsystem 14555 10 Active Scripting Subsystem 14556 10 Transact-SQL Subsystem 14557 10 [Internal] 14558 10 (encrypted command) 14559 10 (append output file) 14560 10 (include results in history) 14561 10 (normal) 14562 10 (quit with success) 14563 10 (quit with failure) 14564 10 (goto next step) 14565 10 (goto step) 14566 10 (idle) 14567 10 (below normal) 14568 10 (above normal) 14569 10 (time critical) 14570 10 (Job outcome) 14571 10 No description available. 3rd [0x4]. 14572 10 @freq_interval must be at least 1 for a daily job. 9 = Weekday. 14576 10 @freq_interval must be between 1 and 10 (1 = Sunday .. 2nd (0x2). 14537 16 Execution in the context of disabled proxy (proxy_id = %d) is no t allowed. 14580 10 job . 14536 16 Only members of the sysadmin role can specify a "%s" parameter.be defined. 14549 10 (Description not requested. 14542 16 It is invalid for any TSQL step of a multiserver job to have a n on-null %s value. 14541 16 The version of the MSX (%s) is not recent enough to support this TSX. 14547 10 Warning: This change will not be downloaded by the target server (s) until an %s for the job is posted using %s. Saturday = 64] for a weekly job. 14544 16 This job is owned by '%s'. 14540 16 Only a SQL Server running on Microsoft Windows NT can be enliste d into an MSX. 14545 16 The %s parameter is not valid for a job step of type '%s'. 4th (0x8) or Last (0x10). 14579 10 Automatically starts when SQLServerAgent starts. 14546 16 The %s parameter is not supported on Windows 95/98 platforms. 14574 10 @freq_interval must be between 1 and 31 for a monthly job. 14543 16 Login '%s' owns one or more multiserver jobs. 14578 10 Starts whenever the CPU usage has remained below %ld percent for %ld seconds.. user_name. 14548 10 Target server '%s' does not have any jobs assigned to it. Contact your system administrator. Only a job owned by a member of the % s role can be a multiserver job. use semicolons (. Database Mail may not be available. 14603 16 Database Mail is not properly configured. 14592 16 DTS Category '%s' was found in multiple parent categories. or LocalDefault DTS categorie s.VersionID = 14589 10 [not specified] 14590 16 DTS Package '%s' already exists with a different ID in this cate gory. 14587 16 Only the owner of DTS Package '%s' or a member of the sysadmin r ole may drop it or any of its versions. You must unique ly specify the package. Repository.) to separate addresses: '%s'. Check the Database Mail error log for more information. 14621 16 Parameter @attachmentencoding does not support the value "%s". 14614 16 %s is not a valid mailserver_type 14615 16 The @username parameter needs to be supplied if the @password is supplied. 14594 10 DTS Package 14595 16 DTS Package '%s' exists in different categories. 14585 16 Only the owner of DTS Package '%s' or a member of the sysadmin r ole may reassign its ownership. Database Mail may not be available. 14602 16 Operator "%s" does not have an e-mail address specified. T . 14599 10 Name 14600 16 Proxy "%s" has not been granted permission to use subsystem "%s" . 14597 16 DTS Package ID '%s' already exists with a different name. 14616 16 Unable to retrieve the newly created credential [%s] from the cr edential store. 14617 16 Mail host database specified is invalid 14618 16 Parameter '%s' must be specified.) to separate addresses. To continue.14581 10 Replication Transaction Queue Reader Subsystem 14582 16 Only a sysadmin can specify '@output_file_name' parameter for a jobstep. 14604 16 Both %s parameters (id and name) cannot be NULL 14605 16 Both %s parameters (id and name) do not point to the same object 14606 16 %s id is not valid 14607 16 %s name is not valid 14608 16 Either %s or %s parameter needs to be supplied 14609 16 Mail database to user database association does not exist and th erefore cannot be updated 14610 16 Either @profile_name or @description parameter needs to be speci fied for update 14611 16 Account sequence number must be supplied for update 14612 16 Each principal should have at least one default profile 14613 16 The specified '%s' cannot use commas (. 14591 16 SSIS folder '%s' already exists in the specified parent folder. or may have encountered an error. or may have en countered an error. 14588 10 ID. You m ust uniquely specify the category to be dropped. 14593 16 SSIS folder '%s' contains packages and/or other folders. You mus t drop these first. C heck the Database Mail error log for information. 14586 16 Only the owner of DTS Package '%s' or a member of the sysadmin r ole may create new versions of it. 14601 16 Operator "%s" is not enabled and therefore cannot receive notifi cations. 14619 16 Received an error on the Service Broker conversation with Databa se Mail. 14596 16 DTS Package '%s' exists in another category. 14620 16 The Service Broker conversation to Database Mail ended without a response from Database Mail. 14583 16 Only a sysadmin can specify '@database_user_name' parameter. This parameter cannot be NULL. 14598 16 Cannot drop the Local. 14622 16 Parameter @importance does not support the value "%s". Only members of t he sysadmin fixed server role and members of the db_owner fixed database role ca n impersonate another user. Use the ALTER DATABASE statement to enable Service Brok er message delivery. Use the ALTER DATABASE statement to enable Service Broker message delivery. or may have encountered an error. 14634 10 Warning: %s' 14635 10 Mail (Id: %d) queued. 14639 10 The mail queue was started by login "%s". or HIGH. 14654 10 Unexpected message received on the ExternalMailQueue. message body: %s. message body: %s. The file names must be separated by a semicolon ". 14631 16 The current user ('%s') either does not have permission to acces s the database specified in the parameter @execute_query_database or cannot impe rsonate the user specified in the parameter @execute_query_as. 14628 16 The format of the parameter @attachments is incorrect. 14653 16 Invalid %s value received on the ExternalMailQueue. Che ck the Database Mail error log for more information. or the value pro vided is not of the correct data type. A query must be specified to attach t he results of the query. 14637 10 Activation failure. 14624 16 At least one of the following parameters must be specified. or CONFIDENTIAL. 14626 16 Parameter @mailformat does not support the value "%s". NORMAL. 14641 16 Mail not queued. conversation _handle: %s. "%s" . 14651 16 Unable to test profile. 14623 16 Parameter @sensitivity does not support the value "%s". PRIVATE. 14625 16 Parameter @attach_query_result_as_file cannot be 1 (true) when n o value is specified for parameter @query. Database Mail may not be available. Mail sen sitivity must be one of NORMAL. 14627 16 Received error %d while sending a message as part of the %s oper ation. 14636 16 No global profile is configured. 14642 10 Default attachment encoding 14643 10 Default dialog lifetime 14644 10 Default maximum file size 14645 10 Extensions not allowed in outgoing mails 14646 10 Number of retry attempts for a mail server 14647 10 Delay between each retry attempt to mail server 14648 10 Minimum process lifetime in seconds 14649 16 Unable to test profile.". 14630 16 Database Mail is not permitted to send files with the file exten sion %s. message body: %s. Mail impo rtance must be one of LOW. 14633 16 The database name "%s" specified in @execute_query_database is i nvalid. Database Mail is stopped. conversation_ handle: %s. Database Mail is stopped. 14650 16 Service Broker message delivery is not enabled in this database. 14640 10 The mail queue stopped by login "%s". Ther e is no user by that name. Use sysmail_st art_sp to start Database Mail. Specify a profile name in the @ profile_name parameter. 14638 10 Activation successful. . 14629 16 There is no configuration parameter named "%s". The mail format must be TEXT or HTML.he attachment encoding must be "MIME". message_type_name: %s. There is no database by that name. message_type_name: %s. conversati on_handle: %s. message_type_name: %s. 14632 16 The user name %s specified in @execute_query_as is invalid. Use sysmail_start_sp to start Database Mail. PERSONAL. 14652 16 Invalid message received on the ExternalMailQueue. Service Broker message delivery is not e nabled in this database. This mail item will not be sent. 14658 16 Failed to retrieve SQLPath for syssubsystems population. extended . 14681 16 Cannot perform this procedure when the collector is disabled. 14676 16 The user does not have permission to change '%s'. proxy_id. 14680 16 Management Data Warehouse database can only be installed on an i nstance of SQL Server 2008 or higher. Compatibility Level mus t be Version80 or higher. 14666 16 User name cannot be supplied when using default credentials 14667 16 Mail Id %d has been deleted from sysmail_mailitems table. Stop the collection set and then try to update it again. message_type_name: %s. 14677 16 The user does not have permission to perform this operation. 14671 16 Cannot update the name or the parameters of the collection item '%s' in the active collection set '%s'.1. 14663 10 Mail Id %d has exceeded the retry count. co nversation_handle: %s. 14684 16 Caught error#: %d. 14660 16 Database Compatibility Level is too low. 14657 16 Mail not queued. message body: %s. logging_level. Level: %d. Stop the collectio n set and then try to delete it again. 14682 16 The state of the collection set has changed. Stop the collection set and then try to update the collection item again. State: %d. 14668 16 Deleting profile %s failed because there are some unsent emails associated with this profile. 14673 16 Cannot delete the collector type '%s'. 14659 16 Failed to retrieve VerSpecificRootDir for syssubsystems populati on. Delete all collection ite ms associated with this collector type and then try to delete it again. The user must be a member of data collector role '%s'.14655 16 Invalid XML message format received on the ExternalMailQueue. Maximum number of mails per day (%ld) for login %s has been exceeded. with Message: %s 14685 16 Collection set: '%s' does not contain any collection items. 14661 16 Query execution failed: %s 14662 10 mailitem_id on conversation %s was not found in the sysmail_send _retries table. 14670 16 Cannot delete the active collection set '%s'. 14679 16 The specified %s (%s) is not valid in this data warehouse. or coll ection_mode. Line: %d. or add collection item to the active collection set '%s'. En able the collector and then try again. 14675 16 Cannot update the name. but it will not sta rt or stop until the collector is enabled.2 (default). 14687 16 Invalid value (%d) of the @cache_window parameter. 14672 16 Cannot delete the collection item '%s' in the active collection set '%s'. Start t he collection set and then try to upload the data again. Allowable val ues are: -1 (cache all upload data from previous upload failures). use force_delete option to force the deletion of t he profile.3 14665 10 Mail items deletion is initiated by user "%s". 14674 16 Cannot upload data for the inactive collection set '%s'. SQL Server Trace collector will attempt to re-create the trace. target. so s tarting the collection set will have no effect. 14664 16 Database Mail logging level: normal . %d items deleted. 14686 16 The MDWInstance and MDWDatabase parameters of the configuration store cannot be null. in Procedure: %s. The user must be a member of data collector role '%s'. This mail item will not be sent. verbose . 14683 16 A collection set in cached mode requires a schedule. 14678 16 SQL Server Trace with id %d has been stopped and closed by exter nal user. Stop the collection set and then try to delete the collection item aga in. This m ail will not be sent. 0 (cache no u . 14692 16 Insufficient priveleges to start collection set: '%s'. N (cache data from N previous upload failures. Upgrade aborted. resource bottlenecks.Performance Counters 14708 10 Collects query statistics.Data Files 14703 10 Disk Usage . To perform an immediate dump. 14690 16 Cannot perform this procedure when the collector is enabled. 14697 16 Unable to convert showplan to XML.pload data). 14712 16 Only dbo or members of dc_admin can install or upgrade instmdw.Log Files 14704 10 Collects top-level performance indicators for the computer and t he Database Engine. Error #%d on Line %d: %s 14698 10 PowerShell Subsystem 14699 16 Data Collector cannot be enabled when SQL Server Agent is stoppe d. 14716 10 Utility Information 14718 10 Utility Information .DMV Snapshots 14707 10 Server Activity . where N >= 1) 14688 16 A collection set cannot start when SQL Server Agent is stopped. Contact an administrator with sufficient permissions to perform this operati on. 14695 16 Cannot collect data on-demand for the collection set '%s' in cac hed mode.s ql. Attach a SQL Server Agent proxy to the collection set befo re retrying. 14720 16 The operation failed because credential '%s' identity is not a v alid Windows account 15001 16 Object '%ls' does not exist or is not a valid object for this op eration. 14694 16 Cannot upload data on-demand for the collection set '%s' in noncached mode. Run the instmdw.Managed Instance 14719 16 "%s" has not been granted permission to use proxy. Only a me mber of the 'sysadmin' fixed server role can start a collection set without a SQ L Server Agent proxy. This may indicate an internal corruption in the collector configuration data. 14700 10 Collects data about the disk and log usage for all databases. Start SQL Server Agent. 14714 16 Attempting to upgrade a Management Data Warehouse of newer versi on '%s' with an older version '%s'. T-SQL text. 14689 16 A collection set cannot start if the management data warehouse i s not configured. 14696 16 Cannot update or delete a system collection set. 14701 10 Disk Usage 14702 10 Disk Usage . Specify a sche dule for the collection set. Enables analysis of poor performing qu eries in relation to overall SQL Server Database Engine activity.Query Activity 14711 10 Changes to SQL dumper configuration will take effect when the co llection set is restarted. . use the dtutil /dump op tion. or add new col lection items to it. 14715 10 Collects data about instances of SQL Server that are managed in the SQL Server Utility. Enables analysis of resource use. Start SQL Server Agent. and Database Engine activity. and query plans of most o f the statements that affect performance. 14705 10 Server Activity 14706 10 Server Activity . 14691 16 The status of the collector cannot be null.sql script to create and configure the managem ent data warehouse. 14693 16 A collection set cannot start without a schedule. 14709 10 Query Statistics 14710 10 Query Statistics . 14713 21 A management data warehouse cannot be installed to SQL Server Ex press Edition. Dis able the collector and then try again. use sys. 15050 11 Cannot bind default '%s'. Use sp_helpserver to show availa ble servers. Use sys. 15004 16 Name cannot be NULL. Supply a valid database name. 15012 16 The device '%s' does not exist. 15040 16 User-defined error messages must have an ID greater than 50000.backup_devices to show a vailable devices. 15016 16 The default '%s' does not exist. 15021 16 Invalid value given for parameter %s. 15015 16 The server '%s' does not exist. 15023 16 User. 15058 16 List of %s has too few names. 15044 16 The type "%s" is an unknown backup device type. 15041 16 User-defined error messages must have a severity level between 1 and 25. Specify a valid database op tion. 15054 10 The current compatibility level is %d. which are not allowed. 15036 16 The data type '%s' does not exist or you do not have permission.databases. Specify a valid parameter value. To see available databases. 15020 10 Statistics have been created for the %d listed columns of the ab ove tables. 15018 10 Table '%s': Creating statistics for the following columns: 15019 16 The extended stored procedure '%s' does not exist. group. 15034 16 The application role password must not be NULL. 15045 16 The logical name cannot be NULL. 15006 16 '%s' is not a valid name because it contains invalid characters. 15033 16 '%s' is not a valid official language name. 15014 16 The role '%s' does not exist in the current database. 15046 16 The physical name cannot be NULL. 15009 16 The object '%s' does not exist in database '%s' or is invalid fo r this operation. 15007 16 '%s' is not a valid login or you do not have permission. 15028 16 The server '%s' already exists. %d. Use ALTER TABLE DROP CONSTRAINT. or %d. Specify a unique database name . 15010 16 The database '%s' does not exist. 15048 10 Valid values of the database compatibility level are %d. 15059 16 List of %s has too many names. 15025 16 The server principal '%s' already exists. 15057 16 List of %s name contains spaces. 15026 16 Logical device '%s' already exists. 15042 10 The @with_log parameter is ignored for messages that are not us_ english version. 15049 11 Cannot unbind from '%s'. 15008 16 User '%s' does not exist in the current database. 15011 16 Database option '%s' does not exist. The default must be created using the CREATE DEFAULT statement. Use the type "di sk" or "tape". 15003 16 Only members of the %s role can execute this stored procedure. 15022 16 The specified user name is already aliased.15002 16 The procedure '%s' cannot be executed within a transaction. 15013 10 Table '%s': No columns without statistics found. 15032 16 The database '%s' already exists. 15017 16 The rule '%s' does not exist. 15053 16 Objects exist which are not owned by the database owner. 15056 10 The suspect flag on the database "%s" is already reset. 15005 10 Statistics for all tables have been updated. 15051 11 Cannot rename the table because it is published for replication. . 15043 16 You must specify 'REPLACE' to overwrite an existing message. or role '%s' already exists in the current database . I t should be 'on'.<msgtext> [.500 bytes. 15110 16 The proposed new database owner is already a user or aliased in the database. nvarchar(max) or varbinary(max) data types. Use CREATE TYPE for th is purpose. 'off'. A system administrator can u nlock this login with the UNLOCK clause of ALTER LOGIN. 15104 16 You do not own a table named '%s' that has a column named '%s'.'NULL' | 'NOT NULL'] 15096 16 Could not find object '%ls' or you do not have required permissi on or the object is not valid for adding extended property. 15112 11 The third parameter for table option 'text in row' is invalid. and user data types must be in the current datab ase. 15080 16 Cannot use parameter %s for a Windows login. varbinary(max). 15106 16 Usage: sp_bindrule rulename. 15070 10 Object '%s' was successfully marked for recompilation. 15103 16 Cannot bind a default to a column created with or altered to hav e a default value. 15100 16 Usage: sp_bindefault defaultname. Only one backup device may refer to any physical device name. 15081 16 Membership of the public role cannot be changed.15060 16 List of %s names contains name(s) which have '%s' non-alphabetic characters. 15102 16 Cannot bind a default to an identity column. This account has been temporaril y locked as a precaution against password guessing. varchar(max). '0'. 15066 16 A default-name mapping of a remote login from remote server '%s' already exists. table. 'data type' [. timestamp. 15098 16 The name change cannot be performed because the SID of the new n ame does not match the old SID of the principal. 15069 16 One or more users are using the database. 15108 16 sp_addtype cannot be used to define user-defined data types for varchar(max). 15062 16 The guest user cannot be mapped to a login name. xml. 15063 16 The login already has an account under a different user name. 15077 16 Rule. The requested operatio n cannot be completed. a sparse column. or CLR type. tempdb or distribu tion database. ntext. 15061 16 The add device request was denied. xml. 15079 10 Queries processed: %d. 15113 16 Too many failed login attempts.FALSE | TRUE [. 'futureonly'] 15101 16 Cannot bind a default to a computed column. and user data type must be in the current database. The password for the user is too rec . objectname [. 15109 16 Cannot change the owner of the master. or to a column of the following data types: timestamp. A physical device named "%s" already exists.<severity>. a sparse column. nvarchar(max). 15078 16 The table or view must be in the current database. or to a column of the following data types: text.REPLACE]]] 15072 16 Usage: sp_addremotelogin remoteserver [. 15097 16 The size associated with an extended property cannot be more tha n 7. 15076 16 Default. 15065 16 All user IDs have been assigned. varbinary(max). '1' or a number from 24 through 7000. nvarchar(max). or user-defined data type. varchar(max ). 15099 16 The MUST_CHANGE option cannot be used when CHECK_EXPIRATION is O FF. 15083 16 Physical data type '%s' does not accept a collation 15084 16 The column or user data type must be in the current database. model. 15071 16 Usage: sp_addmessage <msgnum>. 'futureonly'] 15107 16 Cannot bind a rule to a computed column.<language> [. image. 15068 16 A remote user '%s' already exists for remote server '%s'.remotename]] 15074 10 Warning: You must recover this database prior to access. objectname [. table. 15114 16 Password validation failed.loginname [. 15085 16 Usage: sp_addtype name. 15130 16 There already exists a '%s' trigger for '%s'.*ls'.*ls' creden tial could not be created. 15148 16 The data type or table column '%s' does not exist or you do not have permission. 15116 16 Password validation failed. 15137 16 An error occurred during the execution of sp_xp_cmdshell_proxy_a ccount. Enter either 'true' or 'false'. 15147 16 No decryption password should be provided because the private ke y of this %S_MSG is encrypted by a master key. 15123 16 The configuration option '%s' does not exist. 15149 16 Principal doesn't exist or doesn't have sufficient privileges. 15124 16 The configuration option '%s' is not unique. Reason: The %S_MSG may h ave been dropped or its name may already be in use.ent to change. 15143 16 '%s' is not a valid option for the @updateusage parameter. 15125 16 Trigger '%s' is not a trigger for '%s'. 15151 16 Cannot %S_MSG the %S_MSG '%. 15127 16 Cannot set the default language to a language ID not defined in syslanguages. or the object does not exist. because it does not exist or y ou do not have permission. Extended properties are not permitted on '%s' . The password does not meet Windows p olicy requirements because it is too long. and cannot be dropped. 15129 16 '%d' is not a valid value for configuration option '%s'. 15122 16 The CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF. Error Status: %d. Verify that the '%. 15128 16 The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned O FF when MUST_CHANGE is ON. functions.*ls'. 15153 16 The xp_cmdshell proxy account information cannot be retrieved or is invalid.*ls' credential exists and contains valid inform ation.dropdev] 15133 16 INSTEAD OF trigger '%s' cannot be associated with an order. A call to '%ls' f ailed with error code: '%d'. Possible reasons: the provided account was invalid or the '%. 15136 16 The database principal is set as the execution context of one or more procedures. 15115 16 Password validation failed. or it may be an ad vanced option. 15118 16 Password validation failed. or event notifications and cannot be dropped. The password does not meet Windows p olicy requirements because it is not complex enough. 15138 16 The database principal owns a %S_MSG in the database. 15152 16 Cannot update user instances. It must be empty before it can be dropped. Reason: %ls. 15144 16 The role has members. 15120 16 An unexpected error occurred during password validation. 15146 16 An encryption password must be provided to encrypt the private k ey of this %S_MSG. 15135 16 Object is invalid. 15131 16 Usage: sp_dbremove <dbname> [. Error code: 0x%x. The password does not meet Windows p olicy requirements because it is too short. 15121 16 An error occurred during the execution of %ls. 15117 16 Password validation failed. 15150 16 Cannot %S_MSG the %S_MSG '%. 15134 16 No alias exists for the specified user. 15154 16 The database principal owns an %S_MSG and cannot be dropped. . The password does not meet the requi rements of the password filter DLL. Error code: %ls. 15119 16 Password validation failed. 15145 16 An implicit %S_MSG creation has failed. 15141 16 The server principal owns one or more %S_MSG(s) and cannot be dr opped. The password cannot be used at this time. 15183 16 The database principal owns objects in the database and cannot b e dropped. Rev oke the permission(s) before dropping the server principal. 15167 16 Cannot generate GUID. 15159 16 Maximum impersonation nesting level exceeded (limit %d). 15161 16 Cannot set application role '%. 15165 16 Could not find object '%ls' or you do not have permission. 15157 16 Setuser failed because of one of the following reasons: the data base principal '%. 15189 16 Cannot have more than one security column for a table. Drop the user or alias before dropping the login. 15176 16 The only valid @parameter value is 'WITH_LOG'. 15163 16 Invalid timeout value. this type of database principal cannot be impersonated. 15160 16 Cannot issue impersonation token from non-primary impersonation context or for non-Windows user. 15179 16 The message number %u or specified language version does not exi st. 15175 16 Login '%s' is aliased or mapped to a user in one or more databas e(s). o r you do not have permission.15155 16 The server principal owns a %S_MSG and cannot be dropped. Valid timeout is between 1 and 7200 sec. 15188 16 Cannot create an index that does not include all security column s.. 15195 16 The MUST_CHANGE option is not supported by this version of Micro . The password should have no more than %d characters. 15168 16 Cannot rename the view '%s' and its columns and indexes because it is a system generated view that was created for optimization purposes. 15169 16 The server option "%ls" is not available in this edition of SQL Server. 15171 16 Cannot use the parameter "%s" for a certificate or asymmetric ke y login. The @owner parameter if specified is ignored. 15156 16 The password that you specified is too long. You must delete or reassi gn these jobs before the login can be dropped.*ls' is not a valid login or cannot be issued impersonation t oken. 15187 10 The %S_MSG cannot be dropped because it is used by one or more % S_MSG(s). Change the owner of the database(s) before dropping the login. 15174 16 Login '%s' owns one or more database(s). its corresponding server principal does n ot have server access. 15186 16 The server principal is set as the execution context of a trigge r or event notification and cannot be dropped.000. 15185 16 There is no remote user '%s' mapped to local user '%s' from the remote server '%s'. 15170 16 This login is the owner of %ld job(s).*ls' does not exist. 15177 16 Usage: sp_dropmessage <msg number> [. 15192 16 Cannot alter or drop the security column of a table. 15182 16 Cannot disable access to the guest user in master or tempdb.<language> | 'ALL'] 15178 16 Cannot drop a message with an ID less than 50.*ls' because it does not exist or the password is incorrect. 15172 16 FallBack certificate must be created or dropped in master databa se in single user mode. 15162 16 Unexpected error while creating impersonation token. 15158 16 Cannot initialize security. 15173 16 Server principal '%s' has granted one or more permission(s). 15190 16 There are still remote logins or linked logins for the server '% s'. 15184 16 The database principal owns data types in the database and canno t be dropped. 15166 10 Warning: User types created via sp_addtype are contained in dbo schema. 15164 16 '%. *ls'. 'TRUE' and 'FALSE'. 15198 16 The name supplied (%s) is not a user. 15234 16 Objects of this type have no space allocated.*ls' does not exist for '%. 'OFF'. 15224 11 Error: The value for the @newname parameter contains invalid cha racters or violates a basic restriction (%s).optname [. 15218 16 Object '%s' is not a table.'true' | 'false']]] 15242 16 Database option '%s' is not unique. Please switch t o the original database where '%ls' was called and try it again. Property '%. 15213 16 Warning: The certificate you created has an invalid validity per iod. The "Revert" sta tement failed. 15197 16 There is no text for object '%s'. The certificate subject must have b etween 1 and %d characters.soft Windows. Error code: %d. and that the file does not already exist. 15202 16 There are no remote logins defined. 15205 16 There are no servers defined. or you do not have permissions for it. that the file path is valid. 15243 16 The option '%s' cannot be changed for the master database. 15212 16 Invalid certificate subject. 15232 16 A certificate with name '%s' already exists or this certificate already has been added to the database. 15239 16 User data type '%s' has no rule. Verify that you have write permissi ons.*ls' already exists for '% . 15231 16 The argument specified for the '@increased_partitions' parameter of stored procedure sp_db_increased_partitions is not valid. 15206 16 Invalid Remote Server Option: '%s'. 15196 16 The current security context is non-revertible. 15208 16 The certificate. Valid arguments are 'ON' or ' OFF'. 15230 16 Error starting user instance. 15201 16 There are no remote logins for the remote server '%s'. 15216 16 '%s' is not a valid option for the @delfile parameter.*ls" parameter of stored proce dure sp_db_vardecimal_storage_format is not valid. 15236 16 Column '%s' has no default. its start date is in the future. 15215 16 Warning: The certificate you created is not yet valid. or aliased login. its expiration date precedes its start date. or private key file is not vali d or does not exist. 15219 16 Cannot change the owner of an indexed view. 15199 16 The current security context cannot be reverted. 15209 16 An error occurred during encryption. 15233 16 Property cannot be added. 15237 16 User data type '%s' has no default. 15240 16 Cannot write into file '%s'. asymmetric key. 15241 16 Usage: sp_dboption [dbname [. 15203 16 There are no remote logins for '%s'. . 15217 16 Property cannot be updated or deleted. 15222 16 Remote login option '%s' is not unique. 15200 16 There are no remote servers defined. Valid arguments ar e 'ON'. 15229 16 The argument specified for the "%. 15226 16 Cannot create alias types from an XML datatype. 15207 16 The trusted option in remote login mapping is no longer supporte d. 15227 16 The database '%s' cannot be renamed.*ls'. 15204 16 There are no remote logins for '%s' on remote server '%s'. 15238 16 Column '%s' has no rule. Property '%. given that @itemtype was input as '%s'. 15223 11 Error: The input parameter '%s' is not allowed to be null. role. 15214 16 Warning: The certificate you created is expired. 15225 11 No item by the name of '%s' could be found in the current databa se '%s'. It must be %s. 15283 16 The name '%s' contains too many characters. 15271 16 Invalid @with_log parameter value.*ls' in SQL Se rver Books Online. 15263 16 A SID in the security descriptor string '%s' could not be found in an account lookup operation. A system administrator can enable the use of '%.*s' is not trusted to execute. 15269 16 Logical data device '%s' not created.*ls' b ecause this component is turned off as part of the security configuration for th is server.<dataphysical2>. 15247 16 User does not have permission to perform this action. 15267 16 A security descriptor with name '%s' already exists. 15258 16 The database must be owned by a member of the sysadmin role befo re it can be removed. Drop them before removing the database. 15279 16 You must add the us_english version of this message before you c an add the '%s' version.< syssize>.<datalogical2>. 15252 16 The primary or foreign key table name must be given. 15260 16 The format of the security descriptor string '%s' is invalid.15244 16 Only members of the sysadmin role or the database owner may set database options.<sysphysical>. 15266 16 Cannot make '%s' database removable.. The only valid value is 'auto'. 15249 11 Error: Explicit @objtype '%s' is unrecognized. 15255 11 '%s' is not a valid value for @autofix. 15281 10 SQL Server blocked access to %S_MSG '%ls' of component '%.<loglogical>. 15259 16 The DEFAULT_SCHEMA clause cannot be used with principals mapped to certificates or asymmetric keys.<logphysical>.*ls'. . 15261 16 Usage: sp_create_removable <dbname>. 15273 10 The decryption key is incorrect. Valid values are 'true' or 'f alse'.<dataphysical1>.<dataphy sical16>. 15274 16 Access to the remote server is denied because the current securi ty context is not trusted.<syslogical>. 15278 16 Login '%s' is already mapped to user '%s' in database '%s'. 15272 10 The %s '%.'auto'] 15257 16 The database that you are attempting to certify cannot be in use at the same time.<da tasize1> [. 15264 16 Could not create the '%s' portion of the database. For more information about enabling '%. 15253 11 Syntax error parsing SQL identifier '%s'. 15254 16 Users other than the database owner or guest exist in the databa se. search for '%. 15268 10 Authentication mode is %s.<datalogical16>. 15250 16 The database name component of the object qualifier must be the name of the current database.*ls' or user defined unique identifier alread y exists or you do not have permissions to create it.*ls' by using sp_conf igure. 15256 16 Usage: sp_certify_removable <dbname> [. 15277 16 The only valid @parameter_value values are 'true' or 'false'.<datasize16>] 15262 10 Invalid file size entered. All files must be at least 1 MB. 15246 16 Cannot dump the private key of certificate '%s' because the priv ate key cannot be found.<datalogical1>. 15280 16 All localized versions of this message must be dropped before th e us_english version can be dropped.<logsize>. 15276 16 Cannot provision master key passwords for system databases.<datasize2>. 15265 16 An unexpected error has occurred in the processing of the securi ty descriptor string '%s'. 15251 16 Invalid '%s' specified. 15282 10 A key with name '%. 15248 11 Either the parameter @objname is ambiguous or the claimed @objty pe (%s) is wrong.. 'update'. 15305 16 The @TriggerType parameter value must be 'insert'.*ls' is not open. asymmetric key. 15287 16 Terminating this procedure. the row for user '%s' will be fixed by updat ing its link to a new login. 15319 17 Error: DBCC DBREPAIR REMAP failed for database '%s' (device '%s' ). 15289 16 Terminating this procedure. '%s' is a forbidden value for the lo gin name parameter in this procedure. 15301 16 Collation '%s' is supported for Unicode data types only and cann ot be set at either the database or server level. The FORCE option can be used to ignore this error an d continue the operation. 15300 11 No recognized letter is contained in the parameter value for Gen eral Permission Type (%s). 15309 16 Cannot alter the trustworthy state of the model or tempdb databa ses. 15314 10 Either no algorithm has been specified or the bitlength and the algorithm specified for the key are not available in this installation of Window s. Error updating ser ver metadata. Please open the key before using it . 15297 16 The certificate. 15313 10 The key is not encrypted using the specified decryptor. 15294 10 The number of orphaned users fixed by adding new logins and then updating users was %d. 15315 10 The key '%. 15316 10 Global temporary keys are not allowed. 15285 16 The special word '%s' cannot be used for a logical device name. 15296 16 General cryptographic failure. 15295 10 The number of orphaned users fixed by updating users was %d. You can only use local te mporary keys. 15288 10 Please specify one decryptor to decrypt a key. Tr y 'REPORT'. Valid letters are in this set: %s . The @action '%s' is unrecognized. 15291 16 Terminating this procedure. 15320 16 An error occurred while decrypting %S_MSG '%. 15311 16 The file named '%s' does not exist. 15302 11 Database_Name should not be used to qualify owner. 15293 10 Barring a conflict. 15317 10 The master key file does not exist or has invalid format. 15310 16 Failed to configure user instance on startup. The %s name '%s' is absent or invali d. 15303 11 The "user options" config value (%d) was rejected because it wou ld set incompatible options.15284 16 The database principal has granted or denied permissions to obje cts in the database and cannot be dropped. 15299 16 The signature of the public key is invalid. 15318 10 All fragments for database '%s' on device '%s' are now dedicated for log usage only. 15312 16 The file named '%s' is a primary file and cannot be removed. 15286 16 Terminating this procedure. or 'delete'. or 'AUTO_FIX'. or private key data is invalid. 15306 16 Cannot change the compatibility level of replicated or distribut ed databases. Cannot have an open transaction when this is run. 'UPDATE_ONE'. but data that cannot be decrypted by the old master ke .*ls' that was encry pted by the old master key. 15292 10 The row for user '%s' will be fixed by updating its login link t o a login already in existence. 15304 16 The severity level of the '%s' version of this message must be t he same as the severity level (%ld) of the us_english version. 15307 16 Could not change the merge publish option because the server is not set up for replication.object for the parameter into this procedure. The FORCE option can be used to ignore this error and continue the operation but the data encrypted by the old master key will be lost. 15323 16 The selected index does not exist on table '%s'. 15328 10 The database is offline already. an approle. 15326 10 No extended stored procedures exist. 15335 11 Error: The new name '%s' is already in use as a %s name and woul d cause a duplicate that is not permitted. 15359 16 Cannot add functional unit '%. [TRUE|FALSE]. . It cannot be reve rted by statement "%ls". 15324 16 The option %s cannot be changed for the '%s' database. 15348 16 Cannot transfer a schemabound object. 15329 16 The current master key cannot be decrypted.y will become unavailable. 15336 16 Object '%s' cannot be renamed because the object participates in enforced dependencies. 15342 10 There is no private key provisioned for %S_MSG '%. and will take effect upon ser ver restart. 15352 16 The %S_MSG cannot be dropped because one or more entities are ei ther signed or encrypted using it. 15350 16 An attempt to attach an auto-named database for file %. 15330 11 There are no matching rows on which to report. A database with the same name exists. 15346 16 Cannot change owner for an object that is owned by a parent obje ct. 15334 10 The %S_MSG has a private key that is protected by a user defined password. 15332 10 The private key is already set for this file. 15331 11 The user '%s' cannot take the action auto_fix due to duplicate S ID. or by principals mapped to certificates or asymmetric keys. 15325 16 The current database does not contain a %s named '%ls'. 15347 16 Cannot transfer an object that is owned by a parent object. 15337 10 Caution: sys. This un it has been already registered with the component. To change it you s hould drop and re-create the certificate. a group. 15358 10 User-defined filegroups should be made read-only. p rocedures and so on) are referencing this object by its old name.*ls faile d. 15353 16 An entity of type %S_MSG cannot be owned by a role. 15343 10 The username and/or password passed in is invalid or the current process does not have sufficient privileges. and should be dropped and re-created promptly. 15349 16 Cannot transfer an MS Shipped object.sql_dependencies shows that other objects (views. 15322 10 File '%s' was removed from tempdb. 15321 16 There was some problem removing '%s' from sys. 15327 10 The database is now offline. 15345 16 An entity of type %S_MSG cannot be owned by a role.*ls'. 15351 10 The CLR procedure/function/type being signed refers to an assemb ly that is not signed either by a strong name or an assembly. you should attempt to open it in the session before performing thi s operation. That password needs to be provided to enable the use of the private k ey. 15354 10 Usage: sp_detach_db <dbname>. or specified file cannot be opened. If this is a databas e master key.*ls'.master_files. or it is located on UNC share. 15357 16 The current security context was set by "%ls".*ls' to component '%. [TRUE|FALSE] 15356 16 The current application role has been dropped. These objects will become invalid. 15344 16 Ownership change for %S_MSG is not supported. 15339 10 Creating '%s'. or by principals mapped to certificates or asymmetric keys. a group. Change the owner of the parent object instead. The current secur ity context contains no valid database user context. 15333 11 Error: The qualified @oldname references a database (%s) other t han the current database. *ls 15368 16 Failed to generate a user instance of SQL Server due to a failur e in reading registry keys. 15361 16 An error occurred while trying to read the SQLAgent proxy accoun t credentials from the LSA. 15378 16 Failed to configure user instance on startup. 15380 16 Failed to configure user instance on startup. Error configuring system database entries in MASTER DB. The connection will be closed.% .*ls 15369 16 Failed to generate a user instance of SQL Server due to a failur e in impersonating the client.%.%.*ls 15367 16 Failed to generate a user instance of SQL Server due to a failur e in generating a unique user instance name. The connectio n will be closed. 15381 16 Failed to generate a user instance of SQL Server due to a failur e in updating security descriptor on the process of the user instance.%. 15382 16 Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. .*ls 15374 16 Failed to generate a user instance of SQL Server due to a failur e in persisting the user instance information into system catalog.%. The connection will be closed.*ls' credential.*l s 15365 16 Failed to generate a user instance of SQL Server. The connection will be closed.*ls 15373 16 Failed to generate a user instance of SQL Server due to a failur e in obtaining the user instance's process information. Only an integr ated connection can generate a user instance. Error adding user to sysadmin role.*ls 15377 16 Failed to configure user instance on startup.%. 15387 11 If the qualified object name specifies a database. The connection will be closed.%.%.%.%.%.*ls 15371 16 Failed to generate a user instance of SQL Server due to a failur e in creating user instance event.%. Error updating Res ource Manager ID. The connection will be closed. 15385 16 No database principal is defined for sid '%. new b atch is not allowed to start. Error configuring system database paths in MASTER DB.*ls 15384 16 Failed to configure user instance on startup.*ls 15383 16 Generating user instances in SQL Server is disabled. The connection will be closed.%. that database must be the current database. Only members o f Builtin\Users can generate a user instance.%.%. 15388 11 There is no user table matching the input name '%s' in the curre nt database or you do not have permission to access the table. The connection will be closed. 15362 16 An error occurred while trying to create the '%. 15364 16 Failed to generate a user instance of SQL Server.* ls 15376 16 Failed to generate a user instance of SQL Server. The connection will be closed.*ls'.*ls 15370 16 Failed to generate a user instance of SQL Server due to a failur e in copying database files. Only the SQL S erver Express version lets you generate a user instance.*ls 15372 16 Failed to generate a user instance of SQL Server due to a failur e in starting the process for the user instance.*l s 15366 16 Failed to generate a user instance of SQL Server due to low memo ry. Use sp_conf igure 'user instances enabled' to generate user instances. The connection will be closed. The connection will be closed. The connection will be closed. The connection will be closed. 15386 16 Another batch in the session is changing security context. The connection will be c losed.*ls 15375 16 Failed to generate a user instance of SQL Server due to a failur e in making a connection to the user instance. Please make sure the user has a local user profile on the computer.15360 16 An error occurred while trying to load the xpstar dll to read th e agent proxy account from LSA. The FORCE option can be used to ignore this error and continue the operation but the data encrypted by the ol d master key will be lost. 15407 11 '%s' is not a valid Windows NT name. 15391 11 sp_indexoption is not supported for XML Index and the table has an XML index on it. 15396 16 An asymmetric key with name '%s' already exists or this asymmetr ic key already has been added to the database. 15413 11 Cannot make a role a member of itself. 15425 16 No server principal is defined for sid '%. 15414 16 Cannot set compatibility level because database has a view or co mputed column that is indexed.*ls' that was encrypted by the old master key. 15410 11 User or role '%s' does not exist in this database. 15421 16 The database principal owns a database role and cannot be droppe d. 15419 16 Supplied parameter sid should be binary(16). 15393 16 An error occurred while decrypting the password for linked login '%. 15429 16 '%ls' is an invalid product name. 15398 11 Only objects in the master database owned by dbo can have the st artup setting changed. 15404 16 Could not obtain information about Windows NT group/user '%ls'. . Check the name again. 15406 16 Cannot execute as the server principal because the principal "%. compatibilitylevel]] 15418 16 Only members of the sysadmin role or the database owner may set the database compatibility level. 15394 16 Collation '%s' is not supported by the operating system 15395 11 The qualified old name could not be found for item type '%s'. 15411 11 Database principal or schema '%s' does not exist in this databas e. *ls" does not exist. or you do no t have permission. error code %#lx. 15397 16 The %S_MSG is not protected by a password. 15427 16 You must specify a provider name for unknown product '%ls'. this type of principal cannot be impersonated. 15403 16 The server principal "%. 15402 11 '%s' is not a fixed server role. 15405 11 Cannot use the special principal '%s'. Use ALTER INDEX instead to set the option for ALL the indexe s. 15420 16 The group '%s' does not exist in this database. 15412 11 '%s' is not a known fixed role.*ls'. or you do not have permission. 15390 11 Input name '%s' does not have a matching user table or indexed v iew in the current database. 15422 16 Application roles can only be activated at the ad hoc level. 15426 16 You must specify a provider name with this set of properties. These indexes require a SQL Server compatible dat abase. 15409 11 '%s' is not a role.15389 11 sp_indexoption is not supported for XML or spatial indexes. A decryption password cannot be used for this operation. 15416 16 Usage: sp_dbcmptlevel [dbname [. Give the complete name: <do main\username>. 15428 16 You cannot specify a provider or any properties for product '%ls '.*ls" does not exist. 15392 16 The specified option '%s' is not supported by this edition of SQ L Server and cannot be changed using sp_configure. 15401 11 Windows NT user or group '%s' not found. does not have serve r access. 15408 16 "%ls" cannot be called in this batch because a simultaneous batc h has called it. Use ALTER INDEX instead. 15399 11 Could not change startup option because this option is restricte d to objects that have no parameters. 15457 10 Configuration option '%ls' changed from %ld to %ld. 15435 10 Database successfully published. or you do not have p ermissions. or you do not have p ermissions. 15472 10 The object '%ls' does not have any indexes. 15502 10 Setting database owner to SA. 15438 10 Database is already online. and no objects reference i t. 15443 10 Checkpointing database that was changed. 15470 10 No foreign keys reference table '%ls'. 15468 16 An error occurred during the generation of the %S_MSG. 15504 10 Deleting users except guest and the database owner from the syst . 15453 10 us_english is always available. 15469 10 No constraints are defined on object '%ls'. 15499 10 The dependent aliases were mapped to the new database owner. 15434 16 Could not drop login '%s' as the user is currently logged in. 15454 10 Language deleted. 15436 10 Database successfully enabled for subscriptions. 15450 10 New language inserted. the specified object is referenced by t he following: 15461 10 Object does not reference any object. 15437 10 Database successfully published using merge replication. 15477 10 Caution: Changing any part of an object name could break scripts and stored procedures. The private key does not match the public k ey of the %S_MSG. 15442 10 Database is no longer enabled for merge publications. 15451 16 Dropping an encryption from the service master key failed. even though it is not in syslang uages. 15441 10 Database is no longer enabled for subscriptions. 15465 16 The private key password is invalid. Terminating t his procedure. 15503 10 Giving ownership of all objects to the database owner. 15455 16 Adding an encryption to the service master key failed. 15452 10 No alternate languages are available. 15474 16 Invalid private key. No en cryption by the machine key exists. An encryp tion by the machine key already exists. 15471 10 The text for object '%ls' is encrypted. 15500 10 The dependent aliases were dropped. or you do not have permis sions on referencing tables. 15462 10 File '%s' closed. 15440 10 Database is no longer published. 15482 16 Cannot change the owner of a table that has an indexed view. the specified object references the fol lowing: 15460 10 In the current database. 15432 16 Stored procedure '%s' can only be executed at the ad hoc level. 15433 16 Supplied parameter sid is in use. 15458 10 Database removed. 15463 10 Device dropped. Run the RECO NFIGURE statement to install.15431 16 You must specify the @rolename parameter. 15448 16 Encryption by the machine key cannot be added to the service mas ter key because the service master key cannot be decrypted or does not exist. 15466 16 An error occurred during decryption. 15490 10 The dependent aliases were also dropped. 15464 16 Unsupported private key format or key length. 15475 10 The database is renamed and in single user mode. 15439 10 Database is now online. 15459 10 In the current database. 15497 10 Could not add login using sp_addlogin (user = %s). 15515 10 Rule bound to data type. 15538 16 Login '%. 15542 10 Cannot create a key without specifying an encryptor. 15540 16 The identity string is too long. 15512 10 Default bound to data type. 15541 16 Cannot drop the credential '%. 15505 16 Cannot change owner of object '%ls' or one of its child objects because the new owner '%ls' already has an object with the same name. 15539 16 User '%s' cannot be dropped. 15520 10 Default unbound from data type. 15521 10 Columns of the specified user data type had their defaults unbou nd. or you do not have permission. 15558 10 Cannot drop %S_MSG by %S_MSG '%.*ls' because it is used by a serve r principal. It is not valid. 15557 10 There is already a %S_MSG by %S_MSG '%.*ls'. either bec ause it has no private key or because the password provided for the private key is incorrect. 15536 10 In all databases: 15537 16 Login '%. The following 15527 10 columns are searched: 15528 10 In master: 15529 16 Cannot execute as the ticket. 15509 16 The password cannot be dropped because another database may be u sing it. 15524 10 Columns of the specified user data type had their rules unbound. 15517 16 Cannot execute as the database principal because the principal " %. 15556 10 Cannot decrypt or encrypt using the specified %S_MSG. 15519 10 Default unbound from table column. 15526 10 in several important columns of system tables. 15533 16 Invalid data type is supplied in the '%ls' statement. 15530 16 The %S_MSG with name "%.*ls' does not have access to database. 15516 10 The new rule has been bound to column(s) of the specified user d ata type. 15522 10 Rule unbound from table column. 15507 16 A key required by this operation appears to be corrupted. 15511 10 Default bound to column. 15518 16 Cannot execute as the Windows token.*ls'.*ls" does not exist. 15523 10 Rule unbound from data type. 15559 10 Cannot drop %S_MSG '%.*ls" already exists. 15535 16 Cannot set a credential for principal '%. 15508 16 An error occurred while generating a key required by this operat ion. or you do not have permission.*ls' because there is a %S_MSG mapped to i t. 15534 16 Cookie generation failed in the '%ls' statement. It is not valid. 15513 10 The new default has been bound to columns(s) of the specified us er data type. The user i s already disabled in the current database. 15525 10 sp_checknames is used to search for non 7-bit ASCII characters. 15531 16 The security descriptor information is not valid. 15514 10 Rule bound to table column. The identity string should cont ain no more than %d characters.em catalog. this type of principal cannot be impersonated. . 15532 16 The security descriptor is invalid because it does not contain i nformation about its owner or about its primary group. or you do not hav e permission. 15506 16 An error occurred while signing. 15510 16 Cannot enable a login that has an empty password. it can only be disabled.*s'.*ls' does not have access to server. 15579 16 Adding an encryption to the symmetric key failed. The error was ignored because the FORCE option was specified. 15584 10 An error occurred while decrypting %S_MSG '%. Please drop it be fore performing this statement. 15589 16 Cannot revert the current security context because the cookie is invalid. 15586 16 Error in synchronizing system certificates between master and re source database. 15591 16 The current security context cannot be reverted using this state ment. or UNIQU E constraint on a table with row-level security can allow information disclosure . The error was ignored because the FORCE option was s pecified. No data re-encryption is required. 15581 16 Please create a master key in the database or open the master ke y in the session before performing this operation.*s' is encrypted by it. Either the owner of th e database of the module needs to be granted authenticate permission.*ls' is not owned by the new owner. 15563 10 The %S_MSG has no private key set for it. 15580 16 Cannot drop %S_MSG because %S_MSG '%. 15590 16 Can only use the 'No Revert' or 'Cookie' options with the 'Execu te As' statement at the adhoc level. or the mod ule needs to be digitally signed.*ls' 15595 16 The password cannot be dropped because it is not provisioned for the database '%.*ls' since dependent assembly '%. 15576 16 You cannot set network name on server '%ls' because it is not a linked SQL Server.15560 10 Cannot add or drop a signature on '%. If you wish to use a four-part name to reference a local table.*s' may already exist. An encryption by the same %S_MSG '%.*ls' 15596 10 Warning: use of a UNIQUE index. 15593 16 An error occurred while decrypting the password for linked login '%. 15600 15 An invalid parameter or option was specified for procedure '%s'. The error was ignore d because the FORCE option was specified. . 15562 10 The module being executed is not trusted. 15585 10 The current master key cannot be decrypted. 15598 10 Warning: use of an indexed view on a table with row-level securi ty can allow information disclosure.*ls' that was encry pted by the old master key.*ls' that was encrypted by the old master key. 15574 10 This object does not have any statistics. please use the actual server name rather than an alias. 15578 16 There is already a master key in the database.*ls' because only modules c an be signed. 15597 10 Warning: use of an IDENTITY column on a table with row-level sec urity can allow information disclosure. If the ow ner changes the signature will not be valid. A cookie may or may not be needed with 'Revert' statement depending on how the context was set with 'Execute As' statement. 15561 10 Signatures based on certificates or asymmetric keys are the only options supported in this version of the product. 15592 16 Cannot unset application role because none was set or the cookie is invalid. 15575 10 This object does not have any statistics or indexes. 15594 16 The password is already provisioned for the database '%. 15583 10 The module being signed is marked to execute as owner. 15599 10 Auditing and permissions can't be set on local temporary objects . 15587 16 Cannot change owner of Assembly '%. 15577 10 Warning: A linked server that refers to the originating server i s not a supported scenario. PRIMARY KEY constraint. 15588 10 The old and new master keys are identical. 15660 16 Compressing XML index is not supported by the stored procedure s p_estimate_data_compression_savings. 16914 16 The "%ls" procedure was called with too many parameters. 16902 16 %ls: The value of the parameter %ls is invalid. 15656 16 Cannot create user defined types from XML data type. 15647 10 No views with schema binding reference table '%ls'. 15661 16 Compressing temporary tables is not supported by the stored proc edure sp_estimate_data_compression_savings. 16915 16 A cursor with the name '%. 15615 16 DBCC DBCONTROL error. Use sp _fulltext_database to enable Full-Text Search. 15625 10 Option '%ls' not recognized for '%ls' parameter. 16924 16 Cursorfetch: The number of variables declared in the INTO list m ust match that of selected columns. 15626 10 You attempted to acquire a transactional application lock withou t an active transaction. update is not necessary.. 15662 16 Compressing tables with sparse columns or column sets is not sup ported by the stored procedure sp_estimate_data_compression_savings. 15663 16 Feature "sp_addserver" is no longer supported. %d did not requ ire update. 15635 16 Cannot execute '%ls' because the database is in read-only access mode. 15650 10 Updating %s 15651 10 %d index(es)/statistic(s) have been updated. 15612 16 DBCC DBCONTROL error. 16907 16 %hs is not allowed in cursor statements. 16903 16 The "%ls" procedure was called with an incorrect number of param eters. 15627 10 sp_dboption command failed. 16925 16 The fetch type %hs cannot be used with dynamic cursors. 16910 16 The cursor %. 16909 16 %ls: The cursor identifier value provided (%x) is not valid. 16905 16 The cursor is already open.*ls is currently used by another statement. 16911 16 %hs: The fetch type %hs cannot be used with forward only cursors . 16906 17 Temporary storage used by the cursor to store large object varia ble values referred by the cursor query is not usable any more... The functionality to disable and enable full-text search for a database is deprecated. 16922 16 Cursor Fetch: Implicit conversion from data type %s to %s is not allowed. 15657 16 Vardecimal storage format is not available in system database '% s'. 15654 10 Table %s: cannot perform the operation on the table because its clustered index is disabled. Please change your applica tion. 15653 10 %s. 15646 16 Column '%ls' is not a computed column. .*ls' does not exist. 15658 16 Cannot run sp_resetstatus against a database snapshot. 16904 16 sp_cursor: optype: You can only specify ABSOLUTE in conjunction with DELETE or UPDATE. Database was not made read-only. 16917 16 Cursor is not open. 16901 16 %hs: This feature has not been implemented yet. Replace remote se rvers by using linked servers.15601 16 Full-Text Search is not enabled for the current database. 15659 16 The schema '%ls' specified for parameter schema_name does not ex ist. 15645 16 Column '%ls' does not exist. 15622 10 No permission to access database '%s'.*ls' already exists. 15652 10 %s has been updated. 16916 16 A cursor with the name '%. Database was not made single user.. 16942 16 Could not generate asynchronous keyset. 16962 16 The target object type is not updatable through a cursor. 16938 16 sp_cursoropen/sp_cursorprepare: The statement parameter can only be a batch or a stored procedure with a single select. COMP UTE BY. 16935 16 No parameter values were specified for the sp_cursor-%hs stateme nt. 16949 16 The variable '%. timestamp columns are required if the .*ls' is not a cursor variable. The row was modified outsid e of this cursor. 16955 16 Could not create an acceptable cursor. 16928 16 sp_cursor: Exec statement is not allowed as source for cursor in sert. 16929 16 The cursor is READ ONLY. 16941 16 Cursor updates are not allowed on tables opened with the NOLOCK option. or image column. no cursor. 16947 16 No rows were updated or deleted. 16951 16 The variable '%. ntext. and image variables. 16932 16 The cursor has a FOR UPDATE list and the requested column to be updated is not in this list.16926 16 sp_cursoroption: The column ID (%d) does not correspond to a tex t. 16945 16 The cursor was not declared. Use a default result set or client cursor. but it is used in a place where a cursor variable is expected. 16936 16 sp_cursor: One or more values parameters were invalid. 16943 16 Could not complete cursor operation because the table schema cha nged after the cursor was declared.*ls' cannot be used as a parameter because a CUR SOR OUTPUT parameter must not have a cursor allocated to it before execution of the procedure. 16963 16 You cannot specify scroll locking on a cursor that contains a re mote table.*ls' is a cursor variable. 16946 16 Could not open the cursor because one or more of its tables have gone out of scope. 16954 16 Executing SQL directly. 16927 16 Cannot fetch into text. 16956 10 The created cursor is not of the requested type. 16960 16 You have reached the maximum number of cursors allowed. 16964 16 For the optimistic cursor. 16958 16 Could not complete cursor operation because the set options have changed since the cursor was declared. ntext. 16948 16 The variable '%. Updatable keyset-driven cursors on remote tables require a transaction with the REPEATABLE_READ or SERIALIZABLE isolation level spanning the cursor. The cursor has been deal located. 16931 16 There are no rows in the current fetch buffer. without FOR BROWSE. but it is used in a p lace where a cursor variable is not valid. 16950 10 The variable '%.*ls' does not currently have a cursor allocated to it. 16933 16 The cursor does not include the table being modified or the tabl e is not updatable through the cursor. 16961 10 One or more FOR UPDATE columns have been adjusted to the first i nstance of their table in the query. 16937 16 A server cursor cannot be opened on the given statement or state ments. 16959 16 Unique table computation failed. 16934 10 Optimistic concurrency check failed. or variable assignments. 16957 16 FOR UPDATE cannot be specified on a READ ONLY cursor. 16952 16 A cursor variable cannot be used as a parameter to a remote proc edure call. 16930 16 The requested row is not in the fetch buffer. 16953 10 Remote tables are not updatable. update or delete targets are remote. 16965 16 Cursor scroll locks were invalidated due to a transaction defect . Reissue the UPDATE or DELETE statement after a cursor fetch. 16966 16 %ls: Specified concurrency control option %d (%ls) is incompatib le with static or fast forward only cursors. Only read-only is compatible with s tatic or fast forward only cursors. 16992 16 The cursor operation is required to wait for cursor asynchronous population to complete. However, at this point the transaction cannot be yielde d to let the asynchronous population to continue. 16996 16 %ls cannot take output parameters. 16998 16 The asynchronous cursor worktable population thread spawn failed . 16999 20 Internal Cursor Error: The cursor is in an invalid state. 17000 10 Usage: sp_autostats <table_name> [, {ON|OFF} [, <index_name>] ] 17001 16 Failure to send an event notification instance of type '%s' on c onversation handle '%s'. Error Code = '%s'. 17002 16 Failed to post QUEUE_ACTIVATION event. Error code: '0x%s'. 17003 16 Closed event notification conversation endpoint with handle '%s' , due to the following error: '%.*ls'. 17004 16 Event notification conversation on dialog handle '%s' closed wit hout an error. 17005 16 Event notification '%ls' in database '%ls' dropped due to send t ime service broker errors. Check to ensure the conversation handle, service brok er contract, and service specified in the event notification are active. 17049 16 Unable to cycle error log file from '%ls' to '%ls' due to OS err or '%s'. A process outside of SQL Server may be preventing SQL Server from readi ng the files. As a result, errorlog entries may be lost and it may not be possib le to view some SQL Server errorlogs. Make sure no other processes have locked t he file with write-only access." 17051 16 SQL Server evaluation period has expired. 17053 16 %ls: Operating system error %ls encountered. 17054 16 The current event was not reported to the Windows Events log. Op erating system error = %s. You may need to clear the Windows Events log if it is full. 17056 10 The evaluation period for your edition of SQL Server expires in %d day(s). 17057 16 Security context for operating system objects could not be creat ed. SQL Server cannot be started. Look for corresponding entries in the event vi ewer to help diagnose the root cause. 17058 16 initerrlog: Could not open error log file '%s'. Operating system error = %s. 17060 10 %s 17061 10 Error: %d Severity: %d State: %d %s 17063 16 Error: %d Severity: %d State: %d %s 17065 16 SQL Server Assertion: File: <%s>, line = %d Failed Assertion = ' %s' %s. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted. 17066 16 SQL Server Assertion: File: <%s>, line=%d Failed Assertion = '%s '. This error may be timing-related. If the error persists after rerunning the s tatement, use DBCC CHECKDB to check the database for structural integrity, or re start the server to ensure in-memory data structures are not corrupted. 17067 16 SQL Server Assertion: File: <%s>, line = %d %s. This error may b e timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted. 17068 10 PrintStack Request 17069 10 %s 17070 16 Clustered instances are not supported on this edition of SQL Ser ver. 17071 16 SQL Server could not start due to a boot failure. Operating syst em error = %s. 17072 17 The Extended Event session could not be created. 17073 16 Executing 'sp_server_diagnostics' stored procedure in repeat mod e with 'insert into' clause is not allowed. 17074 16 Assertion "%ls" with message "%ls" at <%ls>:%ld failed. 17075 16 Assertion "%ls" at <%ls>:%ld failed. 17076 21 Error spawning System Health Monitor thread: %ls 17101 10 (c) Microsoft Corporation. 17102 16 Failed to initialize Distributed COM (CoInitializeEx returned %l x). Heterogeneous queries and remote procedure calls are disabled. Check the DCO M configuration using Component Services in Control Panel. 17103 10 All rights reserved. 17104 10 Server process ID is %ld. 17105 10 Could not open master database in system task thread context. Te rminating server. 17106 10 Common Criteria compliance mode is enabled. This is an informati onal message only; no user action is required. 17107 10 Perfmon counters for resource governor pools and groups failed t o initialize and are disabled. 17108 10 Password policy update was successful. 17109 10 FallBack certificate was successfully created. 17110 10 Registry startup parameters: %.*ls 17111 10 Logging SQL Server messages in file '%s'. 17112 16 An invalid startup option '%s' was supplied, either from the reg istry or the command prompt. Correct or remove the option. 17113 16 Error %ls occurred while opening file '%ls' to obtain configurat ion information at startup. An invalid startup option might have caused the erro r. Verify your startup options, and correct or remove them if necessary. 17114 16 Error %ls occurred while opening file '%ls' to obtain configurat ion information at startup time. An invalid startup option might have caused the error. Verify your startup options, and correct or remove them if necessary. 17115 10 Command Line Startup Parameters:%.*ls 17116 16 Failed to initialize distributed COM; DCOM is not installed. Het erogeneous queries and remote procedure calls are disabled. Check the DCOM confi guration using Component Services in Control Panel. 17119 10 The number of concurrent user connections was reduced to %ld, be cause it exceeded the allowable limit for this edition of SQL Server. To avoid t his message in the future, use sp_configure to permanently adjust the number of user connections within the licensed limit. 17120 16 SQL Server could not spawn %s thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. 17121 10 SQL Server is started with trace flag %d, this may cause user to see some error messages masked using '%ls'. 17123 10 Logging to event log is disabled. Startup option '-%c' is suppli ed, either from the registry or the command prompt. 17124 10 SQL Server has been configured for lightweight pooling. This is an informational message; no user action is required. 17125 10 Using dynamic lock allocation. Initial allocation of %I64u Lock blocks and %I64u Lock Owner blocks per node. This is an informational message only. No user action is required. 17126 10 SQL Server is now ready for client connections. This is an infor mational message; no user action is required. 17127 16 initdata: No memory for kernel buffer hash table. 17128 16 initdata: No memory for kernel buffers. 17129 10 initconfig: Warning: affinity specified is not valid. Defaulting to no affinity. Use ALTER SERVER CONFIGURATION SET PROCESS AFFINITY to configur e the system to be compatible with the CPU mask on the system. You can also conf igure the system based on the number of licensed CPUs. 17130 16 Not enough memory for the configured number of locks. Attempting to start with a smaller lock hash table, which may impact performance. Contact the database administrator to configure more memory for this instance of the Dat abase Engine. 17131 16 Server startup failed due to insufficient memory for descriptor hash tables. Reduce non-essential memory load or increase system memory. 17132 16 Server startup failed due to insufficient memory for descriptor. Reduce non-essential memory load or increase system memory. 17133 16 Launch of startup procedure '%s' failed. 17135 10 Launched startup procedure '%s'. 17136 10 Clearing tempdb database. 17137 10 Starting up database '%.*ls'. 17138 16 Unable to allocate enough memory to start '%ls'. Reduce non-esse ntial memory load or increase system memory. 17139 10 The SQL Server image %ls was allocated using the large pages opt ion. 17140 16 Could not dispatch SQL Server by Service Control Manager. Operat ing system error = %s. 17141 16 Could not register Service Control Handler. Operating system err or = %s. 17142 16 SQL Server service has been paused. No new connections will be a llowed. To resume the service, use SQL Computer Manager or the Services applicat ion in Control Panel. 17143 16 %s: Could not set Service Control Status. Operating system error = %s. 17144 10 SQL Server is not allowing new connections because the Service C ontrol Manager requested a pause. To resume the service, use SQL Computer Manage r or the Services application in Control Panel. 17145 10 Service Control Handler received an invalid control code = %d. 17146 10 SQL Server is allowing new connections in response to 'continue' request from Service Control Manager. This is an informational message only. No user action is required. 17147 10 SQL Server is terminating because of a system shutdown. This is an informational message only. No user action is required. 17148 10 SQL Server is terminating in response to a 'stop' request from S ervice Control Manager. This is an informational message only. No user action is required. 17149 10 Using the static lock allocation specified in the locks configur ation option. Allocated %I64u Lock blocks and %I64u Lock Owner blocks per node. This is an informational message only. No user action is required. 17150 10 Lock partitioning is enabled. This is an informational message only. No user action is required. 17152 10 Node configuration: node %ld: CPU mask: 0x%0*I64x:%u Active CPU mask: 0x%0*I64x:%u. This message provides a description of the NUMA configuratio n for this computer. This is an informational message only. No user action is re quired. 17153 10 Processor affinity turned on: node %d, processor mask 0x%0*I64x. Threads will execute on CPUs per affinity settings. This is an informational me ssage; no user action is required. 17155 10 I/O affinity turned on, processor mask 0x%0*I64x. Disk I/Os will execute on CPUs per affinity I/O mask/affinity64 mask config option. This is an informational message only; no user action is required. 17156 16 initeventlog: Could not initiate the EventLog Service for the ke y '%s', last error code is %d. 17158 10 The server resumed execution after being idle %d seconds. This i s an informational message only. No user action is required. 17159 10 The server is idle. This is an informational message only. No us er action is required. 17161 10 SQL Server could not use the NO_BUFFERING option during I/O, bec ause the master file sector size, %d, is incorrect. Move the master file to a dr ive with a correct sector size. 17162 10 SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required. 17163 10 SQL Server is starting at high priority base (=13). This is an i nformational message only. No user action is required. 17164 10 SQL Server detected %d sockets with %d cores per socket and %d l ogical processors per socket, %d total logical processors; using %d logical proc essors based on SQL Server licensing. This is an informational message; no user action is required. 17165 10 The RANU instance is terminating in response to its internal tim e out. This is an informational message only. No user action is required. 17166 10 Attempting to initialize Microsoft Distributed Transaction Coord inator (MS DTC). This is an informational message only. No user action is requir ed. 17167 10 Support for distributed transactions was not enabled for this in stance of the Database Engine because it was started using the minimal configura tion option. This is an informational message only. No user action is required. 17169 10 Unable to locate kernel HTTP driver Httpapi.dll in path. SQL Ser ver native HTTP support is not available. Error: 0x%lx Your operating system may not support the kernel HTTP driver. 17170 10 SQL Server native HTTP support is not available. Could not find function entry point '%hs' in %hs. Error 0x%lx. Native HTTP access to SQL Server requires a later version of the operating system. 17171 10 SQL Server native HTTP support failed and will not be available. '%hs()' failed. Error 0x%lx. 17172 16 SNIInitialize() failed with error 0x%lx. 17173 10 Ignoring trace flag %u specified during startup. It is either an invalid trace flag or a trace flag that cannot be specified during server start up. 17174 10 Unable to initialize SQL Server native HTTP support due to insuf ficient resources. HTTP access to SQL Server will not be available. Error 0x%lx. This error typically indicates insufficient memory. Reduce non-essential memory load or increase system memory. 17175 10 The registry settings for SNI protocol configuration are incorre ct. The server cannot accept connection requests. Error: 0x%lx. Status: 0x%lx. 17176 10 This instance of SQL Server last reported using a process ID of %s at %s (local) %s (UTC). This is an informational message only; no user action is required. 17177 10 This instance of SQL Server has been using a process ID of %s si nce %s (local) %s (UTC). This is an informational message only; no user action i s required. 17181 16 SNIInitializeListener() failed with error 0x%lx. 17182 16 TDSSNIClient initialization failed with error 0x%lx, status code 0x%lx. Reason: %S_MSG %.*ls 17183 10 Attempting to cycle error log. This is an informational message only; no user action is required. 17184 10 The error log has been reinitialized. See the previous log for o lder entries. 17185 16 Unable to update password policy. 17186 16 Failed to enqueue %s task. There may be insufficient memory. 17187 16 SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again. %.*ls 17188 16 SQL Server cannot accept new connections, because it is shutting down. The connection has been closed.%.*ls 17189 16 SQL Server failed with error code 0x%x to spawn a thread to proc ess a new login or connection. Check the SQL Server error log and the Windows ev ent logs for information about possible related problems.%.*ls 17190 16 Initializing the FallBack certificate failed with error code: %d , state: %d, error number: %d. 17191 16 Cannot accept a new connection because the session has been term inated. This error occurs when a new batch execution is attempted on a session t hat is logging out, or when a severe error is encountered upon connection. Check the error log to see if this session was terminated by a KILL command or becaus e of severe errors.%.*ls 17192 10 Dedicated admin connection support was not started because of er ror 0x%lx, status code: 0x%lx. This error typically indicates a socket-based err or, such as a port already in use. 17193 10 SQL Server native SOAP support is ready for client connections. This is an informational message only. No user action is required. 17194 16 The server was unable to load the SSL provider library needed to log in; the connection has been closed. SSL is used to encrypt either the login sequence or all communications, depending on how the administrator has configur ed the server. See Books Online for information on this error message: %d %.*ls %.*ls 17195 16 The server was unable to complete its initialization sequence be cause the available network libraries do not support the required level of encry ption. The server process has stopped. Before restarting the server, verify that SSL certificates have been installed. See Books Online topic "Configuring Clien t Protocols and Network Libraries". 17196 10 Preparing for eventual growth to %d GB with Hot Add Memory. 17197 16 Login failed due to timeout; the connection has been closed. Thi s error may indicate heavy server load. Reduce the load on the server and retry login.%.*ls 17198 16 Connection failed because the endpoint could not be found. This may result if an endpoint is dropped while a connection attempt is in progress. Attempt to connect to a different endpoint on the server.%.*ls 17199 10 Dedicated administrator connection support was not started becau se it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag %d. This is an informational message only. No user action is required. 17200 16 Changing the remote access settings for the Dedicated Admin Conn ection failed with error 0x%lx, status code 0x%lx. 17201 10 Dedicated admin connection support was established for listening locally on port %d. 17202 10 Dedicated admin connection support was established for listening remotely on port %d. 17203 16 SQL Server cannot start on this machine. The processor(s) (CPU) model does not support all instructions needed for SQL Server to run. Refer to t he System Requirements section in BOL for further information. 17204 16 %ls: Could not open file %ls for file number %d. OS error: %ls. 17205 10 File %ls in database %ls has been set to sparse by the file syst em but does not belong to a database snapshot. The file should be restored to co rrect the problem. 17207 16 %ls: Operating system error %ls occurred while creating or openi ng file '%ls'. Diagnose and correct the operating system error, and retry the op eration. 17208 16 %s: File '%s' has an incorrect size. It is listed as %d MB, but should be %d MB. Diagnose and correct disk failures, and restore the database fr om backup. 17253 10 SQL Server cannot use the NO_BUFFERING option during I/O on this file, because the sector size for file '%s', %d, is invalid. Move the file to a disk with a valid sector size. 17255 10 Secondary TempDB file '%.*ls' resides on a removable drive and t herefore will not be attached during startup. 17256 10 Secondary TempDB file '%.*ls' will not be attached during TempDB startup; Drive check failed with error '%ld'. 17257 10 System error while trying to initialize disk info; Error '%ld' 17258 10 No free space in the TempDB database 17300 16 SQL Server was unable to run a new system task, either because t here is insufficient memory or the number of configured sessions exceeds the max imum allowed in the server. Verify that the server has adequate memory. Use sp_c onfigure with option 'user connections' to check the maximum number of user conn ections allowed. Use sys.dm_exec_sessions to check the current number of session s, including user processes. 17303 16 The session with SPID %d was found to be invalid during terminat ion, possibly because of corruption in the session structure. Contact Product Su pport Services. 17308 16 %s: Process %d generated an access violation. SQL Server is term inating this process. 17310 20 A user request from the session with SPID %d generated a fatal e xception. SQL Server is terminating this session. Contact Product Support Servic es with the dump produced in the log directory. 17311 16 SQL Server is terminating because of fatal exception %lx. This e rror may be caused by an unhandled Win32 or C++ exception, or by an access viola tion encountered during exception handling. Check the SQL error log for any rela ted stack dumps or messages. This exception forces SQL Server to shutdown. To re cover from this error, restart the server (unless SQLAgent is configured to auto restart). 17312 16 SQL Server is terminating a system or background task %s due to errors in starting up the task (setup state %d). 17313 10 Unable to locate driver ntdll.dll in path. SQL Server native HTT P support is not available. Error: 0x%lx Your operating system may not support t his driver. 17401 10 Server resumed execution after being idle %d seconds: user activ ity awakened the server. This is an informational message only. No user action i s required. 17403 10 Server resumed execution after being idle %d seconds. Reason: ti mer event. 17404 10 The server resumed execution after being idle for %d seconds. 17405 24 An image corruption/hotpatch detected while reporting exceptiona l situation. This may be a sign of a hardware problem. Check SQLDUMPER_ERRORLOG. log for details. 17406 10 Server resumed execution after being idle %d seconds. Reason: re source pressure. 17407 10 SQL Server has initialized support for the advanced user mode sc heduling. This is an informational message; no user action is required. 17550 10 DBCC TRACEON %d, server process ID (SPID) %d. This is an informa tional message only; no user action is required. 17551 10 DBCC TRACEOFF %d, server process ID (SPID) %d. This is an inform ational message only; no user action is required. 17557 16 DBCC DBRECOVER failed for database ID %d. Restore the database f rom a backup. 17558 10 Bypassing recovery for database ID %d. This is an informational message only. No user action is required. 17560 10 DBCC DBREPAIR: '%ls' index restored for '%ls.%ls'. 17561 10 %ls index restored for %ls.%ls. 17572 16 DBCC cannot free DLL '%ls'. SQL Server requires this DLL in orde r to function properly. 17573 10 CHECKDB for database '%ls' finished without errors on %ls (local time). This is an informational message only; no user action is required. 17656 10 Warning ****************** 17657 10 Attempting to change default collation to %s. 17658 10 SQL Server started in single-user mode. This an informational me ssage only. No user action is required. 17659 10 Warning: System table ID %d has been updated directly in databas e ID %d and cache coherence may not have been maintained. SQL Server should be r estarted. 17660 10 Starting without recovery. This is an informational message only . No user action is required. 17661 10 Recovering all databases, but not clearing tempdb. This is an in formational message only. No user action is required. 17663 10 Server name is '%s'. This is an informational message only. No u ser action is required. 17664 10 The NETBIOS name of the local node that is running the server is '%ls'. This is an informational message only. No user action is required. 17674 10 Login: %.*ls %.*ls, server process ID (SPID): %d, kernel process ID (KPID): %d. 17676 10 SQL Server shutdown due to Ctrl-C or Ctrl-Break signal. This is an informational message only. No user action is required. 17681 10 Loading default collation %s for this instance of SQL Server. 17750 16 Could not load the DLL %ls, or one of the DLLs it references. Re ason: %ls. 17751 16 Could not find the function %ls in the library %ls. Reason: %ls. 17752 16 SQL Server has insufficient memory to run the extended stored pr ocedure '%ls'. Release server memory resources by closing connections or ending transactions. 17753 16 %.*ls can only be executed in the master database. 17802 20 The Tabular Data Stream (TDS) version 0x%x of the client library used to open the connection is unsupported or unknown. The connection has been closed. %.*ls 17803 20 There was a memory allocation failure during connection establis hment. Reduce nonessential memory load, or increase system memory. The connectio n has been closed.%.*ls 17805 20 The value in the usertype field of the login record is invalid. The value 0x01, which was used by Sybase clients, is no longer supported by SQL Server. Contact the vendor of the client library that is being used to connect t o SQL Server.%.*ls 17806 20 SSPI handshake failed with error code 0x%x, state %d while estab lishing a connection with integrated security; the connection has been closed. R eason: %.*ls %.*ls %.*ls 17807 20 Event '%ld', which was received from the client, is not recogniz ed by SQL Server. Contact the vendor of the client library that is being used to connect to SQL Server, and have the vendor fix the event number in the tabular data stream that is sent. 17809 20 Could not connect because the maximum number of '%ld' user conne ctions has already been reached. The system administrator can use sp_configure t o increase the maximum value. The connection has been closed.%.*ls 17810 20 Could not connect because the maximum number of '%ld' dedicated administrator connections already exists. Before a new connection can be made, t he existing dedicated administrator connection must be dropped, either by loggin g off or ending the process.%.*ls 17812 10 Dedicated administrator connection has been disconnected. This i s an informational message only. No user action is required. 17813 20 The requested service has been stopped or disabled and is unavai lable at this time. The connection has been closed.%.*ls 17825 18 Could not close network endpoint, or could not shut down network library. The cause is an internal error in a network library. Review the error log: the entry listed after this error contains the error code from the network library. 17826 18 Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately p receding this one in the error log. 17827 20 There was a failure while attempting to encrypt a password. The connection has been closed.%.*ls 17828 20 The prelogin packet used to open the connection is structurally invalid; the connection has been closed. Please contact the vendor of the client library.%.*ls 17829 20 A network error occurred while establishing a connection; the co nnection has been closed.%.*ls %. including user-defined login p rocessing %d ms. network reads during S SPI %d ms.*ls 17890 10 A significant part of sql server process memory has been paged o ut. network writes %d ms.17830 20 Network error code 0x%x occurred while establishing a connection . Use the " max worker threads" configuration option to increase number of allowable threads . This may have been caused by client or server login timeout expiration.*ls 17832 20 The login packet used to open the connection is structurally inv alid. 17889 16 A new connection was rejected because the maximum number of conn ections on session ID %d has been reached. user %I64d ms. network writes during SSPI %d ms. enqueued during SSL %d ms.*ls 17881 16 '%ls' is an unsupported Open Data Services API. Close an existing connection on this session and retry.%. 18052 16 Error: %d. 17888 10 All schedulers on Node %d appear deadlocked due to a large numbe r of worker threads waiting on %ls. validating login %d ms.*ls 17835 20 Encryption is required to connect to this server but the client library does not support encryption.*ls' Worker 0x%p appe ars to be non-yielding on Node %ld. 17885 16 An unexpected query string was passed to a Web Service Descripti on Language (WSDL) generation procedure. enqueued %d ms .%. Please contact the client driver vendor. System Idl e: %d%%. SQL Process Utilization: %d%%. Memory freed: %I64d KB.*ls'. Time spent during login: total %d ms. the connection has been closed. Please contact the vendor of the client library. 17886 20 The server will drop the connection. 17895 10 sp_server_diagnostics running on Worker 0x%p appears to be non-y ielding on Node %ld. Working set (KB): %I64d. Duration: %d seconds. 18002 20 Exception happened when running extended stored procedure '%. negotiating SSPI %d ms. because the client driver h as sent multiple requests while the session is in single-user mode. 17892 20 Logon failed for login '%. State: %d.*ls 17894 10 Dispatcher (0x%lx) from dispatcher pool '%. the connection has been closed. Approx CPU Used: kernel %I64d ms. Blocking or long-running queries c an contribute to this condition. the connection has been closed. Exception code: 0x%lx. and may degrade client response time. secure calls during SSL % d ms. Please upgr ade your client library. 17884 10 New queries assigned to process on Node %d have not been picked up by a worker thread in the last %d seconds. Interval: %I 64d. Approx Thread CPU Used: kernel %I64d ms. Approx CPU Used: kernel %I64d ms.*ls' due to trigger execution. SQL Server is terminating process %d. committed (KB): %I64d. or when the client sends a request while the s ession is resetting a connection. network re ads during SSL %d ms.%. . secure calls during SSPI %d ms. 17891 10 Resource Monitor (0x%lx) Worker 0x%p appears to be non-yielding on Node %ld. the connection has been closed. Exception type: %ls. memory utilization: %d%%. Severity: %d. 17887 10 IO Completion Listener (0x%lx) Worker 0x%p appears to be non-yie lding on Node %ld.*ls 17836 20 Length specified in network packet payload did not match number of bytes read. This error o ccurs when a client sends a request to reset the connection while there are batc hes still running in the session. network reads %d ms.%. user %I64d ms. System Idle %d%%. This may result in a performance degradation. Last wait: %ls. user %I64d ms. Process Utilization %d%%. Interval: %I64d. Interval: %I64d ms. Please contact the vendor of the client li brary. or optimize current running queries. user %I64d ms.%. Thread creation time: %I64d. Approx CPU Used: kernel %I6 4d ms. en queued during SSPI %d ms. 17883 10 Process %ld:%ld:%ld (0x%lx) Worker 0x%p appears to be non-yieldi ng on Scheduler %ld. establishing SSL %d ms. network writes during SSL %d ms. Process Utilization %d%%. Interval: %I64d.*ls ' in the library '%. dev ice information: (%s).*ls. No user action is required. or error happening while formatting the messa ge. 18124 10 The default collation was successfully changed. 18058 17 Failed to load format string for error %d. 18061 20 The client was unable to join a session with SPID %d. language id %d. 18225 10 Tape '%s' (family ID %d. Check the error logs for failed operations i mmediately before this error message. 18057 20 Error: Failed to set up execution context. This is an informational message only. state %d was raised. See "Impersonation Overview" in Books Online. Expected volume has (Family ID %d. and resource file in localized directory matches the file under English direc tory. This is an informational message only. but no message with that error number was found in sys. Database: %s. pages dumped: %I64d. 18257 10 %s: Device or media does not support %s. %d. 18210 16 %s: %s failure on backup device '%s'. last LSN: %s. language id %d. default configuration was applied. the connection has been dropped. The error is p rinted in terse mode because there was error during formatting. Check that the resource file matches SQL Server executabl e. 18113 10 SQL Server shutdown after verifying system indexes. 18100 10 Process ID %d was killed by hostname %. Database: %s. This may be caused by low memory in server. 18055 20 Exception %d. No user action required. Check the error logs for failed opera tions immediately before this error message. This is an informational message only. number of dump devices: %d. severity %d. 18059 16 The connection has been dropped because the principal that opene d it subsequently assumed a new security context. The failure ID is %d. Operating system error %s. device . This scenario is not supported . 18060 16 Failed to format string for error %d. This is an inform ational message only. %d occurred when the server tried to reset connect ion %d. number of dump devices: %d. State: %d. first LSN: %s. Database: %s.messages. 18127 10 Engine takes DB offline in cloud DB mode due to %d. p ages dumped: %I64d. device information: (%s). No user action is required. default co nfiguration was applied. fi rst LSN: %s. file list: (%s). sequence %d. 18125 10 Engine didn't find configuration for error detection. and then tried to reset the co nnection under its impersonated security context. number of dump devices: %d. 18227 10 Unnamed tape (family ID %d. No user action re quired 18226 10 Tape mount is being requested on drive '%s'. No user action is required. Please contact Microsoft technical support. If error is larger than 50000. Severity: %d. sequence %d). make sure the user-defined message is added using sp_addmessage. 18266 10 Database file was backed up. host process ID %d. creation date(time): %s(%s). creation date(time): %s(%s). 18056 20 The client was unable to reuse a session with SPID %d. 18264 10 Database backed up. Also check memory usage. Operating system error %s. use a different device or media. This error may have be en caused by an earlier operation failing. Opera ting system error: %s. This is an informational message only. media_set_guid %s) is m ounted on tape drive '%s'. 18054 16 Error %d. sequence %d. 18228 10 Tape mount request on drive '%s' is cancelled. no tifications etc are skipped. 18126 10 Engine failed to load configuration for error detection. media_set_guid %s) is moun ted on tape drive '%s'.18053 16 Error: %d. 18204 16 %s: Backup device '%s' failed to %s. To access this feature. ETW. Tracing. 18265 10 Log was backed up. This error may have been caused by an earlier operation failing or a change in permissions since the session was established. last LSN: %s. creation date(time): %s(%s). which had been reset for connection pooling. Because the server cannot recover from the failure to reset the connecti on. (Params:%ls). 18276 10 Database file differential changes were backed up. the cause of this error is insuff icient resources. 18274 10 Tape '%s' was dismounted from drive '%s'. number of dump devices: %d. first LSN: %s. 18303 10 Reason: Failed to unprotect memory containing sensitive informa tion. No user action is required. 18301 10 Reason: Could not find a login matching the name provided. The statement is proceeding but cannot be res tarted. Ensure that a valid storage location exi sts for the checkpoint file and try the operation again. Database: %s. the differential or bulk-logged bitmap overstates the amount of c hange that will occur with the next differential or log backup. No user action is required. 18306 10 Reason: An error occurred while evaluating the password. 18309 10 Reason: Password validation failed with an infrastructure error . 18268 10 Log was restored. 18310 10 Reason: Token-based server access validation failed with an inf rastructure error. This discrepancy might slow down later differential or log backup operations and cause the backu p sets to be larger than necessary. 18271 10 Database changes were restored. device information: (%s). No user action is required. If the error oc curred on a data backup. 18279 16 During a RESTORE operation. This is an informational message only. last LSN: %s. Database: %s. creation date(time): % s(%s). first LSN: %s. Database: %s. number of dump devices: %d. No user action is required. first LSN: %s. device information: ( %s). As a result. number of dump devices: %d. This is an information al message. Database: %s. device information: (%s). 18307 10 Reason: Password did not match that for the login provided. creation date (time): %s(%s). 18275 10 Unnamed tape was dismounted from drive '%s'. Ensure that a valid storage location exists for the checkpoint file. Informational message. 18270 10 Database differential changes were backed up. This is an informational message. This is an informat ional message. No user action required. creation date(time ): %s(%s). This is an informational message. file list: (%s). number of du mp devices: %d. Database: %s. device information: (%s).information: (%s). Check for previous errors. 18269 10 Database file was restored. number of dump devices: %d. This is an informational message. device information: (%s). last LSN: %s. Th is is an informational message. number of dump devices: %d. Database: %s. Investigate the failure and resolve the cause. No user action is required. fir st LSN: %s. 18300 10 Reason: Infrastructure error occurred. an I/O error occurred on checkpoint file '%s' (operating system error %s). 18308 10 Reason: Invalid password provided. number of dump devices: %d. 18304 10 Reason: Could not find a login matching the name provided. This is an informational message only. No user action is required. an I/O error occurred on checkpoint file '%s' (operating system error %s). last LSN: %s. No user action is req uired. creation date(time): %s(%s) . 18305 10 Reason: Attempting to use an NT account name with SQL Server Au thentication. crea tion date(time): %s(%s). 18273 16 Could not clear '%s' bitmap in database '%s' because of error %d . creation date(time): %s(%s). This is an informational message only. file list: (%s). Check for previous error s. Check for previous errors. full backup LSN: %s. 18302 10 Reason: Failed to unprotect memory containing sensitive informa tion. file list: (%s). No user action is required. . creation date(time): %s(%s). pages dumped: %I64d. 18272 16 During restore restart. Typically. consider taking a data backup to create a new base for future differential backups. 18277 10 Database file changes were restored. device information: (%s). No user action is required. device infor mation: (%s). 18267 10 Database was restored: Database: %s. last LSN: %s. pages dumped: %I64d. 18339 10 Reason: Failed to open the database '%. 18317 10 Reason: The user must change the password. 18336 10 Reason: Cannot connect with a login that does not specify a sha re. 18329 10 Reason: Simulation of a failure while reauthenticating login. 18326 10 Reason: Failed to open the database for this login while revali dating the login on the connection. 18313 10 Reason: Interface for login to SQL Server is not supported. but it cannot be cha nged with the current connection settings. 18321 10 Reason: Reinitialization of security context failed while reval idating the login on the connection. 18332 10 Reason: Failed to access server for validation while reauthenti cating login. 18323 10 Reason: Failed to open the specified database while revalidatin g the login on the connection. No new connections can be accepted at this time. 18315 10 Reason: Failed to open the database for this login. Check for previous errors. 18334 10 Reason: An error occurred while reauthenticating login. 18324 10 Reason: Failed to create the user instance while revalidating t he login on the connection. 18320 10 Reason: SQL Server service is paused. Login cannot be reauthent icated at this time. 18314 10 Reason: Failed to open the specified database.*ls '. 18331 10 Reason: Failed to reinitialize security context while reauthent icating login. 18328 10 Reason: An exception was raised while revalidating the login on the connection. 18316 10 Reason: Unable to determine the initial language and date forma t. 18338 10 Reason: Unable to determine the database name from the specifie d file name. Check f or previous errors. 18340 10 Reason: Failed to store database name and collation. 18333 10 Reason: Failed to open the specified database while reauthentic ating login. 18337 10 Reason: Failed to open the explicitly specified database '%. Reason: Current collation did not match the database's collati on during connection reset. 18342 10 Reason: Failed to send an environment change notification to a log shipping partner node. 18322 10 Reason: Access to server validation failed while revalidating t he login on the connection. 18325 10 Reason: Failed to attach the specified database while revalidat ing the login on the connection.18311 10 Reason: Login-based server access validation failed with an inf rastructure error. 18335 10 Reason: Could not retrieve database name or map database to an item. 18319 10 Reason: Simulation of a failure while redoing login on the conn ection. Check for previous errors. Check for previous errors. . 18327 10 Reason: Failed to determine the language and date format while revalidating the login on the connection. 18312 10 Reason: SQL Server service is paused. 18330 10 Reason: SQL Server service is paused. Login could not be revali dated at this time. 18318 10 Reason: Failed to unprotect memory containing sensitive informa tion. 18341 10 .*ls' specified in the lo gin properties. *ls' specified in the lo gin properties while revalidating the login on the connection. No user action is required. 18400 16 The background checkpoint thread has encountered an unrecoverabl e error. Check for previous errors.*ls'] 18360 10 Reason: Failed to unprotect memory containing sensitive informa tion. 18373 10 Reason: Database could not accept user connections at this time. 18351 10 Reason: Client impersonation failed. 18346 10 Reason: Failed to determine database name from a given file nam e while revalidating the login on the connection. [Database: '%.*ls'.*ls 18451 14 Login failed for user '%. Only administrator can connect at this time. 18350 10 Reason: Failed to send an environment change notification to a log shipping partner node while revalidating the login. 18348 10 Reason: Failed to store database name and collation while reval idating the login on the connection. [Database: '%. The checkpoint process is terminating so that the thread can clean up i ts resources. 18354 10 Reason: Failed to duplicate of security token.*ls'] 18359 10 Reason: Failed to unprotect memory containing sensitive informa tion. The login is from an untrusted domain and cannot b . [Datab ase: '%.*ls'] 18365 10 Reason: Invalid password provided.%. 18347 10 Reason: Failed to open the database '%. Se rver is configured for Windows authentication only.*ls'] 18367 10 Reason: Token-based server access validation failed with an inf rastructure error. [Database: '%.*ls'] 18369 10 attach 18370 10 restore 18371 10 Reason: The password hash is from an unsupported version of SQL Server.*ls' configured in the l ogin object while revalidating the login on the connection. [Dat abase: '%.*ls'] 18368 10 Reason: Login-based server access validation failed with an inf rastructure error. Reset the password or recreate the login.*ls'] 18361 10 Reason: Could not find a user matching the name provided. [Data base: '%. 18401 14 Login failed for user '%. Check for previous errors.18343 10 Reason: Failed to retrieve database name or map database to an item while revalidating the login on the connection. 18372 10 Reason: An error occurred while obtaining a routing environment change notification. [Database: '%. 18357 10 Reason: An attempt to login using SQL authentication failed. 18349 10 Reason: Current collation did not match the database's collatio n during connection reset. [Database: '%. [Database: '%.*ls'. 18352 10 Reason: Failed to revert impersonation to self.%. Only administrators may connect a t this time.*ls'] 18366 10 Reason: Password validation failed with an infrastructure error . 18358 10 Reason: Could not find a user matching the name provided. This is an informational message only. 18345 10 Reason: Failed to open the database '%. Reason: Server is in script upgra de mode. Check for previous errors. 18355 10 Reason: Failed attempted retry of a process token validation.*ls'] 18364 10 Reason: Password did not match that for the user provided.*ls'] 18363 10 Reason: An error occurred while evaluating the password.*ls'] 18362 10 Reason: Attempting to use an invalid user type with SQL Server Authentication. 18356 10 Reason: An error occurred while attempting to change password. Check for previous errors.*ls 18452 14 Login failed. 18344 10 Reason: Connection with a login which does not specify a share is not allowed while revalidating the login on the connection. 18353 10 Reason: Failed to get security token information. [Data base: '%. [Database: '%. e used with Windows authentication.%. Reason: Password change failed.%. T he password cannot be used at this time.*ls 18468 14 The login failed for user "%. obtain additional licenses and then register them through the Li censing item in Control Panel. Additional licenses should be obtained and installed or you should upgrade to a full version. %.%. T he password does not meet the requirements of the password filter DLL.*ls'.*ls 18453 10 Login succeeded for user '%. Use the remote access configuration option to allow re mote logins.%.*ls 18489 10 The dedicated administrator connection is in use by "%. %.*ls'.*ls'.%.*ls 18459 14 Login failed. T he password does not meet Windows policy requirements because it is not complex enough. T he user does not have permission to change the password.*ls" on " %. The workstation licensing limit for SQL Server acc ess has already been reached. reinstall SQL Server.*ls 18488 14 Login failed for user '%. %. T he password for the user is too recent to change.*ls 18469 10 [CLIENT: %.*ls 18486 14 Login failed for user '%.*ls 18461 14 Login failed for user '%. To increase the maximum number of simu ltaneous users. The number of simultaneous users has already reach ed the limit of %d licenses for this '%ls' server. Only one administrator can connect at this time.*ls 18491 16 SQL Server could not start because of an invalid serial number. The password change failed.%. The password change failed. 18485 16 Could not connect to server '%. . Connection made using SQL Serv er authentication. The password change failed. Reason: The password of the acco unt has expired.%.*ls%. Connection made using Windows authentication.%.%. %. The serial number information retrieved at startup appears invalid. Reason: Server is in single user mode.*ls 18456 14 Login failed for user '%. Verify that you have specified the correct l ogin name.*ls".*ls 18467 14 The login failed for user "%.*ls 18460 14 Login failed.*ls'.*ls'.%. 18483 16 Could not connect to server '%. %.%.*ls 18454 10 Login succeeded for user '%.*ls".*ls 18471 14 The login failed for user "%.%.*ls' is not defin ed as a remote server.*ls' is not defin ed as a remote login at the server.*ls.*ls'.*ls 18464 14 Login failed for user '%.* ls 18466 14 Login failed for user '%.*ls'.*ls". Reason: Password change failed. %.*ls' because it is not configured to accept remote logins. The number of simultaneous users already equals th e %d registered licenses for this server.*ls 18487 14 Login failed for user '%. %.*ls 18455 10 Login succeeded for user '%.*ls'. The password change failed.*hs] 18470 14 Login failed for user '%. The system administrator can unlock it.*ls' because the account is currently l ocked out. A n unexpected error occurred during password validation.*ls'. Reason: The account is disabled.%.*ls".*ls'.*ls".*ls 18458 14 Login failed. The password change failed.*ls' because '%. Verify that you have specified the correct server name.*ls' because '%.*ls 18462 14 The login failed for user "%. T he password does not meet Windows policy requirements because it is too long.*ls 18482 16 Could not connect to server '%.%.*ls". % .%.% .%.*ls.*ls 18463 14 The login failed for user "%. Reason: The password of the acco unt must be changed. Reason: Password change failed. To proceed.*ls'. T he password does not meet Windows policy requirements because it is too short. *ls 18465 14 Login failed for user '%. *ls 18496 10 System Manufacturer: '%ls'. 18768 16 The specified LSN {%08lx:%08lx:%04lx} for repldone log scan occu rs before the current start of replication in the log {%08lx:%08lx:%04lx}.%.error %d. Check DBTABLE. 18750 16 %ls: The parameter '%ls' is not valid. and sp_replshowcmds) can connect to a database at a time.%. 18770 16 The specified LSN {%08lx:%08lx:%04lx} for repldone log scan is n ot present in the transaction log. 18764 16 Execution of filter stored procedure %d failed.*ls could not find the specified named instance (%. 18493 16 The user instance login flag is not supported on this version of SQL Server. 18751 16 %ls procedure was called with the wrong number of parameters. 18752 16 Only one Log Reader Agent or log-related procedure (sp_repldone. drop the connection over which the procedure wa s executed or execute sp_replflush over that connection before starting the Log Reader Agent or executing another log-related procedure.*ls installation is either corrupt or has been tampered w ith (%hs). The database is not published. 18756 16 Could not retrieve replication information for table %d. The server is exiting. Use sp_helparticle and sp_changearticle to v iew and change the call syntax.*ls cannot start because your system is low on memory. Exec ute the procedure in a database that is published for replication. System Model: '%ls'. 18596 16 %.*ls) . Verify that the stored pro cedures that propagate changes to Subscribers use the appropriate call syntax. Please uninstall then re-run setup to correct this problem 18598 16 %. Please specify the name of an existing instance on the invocation of sqlse rvr. Verify that SQL Serve r has sufficient memory for all operations. Verify that the table has a primary key. The connection will be closed. 18763 16 Commit record {%08lx:%08lx:%04lx} reports oldest active LSN as ( 0:0:0).*ls" . 18762 16 Invalid begin LSN {%08lx:%08lx:%04lx} for commit record {%08lx:% 08lx:%04lx}. 18771 16 Invalid storage type %d specified writing variant of type %d. 18757 16 Unable to execute procedure. 18769 16 The specified LSN {%08lx:%08lx:%04lx} for repldone log scan is n ot a replicated commit record. a nd then rerun the Log Reader Agent. uninstall then re-run setup to correct this problem. 18760 16 Invalid %ls statement for article %d. Pl ease specify the name of an existing instance on the invocation of sqlservr. The connection will be closed.exe.*ls) .%.18492 16 SQL Server cannot start because the license agreement for this ' %ls' version of SQL Server is invalid. 18766 16 The replbeginlsn field in the DBTABLE is invalid. To proceed. sp_replcmds. See the SQL Serv er errorlog for more information. 18773 16 Could not locate text information records for the column "%. 18772 16 Invalid server data type (%d) specified in repl type lookup.*ls could not find the default instance (%.*ls 18494 16 The user instance login flag is not allowed when connecting to a user instance of SQL Server. 18597 16 Your %. reinst all SQL Server with a valid license. 18599 16 %.exe. 18767 16 The specified begin LSN {%08lx:%08lx:%04lx} for replication log scan occurs before replbeginlsn {%08lx:%08lx:%04lx}. \n\nIf you believe that your installation is corrupt or has been tampered with. 18761 16 Commit record at {%08lx:%08lx:%04lx} has already been distribute d. 18765 16 The "%s" log sequence number (LSN) that was specified for the re plication log scan is invalid. uninstall then re-run setup to correct this problem.\n\nIf you believe that your installation is corrupt or has been tampere d with. If you e xecuted a log-related procedure.erro r %d. The connection will be closed. and then rerun the Log Reader Agent.*ls 18495 16 The user instance login flag cannot be used along with an attach database file name. 18755 16 Could not allocate memory for replication. 18777 16 %s: Error initializing MSMQ components 18778 16 %s: Error opening Microsoft Message Queue %s 18780 16 You have specified a value for the @dts_package_password paramet er. 18790 16 Cannot enable the option to initialize a subscription from a bac kup. use sp_changepubl ication: set 'allow_initialize_from_backup' to 'true'. Reconfigure the Distributor to u se a shorter path for this Publisher. and then retry the operation. dbowner or dbcreator fixed database ro le in the current database. 'logbased manualfilter'. HRESULT = '0x%x'. If the problem persists. because the snapshot folder directory path is too long. Ensure that SQL Serv er has sufficient memory. If the problem persists. and then retry the operation. 18802 16 Cannot insert a new schema change into the systranschemas system table. and the Log Reader Ag ent was unable to find an Extended-Originator-Record (EOR) for a transaction tha t did not originate at this server. 18804 16 Peer-to-peer replication has been enabled. if it does not exist. 'logbased manualview'. ID %d during command construction. and 'logbased manualboth' only . Back up the publication databa se and contact Customer Support Services. 'indexed view logbase d manualview'. 18809 16 END_UPDATE log record {%08lx:%08lx:%04lx} encountered without ma . 18806 16 Cannot initialize the replication resource. Specify a backup device that contains a backup of t he Publisher database. 18783 16 The subscription setup script path has been truncated. restart SQL Server. The value must be 'logical'.*ls is not a supported help topic. 18799 16 Only users who are members of the following roles can perform th is operation: sysadmin fixed server role.. 'disk'. 18781 16 The value specified for the @backupdevicetype parameter is not v alid. it is only supported f or transactional publications from SQL Server Publishers. Stop the Log Reader Agent. 18774 16 The stored procedure %s must be executed within a transaction. 18808 16 Article information is not valid. 18776 16 An error occurred while waiting on the article cache access even t. 18796 16 The valid new types of a log based table article are 'logbased'. 'indexed view logbased manualfilter'. 18801 16 Unable to allocate memory for replication schema version node. exe cute the stored procedure sp_replflush. 18805 16 The Log-Scan Process failed to construct a replicated command fr om log sequence number (LSN) {%08lx:%08lx:%04lx}. 18775 16 The Log Reader Agent encountered an unexpected log record of typ e %u encountered while processing DML operation. To allow initialization from a backup. You must also specify a value for the @dts_package_name parameter. This is not supported for non-SQL Server Publishers. 18786 16 The specified publication does not allow subscriptions to be ini tialized from a backup. 18784 16 The alternate snapshot folder path generated by replication has been truncated. 18795 16 The valid new types of a log based indexed view article are 'ind exed view logbased'. I f it does exist. stop and restart the Log Reader Agent. contact Customer Support Serv ices. Verify that the system table exists and is accessible by querying it directly. execute the stored procedure sp_replhelp N'helptopics'. To see the list o f supported topics. or 'tape'. Contact Customer Support Services. 18803 16 The topic %. dr op and reconfigure replication. This option is only supported for transactional publicat ions. 18782 16 Could not locate backup header information for database '%s' in the specified backup device. 18787 16 Snapshot publications cannot use the option to initialize a subs cription from a backup. and then restart the Log Reader Agent. 18807 16 Cannot find an object ID for the replication system table '%s'. Reconfigure the publication to use a shorter alternate snapshot folder path. and 'indexed view logbased manualboth' only. SlotId %d}}. HRESULT = ' 0x%x'. BEGIN_UPDATE LSN {%08lx:%08lx:%04lx}. coloffset %ld. contact Customer Suppor t Services. oldSize %I64d. If the problem persists. 18836 16 %s. The rows will be deleted the next time replication executes the stored pr ocedure sp_replcmds. {RowId {PageId %l d. 18832 16 The Log Reader Agent scanned to the end of the log while process ing a bounded update. 18827 16 The Log Reader Agent scanned to the end of the log before proces sing all transactions in the hash table. 18823 16 Invalid value %d for %s. reinitialize al l subscriptions to the publication. Back up the publication databas e and contact Customer Support Services. curr ent BEGIN_UPDATE {%08lx:%08lx:%04lx}. contact Customer Support Services. Last Text Information Begin (TIB) processed: (textInfoFlags 0x%x. 18837 16 Cannot find rowset ID %I64d in the current schema. newSize %I64d}. Back up the publicati on database and contact Customer Support Services. If the problem persists. 18828 16 Invalid filter procedure definition. newSize %I64d. newSize %I64d. Contact Customer Support Services. 18830 16 A bounded update was logged within the range of another bounded update within the same transaction. First BEGIN_UPDATE {%08lx:%08lx:%04lx}. 18835 16 Encountered an unexpected Text Information End (TIE) log record. Stop and restart SQL Server and the Log Reader Agent. reinitialize all subscription s to the publication. ti: {RowsetId %I64d. Back up t he publication database and contact Customer Support Services. 18812 16 Can not lock the database object in article cache. 18826 16 Failed to delete rows from the systranschemas table. Contact Customer Support Services. HRESULT = '0x%x'. oldSize %I64d). If the problem persists. 18843 16 Failed to allocate or reallocate buffer for replication command. new size %d. text collection state %d. 18821 16 The rowset does not contain any column with offset %d. 18811 16 Invalid %s log record. {TextTimeStamp %I64d. Restart the agent if it has stopped. Stop an d restart the Log Reader Agent. 18815 16 Expecting %I64d bytes of data. but only %I64d were found in the transaction log. Contact Customer Support Services. For more information. 18834 16 An unexpected Text Information Begin (TIB) log record was encoun tered while processing the TIB for offset %ld. 18829 16 Failed to scan to the delete log record of an update base on log sequence number (LSN) {%08lx:%08lx:%04lx}. 18818 16 Failed to scan to log sequence number (LSN) {%08lx:%08lx:%04lx}. Last TIB processed: (textInfoFlag s 0x%x. 18810 16 Cannot restart the scan on table '%s'. FileId %u}. 18838 16 The Log Reader Agent encountered a NULL command that is not vali d. end {%08l . o ffset %I64d. current LSN {%08lx:%08lx:%04lx}. 18817 16 Text information block not valid. textInfoFlags 0x%x. 18844 16 Invalid compensation range: begin {%08lx:%08lx:%04lx}. back up the publication database. If th e problem persists. coloffset %ld. Contact Customer Support Services. oldSize %I64d). Stop and rest art the Log Reader Agent. 18840 16 Cannot locate database information in the article cache. and then contact Customer Support Services.tching BEGIN_UPDATE. %d t ransactions processed. %d transactions in the hash table. If the problem persists. old size %d. Contact product supp ort. 18819 16 Failed to lock the current log record at log sequence number (LS N) {%08lx:%08lx:%04lx}. textSize %I64d. Contact Customer Support S ervices. Stop an d restart SQL Server and the Log Reader Agent. 18842 16 Failed to retrieve the oldest active log sequence number (LSN) f rom a commit record. END_UPDATE LSN {%08l x:%08lx:%04lx}. Contact Customer Support Servi ces. reinitialize all subscriptions to the publication. coloffset %ld . end of log LSN {%08lx:%08lx:%04lx}. 19031 10 SQL Trace stopped. T his is an informational message only. %I64d. %I64d. 19052 16 The active trace must be stopped before modification. Last error returned '%ld'. back up the publication database and then contact Customer Support Services. If the problem persists. NULL. Error = '%ls'. %ld . %I64d. %d retries attempted. Reinstall Micr osoft Data Access Components. Auditing will not be started. %d}. %d}. No user action is required. 19034 21 Cannot start C2 audit trace. Heterogeneous queries. %d. and remote procedure calls are unavailable. %ld. See agent job history in the Jobs folder for more details. 19054 16 The trace column ID is not valid. and then execute sp_replflush. {%08lx:%08lx:%04lx}. %. . Reinitialize all subscriptions to the publication. 18855 11 Can not rename the database name because it is published or it i s a distribution database used by replication. %. %I64d}. 19051 16 Unknown error occurred in the trace. %I64d}. %I64d. 19057 16 The boolean operator in the filter is not valid. 18852 16 Failed to read the TXF_REPLICATION_RECORD_WRITE structure. This is an informational messag e only. {{%I64d. Contact C ustomer Support Services. 18856 16 Agent '%s' is retrying after an error. contact product support. Cann ot find the column offset information for column ID %d. 18853 10 Replication is skipping schema version logging because the systr anschemas table is not present in database '%d'. If the problem persists. If the problem persists. 0.*ls. SQL Server is shutting down. contact Customer Support Services . 19036 10 The OLE DB initialization service failed to load. no user action is required. Confirm that DC OM is properly installed and configured. 18857 16 The subscription to this publication is not active yet. %I64d. %I64d. If the problem persists. Stop and restart the Log Reader Agent. T his is an informational message only. %I64d. 1". Reinitialize all subscriptions to the publication. %d. %I64d. 18896 16 Failed to compare delete and insert log record for column ID %ld with table ID %ld 19030 10 SQL Trace ID %d was started by login "%s". 0. 19050 16 Trace file name '%. 18847 16 Cannot retrieve the peer-to-peer database information.*ls. No user action is required. {%08lx:%08 lx:%04lx}}. 19033 10 Server started with '-f' option. 19049 16 File '%. 19056 16 The comparison operator in the filter is not valid. 19053 16 The trace event ID is not valid. 18846 16 Possible inconsistent state in the distribution database: dist_b ackup_lsn {%08lx:%08lx:%04lx}. rowsetId %I64d. Trace ID = '%d'.*ls' is invalid. %I64d. %I64d. %ld. 18849 16 Failed to evaluate the filter procedure or computed column.x:%08lx:%04lx}. 18854 16 One or more subscriptions have been marked inactive. no user action is required. {%08lx:%08lx:%04lx}. 18845 16 Cannot retrieve the rowset ID from log records generated from a text pointer based operation. last FILESTREAMInfo node p rocessed : {%d. 19032 10 SQL Trace was stopped due to server shutdown. %I64d. Error = %ls 19035 16 OLE task allocator failed to initialize. {{%I64d. contact product support f or the OLEDB provider. Execute "sp_re pldone NULL. Drop and re -create all subscriptions for this node that are failing with this error. %d. 18850 16 Unexpected %s log record encountered. %I64d. dist_last_lsn {%08lx:%08lx:%04lx}.*ls' either does not exist or there was an error opening the file. %d. 19055 16 Filters with the same event column ID must be grouped together. Login Name = '%s'. Trace ID = '%d'. distributed queries. Reinitialize all sub scriptions to the publication. { %08lx:%08lx:%04lx}} 18851 16 Failed to %s the replication context for TxF: {%I64d. % I64d. Error = %s. 19096 16 Fail to delete an old trace file '%ls'. 19066 16 Cannot modify a restricted trace. Check for memory-related errors. Use SP_CONFIGUR E to turn it off. 19099 16 Trace ID '%d' was stopped because of an error. 19111 10 Unable to open TCP/IP protocol configuration key in registry. Error = '%ls'. 19110 10 Unable to initialize the TCP/IP listener. 19115 10 Unable to retrieve registry settings from TCP/IP protocol's 'IPA ll' configuration key. 19114 10 Unable to open TCP/IP protocol's 'IPAll' configuration key in re gistry. Cause: %ls. Check for memory-relate d errors. 19065 16 The parameter is not valid. 19060 16 The trace option is not valid. . 19064 16 The requested trace stop time has been already passed. 19103 10 An error occurred while starting shared memory support. Check TCP/IP protocol settings. 19061 16 Cannot remove SPID trace column. 19102 10 Unable to create a node listener object. 19062 16 Could not create a trace file. 19116 10 Unable to obtain list size for IP addresses configured for liste ning in registry. 19119 10 Unable to open TCP/IP protocol's registry key for a specific IP address. Check for pr evious errors. 19107 10 'TcpKeepAlive' registry setting is the wrong type. 19071 16 Stopping the trace because the current trace file is full and th e rollover option is not specified. 19120 10 Unable to retrieve 'Enabled' setting for a specific IP address. 19105 10 Unable to create a node listener object for a special instance. Check for memory-related errors. 19063 16 Not enough memory was available for trace. 19112 10 Unable to retrieve TCP/IP protocol 'Enabled' registry setting. 19113 10 Unable to retrieve 'ListenOnAllIPs' TCP/IP registry setting. 19068 16 The trace file path is not valid or not supported. 19070 16 The default trace cannot be stopped or modified. 19121 10 Unable to retrieve 'Active' setting for a specific IP address. Resta rt the trace after correcting the problem. 19118 10 Unable to obtain list of IP addresses configured for listening i n registry. 19098 16 An error occurred starting the default trace. 19117 10 Failed to allocate memory for IP addresses configured for listen ing. 19101 10 Initialization failed with an infrastructure error. 19067 16 Cannot create a new trace because the trace file path is found i n the existing traces. Check TCP/IP protocol se ttings. 19122 10 Unable to retrieve 'IpAddress' value for a specific IP address. 19097 10 Windows error occurred while running %s. 19100 10 Initialization succeeded.19058 16 The trace status is not valid. 19106 10 Unable to trim spaces in an IP address. Cause: %ls Use sp _configure to turn off and then turn on the 'default trace enabled' advanced ser ver configuration option. 19069 16 The trace file name is not valid because it contains a rollover file number (NNN in C:\file_NNN) while the trace rollover option is enabled. 19104 10 All protocols are disabled. 19059 16 Could not find the requested trace. 19109 10 Unable to configure MDAC-compatibility TCP/IP port in registry. Check TCP/IP protocol settings. 19108 10 Unable to retrieve 'TcpKeepAlive' registry setting. the instance name is too long. 19147 10 Unable to initialize the HTTP listener. Check protocol settings. 19133 10 Unable to retrieve dynamic TCP/IP ports registry settings for De dicated Administrator Connection. 19152 10 The configured value for Extended Protection is not valid. 19131 10 Unable to open Dedicated Administrator Connection configuration key in registry. 19139 10 Unable to add listener endpoints. 19141 10 Unable to retrieve SQL Server Network Interface library settings for a special instance. 19149 10 Unable to configure MDAC-compatibility protocol list in registry . Check for memory-related error s. Ch eck Network Configuration settings in SQL Server Configuration Manager. Check f or memory-related errors. 19153 10 An error occurred while obtaining the Accepted SPNs list for Ext ended Protection. Check Network Configuration settings in SQL Server Configurati on Manager. 19157 10 Unable to initialize the SSPI listener. Check Network Configuration settings in SQL Server Configuration Manager. Check fo r memory-related errors. 19132 10 Unable to open TCP/IP configuration key for Dedicated Administra tor Connection in registry. 19155 10 TDSSNIClient failed to allocate memory while loading Extended Pr otection configuration settings. 19150 10 Unable to open SQL Server Network Interface library configuratio n key in registry. 19127 10 Server is configured to listen on a specific IP address in a clu ster environment. Check settings in Configuration Manager. 19140 10 Unable to initialize the communication listeners. 19137 10 Failed to allocate memory for SSL listening structures. 19134 10 No or more than one dynamic TCP/IP port is configured for Dedica ted Administrator Connection in registry settings. 19142 10 Unable to retrieve SQL Server Network Interface library settings . 19154 10 The configured value for the Accepted SPNs list is not valid. 19125 10 Unable to deallocate structures representing registry key for a specific IP address. 19148 10 Unable to initialize SSL support. 19143 10 Unable to initialize the Shared Memory listener. 19144 10 Unable to initialize the Named Pipes listener. 19135 10 Error starting Named Pipes support. 19124 10 Unable to retrieve registry settings for a specific IP address. Check Network Configuration settings in SQL Server Configuration Manager. 19126 10 Unable to retrieve registry settings for cluster environment. 19130 10 Unable to open SQL Server Network Interface library configuratio n key in registry for Dedicated Administrator Connection settings.19123 10 'IpAddress' registry value is the wrong type. 19156 10 Failed to allocate memory for SSPI listening structures. 19145 10 Unable to configure MDAC-compatibility Named Pipes protocol pipe name in registry. Remove the duplicate IP address by usin g SQL Server Configuration Manager. Check for memory-related errors. . 19151 10 An error occurred while obtaining the Extended Protection settin g. Check for memory-rela ted errors. 19128 10 The SQL Server Network Interface cannot check for a duplicate IP address in the SQL Server TCP listening settings. 19158 10 Unable to create connectivity Ring Buffer. 19138 10 An error occurred while obtaining or using the certificate for S SL. 19129 10 The SQL Server Network Interface found a duplicate IP address in the SQL Server TCP listening settings. The Windows error code indicates the cause of failure. The Window s error code indicates the cause of failure. 19223 10 An attempt to write a buffer to the network failed during a cryp tographic handshake. 19214 10 The Host element of the received Service Principal Name (SPN) is not valid. t his client must support Extended Protection. 19202 10 An error occurred while calling CompleteAuthToken for this secur ity context. 19221 10 The connection was closed while attempting to process a read buf fer during a cryptographic handshake. 19218 10 Could not wait on an event signaling IO completion for a cryptog raphic handshake. The Windows error code indicates t he cause of failure. 19212 10 The Service Class element of the received Service Principal Name (SPN) is not valid. 19216 10 QueryContextAttributes succeeded but did not retrieve the receiv ed Service Principal Name (SPN). 19201 10 The transport protocol does not provide an authentication contex t. Clo sing the connection. 19211 10 The server Extended Protection level is set to Allowed or Requir ed. 19204 10 AcceptSecurityContext failed. The Windows error code indicates the cause of failure. 19209 10 QueryContextAttributes could not retrieve Service Bindings. The service might be u nder attack. Update the operating system or disable Extended Protection. 19222 10 The connection was closed while attempting to process a write bu ffer during a cryptographic handshake. 19217 10 WSAStringToAddress was unable to convert the IP Address element of the received Service Principal Name (SPN) to an address structure. You might have to update the SQL Se rver driver on the client. 19224 10 AcquireCredentialsHandle failed. and the client did not provide a Service Principal Name (SPN). Update the operating system or disable Extended Protection. 19203 10 The CompleteAuthToken API is not defined for the current Securit y Support Provider. 19219 10 A task to process a cryptographic handshake could not be enqueue d. and the client did not provide a Service Principal Name (SPN). 19206 10 The Channel Bindings from this client do not match the establish ed Transport Layer Security (TLS) Channel. 19207 10 The Channel Bindings from this client are missing or do not matc h the established Transport Layer Security (TLS) Channel. or the data provider might need to be upgraded to support Extended Protection. 19213 10 The IP Address element of the received Service Principal Name (S PN) is not valid. You might have to install an operat ing system service pack that allows for Service Binding and Channel Binding. To connect. To connect. and there is no authentication token in the TDS stream. The service might be under attack. but the server is configured to require Extended Protection. 19210 10 The server Extended Protection level is set to Allowed or Requir ed. or the data provider or client operating system might need to be up graded to support Extended Protection. 19220 10 An attempt to read a buffer from the network failed during a cry ptographic handshake. 19208 10 The operating system does not support Service Bindings. . The Windows error code indicate s the cause of the failure. but the server is configured to require Extended Protection. t his client must support Extended Protection. 19215 10 A memory allocation failed while validating the received Service Principal Name (SPN). 19205 10 The operating system does not support Channel Bindings.19200 10 Authentication succeeded. Closing the connection. see SQL Server Books Online. select replica_server_name from sys. 19240 10 Negotiated security context is missing a sequence detection flag . Check for network packet corruption or other networking issues. Only availability repl icas that belong to the specified availability group '%.availability_replicas and name from sys. 19233 10 A token from a cryptographic handshake was larger than allowed b y SSPI. see the CREATE AVAILABILITY GROUP documentation in SQL Server Books Online. remove the overlapped node from its possible owners and try again. 19244 10 SSPI structures too large for signature. 19228 10 An unexpected error occurred during a cryptographic handshake. and remove the duplicate replica name or nam es from the list. 19238 10 Negotiated security context is missing a confidentiality flag. or a cluster error. 19230 10 Failed to allocate a packet for a network write during a cryptog raphic handshake.19225 10 InitializeSecurityContext failed. 19405 16 Failed to create.availability_groups.*l s'.availability_replicas and name from sys. 19241 10 Negotiated security context is missing a replay detection flag. 19231 10 Failed to allocate an object to perform a cryptographic handshak e.* ls'. 19245 10 Empty output token is returned by SSPI during security context n egotiation. It does not follow the required format of 'TCP://syst em-address:port'. If one replica is failover cluster instance. Specify a valid READ_ONLY_ROUTING_URL for e ach replica that you want to added to the READ_ONLY_ROUTING_LIST.*ls' specified in the READ_ONLY_ROUT ING_LIST for availability replica '%. 19242 10 Global credentials handle required for inbound connections.*ls' specified for availability rep lica '%. 19239 10 Negotiated security context has confidentiality flag present.*ls' does not exist. select replica_serv er_name from sys. For more information.*ls' has changed from '%ls' to '%ls'. For information about the correct routing URL format. To get the names of availability replicas in a given availability group. The Wind ows error code indicates the cause of the failure. a communication issue.*ls' is a possible owner for both replica '%. If you are alt ering availability replicas of an existing availability group.*ls' was specified in the RE AD_ONLY_ROUTING_LIST for availability replica '%.*ls' and '%. 19403 16 The availability replica '%. 19227 10 An attempt to resize a buffer failed. 19401 16 The READ_ONLY_ROUTING_URL '%.*ls' is not valid.*ls' that is specified in the READ_ON LY_ROUTING_LIST for availability replica '%. Inspect the replica list that you specified in your command. 19226 10 QueryContextAttributes could not retrieve stream sizes. 19229 10 An invalid token was received during a cryptographic handshake. Fo r more information.*ls'.*ls' does not have a value set for R EAD_ONLY_ROUTING_URL. 19235 10 An unexpected exception was thrown while processing a cryptograp hic handshake. 19243 10 SSPI structures too large for encryption. For mor . The replica state changed because of either a startup. 19406 10 The state of the local availability replica in availability grou p '%. 19402 16 A duplicate availability replica '%. The Windows error code indicat es the cause of the failure. Ensure a READ_ONLY_ROUTING_URL is set for each availabilit y replica in the availability group. see SQL Server Books Online. 19236 10 Negotiated security context is missing an integrity flag. 19234 10 The connection was closed while waiting for network IO during a cryptographic handshake. join or add replica to availability group '%. 19404 16 An availability replica '%.ava ilability_groups. Then retry the command.*ls' can be added to thi s list. a failover. 19232 10 Failed to initialize an object to perform a cryptographic handsh ake. because node '%. you can get the n ames of availability replicas in a given availability group. 19451 16 '%. see "System Error Codes" in the Windows Development docu mentation. supply an IPv4 I P address and subnet mask of the subnet for the listener. To determine whether the availability group is failing over correctly. 19457 16 The specified IP Address '%. or the specified cluster resource handle is invalid. see "System Error Codes" in the W . IP addresses cannot be a dded through SQL Server.*ls' is configu red to use DHCP. drop the DHCP list ener and create it again configured to use static IP addresses. The error cod e is %d. Check with the network administrator to select values that are ap propriate for the cluster-allowed IP range. DNS name '%s'. check the corresponding avail ability group resource in the Windows Server Failover Cluster. DHCP across multiple subnets is not supported for avail ability replicas. 19461 16 The WSFC node that hosts the primary replica belongs to multiple subnets. The WS FC cluster control API returned error code %d. see the availability group dashboard. port %hu failed to stop with this error: %u. DNS name '%s'.*ls' belong to the same subnet. 19454 16 The availability group listener (network name) with Windows Serv er Failover Clustering resource ID '%s'. For listeners with this configuration. see the Windows Server Failover Clustering (WSFC) administrator to create a cus tomized configuration through the Cluster Manager. 19462 16 Failed to obtain the WSFC node enumeration handle. Verify network and cluster configuration and logs. The WSFC service may not be running or may be inaccessible in its current state. 19450 16 Failed to open a cluster network interface object: '%ls'. Verify network and cluster configuration and logs. then retry the operation.*ls' and the Windows Ser ver Failover Cluster has expired. 19455 16 The WSFC cluster does not have a public cluster network with an IPv4 subnet. For information about this erro r code. To use the DHCP option in a multi-subnet environment. SQL Server error log. DNS names and other related ne twork configuration. and try to cre ate the listener. To add IP addresses to the listener. port %hu failed to start with this error: %u.*ls'. Configure a public network for the cluster with an IPv4 subnet. The WSFC service may not be runni ng or may be inaccessible in its current state. 19456 16 None of the IP addresses configured for the availability group l istener can be hosted by the server '%.*ls' is not valid in the cluster-all owed IP range. 19458 16 The WSFC nodes that host the primary and secondary replicas belo ng to different subnets. Use the static IP option to configure the availability group l istener. 19453 16 The availability group listener (network name) with Windows Serv er Failover Clustering resource ID '%s'. and cannot be configured through SQL Server. For an advanced configuration. see "System Error Codes" in the Windows Development documentation. Reconfigure the listener through the WSFC Cluster Manager. or add another listener IP address which can be hosted on a public cluster network for this ser ver. This is a requirement to create an availability group DHCP listener . Windo ws Server Failover Cluster management console or Windows Server Failover Cluster log.*ls' does not conform to SQL Serve r listener guidelines. port %hu failed to start with a permanent error: %u. For information about this error code. Verify port numbers. Either configure a public cluster n etwork on which one of the specified IP addresses can be hosted. A connectivity issue occurred between the inst ance of SQL Server and the Windows Server Failover Cluster. 19407 16 The lease between availability group '%. 19452 16 The availability group listener (network name) with Windows Serv er Failover Clustering resource ID '%s'.e information. For information about this error code. 19459 16 The listener with DNS name '%. Only one IPv4 and /or one IPv6 address from each subnet is allowed. 19460 16 The availability group listener with DNS name '%. DNS name '%s'. The WSFC service may not be running or may be inaccessible in its curr ent state. 19463 16 The WSFC cluster network interface control API returned error co de %d.*ls' and '%. see "System Error Codes" in the Wind ows Development documentation. or the values provided for the network name and IP address may b e incorrect. 19475 16 Cannot take the WSFC resource with ID '%. The WSFC service may not be running or may be inaccessible in its current state. Use the existing l istener. For information about this error code. making resource '%.*l s' is depending on resource '%. The WSFC service may not be running or may be inaccessible in its curr ent state. try restarting the listener to correct the problem.*ls'.*ls' for the availability group '% . The WSFC service may n ot be running or may be inaccessible in its current state. '%.*ls' is not offline. Delete the resource using the Failover Cluster Mana gement tool (cluadmin. Please choose a different TCP por t for the listener. see "System Error Codes" in the Windows Development documentation. 19474 16 Failed to set the resource dependency expression '%ls' for the W SFC resource '%. The WSFC service might have invalid data in its database or it is a not sup ported version. For information about this error code. 19471 16 The WSFC cluster could not bring the Network Name resource with DNS name '%ls' online. see "System Error Codes" in the Windows Development documenta tion. For information abou t this error code. For information about this er ror code. For information about this error code. The WSFC service might have invalid data in its database or i t is a not supported version. 19464 16 The WSFC cluster network control API returned an invalid IP addr ess.*ls' dep end on resource '%. 19473 16 Failed to add a resource dependency.indows Development documentation. If there is a problem with the listener. or the WSFC cluster service may not be running or may be inaccessible.*ls'.*ls' already has a listener with DNS n ame '%. 19478 16 Failed to find a multi-string property (property name '%ls') of the WSFC resource with name or ID '%. Check the state of the WSFC cluster and validate the network name a nd IP address with the network administrator. 19476 16 The attempt to create the network name and IP address for the li stener failed. or create a new list ener. The error code is %d. 19472 16 Failed to delete the WSFC cluster resource '%. Use an existing listener.*ls' in the WSFC cluster. The error co de is %d.*ls'.*ls' offline. For information about this error code. or drop the existing listener and create a new one. or the specified arguments are invalid. see "System Error Codes" i n the Windows Development documentation. The system error code is %d.*ls'. 19467 16 Failed to remove the resource dependency in which resource '%. 19466 16 Failed to obtain the WSFC resource dependency expression for clu ster resource with name or ID '%ls' The error code is %d. T he WSFC service may not be running or may be inaccessible in its current state. The error code is %d. The WSF . The WSFC ser vice may not be running or may be inaccessible in its current state.*ls'. or the spec ified arguments are invalid. or check the WSFC cluster log for more information.*ls'. or the specified arguments are invalid. The WSFC service may not be running or may be inaccessible in its c urrent state. or the specified arguments are inva lid. in the WSFC cluster.*ls' is already listening on the TCP port %u. Use a different DNS name to resolve name conflicts. 19468 16 The listener with DNS name '%. 19469 16 The specified listener with DNS name. The error code is %d. The WSFC service may not be running or may be inaccessible in its current state. Availability groups can have only one listener. The error code is %d. does not exist fo r the Availability Group '%.*ls'. 19470 16 Failed to delete a resource in the WSFC cluster because the reso urce '%. see "System Error Codes" in the Windows Development documentation.msc). 19477 16 The availability group '%. 19465 16 The WSFC management API returned an unrecognizable dependency ex pression: '%. s ee "System Error Codes" in the Windows Development documentation.*ls'. The DNS name may have been taken or have a conflict with existing name services. inclusive. The WSFC cluster control API returned error code %d. The length of the D NS name needs to be between 1 and 63 characters. 19481 16 Failed to obtain the WSFC resource state for cluster resource wi th name or ID '%. Change the value of the DNS name to meet this requirement. se e "System Error Codes" in the Windows Development documentation.*ls'.*ls:%d]. 19489 16 The attempt to create FILESTREAM RsFx endpoint failed with HRESU LT 0x%x. 19482 16 The port number. If a port number is not provided. '%.*ls'. 20004 10 Publication '%s' has the following property: '%s'. and the attempt to roll back the resources for the Network Name a nd IP Address resources has also failed. Select a port number in this range. inclusive. 19485 16 The specified DNS name. 20003 10 Could not generate nickname for '%s'. 20001 10 There is no nickname for article '%s' in publication '%s'. . For information about this error code. The WSFC service may not be running or may be inaccessible in its current state. specifying an available TCP port. F or information about this error code. 19483 16 The format for the IP address. For informati on about altering an availability group listener. or the specified arguments are invalid. '%. The WSFC service may not be running or may be inaccessible in its current state. '%. see "System Error Codes" in the Windows De velopment documentation. For information about this error code. 19488 16 The attempt to create the network name and IP address for the li stener failed. The W SFC service may not be running or may be inaccessible in its current state. 19484 16 The specified IP Address. 20006 16 Cannot make the change because the article might be in a publica tion that has anonymous or client subscriptions. but the TCP provider of the instance of SQL Server failed to listen on the specified port [%. Check the state of the WSFC cluster and v alidate the network name and IP address with the network administrator. 19490 16 The attempt to delete FILESTREAM RsFx endpoint failed with HRESU LT 0x%x. 19480 16 Failed to open a cluster network object: '%ls'. For information about this error code. the default number 1433 is used. The WSFC service may not be running or may be inaccessible in its current state.C service may not be running or may be inaccessible in its current state. 19487 16 Listener configuration changes were completed but listening stat us of the corresponding TCP provider could not be determined because of the erro r code: %u. or the values provided for the network name and IP address may be incorrect. see "System Error Codes" in the Windows Deve lopment documentation. 19479 16 The WSFC cluster network control API returned error code %d. %u. Valid port nu mbers range from 1 to 65535. Each IP address included in the listener configuration must be unique. 20002 10 The filter '%s' already exists for article '%s' in publication ' %s'. see the "ALTER AVAILABILITY GR OUP (Transact-SQL)" topic in SQL Server Books Online. Change the statement to remove or replace the duplicated values. that is specified is invalid. is duplicated in the IP addre ss list. is invalid. This TCP port is already in use. Please use a valid value for the IP address. The WSFC resource state API returned error code %d. Ensure t hat no Network Name or IP Address resource from this operation still exists in t he cluster. 19486 16 The configuration changes to the availability group listener wer e completed. Reconfigure the availability group listener. Set @force_reinit_subscription to 1 to acknowledge that such a subscription will be reinitialized.*ls'. 20005 18 %ls: Cannot convert parameter %ls: Resulting colv would have too many entries. see "Sy stem Error Codes" in the Windows Development documentation. is invalid. SQL Server su bscribers below version '%s' will ignore this setting. Check the system error log to determine if the TCP provider is liste ning or a listener restart is needed.*ls'. Valid values are 'pull' or 'an onymous'. The 'allow_anony mous' property of a publication depends on the 'immediate_sync' property. Could not enab le database for publishing. Could not disa ble database for publishing. 20031 16 Could not delete the row because it does not exist. 20016 16 Invalid @subscription_type value. Use an agent definition file. Retry your t ransaction. 20037 16 The article '%s' already exists in another publication with a di fferent article resolver. 20043 16 Could not change the article '%s' because the publication has al ready been activated. 20019 16 Replication database option '%s' cannot be set unless the databa se is a publishing database or a distribution database. 20026 16 The publication '%s' does not exist. 20024 16 The alt_snapshot_folder cannot be the same as the working direct ory. Valid options are 'local'. 20010 16 The Snapshot Agent corresponding to the publication '%s' could n ot be dropped. 20017 16 The subscription on the Subscriber does not exist. . 20022 16 This article has now settings to disable uploads and compensate_ for_errors=true. 20045 16 You must supply an article name. or 'anonymous'. 20030 16 The article '%s' already exists on another publication with a di fferent column tracking option.20007 16 The system tables for merge replication could not be dropped suc cessfully. 20032 16 '%s' is not defined as a Subscriber for '%s'. 20046 16 The article does not exist. 20018 16 The @optional_command_line is too long. 20020 16 The article resolver supplied is either invalid or nonexistent. However. 20023 16 Invalid @subscriber_type value. 20040 16 Could not drop the article(s) from the publication '%s'. 'glob al'. local and anonymous subscribers will behave as if comp ensate_for_errors=false. 20014 16 Invalid @schema_option value. 20011 16 Cannot set incompatible publication properties. 20038 16 The article filter could not be added to the article '%s' in the publication '%s'. 20012 16 The subscription type '%s' is not allowed on publication '%s'. 20039 16 The article filter could not be dropped from the article '%s' in the publication '%s'. 20013 16 The publication property '%s' cannot be changed when there are s ubscriptions on it. 20009 16 The article '%s' could not be added to the publication '%s'. 20025 16 The publication name must be unique. 20034 16 Publication '%s' does not support '%s' subscriptions. 20008 16 The system tables for merge replication could not be created suc cessfully. Check the security context of xp_cmdshell and close other processes that may be accessing the directory. 20036 16 The Distributor has not been installed correctly. 20044 16 The priority property is invalid for local subscribers. 20028 16 The Distributor has not been installed correctly. The specified publication n ame '%s' has already been used. 20021 16 The subscription could not be found. 20033 16 Invalid publication type. Could not execute trigger. 20041 16 Transaction rolled back. 20027 16 The article '%s' does not exist. 20029 16 The Distributor has not been installed correctly. 20015 16 Could not remove directory '%ls'. 20077 16 Problem encountered generating replica nickname. 20074 16 Only a table object can be published as a "table" article for me rge replication. 'publis her_password'.0. 2 (Logreader). Only the merge process can perform these op erations.20047 16 You are not authorized to perform this operation. 5. 'description'. 20062 16 Updating columns with the rowguidcol property is not allowed. 20048 16 To modify the priority of a subscription. 20049 16 The priority value should not be larger than 100. 'priority'. and it must not extend past December 31. 20069 16 Cannot validate a merge article that uses looping join filters. 20051 16 The Subscriber is not registered. or delet e data has been marked as read-only. or 'merge_job_password'. 1. 'publisher_security_mode'. 20079 16 Invalid @subscription_type parameter value. or 'both'. 20086 16 Publication '%s' does not support the nosync type because it con tains a table that does not have a rowguidcol column. . Valid options are 'p ush'. 20075 16 The 'status' parameter value must be either 'active' or 'unsynce d'. 20066 16 Profile not defined. 20065 16 Cannot drop profile because it is in use. 20070 16 Cannot update subscription row. 20089 16 Could not get license information correctly. 20068 16 The article cannot be created on table '%s' because it has more than %d columns. 20073 16 Articles can be added or changed only at the Publisher. 20052 16 The @metatype parameter value must be null. 20061 16 The compatibility level of this database must be set to 70 or hi gher to be enabled for merge publishing. 20050 16 The retention period must be greater than or equal to 0. 9999. 20072 16 Cannot update Subscriber information row. 20056 16 Table '%s' cannot be republished. This is for backward compatibility only. 20054 16 Current database is not enabled for publishing. 20053 16 An article with a different %s value already exists for object ' %s'. 20058 16 The @agent_type must be 1 (Snapshot). or 6. run sp_changemergesubs cription at the Publisher instead of using sp_changemergepullsubscription at sub scriber. 20057 16 The profile name '%s' already exists for the specified agent typ e. 2. 20067 16 The parameter name '%s' already exists for the specified profile . 'pull'. 'publisher_login'. 20055 16 Table '%s' cannot be published for merge replication because it has a timestamp column. 'subscriber_logi n'. 20078 16 The @property parameter value must be one of the following: 'syn c_type'. 20084 16 Publication '%s' cannot be subscribed to by Subscriber database '%s'. 20063 16 Table '%s' into which you are trying to insert. 20076 16 The @sync_mode parameter value must be 'native' or 'character'. 'subscriber_password'. 'subscriber_security_mode'. 3 (Distribu tion). 20087 16 You cannot push an anonymous subscription. update. 20081 16 Publication property '%s' cannot be NULL. or 4 (Merge) 20059 16 The @profile_type must be 0 (System) or 1 (Custom) 20060 16 Compatibility level cannot be smaller than 60. 20064 16 Cannot drop profile. 'merge_job_login'. Either it is not defined or it is defined a s the default profile. 20088 16 Only assign priorities that are greater than or equal to 0 and l ess than 100. 20512 16 Updateable Subscriptions: Rolling back transaction. or image values cannot be updated at the Subscriber. 20503 16 Invalid '%s' value in '%s'. On subscriber data modifications are disallowed until the upgrade completes or the initial snapshot has been successfully applied and it has synchronized with the publisher. Checksu . 20513 16 Database '%s' does not contain any replication metadata for a ro w whose ROWGUIDCOL matches the value specified for the @rowguid parameter of sp_ showrowreplicainfo. Rowcounts (actual: %s. 20501 16 Could not insert into sysarticleupdates using sp_articlecolumn. 20507 16 Table '%s' not found in '%s'. On the publisher data modifications are disallowed until the upgrade completes and snap shot has successfully run. 20091 16 sp_mergesubscription_cleanup is used to clean up push subscripti ons. 20519 16 Updateable Subscriptions: INSERT operations on tables with ident ity or timestamp columns are not allowed unless a primary key is defined at the Subscriber. 20504 16 Immediate Updating Subscriptions: The xml values inserted/update d by Subscriber will be replicated as NULL to publisher. 20521 16 sp_MSmark_proc_norepl: must be a member of the db_owner or sysad min roles. 20514 10 A rowcount validation request has been submitted to heterogeneou s publisher %s for article %s of publication %s. 20522 16 sp_MSmark_proc_norepl: invalid object name '%s'. Validation results will be pos ted to distribution history. Valid values are 'read only'. 20524 10 Table '%s' may be out of synchronization. 20510 16 Updateable Subscriptions: Cannot update identity columns. 20526 10 Table '%s' passed rowcount (%s) validation. Rowcount method %d u sed (0 = Full. Rowcount method %d used (0 = Full. The publication is not enabled for ' %s' updatable subscriptions. 20525 10 Table '%s' might be out of synchronization. 20518 16 Updateable Subscriptions: INSERT and DELETE operations are not s upported unless published table has a timestamp column. 20505 16 Could not drop synchronous update stored procedure '%s' in '%s'. ntext. Run the Distribution Agent to refresh rows at the Subscriber. or 'failover'. 20502 16 Invalid '%s' value. Rowcounts (actual: % s. 20516 16 Updateable Subscriptions: Replicated data is not updatable. update. Verify that the value specified for @rowguid parameter is co rrect. 20500 16 The updatable Subscriber stored procedure '%s' does not exist. 1 = Fast). There are existing subscriptions. expected: %s). or delet e data is currently being upgraded or initialized for merge replication. Use sp_dropmergepullsubscription to clean up pull or anonymous subscription s. ntext. 20520 16 Updateable Subscriptions: UPDATE operations on tables with ident ity or timestamp columns are not allowed unless a primary key is defined at the Subscriber. 20511 16 Updateable Subscriptions: Cannot update timestamp columns. or image values insert ed at the Subscriber will be NULL. It is not activated. 20527 10 Table '%s' passed rowcount (%s) and checksum validation. 20515 16 Updateable Subscriptions: Rows do not match between Publisher an d Subscriber. expected %s). 20508 11 Updatable subscriptions: The text. 20523 16 Could not validate the article '%s'. 20093 16 Merge replication upgrade is not complete until the snapshot age nt is run for the publisher and the merge agent run for all the subscribers. expected: %s). 20092 16 Table '%s' into which you are trying to insert. 1 = Fast). Checksum values (actual: %s.20090 16 Could not get version information correctly. 20100 16 Cannot drop Subscriber '%s'. 20509 16 Updatable subscriptions: The text. 20506 16 Source table '%s' not found in '%s'. 'sync tran'. ' queued tran'. and Distributor are still active. 20553 10 Could not clean up the distribution history tables. DBCC UPDATEUSAGE will be initiated automatically. 20533 10 Replication agents checkup 20534 10 Detects replication agents that are not logging history actively .1. 20530 10 Run agent. 20572 10 Subscriber '%s' subscription to article '%s' in publication '%s' has been reinitialized after a validation failure. 20561 10 Generated expected rowcount value of %s for %s. 20548 10 Slow link agent profile. 20555 10 6.x publication. 20529 10 Starting agent. 20554 10 The replication agent has not logged a progress message in %ld m inutes. 20559 10 Conditional Fast Rowcount method requested without specifying an expected count. 20560 10 An expected checksum value was passed. 20558 10 Table '%s' passed full rowcount validation after failing the fas t check. 20575 10 Subscriber '%s' subscription to article '%s' in publication '%s' .m is not compared for any text or image columns. 20557 10 Agent shutdown. 20543 10 @rowcount_only parameter must be the value 0. 20535 10 Removes replication agent history from the distribution database . or 2.0. Fast method will be used. 20550 10 Windows Synchronization Manager profile 20551 10 Profile used by the Windows Synchronization Manager. see the SQL Server Agent j ob history for job '%s'. 20536 10 Replication: agent failure 20537 10 Replication: agent retry 20538 10 Replication: expired subscription dropped 20539 10 Replication Warning: %s (Threshold: %s) 20540 10 Replication: agent success 20541 10 Removes replicated transactions from the distribution database. 20528 10 Log Reader Agent startup message. 20552 10 Could not clean up the distribution transaction tables. 2=new checksum functionality introduced in version 8. 20556 10 Heartbeats detected for all running replication agents. This might indicate an unresponsive agent or high system activity. For more information. 20531 10 Detect nonlogged agent shutdown.0 comp atible checksum. 20565 10 Replication: Subscriber has failed data validation 20566 10 Replication: Subscriber has passed data validation 20567 10 Agent history clean up: %s 20568 10 Distribution clean up: %s 20569 10 Expired subscription clean up 20570 10 Reinitialize subscriptions having data validation failures 20571 10 Reinitializes all subscriptions that have data validation failur es. 20547 10 Agent profile for detailed history logging. 20545 10 Default agent profile 20546 10 Verbose history agent profile. 0=7. 1=only check rowcounts. 20542 10 Detects and removes expired subscriptions from published databas es. but checksums will not be compared because rowcount-only checking was requested. 20573 10 Replication: Subscription reinitialized after validation failure 20574 10 Subscriber '%s' subscription to article '%s' in publication '%s' failed data validation. Verif y that records are being replicated to the destination and that connections to t he Subscriber. Publisher. 20549 10 Agent profile for low bandwidth connections. 20532 10 Replication agent schedule. Set @force_invalidate_snapshot to 1 to force the change and invalidate the exist ing snapshot. 20597 10 Dropped %d anonymous subscription(s). 20595 16 Skipping error signaled. 20604 10 You do not have permissions to run agents for push subscriptions . Use sp_subscripti on_cleanup to drop defunct push subscriptions. 20602 10 The value specified for agent parameter 'SkipErrors' is too long . 20591 16 Only 'DTS horizontal partitions' and 'no DTS horizontal partitio ns' are valid 'status' values because the publication allows data transformation s. 20588 16 The subscription is not initialized.. 20590 16 The article property 'status' cannot include bit 64. 20583 10 Cannot drop server '%s' because it is used as a Subscriber in re plication. 20599 16 Continue on data consistency errors. 20598 16 The row was not found at the Subscriber when applying the replic ated command. 20601 10 Invalid value specified for agent parameter 'SkipErrors'. or 'concurrent' because the publication is enabled for heterogen eous subscribers. 20578 10 Replication: agent custom shutdown 20579 10 Generated expected rowcount value of %s and expected checksum va lue of %s for %s. Make sure that it is a val . Run the Distribution Agent first. Object '%s' does not exist. 20582 10 Cannot drop server '%s' because it is used as a Publisher in rep lication. 20592 16 'dts horizontal partitions' and 'no dts horizontal partitions' a re not valid 'status' values because the publication does not allow data transfo rmations. 20581 10 Cannot drop server '%s' because it is used as a Distributor in r eplication. 20576 10 Subscriber '%s' subscription to article '%s' in publication '%s' has been reinitialized after a synchronization failure. Run the Sn apshot Agent again to generate a new snapshot. 20593 16 Cannot modify publication '%s'. S et @force_reinit_subscription to 1 to force the change and reinitialize the acti ve subscriptions. 20584 10 Cannot drop server '%s' because it is used as a Subscriber to re mote Publisher '%s' in replication. 20606 10 Reinitialized subscription(s). 'DTS horizo ntal partitions' because the publication does not allow data transformations. 20605 10 Invalidated the existing snapshot of the publication. 20609 16 Cannot attach subscription file '%s'. The status of these agents have been changed to 'Failed'. 20577 10 No entries were found in msdb.passed data validation. 20586 16 (default destination) 20587 16 Invalid '%s' value for stored procedure '%s'. 20603 10 The agent profile cannot be used by heterogeneous Subscribers. The sync_method cannot be chang ed to 'native'. Make sure that you specify the agent parameter 'SubscriptionType'. 20594 16 A push subscription to the publication exists. 20600 10 Agent profile for skipping data consistency errors. 20580 10 Heartbeats not detected for some replication agents. 20596 16 Only '%s' or members of db_owner can drop the anonymous agent. 20589 10 Agent profile for replicated queued transaction reader. 20608 10 Cannot make the change because there are active subscriptions. It can be us ed only by SQL Server Subscribers.sysreplicationalerts. 20585 16 Validation Failure. 20607 10 Cannot make the change because a snapshot is already generated. Use sp_addlinkedserver to add the server. This can be the default folder associated with the Distributor or an alterna te folder associated with the publication. Use row count only validation. 20626 16 Filter '%s' already exists in publication '%s'. 20627 16 Partition id has to be greater than or equal to 0. 20634 16 The root publication information could not be found on the repub lisher. 20624 16 The value specified for the @login parameter is not valid. 20621 11 Cannot copy a subscription database to an existing database. Add the user account to the database before attempting to execute the stored procedures sp_grant_publication_access or sp_r evoke_publication_access. Publications that allow transformable su bscriptions with Data Transformation Services (DTS) can only include tables and indexed views that are published as tables. The publication is not enabled for heterogeneous subscriptions. 20623 11 You cannot validate article '%s' unless you have 'SELECT ALL' pe rmission on table '%s'. 20620 11 The security mode specified requires the server '%s' to be regis tered as a linked server. Add the u ser account or 'guest' user account into the database first. 20615 16 Unable to add a heterogeneous subscription to the publication. 20622 11 Replication database option 'sync with backup' cannot be set on the publishing database because the database is in Simple Recovery mode. they are generated o . 20628 16 Failed to generate dynamic snapshot. User '%s' is not a user in database '%s'. Verify that SQL Serve r Agent is running on the Distributor. 20632 16 Failed to create a dynamic snapshot job to generate the dynamic snapshot. Verify that you have sufficient permissions to crea te roles in the publication database. 20635 16 A push subscription to '%ls' was found. 20630 16 Cannot create partitioned snapshot job. 20618 16 You must have CREATE DATABASE permission to attach a subscriptio n database. 20612 16 Checksum validation is not supported because the publication all ows DTS. 20619 16 Server user '%s' is not a valid user in database '%s'. 20625 16 Cannot create the merge replication publication access list (PAL ) database role for publication '%s'. Specify a unique name for the @filtername parameter of sp_addmergefilter. Stored procedures are generated on the Publisher when the Snapshot Agent r uns or when a data definition language action is performed. 20636 16 Cannot generate merge replication stored procedures for article '%s'. 20616 10 High Volume Server-to-Server Profile 20617 10 Merge agent profile optimized for the high volume server-to-serv er synchronization scenario. This role is used by replication to contro l access to the publication. Cannot add a pull subscr iption agent for a push subscription. 20610 16 Cannot run '%s' when the Log Reader Agent is replicating the dat abase. A job already exists for publication '%ls' that uses the values you specified for the @suser_sname and/o r @host_name parameters of sp_adddynamicsnapshot_job. 20611 16 Cannot add the article. 20629 16 Failed to get partition id information.id subscription copy file. use sp_dropdynamicsnapshot_job to drop it and cre ate a new one using sp_adddynamicsnapshot_job. Verify that the there is a valid snapshot folder specified for the publicati on. 20633 16 Cannot start the partitioned snapshot job. If the job that already ex ists is not working correctly. 20613 16 Validation is not supported for articles that are set up for DTS horizontal partitions. 20614 16 Validation is not supported for heterogeneous Subscribers. 20631 16 Cannot find a location in which to generate a partitioned snapsh ot. 20655 16 The partitioned snapshot process cannot complete. 20641 16 Failed to check if the subset_filterclause has a dynamic functio n in it. drop the existing publication and create a new on e with the properties allow_sync_tran and allow_queued_tran set to 'false'. 20645 16 The property "%s" cannot be modified for publications that are e nabled for non-SQL Server subscriptions. Set @force_reinit_subscription to 1 to add the article a nd reinitialize all active subscriptions. The value must be the same for all publicatio ns in which the table is published. Please change the '%s' parameter value. Either do not specify a value for @destination_object. "manual". Verify that th e agents have the appropriate permissions to create procedures. 20638 10 Merge table articles do not support different values for the @so urce_object and @destination_object parameters of sp_addmergearticle. which does not allow this property to be modified after the pub lication is created. Run the Snapshot Agent again. Article '%s' references one or more articles that will be created after it is created. 20643 16 Cannot change the value of validate_subscriber_info for publicat ion '%s' because the publication has active subscriptions. 20648 16 An article already exists for table "%s" with a different value for the @delete_tracking property. 20654 16 Dynamic snapshots are only valid for merge publications. 20650 16 Cannot enable data definition language (DDL) replication (a valu e of "true" for the @replicate_ddl parameter) for publication "%s". 20647 16 Cannot modify property '%s'. Change the processing_order property using sp_c hangemergearticle. 20653 16 Cannot have a dynamic snapshot job with both dynamic_filter_logi n and dynamic_filter_hostname being NULL. To support non-SQL Server subscriptions. and that the pro cedures do not already exist. Use the stored procedures sp_helpmergearticl e and sp_changemergearticle to view and modify the property in the other article (s). 20646 16 Peer-to-peer publications do not support %s. or "none". Cannot retriev e the maximum timestamp information from the MSsnapshot_history table in the dis . 20644 16 Invalid value "%s" specified for the parameter @identityrangeman gementoption. 20640 16 Cannot change enabled for heterogeneous subscriptions property w hile there are subscriptions to the publication. Therefore the compatibility level of the publication cannot be set to lower than %d. or specify the same value for both parameters.n the Subscriber when the snapshot is applied by the Merge Agent. To set the compatibility level lower . set the @publication_c ompatibility_level parameter to 90RTM. Set @force_reinit_sub scription to 1 to change the value and reinitialize all active subscriptions. 20652 16 Required metadata for publication '%s' could not be found in the sysmergeschemachange system table. in the stored procedure sp_addmergepublication. for existing publications. use sp_changem ergepublication. For new publ ications. The publication is used in a peer-t o-peer topology. Valid values are "auto". 20649 16 Publications enabled for heterogeneous subscriptions do not supp ort %s. Change the value fo r parameter '%s'. 20642 16 Cannot add article '%s' with one or more dynamic functions in th e subset_filterclause '%s' to publication '%s' because the publication could hav e active subscriptions. disable the feature and then call the stored procedure sp_changemergepublicati on to lower the compatibility level. 20651 16 Publication "%s" "%s". 20639 16 Cannot enable the publication to support non-SQL Server subscrip tions because the publication is enabled for updatable subscriptions. This is beca use the compatibility level of the publication is lower than 90RTM. 20637 10 The article order specified in the @processing_order parameter o f sp_addmergearticle does not reflect the primary key-foreign key relationships between published tables. 20663 16 The identity range allocation entry for the Publisher could not be found in the system table MSmerge_identity_range. or alter the identity range check constraint f or table %s. if it occur s at the Subscriber. Ensure that the rep ublisher has a server subscription to the publication at the root Publisher. 20678 11 Could not find the regular snapshot job for the specified public . The increment for table "%s" and identi ty column "%s" is %s. 20677 11 Cannot add article "%s" with automatic identity range management . Run the Merge Agent to s ynchronize with the root Publisher. 20671 16 Cannot find the identity range allocation entry for the Subscrib er in the MSmerge_identity_range table. because the values for the identity column's data type have all been used. 20662 16 The republisher does not have a range of identity values from th e root Publisher '%s' that it can assign to its Subscribers. but no artic les in the publication use HOST_NAME() for parameterized filtering. Ensure that the value for t he @identityrangemanagementoption property is "auto". and that the u ser who made the last insert has the privileges to drop and re-create the check constraint. The article is already published in a transactional publication with automatic identity range management. 20667 16 Cannot allocate an identity range for article "%s". The increment for table "%s" and id entity column "%s" is %s. 20676 11 Cannot refresh the Publisher identity range for article "%s". 20674 16 The publication does not use dynamic filtering. drop. Reinitialize the subscription. 20657 16 The value for the @pub_identity_range parameter must be a multip le of the increment for the identity column. 20668 16 Not enough range available to allocate a new range for a subscri ber. If this error occurs at the Publisher. 20658 16 The value for the @identity_range parameter must be a multiple o f the increment for the identity column.tribution database. run the Merge Agent. 20661 16 The republisher's republishing range obtained from its publisher is not large enough to allocate the specified @identity_range. This error typically occurs if the user who made the last insert in the table does not have permission to make schema changes on the table. 20664 16 The Publisher cannot be assigned a new range of identity values. 20665 16 The republisher does not have a range of identity values from th e root Publisher that it can assign to its Subscribers. Ensure that a standard snapshot is up-to-date and available. 20656 16 The @subset_filterclause parameter cannot reference a computed c olumn. Chan ge the data type in the identity column. 20660 16 The republisher's republishing range obtained from its publisher is not large enough to allocate the specified @pub_identity_range. and then run the Merge Agent to synchronize with the root Publisher. run sp_adjustpublisheridentityrange. Ensure the following: that the value in the identity column has not reached the maximum for the data type in the identity column. 20673 16 A value for the parameter @host_name was specified. 20672 16 A value for the parameter @host_name was specified. 20675 16 The identity range values cannot be NULL. but no artic les in the publication use SUSER_SNAME() for parameterized filtering. 20670 16 Cannot add. This constraint is used by replication for automatic identity range management. The article is not enabled for automatic identity range management. 20659 11 The value of IDENT_CURRENT ("%s") is greater than the value in t he max_used column of the MSmerge_identity_range system table. Ex ecute the stored procedure sp_adjustpublisheridentityrange to refresh the identi ty range. 20666 16 Cannot refresh the identity range and/or the check constraint on the Publisher. 20669 16 Object referenced by the given @article or @artid '%s' could not be found. publication %s. 20695 16 Only %ld out of %ld rows were updated in the batched update proc edure for table %s. No a ction is required. 20682 10 Failed deletion of rows in batched delete attempt on table %s. 20683 16 Failed batched deletion on download only article %s. this is the only article that uses a parameterized filter. No action is required. which is used in one or more filters. verify that data is partitioned optimally. No action is required. but if this condition occurs frequently. 20691 16 Merge replication upgrade of SQL Server 2005 metadata and trigge rs on the subscriber failed. This typically occurs when rows move from one partition to another. It cannot be added as an article for merge replication. 20680 16 Failed to get metadata for a batch of rows. The filter specified for the @filt ername parameter cannot be found. Stop and restart the Merge Agent. 20694 16 One or more rows to be updated for table %s contain changes in t he column %s. Batch insert can improve the performance of merge replic ation. da tabase %s. verify that data is partitioned optimally. 20686 16 Parameter '%s' cannot be NULL or empty when this procedure is ru n from a '%s' database. which requires reinitializati on of all Subscribers. 20690 16 Cannot set up the Publisher identity range for table %s. To adjust the identity range at a republisher or a Subscriber. 20689 16 The check for a Publisher needing a new identity range allocatio n failed on table %s. U se the stored procedure sp_changemergepublication to set publication_compatibili ty_level to 90RTM. 20684 16 Deleted more rows than expected in the batched delete attempt on table %s. 20679 11 Cannot execute the stored procedure sp_adjustpublisheridentityra nge on the current database because the database is a republisher or a Subscribe r. 20693 16 One or more rows to be inserted in the batch insert procedure fo r table %s were present in MSmerge_contents. This check occurs every time the Merge Agent and Snapshot Agent run.ation '%s'. 20696 16 The object %s is marked as shipped by Microsoft (ms_shipped). specify a value of 1 for the @force_reinit_subscription parameter of sp_d . verify that data is partitioned optimally. but if this conditio n occurs frequently. Batch insert can improve the performance of merge replica tion. 20681 10 Cannot specify a value of 1. merge replication cannot use batch processing for these changes. Batch updates can be helpful for perfor mance. or 3 for the parameter @partitio n_options because publication "%s" has a compatibility level lower than 90RTM. 20697 16 Cannot drop article %s from publication %s. This typically occurs when rows move from one partition to another. and then re run the Snapshot Agent. 20688 16 The tracer token ID (%d) could not be found for Publisher %s. No action is required. 20687 16 Parameter '%s' must be NULL when this procedure is not being run from a '%s' database. Use the stored procedure sp_helptracertokens to retri eve a list of valid tracer token IDs. 2. synchronize wi th the root Publisher. merge replication cannot use batch insert. but if this condition occurs frequently. Dropping this articl e changes the publication to a static publication. Rerun the Merge Agent or Snapshot Agent. Batch updates ca n improve the performance of merge replication. determine if update-delete conflicts can be avoided. To drop the article and reinitialize all active subscript ions. other rows could not be updated because they have been delet ed. 20685 16 Cannot drop the filter '%s' . merge replication cannot use batch insert. 20692 16 One or more rows to be inserted in the batch insert procedure fo r table %s were present in MSmerge_tombstone. Verify that appropriate ranges were specified when the article was created. but if this condition occurs frequently. In this publication. This could be due an active snapshot running while th e schema change (DDL) or the administrative proc change was attempted. 20708 10 An article is not allowed to be part of a logical record when it has a custom business logic resolver. publication '%s' and article '%s'. webserver '%s'. 20706 10 The max or min allowed identity numbers for the identity column could not be found for the given article.000.000]. Valid va lues are @support_options [0 . Use sp_changemergepublication to reset the value to true if the publ ication uses parameterized filters and false if it does not. 20709 10 The merge process could not clean up the conflict table "%s" for publication "%s". Use sp_addmergelogsettings to add the settings.1]. Chan ge the identity column to have a larger datatype and add the merge article with merge auto identity range management. 20707 10 Failed to publish the article with identityrangemanagementoption set to 'auto' due to one or more errors.4]. 20704 16 The datatype of the identity column of table '%s' is tinyint. 20722 16 '%s' failed. 20713 16 Replication merge admin stored procedure '%s' failed for publica tion '%s'. If log settin gs already exist for this subscription then use sp_changemergelogsettings to cha nge the settings or sp_dropmergelogsettings to remove the settings. 20699 16 A value for the parameter @suser_sname was not specified while p ublication uses SUSER_SNAME() for dynamic filtering. 20698 16 A value for the parameter @host_name was not specified while pub lication uses HOST_NAME() for dynamic filtering. 20716 16 Failed to create publication views for merge replication publica tion '%s'. ti nyint does not have enough numbers available for merge auto identity range. subscriber db '%s'. 20711 16 The dynamic filters property for publication '%s' has been incor rectly set. 20718 16 Log settings do not exist for subscriber server '%s'. This could be due an active snapshot running while the admin proc was called. 20720 16 Log settings do not exist for subscriber server '%s'. 20719 16 sp_changemergelogsettings failed to update log settings. . @log_file_size [2. The value for parameter '%s' is not valid. 20701 16 The dynamic snapshot job schedule could not be changed on the di stributor. 20715 16 Failed to create merge replication triggers for object '%s'. 20705 10 Cannot set @conflict_logging to 'both' because publication '%s' has a compatibility level lower than 90. 20723 16 Computed column "%s" can only be added to publication after its depending object "%s" is added. @upload_interval [0 . 000 .999. 20710 16 Incorrect identity range allocation was detected when logging id entity range allocation information on the distributor for publisher '%s'. @no_of_log_files [2 . Check t he parameter values. Set @publication_compatibility_level to '90RTM' when creating the publication or use sp_changemergepublication to set p ublication_compatibility_level to '90RTM'. publi sher_db '%s'.500]. 20717 16 sp_addmergelogsettings failed to add log settings.ropmergepublication. 20703 16 One or more rows inserted in table '%s' were out of partition wh ile the table was published with 'partition_options' set to %d.000.40320]. @d elete_after_upload [0 . 20702 16 The dynamic snapshot job schedule could not be changed due to on e or more errors. 20714 16 Failed to prepare article '%s' in publication '%s' for merge rep lication. subscriber db '%s'. 20721 16 sp_dropmergelogsettings failed to remove log settings. 20712 16 Unable to acquire the replication merge administrative applicati on lock for database '%s'. webserver '%s'.5]. @log_severity [1 . [%s]. the snapshot mode must be native. the 'stream_blob_columns' property has been set to 'true'. 20730 16 Setting @upload_first to 'true' requires the publication to be a t publication_compatibility_level of '80RTM' or higher. 20725 16 Unable to update the dynamic snapshot location for the dynamic s napshot job with job_id '%s' in publication '%s'. 20739 16 The DDL operation is not supported for article '%s'. This schema owns all replication procedures and metadata tables. For DDL operations that involve FILESTR EAM and hierarchyid columns. If the colu mn in the DDL operation is enabled for FILESTREAM or is of type hierarchyid. Character mode. 20803 16 Peer-To-Peer topologies require identical articles in publicatio ns at all nodes prior to synchronizing.[%s]. Drop and re-create the subscription instead .[%s] d o not match articles in [%s]. is not supported. 20727 16 An invalid value was specified for parameter @subscription_type. Th e modified schema_option value of '%s' will be used instead. Use sp_changemergepublic ation to set publication_compatibility_level to '80RTM' or higher if you want to use this feature. 20733 16 One or more rows updated in table '%s' were out of partition whi le the table was published with 'partition_options' set to %d. 20738 11 Cannot add article '%s' with sparse column or column set to merg e publication since merge replication does not support sparse columns and column set. date. The publication alr eady contains 256 articles. datetime2. time. 20800 16 Cannot reinitialize the article '%s' in subscription '%s:%s' to publication '%s'. Th e modified schema_option value of '%s' will be used instead. The publication is enabled for peer-to-peer transactional repl ication.20724 16 Could not find a valid command line for the dynamic snapshot job with job_id '%s' for publication '%s'. which is the maximum. The publication is enabled for peer-to-peer transactional replication. Drop and re-create the subscription instead. w hich is required for SQL Server Compact Subscribers. 20737 10 Warning: To allow replication of FILESTREAM data to perform opti mally and reduce memory utilization. 20729 16 The max identity value allocation for article '%s' in publicatio n '%s' could not be found on the distributor. which does not allow subscriptions to be reinitialized with a snapshot. 20802 16 Cannot publish objects from the replication administrative user schema [%s]. 20734 16 One or more rows deleted in table '%s' were out of partition whi le the table was published with 'partition_options' set to %d. To force FILESTREAM table articles to not use blob streaming. 20732 10 Warning: Values of some of the flags specified in the 'schema_op tion' property are not compatible with the publication's compatibility level. Use a different schema for objects that will be published. which does not allow subscriptions to be reinitialized with a snapshot.[%s] is already included in the peer-to-peer publication '%s'. . 'both'. 20728 16 Failed to restore the max allocated identity value for article ' %s' in publication '%s'. 'anonymous' or 'all'. 20735 16 Cannot add article '%s' to publication '%s'. the publication comp atibility level must be at least 100RTM. bu t it cannot own published objects. 'pull'. or datetimeoffset. 20801 16 Cannot reinitialize the subscription. 20736 10 Warning: Values of some of the flags specified in the 'schema_op tion' property are not compatible with the publication's compatibility level. 20731 16 This edition of SQL Server does not support publications. geography.[%s]. Droppi ng existing publications. 20804 16 Articles can only be included in a single peer-to-peer publicati on. Valid values are 'push'. 20726 16 Failed to change the dynamic snapshot location in one or more dy namic snapshot jobs for the given publication. Articles in publication [%s]. geo metry. u se sp_changemergearticle to set 'stream_blob_columns' to 'false'. [%s]. return code: '%d'. This instance is %s.[%s]. 21015 16 The replication option '%s' has been set to TRUE already. sp_addpublisher can be used to add a Publisher for this Distributor. 21001 16 Cannot add a Distribution Agent at the Subscriber for a push sub scription. 20817 16 An error occurred during the execution of '%ls'. Use sp_adddistpub lisher. The distribution agent for publication [%s].[%s]. contact Customer Support Services. Make sure that the local serv er is configured as a Publisher at the Distributor. You are attempting to republish object [%s]. 20816 10 Peer-To-Peer publishers are only supported on Enterprise class e ditions of SQL Server. 20808 16 The peer-to-peer publication '%s' does not exist. Rowcount validation and SQL Server 2000 compatible binary checksum operation can be performed on thi s article.[%s]. If you enco unter this error in other circumstances. 20807 16 No peers were found for %s:%s:%s. However. 20810 16 The specified source object must be a user-defined aggregate obj ect if it is published as an 'aggregate schema only' type article.20805 16 Peer-to-peer topologies require identical publication names on e ach Publisher. 21013 16 Cannot change the 'allow_pull' property of the publication to "f alse". There are push subscriptions on the publication. verify that subscripti ons have been created before attempting to call the procedure again. A call to '%ls' failed with error code: '%ld'. 21010 16 Removed %ld replicated transactions consisting of %ld statements in %ld seconds (%ld rows/sec). 21003 16 Changing publication names is no longer supported.[%s] that is already being published in the peer-to-peer publication [%s]. 20806 16 An error occurred while executing a peer-to-peer forwarding comm and. 21009 16 The specified filter procedure is already associated with a tabl e. 21017 16 Cannot perform SQL Server 7. 21002 16 The Distribution Agent for this subscription already exists (%s) . 20813 16 Only members of the sysadmin fixed server role can modify a %s t hat does not have a job with a proxy account defined. sp_adddistpublisher is more flexible.[%s]. 21018 16 There are too many consecutive snapshot transactions in the dist . There are pull subscriptions on the publication. 21014 16 The @optname parameter value must be 'transactional' or 'merge'. 20809 16 Peer-To-Peer topologies require identical publication names on e ach publisher. 21008 16 Cannot uninstall the Distributor because there are Subscribers d efined.0 compatible checksum operation on a merge article that has a vertical or horizontal partition. 20811 16 Replication monitoring refresher for %s. 21005 10 For backward compatibility. 21016 16 The replication option '%s' has been set to FALSE already. 21011 16 Deactivated subscriptions.[%s] is attempti ng to synchronize articles that exist in publication [%s].[%s]. If you encounter this error wh en executing the stored procedure sp_requestpeerresponse. 21000 16 Cannot subscribe to an inactive publication. 20812 16 The specified source object must be a synonym if it is published as a 'synonym schema only' type article. 21004 16 Cannot publish the database object '%s' because it is encrypted. 20814 10 Distribution Profile for OLEDB streaming 20815 10 Distribution agent profile enabled for the processing LOB data u sing OLEDB streaming. 21006 16 Cannot use sp_addpublisher to add a Publisher. 21007 16 Cannot add the remote Distributor. Execute sp_hel ppublication to view a list of publication names. Contact Customer Support Services. 21012 16 Cannot change the 'allow_push' property of the publication to "f alse". 21034 16 Rows inserted or updated at the Subscriber cannot be outside the article partition. 21052 16 Cannot write to the message queue for the queued updating subscr iption. 21030 16 Names of SQL Server replication agents cannot be changed. Non-SQL Se rver Subscribers require articles to have the destination owner of NULL. 21031 16 'post_script' is not supported for stored procedure articles. 21045 16 Cannot uninstall the Distributor because there are databases ena bled for publishing or merge publishing. 21023 16 '%s' is no longer supported. 21047 16 Cannot drop the local distribution Publisher because there are S ubscribers defined. or the server is working on a previous request by the same agent. 21046 16 Cannot change distribution Publisher property 'distribution_db' because the Publisher is using the current distribution database. Contact an administrator with suffici ent permissions to perform this operation. If the subscription uses Micr . 21040 16 Publication '%s' does not exist. has no usage and is not supported for a Distributor running on Windows NT 4. 21036 16 Another %s agent for the subscription or subscriptions is runnin g. 21022 16 If set 'immediate_sync' property of a publication to true then m ust also set 'independent_agent' property to true. 21044 16 Cannot ignore the remote Distributor (@ignore_remote_distributor cannot be 1) when enabling the database for publishing or merge publishing. 21035 16 You have updated the Publisher property '%s' successfully.0. 21019 10 Distribution agent for subscription added. 'distributor_password'. 21028 16 Replication components are not installed on this server. 21024 16 The stored procedure '%s' is already published as an incompatibl e type. 21025 16 The string being encrypted cannot have null characters. 21020 10 no comment specified.ribution database. 21032 16 Could not subscribe because non-SQL Server Subscriber '%s' does not support 'sync tran' update mode. 21042 16 The distribution Publisher property. 21027 16 '%s' replication stored procedures are not installed. 21033 16 Cannot drop server '%s' as Distribution Publisher because there are databases enabled for replication on that server. 21021 16 Drop the Distributor before you uninstall replication. 21041 16 A remote distribution Publisher is not allowed on this server ve rsion. 21051 16 Could not subscribe because non-SQL Server Subscriber '%s' does not support custom stored procedures. You must r einstall SQL Server with Replication. 21049 16 The login '%s' does not have access permission on publication '% s' because it is not in the publication access list. Ensure that Microsoft Distributed Transaction Coordinator is running. 21038 16 Windows Authentication is not supported by the server. an d that the subscription is active and initialized. 21043 16 The Distributor is not installed. 21037 16 Invalid working directory '%s'. 21050 16 Only members of the sysadmin fixed server role or db_owner fixed database role can perform this operation. Run the Log Reader Agent again or clean up the distribution database. 21026 16 Cannot have an anonymous subscription on a publication that does not have an independent agent. 21039 16 The article '%s' contains the destination owner '%s'. 21029 16 Cannot drop a push subscription entry at the Subscriber unless @ drop_push is 'true'. Run SQL Server Setup again and select the option to install replication. 21048 16 Cannot add login '%s' to the publication access list because it does not have access to the distribution server '%s'. 21083 16 Database compatibility level at immediate updating Subscribers c annot be less than 70. 21059 16 Cannot reinitialize subscriptions of non-immediate_sync publicat ions. 21080 16 The 'msrepl_tran_version' column must be in the vertical partiti on of the article that is enabled for updatable subscriptions.00 0 bytes. 21074 16 The subscription(s) have been marked inactive and must be reinit ialized. and ensure that the login used to connect to the Publisher is in the publication access list. To reinitialize this subscription. 21053 16 Input property parameter is not valid. you mus t drop and re-create the subscription. 21058 16 An updatable subscription to publication '%s' on Subscriber '%s' already exists. Use sp_link_publication to specify it. 21087 16 Client subscriptions and anonymous subscriptions cannot republis . 21086 16 The retention period for the distribution database must be great er than the retention period of any existing non-merge publications. 21054 16 The trigger at the Subscriber could not execute commands at the Publisher over the linked server connection (triggers are used for Subscribers w ith updating subscriptions). 21081 16 Server setting 'Allow triggers to be fired which fire other trig gers (nested triggers)' must exist on updatable Subscribers. 21061 16 Invalid article status %d specified when adding article '%s'. ensure the proper permissions are set on the queue. 21082 16 Database property 'IsRecursiveTriggersEnabled' has to be false f or subscription databases at Subscribers that allow updatable subscriptions. Ensure sp_link_publication has been used to configu re the linked server properly. 21057 16 Anonymous Subscribers cannot have updatable subscriptions. 21085 16 The retention period must be less than the retention period for the distribution database. 21062 16 The row size of table '%s' exceeds the replication limit of 6. r un Queue Reader Agent for subscription initialization. it cannot be drop ped. 21060 16 Could not subscribe because non-SQL Server Subscriber '%s' does not support parameterized statements. 21064 16 The subscription is uninitialized or unavailable for immediate u pdating as it is marked for reinitialization. 21078 16 Table '%s' does not exist in the Subscriber database. 21056 16 The subscription to publication '%s' has expired or does not exi st. 21072 16 The subscription has not been synchronized within the maximum re tention period or it has been dropped at the Publisher. 21063 16 Table '%s' cannot participate in updatable subscriptions because it is published for merge replication. NoSync subscriptions will need to be dropped and recreated. 21075 10 The initial snapshot for publication '%s' is not yet available. 21073 16 The publication specified does not exist. If using queued failover option. 21084 16 Publication '%s' does not allow anonymous subscriptions. 21077 10 Deactivated initial snapshot for anonymous publication(s). See SQL Server Books Onli ne for a list of valid parameters for sp_changemergepublication. 21055 15 Invalid value for parameter %s specified for %s. You must reinitialize th e subscription to receive data. 21079 16 The RPC security information for the Publisher is missing or inv alid. 21070 16 This subscription does not support automatic reinitialization (s ubscribed with the 'no sync' option). 21071 10 Cannot reinitialize article '%s' in subscription '%s:%s' to publ ication '%s' (subscribed with the 'no sync' option). 21076 10 The initial snapshot for article '%s' is not yet available. New s ubscriptions must wait for the next scheduled snapshot.osoft Message Queueing. Try again after the (re)i nitialization completes. 21109 16 The parameters @xact_seqno_start and @xact_seqno_end must be ide ntical if @command_id is specified. To republish data from this database. 2. 21127 16 Only global merge subscriptions can be added to database '%s'. 21088 10 The initial snapshot for the publication is not yet available. 21122 16 Cannot drop the distribution database '%s' because it is current ly in use. 21090 16 Cannot upgrade merge replication metadata. or 2. 21106 16 This edition of SQL Server does not support publications. 21121 16 Only members of the sysadmin fixed server role and '%s' can drop the pull subscription to the publication '%s'. 21125 16 A table used in merge replication must have at least one non-com puted column. A system generated name will be used instead. The publication allows %s a nd command names need not be specified. 21124 16 Cannot find the table name or the table owner corresponding to t he alternative table ID(nickname) '%d' in sysmergearticles. The value must be 1. 21119 16 %s is not a valid value for the '%s' parameter. The value must be greater than or equal to 0 and less than or equal to 10. The value must b e a non-negative integer. 21120 16 Only members of the sysadmin fixed server role or db_owner fixed database role. 21092 10 The Change Tracking manual cleanup procedure for database %s has been executed 21101 10 The custom command name %s specified for parameter %s will be ig nored. the subscription to the root Publi sher must be a server subscription with a priority greater than 0. The value must b e a positive integer. 21112 16 '%s' is not a valid parameter for the Log Reader Agent. 21111 16 '%s' is not a valid parameter for the Snapshot Agent. Use sp_settriggerorder procedure t o set the firing order for trigger '%s' to first.000. or the owner of the subscription can drop subscription '%s' to p ublication '%s'. 21091 16 Global subscribers with priority 0 are not allowed to create mer ge publications. or 3. 21115 16 %d is not a valid value for the '%s' parameter. 21107 16 '%ls' is not a table or view. 21089 16 Only members of the sysadmin fixed server role can perform this operation. 21118 16 '%s' is not a valid value for the '%s' parameter. Use sp_settriggerorder procedure t . 21116 16 '%s' is not a valid value for the '%s' parameter. Drop the curr ent subscription and create a server subscription.h data. 21108 16 This edition of SQL Server does not support transactional public ations. Attempt the upgrade a gain by running the Merge Agent for the Subscriber or by running the Snapshot Ag ent for the Publisher. 21129 16 Terminating immediate updating or queued updating UPDATE trigger because it is not the first trigger to fire. 21117 16 '%s' is not a valid value for the '%s' parameter. 21110 16 @xact_seqno_start and @publisher_database_id must be specified i f @command_id is specified. The value must be 0. 21126 16 Pull subscriptions cannot be created in the same database as the publication. 21128 16 Terminating immediate updating or queued updating INSERT trigger because it is not the first trigger to fire. 21123 16 The agent profile '%s' could not be found at the Distributor. 21105 16 This edition of SQL Server cannot act as a Publisher or Distribu tor for replication. 1. 21113 16 '%s' is not a valid parameter for the Distribution Agent. 21114 16 '%s' is not a valid parameter for the Merge Agent. 21156 16 The @status parameter value must be 'initiated' or 'active'. All articles that are part of a con current synchronization publication must use stored procedures to apply changes to the Subscriber. 21150 16 Unable to determine the snapshot folder for the specified subscr iption because the specified Subscriber is not known to the Distributor. 21154 16 Cannot change article '%s'. 21130 16 Terminating immediate updating or queued updating DELETE trigger because it is not the first trigger to fire. 21147 16 The '%s' database is not published for merge replication. 21140 16 Agent execution cannot be distributed to a Subscriber that resid es on the same server as the Distributor. 21134 16 The specified job ID must identify a Distribution Agent or a Mer ge Agent job. 21151 16 Pre. 21131 16 There are existing subscriptions to heterogeneous publication '% s'. 21139 16 Could not determine the Subscriber name for distributed agent ex ecution. 21138 16 The 'offload_server' property cannot be the same as the Distribu tor name. To add new articles. 21145 16 Cannot subscribe to publication %s because the Subscriber has a subscription to a publication of sync_type 'dump database'. 21144 16 Cannot subscribe to publication of sync_type 'dump database' bec ause the Subscriber has subscriptions to other publications.o set the firing order for trigger '%s' to first. The publication type should be either transactional(0) or snapshot(1) for th is operation. 21149 16 The '%s' database is not published for transactional or snapshot replication. All articles that are part of a conc urrent synchronization publication must use stored procedures to apply changes t o the Subscriber. or both must be left unspecified. first drop the existing subscriptions to the publicatio n.and post-snapshot commands are not supported for a publicat ion that may support non-SQL Server Subscribers by using the character-mode bcp as the synchronization method. 21146 16 @use_ftp cannot be 'true' while @alt_snapshot_folder is neither NULL nor empty. 21133 16 Publication '%s' is not enabled to use an independent agent. 21152 16 Cannot create a subscription of sync_type 'none' to a publicatio n using the 'concurrent' or 'concurrent_c' synchronization method. Verify that the Windows account has access to the doma in of the login. 21142 16 The SQL Server '%s' could not obtain Windows group membership in formation for login '%s'. 21148 16 Both @subscriber and @subscriberdb must be specified with non-nu ll values simultaneously. 21132 16 Cannot create transactional subscription to merge publication '% s'. Use sp_settriggerorder procedure t o set the firing order for trigger '%s' to first. 21136 16 Detected inconsistencies in the replication agent table. 21143 16 The custom stored procedure schema option is invalid for a snaps hot publication article. . 21153 16 Cannot create article '%s'. The spe cified job ID does not correspond to an entry in '%ls'. 21137 16 This procedure supports only remote execution of push subscripti on agents. 21135 16 Detected inconsistencies in the replication agent table. articles that are part of a concurr ent synchronization publication can not have ins_cmd/del_cmd which exceeds %d ch aracters . The spe cified job ID corresponds to multiple entries in '%ls'. 21141 16 The @change_active flag may not be specified for articles with m anual filters or views. 21155 16 Cannot change article '%s'. 21176 16 Only members of the sysadmin fixed server role. 21170 16 The specified Subscriber cannot use transformable subscriptions using Data Transformation Services. 21165 16 Column '%s' cannot be excluded from a vertical partition because it is neither nullable nor defined with a default value. 21175 16 You cannot change the ins_cmd. specifying that transformable subscriptions are allowed. or 'da tabase snapshot character' bcp mode to allow DTS. 21161 16 Could not change the Publisher because the subscription has been dropped. 21168 16 Only members of the sysadmin fixed server role. 'concurrent_c'. Only SQL Server 2000. To all ow transformable subscriptions. 21178 16 Data Transformation Services (DTS) properties cannot be set beca use the publication does not allow transformable subscriptions using DTS. db_owner fixed d atabase role. 21163 16 It is not possible to add column '%s' to article '%s' because th e snapshot for publication '%s' has been run. Valid options are 'Distributor' or 'Subscriber'. 21177 16 Could not create column list because it is too long. M ake sure that the server '%s' is registered at the Distributor. 'merge' . it requires autogenerated stored procedures and parameterized commands. the 'ftp_addre ss' property must not be null. 21186 16 Subscription for Publisher '%s' does not have a valid queue_id. '%s' or '%s'. 21164 16 Column '%s' cannot be included in a vertical partition because i t is neither nullable nor defined with a default value. 21172 16 The publication has to be in 'character'. upd_cmd. 21180 16 A publication that allows DTS cannot be enabled for updatable su bscriptions. 21159 16 If a publication is enabled for the Internet. 21182 16 The @agent_type parameter must be one of 'distribution'. the 'alt_snapshot_ folder' property must be non-empty. members of the d b_owner fixed database role. Create the list manually. 21179 16 Invalid @dts_package_location parameter value. and O LE DB Subscribers can use transformable subscriptions. 21162 16 It is invalid to exclude the rowguid column for the table from t he partition. or the creator of the subscription can change the subscription pro perties. you must drop the publication and then and re-cr eate it. Use sp_subscription_cleanup to clean up the triggers. and owners of subscriptions served by the specified replication agent job can modify the agent offload settings. 21169 16 Could not identify the Publisher '%s' at the Distributor '%s'. 21167 16 The specified job ID does not represent a %s agent job for any p ush subscription in this database. 21160 16 The 'ftp_port' property must be a non-negative integer < 65536. 21185 16 The subscription is not initialized or not created for failover mode operations. 21174 16 Because this publication allows transformable subscriptions usin g DTS. 21173 16 The publication has to be 'independent_agent type' to allow DTS. 21187 16 The current mode is the same as the requested mode. 21184 16 %s parameter is incorrect: it should be '%s'. 21171 16 Could not find package '%s' in msdb at server '%s'. 21166 16 Column '%s' does not exist. 21183 16 Invalid property name '%s'. or del_cmd article prope rties because the publication allows Data Transformation Services or updatable s ubscriptions.21157 16 The snapshot compression option can be enabled only for a public ation having an alternate snapshot generation folder defined. w hich are set using default value for the @status. 21181 16 @dts_package_name can be set for push subscriptions only. 21158 16 For a publication to be enabled for the Internet. SQL Server 2005. or NULL. . 21205 16 The subscription cannot be attached because the publication does not allow subscription copies to synchronize changes. 21194 16 Cannot support identity range management because this table does not have an identity column. 21214 16 Cannot create file '%s' because it already exists. 21208 16 This step failed because column '%s' exists in the vertical part ition. 0x00000020. 21206 16 Cannot resolve load hint for object %d because the object is not a user table. 21197 16 Failed to allocate new identity range. 21207 16 Cannot find source object ID information for article %d. 21189 16 The queue for this subscription with queue_id = '%s' is not empt y. @pub_identity_range. function. 21213 16 Subscribers cannot subscribe to publications that allow DTS with out using a DTS package. 21221 16 The specified source object must be a view object if it is going to be as a 'view schema only' type article. Drop the database and reattach it using sp_attach_s ubscription. or aggregate schema article are: 0x00000001. 21192 16 MSrepl_tran_version column is a predefined column used for repli cation and can be only of data type uniqueidentifier 21193 16 @identity_range. 0x20000000. 21210 16 The publication must be immediate_sync type to allow subscriptio n copy. Check the data type of the identity column. 21219 16 The specified source object must be a stored procedure object if it is published as a 'proc schema only' type article.21188 10 Changed update mode from [%s] to [%s]. 21218 16 The creation_script property cannot be NULL if a schema option o f 0x0000000000000000 is specified for the article. 0x08000000. 0x00002000 . 21215 16 An alternate synchronization partner can be configured only at t he Publisher. 21203 10 Duplicate rows found in %s. 21209 16 This step failed because column '%s' does not exist in the verti cal partition. 21198 16 Schema replication failed. 21211 16 The database is attached from a subscription copy file without u sing sp_attach_subscription. and 0x . 21222 16 The schema options available for a procedure. 0x40000000. or @threshold cannot be NU LL when @identityrangemanagementoption is set to AUTO. 21202 16 It is not possible to drop column '%s' to article '%s' because t he snapshot for publication '%s' has already been run. synonym. Unique index not created. Run the Queue Reader Agent to make sure the queue is empty before setting mod e from [queued] to [immediate]. 0x00400000. 0x10000000. 21196 16 Identity automation failed. Only single file subscription database s are supported for this operation. and publication '%s' ar e not valid synchronization partners. 0x00001000. 21200 16 Publication '%s' does not exist. publisher database '%s'. 21204 16 The publication '%s' does not allow subscription copy or its sub scription has not been synchronized. 21190 10 Overriding queue check for setting mode from [%s] to [%s]. 21216 16 Publisher '%s'. 21195 16 A valid identity range is not available. 21217 10 Publication of '%s' data from Publisher '%s'. 21220 16 Unable to add the article '%s' because a snapshot has been gener ated for the publication '%s'. 21199 16 This change cannot take effect until you run the snapshot again. 0x02000000. 21212 16 Cannot copy subscription. 21201 16 Dropping a column that is being used by a merge filter clause is not allowed. publication database '%s'. 21225 16 The 'offload_server' property cannot be NULL or empty if the pul l subscription agent is to be enabled for remote activation. 21223 16 The @pre_creation_command parameter for a schema only article mu st be either 'none' or 'drop'. 21236 16 The subscription(s) to Publisher '%s' does not allow subscriptio n copy or it has not been synchronized. 0x00000100. 21250 16 Primary key column '%s' cannot be excluded from a vertical parti tion. Ensure the file path is valid. publication '%s' could not be removed from the list of synchronization partners. or there is a push subscrip tion to publication '%s'. 21231 16 Automatic identity range support is useful only for publications that allow updating subscribers. 0x00040000. Only pull and an onymous subscriptions can be copied. 21245 16 Table '%s' is not part of publication '%s'. 0x080000 00. 21246 16 This step failed because table '%s' is not part of any publicati on. Ensure the file path is va lid and the file is updatable. 21228 16 The specified source object must be a user-defined function obje ct if it is going to be published as a 'func schema only' type article. 0x00000010. 21243 16 Publisher '%s'. 21230 16 Do not call this stored procedure for schema change because the current database is not enabled for replication. 0x00100000. 0x00000020. 0x00000040. 21247 16 Cannot create file at '%s'. 0x00800000. and 0x80000000. 21240 16 The table '%s' is already published as another article with a di fferent automatic identity support option. 0x40000000. 21239 16 Cannot copy subscriptions because there is no synchronized subsc ription found in the database. The insert custom stored procedure must be used to set 'identity_insert' settings at the Subscriber. Only pull and anonymous subscriptions can be copied. 21238 16 This database either is a publisher. 21241 16 The threshold value should be from 1 through 100. 21227 16 The 'offload_server' property cannot be the same as the Subscrib er server name. 21229 16 The schema options available for a view schema article are: 0x00 000001. 21235 16 Article property '%s' can be set only when the article uses auto matic identity range management.80000000. 21244 16 Character mode publication does not support vertical filtering w hen the base table does not support column-level tracking. publisher database '%s'. 21237 16 There is a push subscription to Publisher '%s'. and publication '%s' from the list of synchronization partners . 0x00002000. 21232 16 Identity range values must be positive integers that are greater than 1. 21226 16 The database '%s' does not have a pull subscription to the speci fied publication. 21252 16 It is invalid to remove the default Publisher '%s'. 21249 16 OLE DB or ODBC Subscribers cannot subscribe to article '%s' in p ublication '%s' because the article has a timestamp column and the publication i s 'allow_queued_tran' (allows queued updating subscriptions). 21242 16 Conflict table for article '%s' could not be created successfull y. 0x00400000. 0x01000000. 21233 16 Threshold value must be from 1 through 100. and publication '%s' could not be added to the list of synchronization partners. 0x00200000. 21251 16 Publisher '%s'. 21224 16 '%s' is not a valid property for a schema only article. 21234 16 Cannot use the INSERT command because the table has an identity column. 0x00001000. publication database '%s'. 21248 16 Cannot attach subscription file '%s'. 21258 16 You must first drop all existing merge publications to add an an onymous or local subscription to database '%s'. 21259 16 Invalid property value '%s'. To change the 'schema_opti on' property of this article the corresponding merge publication must be dropped and re-created. 21265 16 Column '%s' cannot be dropped from table '%s' because there is a unique index accessing this column. 21269 16 Cannot add a computed column or a timestamp column to a vertical partition for a character mode publication. 21280 16 Publication '%s' cannot be subscribed to by Subscriber database . Valid values = (%s). 21279 16 The 'schema_option' property for a merge article cannot be chang ed after a snapshot is generated for the publication. 21273 16 You must upgrade the Subscriber to SQL Server 2000 to create upd atable subscriptions when the Publisher is SQL Server 2000 or higher. 21267 10 Invalid value for queue type was specified. Either specify a value of "view schema only" for the @type parameter. The value specified for the @type parameter ("indexed view logbased") requires that the view be schema b ound with a unique clustered index. The value specified for the @type parameter must be "indexed view schema only" (for snapshot or tran sactional replication) or "indexed view logbased" (for transactional replication only). 21262 16 Failed to drop column '%s' from the partition because a computed column is accessing it. or modify the view to be schema bound with a unique cl ustered index. 21278 16 Cannot publish the source object '%ls'. or modify the view to be schema bound with a unique cluste red index. 21256 16 A column used in filter clause '%s' either does not exist in the table '%s' or cannot be excluded from the current partition. 21277 16 Cannot publish the source object '%ls'. 21275 16 Cannot publish the schema-bound view '%ls'. Either specify a value of "view schema only" for the @type parameter. 21257 16 Invalid property '%s' for article '%s'. 21274 16 Invalid publication name '%s'. The value specified for the @type parameter ("indexed view schema only" or "indexed view logbased") can be used only for indexed views. 21266 16 Cannot publish table '%s' for both a merge publication and a pub lication with the updatable subscribers option. 21272 16 Cannot clean up the meta data for publication '%s' because other publications are using one or more articles in this publication. See SQL Server Books Online for a l ist of valid parameters for sp_changemergearticle. 21263 16 Parameter '%s' cannot be NULL or an empty string.21253 16 Parameter '@add_to_active_directory' cannot be set to TRUE becau se Active Directory client package is not installed properly on the machine wher e SQL Server is running. 21276 16 The type must be 'table' or '( view | indexed view | proc | func ) schema only'. 21261 16 The offload server must be specified if the agent for this subsc ription is to be offloaded for remote execution. 21270 10 Queued snapshot publication property '%s' cannot have the value '%s'. 21254 16 The Active Directory operation on publication '%s' could not be completed because Active Directory client package is not installed properly on t he machine where SQL Server is running. 21260 16 Schema replication failed because database '%s' on server '%s' i s not the original Publisher of table '%s'. 21264 16 Column '%s' cannot be dropped from table '%s' because it is a pr imary key column. 21268 10 Cannot change the parameter %s while there are subscriptions to the publication. 21255 16 Column '%s' already exists in table '%s'. 21312 10 Cannot change this publication property because there are active subscriptions to this publication. . 21296 16 Parameter @resync_type must be either 0. 21283 16 Column '%s' of table '%s' cannot be excluded from a vertical par tition because there is a computed column that depends on it. 21289 16 Either the snapshot files have not been generated or they have b een cleaned up. 21300 10 The resolver information was specified without specifying the re solver to be used for article '%s'. 21292 16 Object '%s' cannot be published twice in the same publication. 21287 16 The specified @destination_folder is not a valid path of an exis ting folder. 21288 16 Could not create the snapshot directory structure in the specifi ed @destination_folder. No validation has been performed for this s ubscription. 21308 10 Rowcount validation profile. 21282 16 @identity_range. 2. 21304 16 The merge triggers could not be created on the table '%s'. but both cannot be specified. 21290 16 The identity range value provided has exceeded the maximum value allowed. 1. 21313 10 Subscriber partition validation expression must be NULL for stat ic publications. 21310 10 Rowcount and checksum validation profile. 21309 10 Profile used by the Merge Agent to perform rowcount validation. and @threshold must be NUL L when @identityrangemanagementoption is set to 'none' or 'manual'. 21314 10 There must be one and only one of '%s' and '%s' that is not NULL . 21305 16 The schema change information could not be updated at the subscr iption database. 21299 16 Invalid Subscriber partition validation expression '%s'. 21293 10 Warning: adding updatable subscription for article '%s' may caus e data inconsistency as the source table is already subscribed to '%s' 21294 16 Either @publisher (and @publisher_db) or @subscriber (and @subsc riber_db) must be specified. 21303 16 The article '%s' should enable column tracking to use the '%s' r esolver. 21311 10 Profile used by the Merge Agent to perform rowcount and checksum validation. 21295 16 Publication '%s' does not contain any article that uses automati c identity range management. The default resolver will be used. or smalldatetime while using the '%s' resolver. 21302 16 The resolver information should specify a column with data type. The default resolver will be used to resolve conflicts on this article. 21307 16 The subscription could not be attached because the subscription to publication '%s' has expired. 21291 16 The specified automatic identity support parameters conflict wit h the settings in another article.'%s' because it contains one or more articles that have been subscribed to by th e same Subscriber database at transaction level. 21301 16 The resolver information should be specified while using the '%s ' resolver. 21285 16 Failed to add column '%s' to table '%s'. 21306 16 The copy of the subscription could not be made because the subsc ription to publication '%s' has expired. 21284 16 Failed to drop column '%s' from table '%s'. 21281 16 Publication '%s' cannot be subscribed to by Subscriber database '%s' because it contains one or more articles that have been subscribed to by th e same Subscriber database at merge level. @pub_identity_range. 21297 16 Invalid resync type. 21298 16 Failed to resynchronize this subscription. datetime. 21286 16 Conflict table '%s' does not exist. Chec k the name again. and that the account under whic h the Snapshot Agent runs has permissions to create a sub-directory under the sn apshot folder. and that the acc ount under which the Snapshot Agent runs has permissions to write to the snapsho t folder and its subdirectories. If this error occurred in a subscription database. 21330 16 Cannot create a sub-directory under the snapshot folder (%ls). 21326 16 Could not find the dynamic snapshot job with a '%ls' of '%ls' fo r the specified publication. 21319 16 Could not find the Snapshot Agent command line for the specified publication. 21337 16 Invalid @subscriber_type value. restor e the database from a backup. 21332 16 Failed to retrieve information about the publication : %ls. 21325 16 Could not find the Snapshot Agent ID for the specified publicati on. 21340 16 On Demand user script cannot be applied to the snapshot publicat ion. 21328 16 The specified dynamic snapshot job name '%ls' is already in use. 21342 16 @dynamic_snapshot_location cannot be a non-empty string while @u se_ftp is 'true'.21315 10 Failed to adjust Publisher identity range for table '%s'. 21333 16 A generation that was expected to be in %s. 21336 16 Warning: column '%s' does not exist in the vertical partition. 21324 16 A Snapshot Agent must be added for the specified publication bef ore a dynamic snapshot job can be scheduled. . Check that a valid regular snapshot job exists on the distributor. 21329 16 Only one of the parameters. 21338 16 Cannot execute sp_dropmergearticle if the publication has a Subs criber that is running on a version of SQL Server 2000 or earlier. Ensure that there is enough disk space available. 21339 10 Warning: the publication uses a feature that is only supported o nly by subscribers running '%s' or higher. can be specified with a nondefault value. 21334 16 Cannot initialize Message Queuing-based subscription because the platform is not Message Queuing %s compliant 21335 16 Warning: column '%s' already exists in the vertical partition. 21331 16 Cannot copy user script file to the snapshot folder at the Distr ibutor (%ls). 21320 16 The version of the Distributor cannot be lower than the version of the Publisher. 21343 16 Could not find stored procedure '%s'.dbo. Drop and re-c reate the publication without the article '%s' or set the publication compatibil ity level of publication '%s' to '90RTM' before calling sp_dropmergearticle. Pre-SQL Server 2005 subscribers will not honor this setting. 21323 16 A dynamic snapshot job can be scheduled only for a publication w ith dynamic filtering enabled. @dynamic_snapshot_jobid or @dynamic_ snapshot_jobname. 21317 10 A push subscription to the publication '%s' already exists. 21318 10 Table '%s' must have at least one column that is included in the vertical partition. If this error occurred in a publication database. 21322 16 This publication logs conflicts on both replicas. Valid options are 'local' and 'g lobal'. 21316 10 Failed to adjust Publisher identity range for publication '%s'. reiniti alize the subscription. 21341 16 @dynamic_snapshot_location cannot be a non-empty string while @a lt_snapshot_folder is neither empty nor null. E nsure that there is enough disk space available. 21321 16 The parameter @dynamic_snapshot_location cannot be an empty stri ng.MSmerge_genhistor y could not be found. 21327 16 '%ls' is not a valid dynamic snapshot job name. Use sp_mergesubscription_cleanup to drop defunct push subscriptions. Try the operation again with a different job name. 21366 16 Could not add filter '%s' because a snapshot is already generate d.0 Service Pack 2 or later can synchronize with publication '%s' because merge metadata cleanup ta sk is performed. 21363 16 Failed to add publication '%s' to Active Directory. 21357 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because data types new in SQL Server 2000 exist in one of its articles. 21349 10 Warning: only Subscribers running SQL Server 7. 21365 16 Could not add article '%s' because there are active subscription s. 21361 16 The specified @agent_jobid is not a valid job id for a '%s' agen t job. 21345 16 Excluding the last column in the partition is not allowed.21344 16 Invalid value specified for %ls parameter. 21371 10 Could not propagate the change on publication '%s' to Active Dir . 21358 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because at least one timestamp column exists in one of its articles. 21362 16 Merge filter '%s' does not exist. Set @force_reinit_subscription to 1 to force this and reinitialize the active subscriptions. Set @force_invalidate_snapshot to 1 to force this and invalidate the existin g snapshot. 21359 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because automatic identity ranges are being use d. 21367 16 Could not add filter '%s' because there are active subscriptions .0 Service Pack 2 or later can synchronize with publication '%s' because publication wide reinitia lization is performed. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing snapshot. 21369 16 Could not remove publication '%s' from Active Directory.0 Service Pack 2 or later can synchronize with publication '%s' because decentralized conflict lo gging is designated. 21360 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because a new article has been added to the pub lication after its snapshot has been generated. 21348 16 Invalid property name '%s'. 21352 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because schema replication is performed. 21368 16 The specified offload server name contains the invalid character '%s'. 21353 10 Warning: only Subscribers running SQL Server 7. 21346 16 Failed to change the owner of '%s' to '%s'. 21351 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because vertical filters are being used. %s 21364 16 Could not add article '%s' because a snapshot is already generat ed. 21355 10 Warning: only Subscribers running SQL Server 7. Set @force_reinit_subscription to 1 to force this and reinitialize the active subscriptions. 21347 16 Column '%s' cannot be excluded from the vertical partitioning be cause there is a unique index accessing this column. 21356 10 Warning: only Subscribers running SQL Server 7. 21350 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because a compressed snapshot is used. 21354 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because publication wide reinitialization is pe rformed.0 Service Pack 2 or later can synchronize with publication '%s' because publication wide validati on task is performed. 21370 16 The resync date specified '%s' is not a valid date. Replication settings and system obje cts could not be upgraded. 21374 10 Upgrading distribution settings and system objects in database % s. If the database is used for replication. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing s napshot. 21390 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because extended properties are scripted out wi th the article schema creation script. 21388 10 The concurrent snapshot for publication '%s' is not available be cause it has not been fully generated or the Log Reader Agent is not running to activate it. Be sure this database is available and run sp_vupgrade_replication again. Replication settings and system obje cts could not be upgraded. Replication settings and system objects could not be upgraded. 21372 16 Cannot drop filter '%s' from publication '%s' because its snapsh ot has been run and this publication could have active subscriptions. Reissue sp_art iclefilter and sp_articleview to create a row filter. Set @force_reinit_subs cription to 1 to force reinitialization. Possibly due to active snap shot or other schema change activity. Consider using the default mec hanism instead of the dynamic snapshot for initializing the specified subscripti on. Se t @force_reinit_subscription to 1 to force reinitialization. 21381 16 Cannot add (drop) column to table '%s' because the table belongs to publication(s) with an active updatable subscription. 21385 16 Snapshot failed to process publication '%s'. 21389 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because column-level collation is scripted out with the article schema creation script. run sp_vupgr ade_replication in the [master] database when the database is available. 21384 16 The specified subscription does not exist or has not been synchr onized yet. 21382 16 Cannot drop filter '%s' because a snapshot is already generated. 21376 11 Could not open database %s. the Snaps hot Agent for the publication must be restarted until a complete snapshot is gen erated. Set @force _reinit_subscription to 1 to reinitialize all subscriptions and drop the filter. 21393 16 Dropping row filter(%s) for article '%s' in '%s'. 21392 16 Row filter(%s) is invalid for column partition(%s) for article ' %s' in publication '%s'. 21377 10 Upgrading subscription settings and system objects in database % s. 21387 16 The expanded dynamic snapshot view definition of one of the arti cles exceeds the system limit of 3499 characters. run sp_vupgr ade_replication in the [master] database when the database is available. 21391 10 Warning: only Subscribers running SQL Server 2000 or later can s ynchronize with publication '%s' because it contains schema-only articles. 21375 10 Upgrading publication settings and system objects in database %s . Set @force_invalidate_snapshot to 1 to force this and in validate the existing snapshot. 21394 16 Invalid schema option specified for publication that allows upda . 21379 16 Cannot drop article '%s' from publication '%s' because a snapsho t is already generated. If generation of the concurrent snapshot was interrupted. 21380 16 Cannot add timestamp column without forcing reinitialization. 21386 16 Schema change failed on object '%s'. 21373 11 Could not open database %s.ectory. Possibly due to act ive schema change activity or new articles being added. 21378 16 Could not open distribution database %s because it is offline or being recovered. If the database is used for replication. 21383 16 Cannot enable a merge publication on this server because the wor king directory of its Distributors is not using a UNC path. or full database b ackup. run the Merge Agent when the re are more server resources available. 21407 16 Cannot create the subscription. 21410 16 Snapshot Agent startup message. 21414 10 Unexpected failure acquiring an application lock. 21422 16 Queue Reader Agent startup message. Retry the operation again with a more up-to-date log. 21399 16 The transactions required for synchronizing the subscription wit h the specified log sequence number (LSN) are unavailable at the Distributor. 21402 16 Incorrect value for parameter '%s'. 21413 16 Failed to acquire the application lock indicating the front of t he queue. 21405 10 '%s' is not a valid value for the '%s' parameter. 21408 16 Cannot create the subscription. run the Merge Agent when the re are more server resources available. This is because the value specif ied for the @sync_type parameter is "initialize with backup" or "replication sup port only". 21398 16 Could not complete setting up the no-sync subscription at the Di stributor while the distribution cleanup agent is running.ting subscribers. Ensure that th e account under which the Merge Agent runs is a member of the publication access list. 21419 10 Filter '%s' of article '%s' cannot be changed. The value must be an integer greater than or equal to %d. 21423 16 Either the publication '%s' does not exist or you do not have su fficient permissions to access it. 21403 10 The 'max_concurrent_dynamic_snapshots' publication property must be greater than or equal to zero. 21406 10 '%s' is not a valid value for the '%s' parameter. 21400 16 Article property must be changed at the original Publisher of ar ticle '%s'. The value must be a positive integer greater than 300 or 0. The operation has a g reater chance of success if the distribution cleanup agent is temporarily disabl ed. If you specify a value of "initi alize with backup" for the @sync_type parameter. 21415 10 Unexpected failure releasing an application lock. Ensure that th e account under which the Merge Agent runs is a member of the publication access list. If there is a lot of activity on the server. 21420 10 Subscription property '%s' cannot be changed. 21412 16 Merge Agent startup message. 21397 16 The transactions required for synchronizing the nosync subscript ion created from the specified backup are unavailable at the Distributor. Ensure that the publication exists and that t . Need to set the schema option to include DRI constraints. 21421 10 Article '%s' cannot be dropped because there are other articles using it as a join article. you must subscribe to all artic les in the publication by specifying a value of "all" for the @article parameter . 21396 16 The value specified for the @type parameter of sp_addsubscriber or the @subscriber_type parameter of sp_addsubscription is not valid. If there is a lot of activity on the server. The value must be 0 or 1. 21404 10 '%s' is not a valid value for the '%s' parameter. Sp ecify a higher LSN. 21395 10 This column cannot be included in a transactional publication be cause the column ID is greater than 255. 21409 16 Only one of parameters %s and %s can be set. differential. 21411 16 Distribution Agent startup message. See SQL Se rver Books Online for a list of valid values. 21417 10 Having a queue timeout value of over 12 hours is not allowed. 21401 16 Article name cannot be 'all'. 21416 10 Property '%s' of article '%s' cannot be changed. You must specify a value of "Act ive" or "Subscribed" for the @status parameter. 21501 10 The supplied resolver information does not specify a valid colum n name to be used for conflict resolution by '%s'. 21502 10 The publication '%s' does not allow the subscription to synchron ize to an alternate synchronization partner. Retry this operation after the merge processes have completed. A value of 'true' is allowed only when this procedure is called by another replication procedure. Execute sp_mergecompletecleanup to initiate the final phase of merge meta data cleanup. The publication must have ac tive subscriptions in order to post a tracer token. 21490 16 The value specified for the %s parameter of sp_mergearticlecolum n must be '%s'. 21505 10 Changes to publication '%s' cannot be merged because it has been marked inactive. 21508 10 Cleanup of merge meta data cannot be performed while merge proce sses are running. 21482 16 %s can only be executed in the "%s" database. Article validation is only valid for transactional publications. 21425 16 The @publisher parameter may not be NULL for heterogeneous publi shers. 21487 16 An error occurred while inserting the tracer token to the log. 21481 16 Cannot create replication subscription(s) in the master database . 21489 16 A database '%s' already exists. 21485 16 Tracer tokens cannot be posted for a snapshot publication. If you intend this to be your di stribution database set @existing_db = 1. 21426 16 No shared agent subscription exists for publication '%s' and the subscriber/subscriber database pair '%s'/'%s'. A subscription to public ation '%s' already exists in the database with a different subscription type. contact Microsoft Customer Support Services. 21451 16 The %s %s (%s) login (%s) password has been changed. 21456 16 Value provided for parameter %s is not valid. . 21454 16 The internal procedure sp_MStran_is_snapshot_required must be ex ecuted at the Distributor if the @run_at_distributor parameter has a value of 1. 21452 10 Warning: The %s agent job has been implicitly created and will r un under the SQL Server Agent Service Account. A ll subscriptions to this republisher must be reinitialized. 21424 16 The @publisher parameter must be NULL for SQL Server publishers. If the problem persists. 21486 16 An error occurred while logging the tracer token history informa tion. Cannot create the article for the specified publication because it all ows updating Subscribers.he account under which the Merge Agent connects to the Publisher is included in the publication access list (PAL). 21506 10 sp_mergecompletecleanup cannot be executed before sp_mergeprepar ecleanup is executed. 21450 16 The replication %s could not be upgraded for %s databases. Either set the value of the @schema_replicatio n parameter to 'false' or do not specify a value. 21499 16 The procedure %s failed to %s the resource %s. 21507 10 All prerequisites for cleaning up merge meta data have been comp leted. 21484 16 Article validation was requested for snapshot publication "%s". 21460 16 The primary key for source table "%s" includes the timestamp col umn "%s". The tracer token could not be posted. Server error = %d . Cleanup will proceed after the merge processes have completed. Use sp_mergepreparecleanup to initiate the first phase of merge meta data cleanup. 21504 10 Cleanup of merge meta data at republisher '%s'. 21488 16 No active subscriptions were found. 21503 10 Cleanup of merge meta data cannot be performed while merge proce sses are running. 21500 10 Invalid subscription type is specified.'%s' could not be performed because merge processes are propagating changes to the republisher. Ensur e that %s is upgraded and execute %s again. T he tracer token could not be posted. Choose another database for creating subscriptions. not a t any of the republishing Subscribers. 21514 16 Cannot complete the requested operation in the subscription data base because a snapshot is currently being delivered to the database. 21511 10 Neither MSmerge_contents nor MSmerge_tombstone contain meta data for this row. 21531 10 The data definition language (DDL) command cannot be executed at the Subscriber. because a pub lication with a lower compatibility level already exists. UPDATE. 21537 16 The column '%s' in table '%s' is involved in a foreign key relat ionship with a column in table '%s'. 21510 10 Data changes are not allowed while cleanup of merge meta data is in progress. In a republ ishing hierarchy. 21520 10 Custom procedure will not be scripted because '%s' is not a reco gnized article update command syntax. All merge publications in a database must have the same compatibility level. 21521 16 Some generation values are above the upper limit of %d used in S QL Server 2000. 21532 10 Cannot add a data definition language trigger for replicating '% . an d is set to use nonoverlapping partitions with multiple subscribers per partitio n (@partition_options = 2). Change the publication_compatibility_level of the publication to 90 to make this work. 21528 16 Publication '%s' cannot be added to database '%s'. 21518 10 Replication custom procedures for article '%s': 21519 10 Custom procedures will not be scripted for article update comman ds based on direct INSERT. including columns that have been filtered. . see the other error messages that accompa ny this error message. 21515 18 Replication custom procedures will not be scripted because the s pecified publication '%s' is a snapshot publication. 21522 16 This article cannot use the '%s' feature because the publication compatibility level is less than 90. 21516 10 Transactional replication custom procedures for publication '%s' from database '%s': 21517 10 Replication custom procedures will not be scripted for article ' %s' because the auto-generate custom procedures schema option is not enabled. Articles can have at mo st %d columns. 21512 18 %ls: The %ls parameter is shorter than the minimum required size . 21525 16 A lightweight replica must be anonymous. because a pub lication with a higher compatibility level already exists. A logical record relationship between these tables should inclu de this column. 21523 16 Adding column '%s' to table '%s' failed. DDL commands can only be executed at the root Publisher. but this column was not found in the specif ied join clause. 21527 16 Publication '%s' cannot be added to database '%s'. 21533 10 Cannot insert information into the schema change tracking table sysmergeschemachange. 21535 16 The article '%s' is already published in another publication. 21526 16 Article '%s' already belongs to a subscription with a different value for the @lightweight property. Cleanup will proceed after all republi shers have quiesced their changes.*ls' events. or DELETE statements. DDL commands can only be executed at the Publisher. This setting does not permit the article to be inclu ded in more than one publication. 21530 10 The schema change failed during execution of an internal replica tion procedure. Use sp_changemergepublication to set the p ublication_compatibility_level of publication '%s' to '90RTM'. All merge publication s in a database must have the same compatibiliy level. stop th e Distribution Agent or Merge Agent associated with the subscription.21509 10 Cleanup of merge meta data cannot be performed because some repu blishers have not quiesced their changes. For corrective action. Perform th e operation again at a later time. To stop the delivery of the snapshot. 21567 16 The call format VCALL cannot be used for the specified article. If you do not require updating subscriptions. To drop the trigger. The value must be 1 or 0. but it must be set to NOT NULL. This stored pr ocedure can only be used for publications that have at least one pull subscripti on. you must first drop the table from all publications and subscriptions. 21542 16 Encountered server error %d while executing <%s>. This entry is required fo r publications that allow queued updating subscriptions. VCALL format can be used only for articles in publications that allow updating s ubscriptions. To drop the column. including a DROP command for a column that is not included in all subscriptions to this article. first drop the join filter using sp_dropmergefilter. 21543 16 The schema for the article %s was either not generated properly or was not applied properly during initial synchronization. 21561 16 The value specified for parameter %s = %d is not valid. Either change the value of the @filter_type parameter. and whether the necessary p ermissions are granted. 21540 16 You cannot drop a column defined as data type uniqueidentifier w ith the rowguidcol property because merge replication uses this column for track ing. specify a different call format. 21547 16 Encountered server error %d while restoring the log for database %s. so you must drop the column and then add the table as an article again using sp_addarticle. requires a one-to-one or a one-to-many join from the parent table to the child table. 21551 16 Only members of the sysadmin or db_owner or db_ddladmin roles ca n perform this operation. 21544 10 Value specified for the publication property replicate_ddl is no t valid. R eplication failed to alter this column. which is u sed by replication. 21539 16 A logical record relationship. 21546 16 Cannot replicate the ALTER TABLE command. This may be due to p ermissions issues. 21569 16 The article %s in the publication %s does not have a valid confl ict table entry in the system table sysarticleupdates. It contains multiple D ROP commands. 21570 16 Cannot create the logical record relationship. or set the @join_unique_key parameter to 1. 21549 16 Cannot add the computed column '%s' to the publication. all computed co lumns that depend on column '%s' must be dropped. A logical record relationship allows only one parent table for a given child table. you cannot filter any of th ese colunmns from the article. Verify whether the object exists. 21550 16 Before you drop the column from the publication. To drop a column used in a r ow filter. you must drop the publica tion and re-create it to specify that updating subscriptions are allowed. Reissue multi ple 'ALTER TABLE table_name DISABLE TRIGGER trigger_name' statements to disable each trigger individually on the given table. 21541 16 Cannot complete ALTER TABLE command. Use a single DROP command in each ALTER TABLE com mand. You must first add all columns on which this column depends. 21564 16 The table %s contains the column msrepl_tran_version. Replication will then add th e column to the table. Table '%s' does n . first change the row filter using sp_changemergearticle. drop the table from the publication. 21552 16 Merge data definition language (DDL) error: Dropping a column us ed in a row filter or a join filter is not allowed. The column is set to NULL. 21548 16 Cannot execute sp_change_subscription_properties. If you do require updating subscriptions.21538 16 Table '%s' cannot have table '%s' as a parent in a logical recor d relationship because it already has a different parent table. 21545 16 You cannot disable a trigger used by merge replication on a publ ished table. Check for errors in the last run of the Snapshot Agent. To drop a co lumn used in a join filter. Do not execute the command 'ALTER TABLE table_name DISABLE TRIGGER ALL' on a published table. specified by the @filter_type par ameter. Alte r the column to disallow NULL values. You cannot specify a value of 2 or 3 (nonoverlap ping partitions) for the @partition_options parameter because the article is inv olved in both a row filter and a join filter. V alid values are 1 (join filter only). In this situation. drop the join filter by using sp_dropmergefi lter. Nonoverlapping partitions d . You cannot specify a value of 2 or 3 (nonoverlap ping partitions) for the @partition_options parameter because the article has a direct or indirect join filter relationship with parent article "%s". 21574 16 Cannot add a logical record relationship because the article '%s ' is published in publication '%s'. an d then re-create it without the NOT FOR REPLICATION option. 21580 16 Article "%s" in publication "%s" does not qualify for the partit ion option that you specified. 21576 16 Cannot add a logical record relationship between tables '%s' and '%s' because the foreign key column '%s' in table '%s' allows NULL values.ot have a foreign key referencing table '%s'. 21583 16 Cannot update the column in article '%s'. T o add the logical record relationship. which has a compatibility level lower than 9 0RTM. 21584 16 Cannot insert the row for article '%s'. The parent article does not use the same value for partition_options. Either select a value of 0 or 1 f or the @partition_options parameter. Either select a value of 0 or 1 fo r the @partition_options parameter. 21571 16 Cannot create the logical record relationship in publication '%s '. Use sp_changemergepu blication to change the value for one of the articles. and 3 (j oin filter and logical record relation). first enable the foreign key constraint. or use sp_changemergefilter to specify a va lue of 1 for join_unique_key. Use sp_changemergepublication to set the publication_compatibility_level t o 90RTM. To create the logical record relatio nship. or change the row filter by using sp_changemergepublication. 21581 16 Article "%s" in publication "%s" does not qualify for the partit ion option that you specified. and the article has a value of 2 or 3 (nonoverlap ping partitions) for the partition_options property. Use sp_changemergepublication to set 'use_partition_g roups' to 'true'. 21579 16 Article "%s" in publication "%s" does not qualify for the partit ion option that you specified. The use_partition_groups option for the publication must be set to "true" in order to use logical records. 21573 16 Cannot add a logical record relationship because the foreign key constraint '%s' on table '%s' is defined with the NOT FOR REPLICATION option. 21582 16 Article "%s" in publication "%s" does not qualify for the partit ion option that you specified. 21572 16 Cannot add a logical record relationship because the foreign key constraint '%s' on table '%s' is disabled. first drop the foreign key constraint. You cannot specify a value of 2 or 3 (nonoverlap ping partitions) for the @partition_options parameter because the article has a join filter with a join_unique_key value of 0. The article has a valu e of 2 or 3 (nonoverlapping partitions) for the partition_options property. 21575 16 The value specified for the property filter_type is not valid. You cannot specify a value of 2 or 3 (nonoverlap ping partitions) for the @partition_options parameter because the article is inv olved in multiple join filters. Either select a value of 0 or 1 for the @partiti on_options parameter. and the column is involved in a row filter and/or a join filter. Use sp_changemergepublication to set the option to "true". or drop all but one of the join filters by using sp_dropme rgefilter. it must be updated at the top-level Publisher. the column cannot be updated at a Subscriber or republisher. The row does not belong to the Subscriber's partition. A logical record relationship requ ires a foreign key relationship between the parent and child tables. 2 (logical record relation only). 21578 16 In order to use partition_options of 2 (non overlapping partitio ns with multiple subscriptions per partition) or 3 (non overlapping partitions o ne subscription per partition) the publication '%s' must be enabled to use parti tion groups functionality. 21615 16 Unable to find table information for article %s. 21601 16 The value of the parameter @type must be 'logbased' for Oracle p ublications. 21585 16 Cannot specify custom article ordering in publication '%s' becau se the publication has a compatibility level lower than 90RTM.o not allow out-of-partition inserts. The Oracle publisher meta data has been retained in its failed state to help in diagnosing the cause of the failure. The properties allow_sync_tran and allow_queued_tran must be "false". Drop the publications first. 21618 16 The Publisher '%s' does not exist. Attempt to add the Publisher again. Verify that the column e xists in the underlying table. 21617 16 Unable to run SQL*PLUS. 21597 16 The article includes only the rowguidcol column. Make cer tain that the correct Oracle publisher has been identified and that the requirem ents for refreshing the Oracle publisher have been met. Make certain tha t a current version of the Oracle client code is installed at the distributor. 21611 16 Cannot drop the distribution Publisher "%s" because it has publi cations defined. For addition information. Execute sp_adddistpublisher in the context of the dist ribution database. To view a list of Publishers. use the stored procedure sp_helpdistpublisher. contact Microsoft Customer Suppor t Services. Use sp_changemerg epublication to set the publication_compatibility_level to 90RTM. rerun sp_refresh_heterogeneous_publisher t o complete the refresh. self-joins are not permitted. Local distribut or cache may be corrupt. You must publis h at least one other column. The value of this parameter must be "%s" for a SQL Server Publisher. see SQL Server Error 21617 in Troubleshooting Oracle Publishers in SQL Server B ooks Online. If the problem persists. 21603 16 The refresh of Oracle publisher '%s' by sp_refresh_heterogeneous _publisher was not successful. 21600 16 Non-SQL Server Publisher [%s] cannot be found. 21599 16 The parameters @article and @join_articlename cannot have the sa me value. the value of the @sync_method par ameter must be "character" or "concurrent_c". The value must be FALSE for a non-SQL Server Publisher. Specify different articles for the two parameters. 21613 16 Constraint column '%s' not found in table '%s'. F . Execute sp_helpdi stpublishers to view a list of available Publishers. 21609 16 Non-SQL Server publications do not support updatable subscriptio ns. 21607 16 sp_refresh_heterogeneous_publisher was unable to obtain publishe r information for Oracle publisher '%s'. and that it is included in the article. 21614 16 Index column '%s' not found in table '%s'. 21620 16 The version of SQL*PLUS that is accessible through the system Pa th variable is not current enough to support Oracle publishing. 21605 16 Non-SQL Server Publishers must be configured in the context of t he distribution database. 21604 16 The non-SQL Server Publisher vendor is not valid. 21619 16 Must provide both @SelectColumnList and @InsColumnList. 21608 16 Cannot use a value of TRUE for the parameter @ignore_distributor . 21610 16 The failed attempt by sp_refresh_heterogeneous_publisher to refr esh publisher '%s' did not alter any meta data at the Oracle publisher. sp_refresh_heterogeneous_publisher may only be called to refresh Oracle publishers currently defined at the distributor . When the pro blem has been diagnosed and resolved. 21598 16 Modifying DDL triggers created by replication is disallowed sinc e these are required to track DDL changes. 21606 16 Parameter "%s" is for non-SQL Server Publishers only. 21612 16 For non-SQL Server Publishers. 21616 16 Cannot find column [%s] in the article. Make certain that a current version of t he Oracle client code is installed at the distributor. 21629 16 The CLSID registry key indicating that the Oracle OLEDB Provider for Oracle.Oracle. 21640 16 Non-SQL Server Publishers do not support a value of 1 for the pa rameter @thirdparty_flag. 21625 16 Unable to update the publisher table HREPL_PUBLISHER at the Orac le instance '%s'. 0x4000. It mus t be NULL for SQL Server Publishers.Oracle. see SQL Server Error 21620 in Troubleshooting Oracle Pu blishers in SQL Server Books Online. OraOLEDB. 21639 16 Heterogeneous publishers can not use trusted connections. 21621 16 Unable to create the public synonym %s. Make certain that current login is authorized to modify SQL Server owned registry keys. 21622 16 Unable to grant SELECT permission on the public synonym %s. For addition infor mation. Make certain that a current version of the Oracle O LEDB provider is installed and registered at the distributor. For addition information. set @t rusted to false. has been registered is not present at the distribu tor. 21642 16 Heterogeneous publishers require a linked server. 21630 16 Unable to determine whether the table '%s' is still being publis hed. the remote call to the Oracle Publi sher failed. 21633 16 The publication '%s' could not be added because non-SQL Server P ublishers only support the @sync_method parameter values "character" or "concurr ent_c". Please remove linked server or choose a different . For addition information. The value specified for this parameter must be %s. 0x02.Oracle to run in process with SQL Server. 21641 16 The "%s" parameter is for non-SQL Server Publishers only. 21631 16 Cannot unpublish table '%s'. 21634 16 The parameter %s does not support the value '%s' when using nonSQL Server publications. 21626 16 Unable to connect to Oracle database server '%s' using the Oracl e OLEDB provider OraOLEDB. Veri fy that the replication administrative user has sufficient permissions. see SQL Server Error 2162 7 in Troubleshooting Oracle Publishers in SQL Server Books Online. 0x10. drop and reconfigure Oracle publishing. 21632 16 The parameter %s is not supported for non-SQL Server publicatio ns. and 0x8000. see SQL Server Error 21626 in Troubleshooting Oracle Publishers in SQL Server Books Online. 21638 16 You have specified a value of '%s' for the @repl_freq parameter of sp_addpublication. this requires one of the following values for the @sync_method parameter: %s. see SQL Server Error 21624 in Troubleshooting Oracle Publishers in SQL S erver Books Online. Verify that the replicat ion administrative user has been granted the CREATE SYNONYM permission. 0x80. A linked serv er named '%s' already exists. 0x40. Make certain that the Oracle OLEDB provider is installed and registered at the distributor. 21623 16 Unable to update the public synonym 'MSSQLSERVERDISTRIBUTOR' to mark Oracle instance '%s' as a SQL Server publisher. see SQL Server Error 21629 in Trouble shooting Oracle Publishers in SQL Server Books Online. 21635 16 An unsupported schema option combination was specified. 21624 16 Unable to locate the registered Oracle OLEDB provider. If you can connect but the problem persis ts. Oracle. Verify that the replication administrative user login can connect t o the Oracle Publisher using SQL*PLUS. For non-SQL Server publications. see SQL Server Error 21628 in Troubleshooting Oracle Publi shers in SQL Server Books Online. Contact Customer Support Services. specify a value of 0 for the parameter. The value must be %s. 21628 16 Unable to update the registry of distributor '%s' to allow Oracl e OLEDB provider OraOLEDB. at distributor '%s'. For addition information. 21627 16 Unable to connect to Oracle database server '%s' using the Micro soft OLEDB provider MSDAORA. When executing the stored procedure sp_adddistpublishe r. For addition information. Non-SQL Server publications only support the following schema options: 0x01.or addition information. OraOLEDB. 21637 16 %s is required for heterogeneous publications. dbo. Verify the list of available mappings by querying msdb. 21645 16 The value '%s' is not a valid non-SQL Server Publisher type. 21650 16 The value specified for @rowcount_only for the article '%s' is n ot 1. Drop the Publisher or drop the public synonym [%s] .sysdatatypemappings. 21667 16 The index "%s" was not created. 21656 16 The data type mapping for %s does not exist. The index has a key length of at least %d bytes. 21663 16 Cannot find a valid primary key for the source table [%s].dbo. 21651 16 Failed to execute the HREPL.MSdbms.%s request to Oracle Publisher '%s'.publisher name. . or ORACLE GATEWAY. Veri fy the supported DBMS and versions by querying msdb. Administration of a non-SQL Server Publisher must be performed at the associated SQL Server Distributor. 21662 16 The source object [%s]. 21644 16 %s value of '%s' is not supported for heterogeneous subscribers. 1. 21654 16 The data type %s does not exist. Verify that the Oracle package code exists on the Publisher. Non-SQL Server Publishers do no t support this property. 21647 16 The Oracle Publisher support package could not be loaded. The Pu blisher must be a non-SQL Server Publisher. ensure it is granted the documented permissions. 21657 16 The data type mapping for %s already exists.[%s]. 21660 16 The value specified for the parameter @full_or_fast for article '%s' must be 0.[%s] on the non-SQL Server Publisher was either not found or is not supported. For SQL Server 2005. the value must be ORACLE or ORACLE GATEWAY. or 2.dbo. 21655 16 The data type %s already exists. 21643 16 The value specified for the parameter '%s' must be MSSQLSERVER. If the object exists. verify that it meets the requirements for being published. A valid primary key is required to publish the table. %d columns were specified. 21653 16 The database management system (DBMS) %s %s does not exist. For an article in a publication from a non-SQL Server Publisher.sysdatatypemapping s. Verify the list of mapping s by querying msdb.dbo. 21670 16 Connection to server [%s] failed. View supported data types by querying msdb. and that the repli cation administrative user account has sufficient permissions. The maximum key length supported by SQL Server is %d bytes. 21665 16 Key [%s] contains unique nullable column. 21668 16 The constraint "%s" was not created because one or more columns in the constraint is not published. ORACLE.sysdatatypemappings. 21669 16 Column [%s] cannot be published because it uses an unsupported d ata type [%s]. Add or correct the primary key definition on the source table.dbo. Execute t he procedure at the Distributor. 1 is the only valid setting for this parameter. 21658 16 The data type mapping does not exist. 21664 16 Index [%s] contains unique nullable column.[%s]. must be %s.sysdatatypemappings. 21646 16 The Oracle server [%s] is already defined as the Publisher [%s] on the Distributor [%s]. Drop t he replication administrative user schema and re-create it. or alter the constraint to remove columns that are not published. Either include all columns in the published article. 21659 16 Cannot execute this procedure for a SQL Server Publisher. 21666 16 Cannot specify more than %d column names for the index or primar y key because this exceeds the maximum number of columns supported by SQL Server . 21661 16 The value specified for the @shutdown_agent parameter for articl e '%s' must be 0 or 1. 21649 16 Cannot change the property '%s'. Verify the supported data types and mappings by querying msdb. 21671 16 Cannot execute the procedure. Specify a login or set security mode to 1 (Windows Authentication). O riginatorPublicationID %d. Verify connection information and ensure that you can connect to the Publi sher through a tool like SQL*PLUS. Verify authentication information. is not suffici ent. in order to publish this table. or add this login to the PAL. "dr op". 21687 16 Schema filters are supported only for Oracle Publishers. OriginatorDBVersion %d.sql f or the required permissions. Refer to the script /MSSQL/Install/oracleadmin. No user action is required. If the probl em persists. 'concurrent_c'. contact Customer Support Services. 21698 16 The parameter '%s' is no longer supported. The replication administraive us er requires an explicit SELECT grant. Stop and restart the Distribution Agent. use the stored procedure sp_addlinkedsrvlogin to map the user's login to this linked server. or a SELECT grant through PUBLIC. 21678 16 The parameter "%s" can be set to "%s" only when "%s" is set to " %s". The Publ isher '%s' is a %s Publisher. 21689 16 A NULL @schema value is invalid for add and drop schema filter o perations. This is an informational message only.21672 16 The login '%s' has insufficient authorization to execute this co mmand. Re-creating all system table views. 21686 16 The operation "%s" is not valid. A role-based SELECT grant. 21681 16 The current user '%s' does not have a valid linked server login mapping for non-SQL Server Publisher [%s]. OriginatorDB %s. . and "help". 21675 16 Cannot specify more than %d indexes for a single table. 21684 16 The replication administrative user for Oracle Publisher "%s" ha s insufficient permissions. 21695 10 The replication agent job '%s' was not removed because it has a non-standard name. 21688 16 The current login '%s' is not in the publication access list (PA L) of any publication at Publisher '%s'. 21674 16 Unable to update the linked server [%s] for the login [%s]. 21682 16 Cannot publish table [%s]. manually remove the job when it is no longer in use. Valid operations are "add". 21683 16 Cannot verify administrator login privileges for Oracle Publishe r %s. The Pub lisher "%s" is a "%s" Publisher. %d inde xes specified. if one exists. Excess indexes have been ignored. Use a login that is in the PAL. 21685 16 Request '%s' for Oracle schema filter for Oracle publisher '%s' failed. 21677 16 Heterogeneous publisher '%s' cannot be defined as a subscriber. 21690 10 The subscriber db cannot be the same as the publisher db when th e subscriber is the same as the publisher 21691 10 sp_mergesubscription_cleanup should be called on the subscriptio n database 21692 16 Failed to script the subscriber stored procedures for article '% s' in publication '%s' 21694 16 %s cannot be null or empty when %s is set to 0 (SQL Server Authe ntication). or 'database snapshot character'. 21699 10 Unable to reuse view '%s' because it was not found.[%s]. 21673 16 Test connection to publisher [%s] failed. Replication connects to the Publishe r through a linked server. 21696 16 The stored procedure only applies to Oracle Publishers. 21676 16 Heterogeneous subscriber '%s' could not add a subscription for h eterogeneous publication '%s' because publication sync method is not 'character' . 21679 16 Peer-to-peer publications only support a '%s' parameter value of %s. 21680 16 The Distribution Agent was unable to update the cached log seque nce numbers (LSNs) for Originator %s. the @resolver_clsid cannot be an empty strin g or NULL. Add the class ID and the custom resolver name manually to the MSmerg e_articleresolver table in the distribution database. o r db_owner or db_ddladmin fixed database roles can perform this operation. 21720 16 Cannot find a job that matches the ID or name specified in the p arameters @dynamic_snapshot_jobid or @dynamic_snapshot_jobname. 21729 16 The @keep_partition_changes property cannot be set to "true. The upgrade of replication %s could not be performed. Add the NOT FOR REPLICATION clause to the foreign key defin ition. Verify that valid values were specified for the @subscriber and @subscriber_db paramete rs of sp_reinitmergesubscription. An indexed view replicated as a table can not be altered to a nonindexed view. Verify the value s specified for those parameters. Only members of the sysadmin fixed server role.21701 16 Microsoft SQL Server Additive Conflict Resolver 21702 16 Microsoft SQL Server Averaging Conflict Resolver 21703 16 Microsoft SQL Server DATETIME (Earlier Wins) Conflict Resolver 21704 16 Microsoft SQL Server DATETIME (Later Wins) Conflict Resolver 21705 16 Microsoft SQL Server Download Only Conflict Resolver 21706 16 Microsoft SQL Server Maximum Conflict Resolver 21707 16 Microsoft SQL Server Merge Text Columns Conflict Resolver 21708 16 Microsoft SQL Server Minimum Conflict Resolver 21709 16 Microsoft SQL Server Priority Column Resolver 21710 16 Microsoft SQL Server Subscriber Always Wins Conflict Resolver 21711 16 Microsoft SQL Server Upload Only Conflict Resolver 21712 16 Microsoft SQLServer Stored Procedure Resolver 21715 16 Cannot register the article resolver %s. please recreate table without 'persisted' clause and try agai n. Specify a valid value for @resolver_clsid. 21719 10 The Subscriber '%s':'%s' was not marked for reinitialization at the Publisher because the subscription is either anonymous or not valid. Specify a unique name for the constraint and then reissue the DDL statement. 21733 16 Cannot open database %s. 21727 14 Cannot complete the replication operation. 21718 16 For a COM resolver. bec ause the table is included in a publication that replicates DDL events. Reinit alize the subscription if the problem persists.*ls' ev ent. Verify that the Merge Agent is running correctly. This can occur if the a ccount under which SQL Server is running does not have access to the distributio n database. 21732 16 Using Data Transformation Services (DTS) packages in replication requires a password that is not NULL or empty. 21728 16 The article can support logical record level conflict detection only if it uses logical record conflict resolution. Specify a valid value for parame ter '%s'. Run %s again from the %s database when the %s is accessible." Th is is because the @publication_compatibility_level property is set to 90RTM or h igher and the @use_partition_groups property is set to "true. 21725 16 Cannot alter the view. 21731 16 Cannot add a constraint or default without an explicit name. The security check fo r the current user is failing. Drop the view from the publication before a ttempting to alter it. 21734 16 Peer-to-peer publications do not support replicating timestamp c . Spe cify a valid value for the @article_resolver parameter." Set a lower compa tibility level or set the @use_partition_groups property to "false. 21724 10 Cannot add the foreign key %s with the CASCADE option because ta ble %s is published. 21723 16 The value specified for the @pubid parameter of procedure '%s' i s not valid or is NULL. 21721 10 UserScripts 21722 16 Failed to add an extended trigger for replicating the '%. 21717 16 The article resolver name cannot be an empty string or NULL." 21730 16 Table '%s' can not be replicated because it contains imprecise P rimary Key column. nor add or a lter a table to include a timestamp column as varbinary(8). You must first call the stored proce dure sp_articleview to initialize the article. 21748 16 The article was dropped at the Distributor. 21742 16 The Oracle Publisher name is '%s' and the Oracle Subscriber name is '%s'.000. Loopback support cannot be ch ecked. 21757 16 The subscription is read-only. The user must have SELECT permission to retrieve rows at the Subscriber tha t have updates pending in the queue. which is required for transactional replication. 21753 16 The table %s. and Queue Reader Agent. You cannot add an article with this option. Connect to the Oracle Publisher with SQL*PL US and drop the replication administrative user. 21755 16 Failed to mark '%s' as a system object. 21750 16 The table %s does not have a primary key. which is specified in the @tablename parameter of sp_getqueuedrows. the maximum size that the procedure can return. it m ight be caused by insufficient permissions or insufficient space in the tablespa ce. the information is cle aned up if the Publisher is dropped. Verify article settings with sp_helparticle and ch ange them if necessary with sp_changearticle. 21745 16 Cannot generate a filter view or procedure. Bi-directional publishing requires Oracle publisher to exist before the O racle subscriber.[%s] is a temporary object and cannot be publ ished.olumns as varbinary(8). Run th e Queue Reader Agent to flush the queue at the Subscriber before executing this procedure again. The publication that this subscri ption synchronizes with allows updates at the Subscriber. Verify that the valu e specified for the @filter_clause parameter of sp_addarticle can be added to th e WHERE clause of a SELECT statement to produce a valid query. Bidirectional Oracle publishing requires the Oracle Publisher and Subs criber names to be the same. 21739 16 Cannot alter property '%s'. 21749 16 The Publisher was dropped at the Distributor. is not part of any active initialized queued subscription. 21756 16 Based on article settings. but information at t he Publisher '%s' was not dropped. 21747 16 Cannot establish a connection to the Oracle Publisher '%s'. 21740 16 Oracle subscriber '%s' not found. 21735 16 Source object [%s]. 21738 16 The property '%s' is not valid for %s publications. 21744 16 Oracle bidirectional publishing requires parameter '%s' to have a value of '%s'. If you can connect. Ens ure your queued subscriptions are properly initialized by running the Snapshot A gent. 21737 16 The property '%s' is not valid for '%s' Publishers. 21736 16 Unable to relocate the article log table to a different tablespa ce. 21743 16 Unable to retrieve the originator information for the Oracle sub scriber '%s'. 21754 16 Processing has been terminated. The resultset for sp_getqueuedro ws is larger than 16. Distribution Agent. or add a unique clustered index . 21746 16 The '%s' character length must not exceed %d. No action is required. table %s should have an identity colu mn. but it does not have one. 21751 16 Cannot publish view %s as a table because it does not have a uni que clustered index. Verify that the replication administrative user login can connect to the Ora cle Publisher using SQL*PLUS. the property can then be altered. Publish the view as a view. but a value of 'read-o . 21752 16 The current user %s does not have SELECT permission on the table %s. Create a primary key on the table. but the problem persists. Veri fy connection information and ensure that you can connect to the Publisher throu gh a tool like SQL*PLUS. 21741 16 Unable to retrieve distributor information from Oracle publisher '%s'. check for any Oracle error messages. but information on the Publisher '%s' was not dropped. scale. You must validate t he correctness of the mapping. 21768 16 When executing sp_adddistributor for a remote Distributor. 21772 16 Property "%s" requires the parameters @force_invalidate_snapshot and @force_reinit_subscription to be set to "true". the current session will be terminated.sysdatatypemappings for a list of supported mappings. but the @identitymanagementoption parameter of sp_addarticle is set to 'none'. and Queue Reader Agent to initialize the subscription. If mappings are not compatible. 21777 16 Failed to generate article view name for article '%s'. The Publisher '%s'. Check for any errors returned by SQL Server during execution of t he script. Start this service and r etry the operation. The table already contains the maximum number of columns allowed for an article in a merge publica tion (246 columns). 21778 16 Cannot add Publisher objects to the Oracle Publisher for article '%s'. 21759 16 Cannot add the column '%s' to the table '%s'. specifying a diffe rent value for @update_mode. 21776 16 Failed to generate published column bitmap for article '%s'. Review sour ce and destination data type. and the master database cannot serve as the distribution datab ase. Distri bution Agent. on which you are executing the procedure. 21773 10 The distribution database '%s' cannot be opened due to inaccessi ble files. The specified subscription to an up dating Subscriber publication is not initialized. but distribution database cleanup tasks will not occur. No user action is required. Verify connection information and ensure that you can connect to the Publ . 21761 20 Cannot execute the replication script. you m ust use a password. length. Instead of this parameter. 21762 10 The distribution database '%s' has a compatibility level of %d. specify a value of 'manu al' or 'auto' for @identitymanagementoption. 21764 16 Cannot create the publication. Query t he system table msdb. use the parameter '%s'. The password specified for the @password parameter must be t he same when the procedure is executed at the Publisher and at the Distributor. T his is an informational message only. 21770 10 Data type mapping from '%s' to '%s' does not exist. 21774 16 This procedure is supported only for non-SQL Server Publishers. and nullability. 21769 10 Custom data type mappings are not supported. The script must be executed in the distr ibution database. S pecify a value of 'sql' for this parameter.dbo. errors will likel y occur when moving data from the Publisher to the Subscriber. precision. 21775 16 Failed to generate column bitmap for article '%s'. Specifying a value of 'msmq' for the parameter @queue_type is supported only on Microsoft Windows NT platforms. 21765 10 The column msrepl_tran_version has been predefined and allows NU LLs.nly' was specified for the @update_mode parameter of sp_addsubscription. 21758 16 Cannot find a valid Queue Reader Agent ID for the subscription t o Publisher %s. 21760 11 Cannot execute the replication script in the 'master' database. so the distribution database level is being changed to %d. 21771 16 %s is not within the supported range of %d and %d. which is different from that of the master database. publication %s. you must drop and then re-create the subscription. To support immediate updating subscriptions. Run the Snapshot Agent. Check the database and server error logs for more information a bout why the database files cannot be accessed. the current session will be terminated. The two compatibility level s must be the same. It will not be available in future releases. database %s. 21766 16 Table %s contains an identity column that is marked as Not For R eplication. This column will be dropped and recreated to not allow NULLs for updating s ubscribers. 21767 10 Warning: The parameter '%s' is obsolete and is available only fo r backwards compatibility. The database will be dropped. To allo w updates. 21763 16 Message Queuing Service is not running. is a SQL Server Pu blisher. '%s' must be a valid Windows login in the form : 'MACHINE\Login' or 'DOMAIN\Login'. publication (%s) cannnot be found. you must reconfigure the Oracle Publisher to use the Oracle Complete option. database (%s). and nullability of the source type are correct. scale. 21790 16 Cannot publish the table '%s. Verify connection in formation 21782 16 Cannot add primary key column '%s' to article '%s'. 21799 16 The %s agent for Publisher (%s). 21794 16 The value specified for the @propertyname parameter is not valid . The Oracle Gateway publishing option (the default) al lows a table to be included as an article in any number of snapshot publications . Use one of the following values: %s. If the Publi sher is a non-SQL Server Publisher. 21786 16 Failure to refresh Oracle XactSet Job for publisher '%s'.%s' already appears in the transactional publicati on '%s' on Publisher '%s'. the primary key could have violated SQL Serv er limits for number and length of columns. sp_addlogreader_agent. To change publishing options. 21795 16 The value specified for property %s is not valid.%s' from the Publisher '%s'. 21789 16 Failure to set the Oracle Xact batching enabled flag for publish er '%s'. 21787 16 Failure to query Oracle Xact batching enabled flag for publisher '%s'. 21796 16 The property "xactsetjobinterval" must be assigned a value great er than or equal to 0. Use one of the following values: %s. but only in one transactional publication. 21792 16 The table '%s.%s' already appears in a transactional publication on Oracle Gateway Publisher '%s'. Drop and re-create the Publisher and the replication administrative user schema. See the documentation for '%s'. Ensure th at the replication administrative user schema has the required permissions. 21781 16 Unable to retrieve heterogeneous metadata. 21788 16 Invalid parameter passed to sp_IHSetXactBatching. use the Oracle Complete publishing option. The matching destina tion data type for source type %s cannot be found. Query the system table msdb. Verify connection information and ensure that you can connect to the Publisher through a tool like SQL*PLUS. Ensure that the replication administrative u ser schema has the required permissions. For more information. 21783 16 Cannot add the Publisher triggers and the article log table to t he Oracle Publisher for the article '%s'. 21785 16 Failure to query Oracle XactSet Job attributes for publisher '%s '. 21800 16 The common generation watermark is invalid at this replica since . 21798 16 Cannot execute the replication administrative procedure. 21793 16 Non-SQL Server Publishers are supported only in the Enterprise a nd Developer editions of SQL Server. 21791 16 The table '%s. The edition of this instance is %s. See the documentation for '%s'. To publish this table in more than one publication. 21797 16 Cannot create the agent job. Ensure that the replication administrative user schema ha s the required permissions. 21784 16 You must specify a non-NULL value for the @rowfilter parameter. The '%s ' agent job must be added through '%s' before continuing. The bit flag to enable/disable Xact batching must be 0 or 1. Create the agent with the appropriate procedure: sp_addpublic ation_snapshot. precision. 21779 10 Cannot use the specified data type mapping.isher through a tool like SQL*PLUS. a table published using transactional replication can only be included in one publicati on. To publish a table in more than one transactional publication. see errors ret urned by sp_addarticle. When using the Oracle Gateway option.d bo.sysdatatypemappings for a list of supported mappings. or sp_addqreader_agent. 21780 16 The non-SQL Server Publisher is missing one or more %s objects. you must drop and reconfigure the Publisher. Verify connection information and ensu re that you can connect to the Publisher through a tool like SQL*PLUS. Verify that the length. 21819 16 Cannot change the property '%s' . '%s' is not a valid value for the '%s' parameter. 21801 16 The stored procedure sp_createagentparameter failed to add one o r more parameters to the system table msdb. The va lue must be an integer less than or equal to '%d'. 3. batch size. or 9. '%s' "and try again 21815 16 Can not alter replicated object '%s' to 'with encrypted'. 21813 16 Can not disable trigger %s on table %s because it is required by updatable publication. This property is only valid fo r subscriptions that allow updating at the Subscriber. 21821 16 Specify one and only one of the parameters . Ensure that there is enough disk space available. 21810 16 Identity column can only be added to a published table with 'Not For Replication' clause 21811 16 Cannot drop the column '%s' because it is used by replication: i t is referenced in a filter or view by article '%s'. Verify that replication is in stalled properly. Check errors returned by SQL Server during execution of sp_createagentparame ter.%s or %s. 21818 10 The parameters for security.NET Assembly Business Logic Handler. Replication could not in sert parameter '%s' into table '%s'. 21820 16 Cannot write to the script file in the snapshot folder at the Di stributor (%ls). To drop the column. '%s'.dbo. 21812 16 Cannot perform "Disable Trigger All" on table %s because it belo ngs to a publication that supports updatable subscriptions (replication adds tri ggers to tables for these types of publications).Repli cation.SqlServer. Verify that replication is installed properly and that s p_add_agent_parameter is invoked with a valid value. you mus t first remove the filter from the article. 21804 16 The value '%d' specified for the @agent_type parameter of sp_get agentparameterlist is not valid. your_script.MSagentparameterlist. 4. 21817 16 The property '%s' is only valid for push subscriptions. The subscription against which the procedure was called does not allow updates at the Subscriber. the @resolver_clsid must be specified as NULL. the @resolver_info m ust contain the class name in '%s' that implements the Microsoft. 21805 16 The agent profile creation process cannot validate the specified agent parameter value. 21807 16 For a . You may. Check for a ny errors returned by sp_createagentparameter and errors returned by SQL Server during execution of sp_createagentparameter. and scheduling have bee n deprecated and should no longer be used. see the "sp_add subscriber" documentation.NET Assembly Business Logic Handler. .it does not exist or metadata for changes not yet propagated may have been clea ned up. 21809 10 DDL replication is not enabled for database '%ls' because its co mpatibility level is less than 80. 21802 16 The agent profile creation process cannot validate the specified agent parameter value. please run "exec sp_register_custom_scripting 'CUSTOM_SCRIPT'. however. Verify that replication is properly install ed. For more information. 21814 16 DDL replication failed to refresh custom procedures. The va lue must be an integer. Also ensure t hat the account under which the Snapshot Agent runs has permissions to write to the snapshot folder and its subdirectories. Specify a valid value of 1. 21806 16 The agent profile creation process cannot validate the specified agent parameter value: the profile_id %d does not exist or it does not support the parameter %s. 21803 16 Cannot update agent parameter metadata. disable user triggers individually.BusinessLogicSupport. 2.BusinessLogicModule interface. 21808 16 For a . Verify that replication is insta lled properly and that sp_add_agent_parameter is invoked with a valid value. The value mus t be '%s' when changing this property. 21816 16 An invalid value was specified for parameter '%s'. Specify an individual user trigger name to disable. The value must be an integer. '%s' is not a valid value for the '%s' parameter. The trace event could not be posted. 21826 16 The property '%s' is valid only for %s subscriptions. or timestamp/identity column is being replic ated as base type only for article '%s'.%s' has %d columns. 21844 16 Can not alter XML. 21830 16 You cannot specify schema_option 0x4 (script identity as identit y rather than the base data type) for article '%s'. please use separate DDL sta tement. To replicate identity as ident ity. 21835 16 The index for the primary key '%s.%s' is at least %d bytes. 21845 16 Can not alter procedure '%s' to depend on an indexed view publis hed as 'indexed view logbased' or a base table because the indexed view depends on this table as well. Th e value(s) should now be specified when calling '%s'. 21847 16 Cannot find a merge agent job for the specified merge push subsc ription. 21836 16 The distribution agent must be run in single subscription stream mode prior to resetting the subscription xact_seqno. 21827 16 The %s parameters have been deprecated and should no longer be u sed. the value must be MANUAL or AUTO for publications that do not support queue d updating subscriptions. 21823 16 Cannot perform %s on %s as entry does not exist. 21834 16 The primary key for '%s. 21843 16 Article '%s' can not be added. 21831 16 The %s already exists. SQL Server supports a maximum of %d columns. an indexed view published as 'ind exed view logbased' and a stored procedure in either form of 'proc exec' can not be published if their common base table is also published. 21824 16 Can not add constraints to multiple columns because table %s is published but column %s is not in all active partitions. 21828 16 The proxy account for jobstep_uid (%s) could not be found. 21842 16 %s can only be specified/changed for heterogeneous publications when %s is set to %s. 21840 16 Can not add CLR type based computed column or check constraint t o table '%s' because article '%s' supports schema_option 0x20. Use '%s' f or %s subscriptions. Redefine the primary key so that it has no more than th e maximum number of columns. change @schema_option setting and try again. CLR type or MAX type column because table is published and article '%s' supports the schema option to map this to a base colu mn type. 21841 10 DDL replication is forcing reinitialization because either publi cation'%s' uses character mode bcp. SQL Server supports a maximum key length of %d bytes. Use '%s' to change any settings/propertie s. 21832 16 Only members of the sysadmin fixed server role can perform this operation without specifying %s. 21825 16 Can not drop constraints in the same DDL statement which drops c olumns from table %s because the table is published. 21838 16 The %s parameter(s) have been deprecated from this procedure. 21846 16 Cannot find a distribution agent job for the specified transacti onal or snapshot push subscription. The value specified for the parameter @identityrangemanagementoption is NONE. 21839 16 Article '%s' can not support schema_option 0x20 or 0x2000000000 because it contains computed column. see the '%s' documentation. 21837 16 A replication agent job (%s) for this subscription already exist s. please use separate DDL statement. For more information.21822 16 Cannot perform %s on %s as entry already exists. 21833 16 An error occurred when creating a trace event at Oracle publishe r '%s'. 21848 16 The specified pull subscription is not configured with a synchro . Reduce the number of columns i n the primary key or redefine the columns to use smaller data types. check/default constraint or primary key whi ch is based on CLR type column. nization agent job. 21865 16 The '%s' publication property must be either 'true' or 'false'. .BusinessLogicSupport. The current database %s is not a distribution database. Call sp_addmerg epullsubscription_agent before changing this property. Article "%s" curren tly has %s. This value must be changed to continue . 21852 16 Peer-to-peer publications do not support %s. 21870 16 Distribution agent encountered a deadlock while applying command s in SubscriptionStreams mode. 21867 16 ALTER TABLE SWITCH statement failed. 21851 16 Peer-to-peer publications only support a "%s" value of %s. the .NET Assembly Business Logic Handler. this may cause non -convergence between transactional publisher and subscriber. 21863 16 Cannot add the SPARSE property to a column for the article '%s' because merge replication does not support sparse columns.SqlServer. 21869 16 Cannot add filter between proposed parent article '%s' and propo sed child article '%s' since this would introduce a cycle in the filter relation ships. 21860 10 Table '%s' in database '%s' is subscribing to transactional queu ed publication and published for merge for uploading changes. Artic le "%s" currently has a "%s" value of %s. 21856 16 For a . 21872 16 The availability group associated with Virtual Network Name '%s' has no replicas. 21864 16 Cannot publish the article '%s' or add the COLUMN_SET attribute set to its base table '%s' because replication does not support column sets. 21857 10 Forcing re-initialization for article '%s' in publication '%s'. 21866 16 The publication property '%s' can only be set to '%s' when the p ublication property '%s' is set to '%s'. the clustered index on indexed view '%s' may have been dropped by upgrade or res tore process. 21850 16 The property "%s" cannot be changed to "%s" after the value has already been set to "%s". The table '%s' belongs to a publication which does not allow switching of partitions 21868 16 ALTER TABLE SWITCH statement failed. 21853 10 Warning: The "%s" property for %s "%s" has been changed to "%s" because it is required by %s. mode '%s') f or index '%s' of table '%s'.NET Assembly na me should be the name of a valid assembly in '%s' that contains the class that i mplements the Microsoft. the c lustered index on indexed view '%s' may have been dropped by upgrade or restore process. please re-create the index and re-sync your data. 21854 10 Could not add new article to publication '%s' because of active schema change activities or a snapshot is being generated. 21858 16 Snapshot can not process article '%s' in publication '%s'. The proposed parent is already being filtered by the child.Replication. 21862 16 FILESTREAM columns cannot be published in a publication by using a synchronization method of either 'database snapshot' or 'database snapshot ch aracter'. Check the registration of the business logic handler to make s ure the . 21861 16 The current operation was aborted because it would deactivate an article in a publication for which a snapshot was being generated.NET Assembly name was specified correctly. 21871 16 Publisher %s of database %s has not been redirected. The statement is not allowe d because one or more of the tables in this statement is an article with a diffe rent destination table or owner. 21855 16 The login %s provided in sp_link_publication is not mapped to an y user in publishing database %s. please re-create the index and re-run snapshot. Spid %u waiting on lock (type '%s'. 21859 16 Cannot change subscription property '%s' because there is no ent ry for this subscription in the MSsubscription_properties table. This must be changed to continue.BusinessLogic Module interface. 21873 16 You are not authorized to run the stored procedure %s. 21874 16 The stored procedure %s must be run from a distirbution database . however. 21897 16 The query to determine whether the local distributor '%s' is the distributor for remote publisher '%s' failed with error '%d'. The command '%s' failed with Error '%d'. does not include the publisher database. 21885 16 The return code of the failed call was '%d'. 21890 16 The SQL Server instance '%s' with distributor '%s' and distribut ion database '%s' cannot be used with publisher database '%s'. 21881 16 The database '%s' at the redirected publisher '%s' for original publisher '%s' and database '%s' is either not synchronized or is not active. To enable the SQL Server instance to serve as a replication publisher. 21888 16 The SQL Server instance '%s' is not configured to support replic ation. 21886 16 The remote server name returned was null. 21896 16 The query at the redirected publisher '%s' to determine whether the SQL Server instance is a replication publisher failed with error '%d'. 21879 16 Unable to query the redirected server '%s' for original publishe r '%s' and publisher database '%s' to determine the name of the remote server. 21895 16 One or more publisher validation errors were encountered for rep lica host '%s'. Error Message '%s'. and redirected publisher '%s'. 21880 16 The virtual network name '%s' has been used to identify the redi rected publisher for original publisher '%s' and database '%s'. 21878 16 Unable to create a linked server to use in contacting the remote publisher for original publisher '%s'. 21877 16 The original publisher '%s' for database '%s' is not a remote se rver for the distributor. Reconfigure the p ublisher to make use of distributor '%s' and distribution database '%s.availability_replicas at the availability gr oup primary associated with virtual network name '%s' for the server names of th e member replicas: error = %d. Run sp_addlinkedserver at the re directed publisher to add these subscribers as remote servers.21875 16 The parameters @original_publisher and @publisher_db to stored p rocedure '%s' may not be NULL. The availability group associated with this virtual network name. 21889 16 The SQL Server instance '%s' is not a replication publisher. co nfigure the instance for replication. 21892 16 Unable to query sys.'. 21882 16 The database '%s' at the redirected publisher '%s' for original publisher '%s' and database '%s' belongs to a HADRon availability group and must be redirected to its associated HADRon Virtual Network Name. 21891 16 The publisher '%s' with distributor '%s' is not known as a publi sher at distributor '%s'. error message = %s. 21894 16 Unable to configure a linked server to query replica host server '%s': return code = %d. 21884 16 The query at the redirected publisher '%s' to determine the heal th of the availability group associated with publisher database '%s' failed with error '%d'. Error message '%s'. error message '%s'. error message '%s'. E rror %d. publisher database '%s'. Run sp_adddistributor on SQL Server instance '%s' with distributor '%s' in order to enable the instance to host the publishing database '%s'. error message '%s . 21883 16 The query at the redirected publisher '%s' to determine whether the publisher database '%s' belonged to an availability group failed with error '%d'. error message '%s'. Make certain to speci fy the same login and password as that used for the original publisher. 21887 16 The query at the redirected publisher '%s' to determine whether the publisher database '%s' belonged to an availability group failed with error '%d'. Run sp_adddistpublisher at distributor '%s' to enable the remote server to host the publishing database '%s'. error message '%s'. 21893 16 The subscribers ( %s ) of original publisher '%s' do not appear as remote servers at redirected publisher '%s'. 21876 16 The distributor '%s' is not the distributor for original publish er '%s' and publisher database '%s'. .. Disable change tracking on each table before disabling it for the databas e. 22113 16 %S_MSG is not allowed because the table is being tracked for cha nge tracking. 22112 16 Each primary key column must be specified once in the CHANGETABL E(VERSION . 22509 16 Retrieving subscription information.. Run change tracking queries on the databas es in the primary availability replica. The object must be a user-defined table. change tracking is not supported.. 22502 16 Not All articles in the publication passed data validation (rowc ount only) 22503 16 Initializing.. 22105 16 Change tracking is not enabled on table '%. Set "u se_partition_groups" to "false" using sp_changemergepublication. 22114 16 Change tracking options for ALTER DATABASE cannot be combined wi th other ALTER DATABASE options. 22103 16 The arguments supplied are not valid for the VERSION option of t he CHANGETABLE function. 22511 16 The merge completed successfully.change_tracking_tables catalog view to obtain a list of tables fo r which change tracking is enabled. 22116 16 Change tracking is not supported by this edition of SQL Server. The value must be a bitmask retur ned by the CHANGETABLE(CHANGES .. . 22512 16 Cannot use partition groups with unfiltered publications. 22108 16 The CHANGE_TRACKING_CONTEXT WITH clause cannot be used with a SE LECT statement. 22508 16 Downloading data changes to the Subscriber. error message '%s'. 22504 16 Applying the snapshot to the Subscriber. 22101 16 The value supplied for the change_columns argument of CHANGE_TRA CKING_IS_COLUMN_IN_MASK function is not valid.*ls'.*ls'. 22110 16 The number of columns specified in the CHANGETABLE(VERSION .*ls'.) function does not match the number of primary key columns for table '%. The column '%. 21899 16 The query at the redirected publisher '%s' to determine whether there were sysserver entries for the subscribers of the original publisher '%s' failed with error '%d'. 22115 16 Change tracking is enabled for one or more tables in database '% . 22510 16 Retrieving publication information. 22106 16 The CHANGETABLE function does not support remote data sources. 22505 16 The merge completed with no data changes processed.*ls' is of a data type that is not supported by the CH ANGETABLE function. 22117 16 For databases that are members of a secondary availability repli ca.'. 22111 16 The column '%. Run sp_changedi stpublisher at distributor '%s' to change the distribution database used by the publisher to '%s'. Use the sys. 22104 16 A table returned by the CHANGETABLE function must be aliased.) function. 22109 16 The "context" argument for the CHANGE_TRACKING_CONTEXT WITH clau se must be of type varbinary data type with a maximum length of 128.*ls' specified in the CHANGETABLE(VERSION . 22506 16 No data needed to be merged.) function. 22500 16 Unexpected 22501 16 All articles in the publication passed data validation (rowcount and checksum).*ls'. 22507 16 Uploading data changes to the Publisher.*ls' is specified more than once. 21898 16 The publisher '%s' uses distribution database '%s' and not '%s' which is required in order to host the publishing database '%s'.) fun ction is not part of the primary key for table '%. 22513 16 Cannot use partition groups because the join filter between the following articles contains one or more functions: "%s" and "%s".. 22107 16 Object '%. 22102 16 The arguments supplied are not valid for the CHANGES option of t he CHANGETABLE function.. 22519 16 Cannot add a logical record relationship between tables "%s" and "%s" because a text. To use precomputed partitions. 22528 16 Cannot use a retention period unit other than "days" for publica tion "%s" because the compatibility level of the publication is lower than 90. 'hour'. 2 (nonoverlapping partitions with multiple subscripti ons per partition). varchar(max). 'minutes'. Valid values are 'day'. but co ntains one or more dynamic filters. 1 (enforced partitions). To include the article in multiple publications .22514 16 Cannot use partition groups because one or more filters referenc e the following view. and cannot be republished. ntext. Any pending or future changes made in this article by a Subscriber in a given partition will no longer be propagated to Subscribers in other partitions. 22529 16 Cannot change the retention period unit for publication "%s" bec ause the compatibility level of the publication is lower than 90. 22532 10 Upload of Subscriber changes to the Publisher. nvarchar(max). Che ck article "%s". 'yyyy'. 22526 16 An invalid value was specified for %s. 'hh'. The specified value must be the same in all merge publications. and 3 (nonoverlapping partitions with single subscription pe r partition). 22523 16 An article cannot use @partition_options 2 or 3 (nonoverlapping partitions) and be a part of a logical record relationship at the same time. 22535 16 For heterogeneous publications. but it does not contain any dynamic filters. 'minute'. 'hours'. 'month'. with a d ifferent value specified for the @partition_options parameter of sp_addmergearti cle. 'dd'. ntext. U se sp_changemergepublication to set publication_compatibility_level to 90RTM. . 22527 16 Invalid value specified for %s. 'year'. or varbinary(max) in a subset or join filter for article: '% s'. 'months'. 22522 16 Article '%s' cannot be published because it is published in anot her merge publication. 22534 16 Character mode publication does not support partitioned tables. 22515 16 The publication cannot use precomputed partitions because there is at least one circular reference in the join filters specified for the article s in the publication. 'yy'. 22524 16 Article '%s' is published in another merge publication. 'years'. 22531 10 Initialization. 'mi'. 22533 10 Download of Publisher changes to the Subscriber. 22517 16 The publication was defined as having no dynamic filters. varchar(m ax). 22518 16 Cannot use column of type image. which contains functions: "%s". Use sp_changem ergepublication to set publication_compatibility_level to 90RTM. An article that has a value of 3 for the @partition_optio ns parameter of sp_addmergearticle (nonoverlapping partitions with a single subs cription per partition) cannot be included in multiple publications or subscript ions. 22521 10 Unable to synchronize the row because the row was updated by a d ifferent process outside of replication. Check the documentation for d etails. 'mm'. ' wk'. or varbina ry(max) column was referenced in the join clause. xml. image. nvarchar(max). 'week'. the %s parameters should be spec ified when calling "%s". Valid values are 0 (none) . 22525 16 The publication "%s" cannot allow multiple subscriptions per par tition if it contains articles using @partition_options = 3. 'weeks'. 22530 16 Cannot update any column in article "%s" that is used in a logic al record relationship clause. 22516 16 The publication "%s" was defined as having dynamic filters. Either spec ify the same value as the existing article or change the existing article using sp_changemergearticle. ensure that no circular joi n filter relationships exist. 'days'. 22520 10 A filtering type changed for the article. use sp_changemergearticle to specify a different value for the partition_optio ns property of the existing article. CLR type. xml. "tran". 22560 16 Merge replication does not allow filters that reference dynamic functions that take one or more parameters. 1 (disable uploads). 22539 16 Use of parameters %s is invalid when parameter %s is set to %s. 22547 16 A concurrent snapshot is not allowed for snapshot publications. Use sp_changemergepublication to set the publication_compatibility_level of publication "%s" to 90RTM. 22540 16 Cannot change publication "%s" to use sync_mode of "character". Valid types are "merge". 22542 16 Invalid value for property @subscriber_upload_options. 22538 16 Only replication jobs or job schedules can be added. 22550 16 Cannot drop identity column "%s" from the vertical partition whe n identityrangemanagementoption is set to auto.22536 16 The %s parameter value cannot be updated or changed for heteroge neous publications. Valid val ues are 0 (allow uploads). d ropped or viewed through replication stored procedures. 22553 16 The parameter "@resync_type" is set to "%d" but this subscriptio n has never been successfully validated. the merge agent calls sp_mergemetadatarete ntioncleanup every time it runs. 22555 16 Cannot set the retention period unit to a value other than "day" for publication "%s" because it uses the sync_mode of "character" and may have SQL Server Compact Edition subscribers. 22559 16 The status of the schema change must be "active" or "skipped". Check the function "%s". modified. Ig noring passed-in parameters and calling sp_mergemetadataretentioncleanup. 22546 16 Cannot change publication "%s" to allow Web synchronization beca use it contains one or more logical record relationships. the article property @subscriber_upload_options for all articles i n the publication must be set to disable uploads. and 3 (disable_outofpartition_subscriber_changes). 22551 16 The type "%s" is invalid. Use sp_changemergep ublication to set the retention period unit to "day". 22558 16 The status of the schema change could not be updated. because it contains one or more logical record relationships. 22549 16 A shared distribution agent (%s) already exists for this subscri ption. 22543 16 When the publication property @allow_partition_realignment is se t to "false". 22556 16 Invalid value for the property "%s". 22561 16 The requested operation failed because the publication compatibi lity level is less than 90. and " both". Use sp_changemergepublication to set the publication _compatibility_level of publication "%s" to 90RTM. 22557 16 The status of the schema change could not be updated because the publication compatibility level is less than 90. 22537 16 The job_login provided must match the Publisher login specified when adding the distribution Publisher (sp_adddistpublisher). 22552 16 A valid value for parameter "@resync_date_str" needs to be provi ded when "@resync_type" is set to 2. Valid values are 1 and 0. 22545 16 Cannot add a logical record relationship in publication "%s" bec ause it allows Web synchronization. 2 (disable uploads prohibit subs criber changes). 22563 16 contains one or more articles that do not upload changes 22564 16 uses ddl replication 22565 16 uses other than day as unit of retention period . so manual cleanup of metadata is not needed. 22562 16 Cannot change the compatibility level of a publication to a valu e lower than the existing value. 22548 16 Vertical partitioning is only allowed for log-based articles. 22541 16 Cannot add a logical record relationship in publication "%s" bec ause it uses sync_mode of "character" and could have SQL Server Compact Edition subscribers. In SQL Server 2000 SP1 and later. 22554 16 Cannot change publication "%s" to use the sync_mode of "characte r" because it uses a retention period unit other than "day". 22544 10 Warning: The procedure sp_mergecleanupmetadata has been deprecat ed. .22566 16 uses logical records 22567 16 contains one or more articles that use subscription-based or par tition-based filtering 22568 16 contains one or more articles which will not compensate for erro rs 22569 16 contains one or more schema only articles 22570 16 contains one or more articles that use automatic identity range management 22571 16 contains one or more articles that use datatypes new in SQL Serv er 2000 22572 16 contains one or more articles with a timestamp column 22573 16 uses snapshot compression with snapshot_in_defaultfolder set to false 22574 16 contains one or more articles that use vertical partitioning 22575 16 When article property 'published_in_tran_pub' is set to 'true' t hen article property 'upload_options' has to be set to disable uploads. specifying a value of FALSE for 'publish' and 'merge publish'. Before attempting to publish this database. When using logical record relationships the publication must set the @use_partition_groups propert y to 'true'. Th e replication of FILESTREAM columns is not supported for publications that have a 'publication_compatibility_level' of less than "90RTM" (SQL Server 2005). 22576 10 Invalid failover_mode value of %d was specified for [%s]. The DDL operatoin on hierarchyid and FILESTREAM columns is not supp orted for publications that have a 'sync_mode' of 1 (character mode) or with a l ower than 90RTM backward compatibility level. 22579 16 The subscription to publication '%s' was not found but a shared agent does exist. 22585 10 The schema option to script out the FILESTREAM attribute on varb inary(max) columns has been enabled for article '%s'. Spec ify a 'publication_compatibility_level' greater than or equal to "90RTM" by usin g sp_addmergepublication or sp_changemergepublication. execute sp_rep licationdboption. or partition the article vertically so that the FILESTREAM column is not replica ted. This converts large object data types to data t ypes that are supported on earlier versions of Microsoft SQL Server. Th e replication of FILESTREAM columns is not supported for publications that have a 'sync_mode' of 1 (character mode). 22583 16 Article '%s' cannot be added or modified in publication '%s'. setting to 0 [immediate].[% s]. and specify the appropriate schema option when you re-create the article. 22586 16 Column '%s' cannot be added or modified in article '%s' of publi cation '%s'. Th e modified schema_option value of '%s' will be used instead. To specify a subscription to a publication that is replicated via a shared agent specify '%s' for the publication name. If you want F ILESTREAM data to be replicated.[%s]. or partition the article vertically so that the FILESTREAM column is not replicated. or partition the article vertically so that the FILESTREAM column is not replicated. 22580 16 Cannot publish database '%s' because it is marked as published o n a different server. drop and re-create the article. Enabling this option after the article is created can cause replication to fail when the data in a FILESTR EAM column exceeds 2GB and there is a conflict during replication. 22582 16 Article '%s' cannot be added or modified in publication '%s'. 22578 16 Cannot change publication "%s" to disallow use_partition_groups because it contains one or more logical record relationships. Remove this 'schema_option' setting by using sp_addmergepublication or sp_changemergepublic ation. Th e replication of FILESTREAM columns is not supported for articles that have a 's chema_option' set to 0x20000000. Specify a 'sync_mode' of 0 (native mode) fo r the publication by using sp_addmergepublication or sp_changemergepublication. 22584 10 Warning: Values of some of the flags specified in the 'schema_op tion' property are not compatible with the publication's compatibility level. 22581 16 Article '%s' cannot be added or modified in publication '%s'. To enable the pu blication for peer-to-peer replication. 22808 16 Cannot execute procedure '%s'. query the sys. 22815 10 A conflict of type '%s' was detected at peer %d between peer %d (incoming). The incoming delete was applied to peer %d. 22812 10 The roundtrip '%s' finished with timeout: %d seconds. 22822 10 An update-update conflict between peer %d (incoming) and peer %d (on disk) was detected and resolved. the originator ID must be unique across the topology. You must specify a non-zero ID that has never been used in the topology.dm_cdc_log_scan_sessions dynamic management vie w. The incoming update was skipped by peer %d . 22804 16 Change Data Capture cannot proceed with the job-related action b ecause transactional replication is enabled on database %s but Distributor infor mation cannot be retrieved to determine the state of the logreader agent. use sp_configure_peerconflictdetection. Valid values are 'enab le' and 'disable'. 22817 10 %s has %s. Check the priority of the destination peer and run data validation to ensure the delete conflict did not result in data non-convergence. Publication '%s' must be enabled for peer-to-peer replication before you execute this procedure. The incoming de lete was skipped by peer %d. query the sys. The incoming delete was skipped. To use conflict detection. The incoming update was skipp ed. transaction id %s 22816 16 The qualified table name '%s' is too long to be enabled for peer -to-peer conflict detection. 22805 10 For more information. To enable the publication for conflict detection. The row coul d not be deleted from the peer since the row does not exist. 22819 10 A delete-update conflict between peer %d (incoming) and peer %d (on disk) was detected and could not be resolved automatically. To report on the progress of the operation. 22813 10 The topology contains peer node versions that do not support con flict detection. 22814 10 The topology contains a duplicate originator ID. The row could not be updated since the row does not exist. The incoming update was applied to peer %d . transaction id %s and peer %d (on disk). 22802 16 Starting the Change Data Capture Cleanup Agent job using low wat ermark %s. 22818 10 A delete-delete conflict was detected and resolved. query the sys. 22820 10 A delete-update conflict between peer %d (incoming) and peer %d (on disk) was detected and resolved. 22823 10 An update-delete conflict was detected and unresolved. 22810 16 The @action parameter value is not valid.dm_cdc_errors dynamic manage ment view. 22811 16 The roundtrip time-out must be greater than 0. use sp_changepublication. To use conflict detection. For steps on how to resolve the conflict refer to BOL.dm_cdc_log_scan_sessions dynami c management view. ensure that all nodes in the topolog y are SQL Server 2008 or later versions. 22803 16 Change Data Capture has scanned the log from LSN{%s} to LSN{%s}. 22809 10 The existing conflict table '%s' was dropped. %d transactions with %d commands have been extracted. or disable distribution. 22824 10 An insert-insert conflict between peer %d (incoming) and peer %d (on disk) was detected and resolved. To report on the progress of the operation. 22806 16 The originator ID '%s' is not valid. 22821 10 An update-update conflict between peer %d (incoming) and peer %d (on disk) was detected and resolved. The incoming insert was skipped by peer %d . 22807 16 The publication property '%s' cannot be modified because the pee r-to-peer publication '%s' is not enabled for conflict detection.22801 16 Starting the Change Data Capture Collection Agent job. Make t he Distributor database available. The conflict has to be resolved manually to guarant ee data convergence between the peers. The failure occurred when executing the command '%s'. -2 = canceled. Use the action and error to determine the c ause of the failure and resubmit the request. 22831 16 Could not update the metadata that indicates database %s is not enabled for Change Data Capture. 22827 16 Peer-to-peer conflict detection alert 22828 16 The publication '%s' was already %s for peer-to-peer conflict de tection. 22830 16 Could not update the metadata that indicates database %s is enab led for Change Data Capture. The error returned was %d: ' %s'. Use the action and error to determine the cause of the failure and resubmit the request. 22829 16 The command %s failed. The failure occurred when executing the command '%s'. 22836 16 Could not update the metadata for database %s to indicate that a Change Data Capture job has been added.. -3 = deadlock victim. Use the action and error to determine the cause of the failure and resubmit the request. Use the action and error to determine the cause of the failure and resubmit the request. I ndex '%s' selected as the CDC unique index for source table '%s. 22841 16 Could not upgrade the metadata for database '%s' that is enabled for Change Data Capture. 22843 16 ALTER TABLE SWITCH statement failed because the partitioned sour ce table is enabled for Change Data Capture and does not have @allow_partition_s witch set to 1. 22840 16 The application lock request '%s' needed to modify Change Data C apture metadata was not granted. The failure occurred when executing t he command '%s'. Examine the error cause and resbmit the request. 22838 16 All columns of a CDC unique index must be defined as NOT NULL. 22825 10 An insert-insert conflict between peer %d (incoming) and peer %d (on disk) was detected and resolved. 22837 16 Could not delete table entries or drop objects associated with c apture instance '%s'. The incoming insert was applied to peer %d . The failure occurred when executing the command '%s'. Use the action and error to determine the cause of the failure and resubmit the request. The failure occurred when executing the action '%s'. @d el_cmd or @upd_cmd cannot be appended with schema name %s within the size limit %d. The error returned was %d: '%s'. The failure occurred when executing the command '%s '. The error returned was %d: '%s'. Use the action and error to determine th e cause of the failure and resubmit the request. Use the action and error to determine the ca use of the failure and resubmit the request. Use the action and error to de termine the cause of the failure and resubmit the request. The failure occurred when executing the command '%s'. Th e failure occurred when executing the command '%s'. T he error returned was %d: '%s'. The error returned was %d: '%s'. -999 validation or other call er ror.%s' does not mee t this requirement. The value returned from the request was %d: -1 = timeout. The failure occurred when executing the command '% s'. The values specified for the @ins_cmd. 22842 16 ALTER TABLE SWITCH statement failed because the partitioned dest ination table is enabled for Change Data Capture and does not have @allow_partit ion_switch set to 1. The error returned was %d: '%s'. The error returned was %d: '%s'. 22832 16 Could not update the metadata that indicates table %s is enabled for Change Data Capture. The error returned was %d: '%s'. The error returned was %d: '%s'. . 22835 16 Could not update the metadata for database %s to indicate that a Change Data Capture job has been dropped. 22833 16 Could not update the metadata that indicates table %s is not ena bled for Change Data Capture. Define all columns of the selected index as NOT NULL or sele ct another unique index as the CDC index and resubmit the request. Use the action and error to dete rmine the cause of the failure and resubmit the request. 22834 16 Could not modify the the verbose logging status for table %s. When creating or modifying the cleanup job. Refer to books online for more information about partition switching behavior wh en using Change Data Capture. 22901 16 The database '%s' is not enabled for Change Data Capture. sp_cdc_vupgrade in the database context to rerun upgrade.'%s'. Refer to prev ious errors in the current session to identify the cause and correct any associa ted problems. sp ecify a positive threshold value. Correct the parameter value and resubmit the request. 22858 16 Unable to add entries to the Change Data Capture LSN time mappin g table to reflect dml changes applied to the tracked tables. Use the action and error to determine the cause of the failure and resubmit the requ est. Look at previous errors for the cause of the failure. 22865 16 The number of columns in the index '%s'. Use the action and error to determine the cause of t he failure and resubmit the request.lsn_time_mapping ta ble for database %s. Us e the reported error to determine the cause of the failure and then execute sys.sp_cdc_cleanup_change_table stored procedure. The error returned was %d: '%s'. The explicit setting of the parameter to 0 was ign ored. exceeds the limit of 14 c olumns. Re fer to previous errors in the current session to identify the cause and correct any associated problems. 22861 10 Unable to upgrade database '%s'. 22857 10 Warning: The @allow_partition_switch parameter must be 1 for tab les that are not partitioned. Set the parameter @supports_net_changes to 0 or use the @index_name para meter to identify a unique index with fewer than 15 columns as the unique row id entifier and resubmit the request. reset the threshold value as sociated with the job to a non-negative value by using the sp_cdc_change_job sto red procedure. used as the unique row identifier to support net changes for table '%s'... 22860 16 Log scan process failed in processing a ddl log record. Ensure that the correct database context is set and retry the operation. Refer to books online for more information about partition switching behavi or when using Change Data Capture.change_tables to indicate a change in the l ow water mark for database %s. 22851 16 Could not update cdc. Chan ge data capture will not track changes introduced in the table resulting from a partition switch which will cause data inconsistency when changes are consumed. The failure occurred when executing the command '%s'. Refer to previous errors in the current session to identify the cause and correct any as sociated problems. SWITCH PARTITION statement will be disallowed on this partitioned ta ble.22844 16 The '%s' option must be either 1 or 0. 22862 16 The database snapshot '%s' does not exist. The failure occurred when executing the command '%s'. Refer to previous errors in the current session to identify the cause and correct any associated p roblems. 22864 16 The call to sp_MScdc_capture_job by the Capture Job for database '%s' failed. Error '%d' was raised: '%s'. To report on . 22852 10 Could not delete change table entries made obsolete by a change in one or more low water marks for capture instances of database %s. 22863 16 Failed to insert rows into Change Data Capture change tables. 22853 10 Could not delete obsolete entries in the cdc. 22855 10 Warning: The @allow_partition_switch parameter is set to 1. 22850 16 The threshold value specified for the Change Data Capture cleanu p process must be greater than 0. 22859 16 Log Scan process failed in processing log records. Refer to books online for more information about partition switching behav ior when using Change Data Capture. If this error is encountered when executing th e sys. 22856 10 Warning: The @allow_partition_switch parameter is set to 0. 22854 16 Can not enable Change Data Capture on table '%s' or add ColumnSe t column to it because CDC does not support ColumnSet. The e rror returned was %d: '%s'. ALTE R TABLE . . Supply null as the value if no role is to be used to gate access to captured change data. 22907 16 Parameter @role_name cannot be empty.lsn_time_mapping table in database '%s ' when the last database table enabled for Change Data Capture was disabled. These objects are required exclusively by Change Data Capture. To generate all such scripts. query the is_cdc_enabled column in the sys. Use the @captured_columns_list parameter to spec ify a subset of the columns less than or equal to the maximum allowed and resubm it the request. When Change Data Capture and transactional replication are both enabl ed on a database. Specify a value for @role_ name and retry the operation. 22903 16 Another connection is already running 'sp_replcmds' for Change D ata Capture in the current database. D rop or rename the user or schema and retry the operation. DBO p rivileges are required. and retry the operation. 22920 16 The named capture instance %s does not exist for database %s. 22921 16 Unable to generate scripts for all capture instances that the ca ller is authorized to access. 22924 16 Could not clean up change tables for database '%s'. 22925 16 The number of columns captured by capture instance '%s' exceeds the maximum allowed number: %d. Ref er to previous errors in the current session to identify the cause and correct a ny associated problems. 22914 16 Only members of the sysadmin or db_owner or db_ddladmin roles ca n perform this operation when Change Data Capture is enabled for a database.%s' for the specified role . 22906 16 The database '%s' cannot be enabled for Change Data Capture beca use a database user named 'cdc' or a schema named 'cdc' already exists in the cu rrent database. 22902 16 Caller is not authorized to initiate the requested action. 22908 16 Could not create the Change Data Capture objects in database '%s '. 22911 16 The capture job cannot be used by Change Data Capture to extract changes from the log when transactional replication is also enabled on the same database. 22904 16 Caller is not authorized to initiate the requested action. 22910 16 The cleanup request for database '%s' failed. Refer to previous errors in the current session to identify the cause and corr ect any associated problems. Refer to previous errors in the current session to identify the caus e and correct any associated problems. 22918 16 One or more columns in the list of included columns was not a ca ptured column of the change table %s. query the is_cdc_enabled column i n the sys.the databases enabled for Change Data Capture.databases catalog view. A failure oc curred when attempting to clean up the database change tables based upon the cur rent retention time. 22913 16 Could not drop the Change Data Capture objects in database '%s'. 22916 16 Could not grant SELECT permission for the change enumeration fun ctions for capture instance '%s' and source table '%s. 22909 16 Failed to cleanup the cdc. Sysad min privileges are required. use the logreader agent to extract the log changes. 22919 16 One or more columns in the list of columns needing update flags was not a captured column of the change table %s.' 22923 16 Could not compute the new low endpoint for database '%s' from re tention %d. Refer to previous errors in the current session to identify the cause and cor rect any associated problems. The database is n ot enabled for Change Data Capture. 22905 10 Database '%s' is already enabled for Change Data Capture. Refer to previous errors in the current session to identify the cause and correct any associated problems. Refer to previous errors in the current session to identify the cause and corre ct any associated problems. To report on the databases enabled for Change Data Capture. Ensure that the correct database context is set.databases catalog view. the parameters @colu mn_list and @update_flag_list must both be null or empty. 22926 16 Could not create a capture instance because the capture instance name '%s' already exists in the current database. Specify an explicit unique na me for the parameter @capture_instance. 22927 16 Capture instance name '%s' exceeds the length limit of 100 chara cters. Specify a name that satisfies the length constraint. 22928 16 Index name '%s' is not an index for table '%s.%s'. Specify a val id index name for the table. 22929 16 Index '%s' must be either a primary key or a unique index for ta ble '%s.%s'. Specify an index that meets at least one of these requirements. 22930 16 Could not locate '%s' as a column of source table '%s.%s'. Speci fy a valid column name. 22931 16 Source table '%s.%s' does not exist in the current database. Ens ure that the correct database context is set. Specify a valid schema and table n ame for the database. 22932 16 Capture instance name '%s' is invalid. Specify a valid name. See the topic 'Identifiers' in SQL Server Books Online for object name rules. 22938 16 Role name '%s' is invalid. Specify a valid name. See the topic ' Identifiers' in SQL Server Books Online for object name rules. 22939 16 The parameter @supports_net_changes is set to 1, but the source table does not have a primary key defined and no alternate unique index has been specified. 22940 16 Could not remove DDL history entries in the Change Data Capture metadata for capture instance '%s' and source table '%s.%s'. Refer to previous e rrors in the current session to identify the cause and correct any associated pr oblems. 22941 16 Could not retrieve column information for index '%s' of source t able '%s.%s'. Refer to previous errors in the current session to identify the ca use and correct any associated problems. 22942 16 Columns specified in the captured column list could not be mappe d to columns in source table '%s.%s'. Verify that the columns specified in the p arameter @captured_column_list are delimited properly and match columns in the s ource table. 22943 16 Columns used to uniquely identify a row for net change tracking must be included in the list of captured columns. Add either the primary key col umns of the source table, or the columns defined for the index specified in the parameter @index_name to the list of captured columns and retry the operation. 22944 16 Could not create the specified database role '%s' for gating acc ess to change table '%s.%s'. Refer to previous errors in the current session to identify the cause and correct any associated problems. 22945 16 Could not add column information to the cdc.index_columns system table for the specified index for source table '%s.%s. Refer to previous errors in the current session to identify the cause and correct any associated problem s. 22946 16 Could not add column information to the cdc.captured_columns sys tem table for source table '%s.%s'. Refer to previous errors in the current sess ion to identify the cause and correct any associated problems. 22947 16 Could not create the change table for capture instance '%s' and source table '%s.%s'. Refer to previous errors in the current session to identif y the cause and correct any associated problems. 22948 16 Could not create the change enumeration functions for capture in stance '%s' and source table '%s.%s'. Refer to previous errors in the current se ssion to identify the cause and correct any associated problems. 22949 16 Could not update the Change Data Capture metadata for capture in stance '%s' and source table '%s.%s'. Refer to previous errors in the current se ssion to identify the cause and correct any associated problems. 22950 16 Could not remove index column entries in the Change Data Capture metadata for capture instance '%s' and source table '%s.%s'. Refer to previous errors in the current session to identify the cause and correct any associated p roblems. 22951 16 Could not remove captured column entries in the Change Data Capt ure metadata for capture instance '%s' and source table '%s.%s'. Refer to previo us errors in the current session to identify the cause and correct any associate d problems. 22952 16 Could not drop Change Data Capture objects created for capture i nstance '%s' and source table '%s.%s'. Refer to previous errors in the current s ession to identify the cause and correct any associated problems. 22953 16 Could not remove Change Data Capture metadata for capture instan ce '%s' and source table '%s.%s'. Refer to previous errors in the current sessio n to identify the cause and correct any associated problems. 22954 16 Could not cleanup change tables for capture instance '%s' using low end point %s. Refer to previous errors in the current session to identify th e cause and correct any associated problems. 22955 16 Could not obtain the maximum LSN for the database from function 'sys.fn_cdc_get_max_lsn'. Refer to previous errors in the current session to ide ntify the cause and correct any associated problems. 22956 16 Could not obtain the minimum LSN of the change table associated with capture instance '%s' from function 'sys.fn_cdc_get_min_lsn'. Refer to prev ious errors in the current session to identify the cause and correct any associa ted problems. 22957 16 LSN %s, specified as the new low end point for the change table associated with capture instance '%s', is not within the Change Data Capture tim eline [%s, %s]. 22958 16 Could not create the function to query for all changes for captu re instance '%s'. Refer to previous errors in the current session to identify th e cause and correct any associated problems. 22959 16 Could not create the function to query for net changes for captu re instance '%s'. Refer to previous errors in the current session to identify th e cause and correct any associated problems. 22960 16 Change data capture instance '%s' has not been enabled for the s ource table '%s.%s'. Use sys.sp_cdc_help_change_data_capture to verify the captu re instance name and retry the operation. 22961 16 Could not create a nonclustered index to support net change trac king for capture instance '%s' and source table '%s.%s'. Refer to previous error s in the current session to identify the cause and correct any associated proble ms. 22962 16 Two capture instances already exist for source table '%s.%s'. A table can have at most two capture instances. If the current tracking options ar e not appropriate, disable change tracking for the obsolete instance by using sy s.sp_cdc_disable_table and retry the operation. 22963 16 Parameter '%s' cannot be null or empty. Specify a value for the named parameter and retry the operation. 22964 16 LSN %s, specified as the new low end point for change table clea nup must represent the start_lsn value of a current entry in the cdc.lsn_time_ma pping table. Choose an LSN value that satisfies this requirement. 22965 16 A quoted column in the column list is not properly terminated. V erify that columns are correctly delimited and retry the operation. For more inf ormation, see 'Delimited Identifiers' in Books Online. 22966 16 Could not create table dbo.systranschemas in database '%s'. Refe r to previous errors in the current session to identify the cause and correct an y associated problems. 22967 16 Could not create a clustered index for table dbo.systranschemas in database '%s'. Refer to previous errors in the current session to identify th e cause and correct any associated problems. 22968 16 Could not create DDL trigger '%s' when enabling Change Data Capt ure for database '%s'. Additional messages in the SQL Server error log and syste m event log may provide more detail. 22970 16 The value for parameter @maxscans specified for the Change Data Capture job must be greater than 0. 22971 16 Could not allocate memory for the log reader history cache. Veri fy that SQL Server has sufficient memory for all operations. Check the physical and virtual settings on the server and examine memory usage to see if another ap plication is excessively consuming memory. 22972 16 When calling stored procedure [sys].sp_cdc_help_change_data capt ure, if either @source_schema or @source_name is non-null and non-empty, the oth er parameter must also be non-null and non-empty. 22973 16 The specified filegroup '%s' is not a valid filegroup for databa se '%s'. Specify a valid existing filegroup or create the named filegroup, and r etry the operation. 22974 16 Tables contained in the cdc schema cannot be enabled for Change Data Capture. 22975 16 Source table '%s' contains one of the following reserved column names: __$start_lsn, __$end_lsn, __$seqval, __$operation, and __$update_mask. To enable Change Data Capture for this table, specify a captured column list and e nsure that these columns are excluded from the list. 22976 16 Could not alter column '%s' of change table '%s' in response to a data type change in the corresponding column of the source table '%s'. The Cha nge Data Capture meta data for source table '%s' no longer accurately reflects t he source table. Refer to previous errors in the current session to identify the cause and correct any associated problems. 22977 16 Unable to update DDL history information to reflect columns chan ges applied to the tracked table associated with change table '%s'. Refer to pre vious errors in the current session to identify the cause and correct any associ ated problems. 22978 16 Could not update the cdc.captured_columns entry for column '%s' of change table '%s' to reflect a data type change in the corresponding column o f the source table '%s'. Change Data Capture column meta data for table '%s' no longer accurately reflects the source table. Refer to previous errors in the cur rent session to identify the cause and correct any associated problems. 22979 16 The unique index '%s' on table '%s' is used by Change Data Captu re. The constraint using this index cannot be dropped or disabled. 22980 16 The unique index '%s' on table '%s.%s' is disabled and cannot be used as a unique index by Change Data Capture. Enable the index. 22981 16 Object does not exist or access is denied. 22982 16 Could not create internal stored procedures used to populate the change table for capture instance '%s' and source table '%s.%s'. Refer to previ ous errors in the current session to identify the cause and correct any associat ed problems. 22983 16 The unique index '%s' on source table '%s' is used by Change Dat a Capture. To alter or drop the index, you must first disable Change Data Captur e on the table. 22984 16 An error occurred while waiting on the log reader history cache event. This error is reported by the internal task scheduling and might be trans ient. Retry the operation. 22985 16 Change data capture has not been enabled for source table '%s.%s '. Specify the name of a table enabled for Change Data Capture. To report on the tables enabled for Change Data Capture, query the is_tracked_by_cdc column in t he sys.tables catalog view. 22986 16 Could not allocate memory for Change Data Capture population. Ve rify that SQL Server has sufficient memory for all operations. Check the physica l and virtual memory settings on the server and examine memory usage to see if a nother application is consuming excessive memory. 22987 16 Change Data Capture population failed writing blob data for one or more large object columns. Verify that SQL Server has sufficient memory for a ll operations. Check the physical and virtual memory settings on the server and examine memory usage to see if another application is consuming excessive memory . 22988 16 This instance of SQL Server is the %s. Change data capture is on ly available in the Enterprise, Developer, and Enterprise Evaluation editions. 22989 16 Could not enable Change Data Capture for database '%s'. Change d ata capture is not supported on system databases, or on a distribution database. 22990 16 The value specified for the parameter @pollinginterval cannot ex ceed 24 hours or be less than 0. Specify a polling interval (in seconds) that is less than or equal to 24 hours (86,400 seconds). 22991 16 The value specified for the parameter @maxtrans must be greater than 0. 22992 16 The specified @job_type, %s, is not supported. The value specifi ed for the parameter @job_type must be N'capture' to indicate a capture job, or N'cleanup' to indicate a cleanup job. 22993 16 The Change Data Capture job table containing job information for database '%s' cannot be found in the msdb system database. Run the stored proce dure 'sys.sp_cdc_add_job' to create the appropriate CDC capture or cleanup job. The stored procedure will create the required job table. 22994 16 The retention value specified for the Change Data Capture cleanu p process must be greater than 0 and less than or equal to 52594800. When creati ng or modifying the cleanup job, specify a retention value (in minutes) that is within that range. If this error is encountered when executing the sys.sp_cdc_cl eanup_change_table stored procedure, reset the retention value associated with t he job to a non-negative value less than 52594800 by using the sp_cdc_change_job stored procedure. 22995 16 A value for the parameter @retention cannot be specified when th e job type is 'capture'. Specify NULL for the parameter, or omit the parameter f rom the statement. 22996 16 When adding or modifying the CDC cleanup job, @pollinginterval, @maxtrans, @maxscans, and @continuous may not be assigned non-null values. 22997 16 The Change Data Capture '%s' job does not exist in the system ta ble 'msdb.dbo.cdc_jobs'. Use the stored procedure 'sys.sp_cdc_add_job' to add th e Change Data Capture job. 22998 16 The value specified for the parameter @continuous must be 0 or 1 . 22999 16 The value specified for the parameter @pollinginterval must be n ull or 0 when the stored procedure 'sys.sp_cdc_scan' is not being run in continu ous mode. 23003 17 The WinFS share permissions have become corrupted {Error: %ld}. Please try setting the share permissions again. 23100 16 Invalid input parameter(s). 23101 16 Access is denied. 23102 16 Item does not exist {ItemId: %ls}. 23103 16 Folder already exists {ItemId: %ls}. 23104 16 Folder does not exist {ItemId: %ls}. 23105 16 Operation violates hierarchical namespace uniqueness. 23106 16 Container is not empty {ItemId: %ls}. 23107 16 Item cannot be copied onto itself. 23108 16 Scoping path does not exist or is invalid. 23109 16 Container does not exist. 23110 16 No more items to enumerate. 23111 16 Item does not exist in the given scope {ItemId: %ls, Scope: %ls} . 23112 16 Transaction not in active state. 23113 16 Item either does not exist or it is not a file-backed one. 23114 16 Sharing violation. 23115 16 Transaction bindtoken must be null when called within the contex t of a transaction. 23116 16 Inconsistent StreamSize and/or AllocationSize data {ItemId: %ls} . 23117 16 File-backed item does not exist {ItemId: %ls}. 23200 16 ItemId of folder '%ls' not found. 23201 16 Share '%ls' does not exist in Catalog. 23202 16 Could not delete Share '%ls' in Catalog. 23203 16 Store item not found in Catalog. 23204 16 Could not delete Store item in Catalog. 23205 16 Store database name not found in Catalog. 23206 16 Could not create share to the ItemPath '%ls'. 23207 16 Could not add Share item for '%ls' in Catalog. 23208 16 ItemPath '%ls' does not exist in Store. 23209 16 Could not update Store state in Catalog. 23210 16 Itempath '%ls' is a file-backed item or within it's sub-tree. 23211 16 Could not start Store Manager. Please look in WinFS UT Log for d etails. 23212 16 Itempath '%ls' is a compound item. 23500 16 Item container does not exist. 23501 16 Owning Item does not exist. 23502 16 NamespaceName is empty or exceeds the maximum length. 23503 16 Invalid Source endpoint type 23504 16 Invalid Target endpoint type 23505 16 A File-backed item must be a compound item type. 23506 16 A File Backed Item may not contain other Items. 23509 16 Source Item does not exist. 23510 16 Item with name already exists in container. 23511 16 New container cannot be a sub-container of item. 23513 16 Item does not exist. 23515 16 Item can not be deleted if it has children 23519 16 Target Item does not exist. 23525 16 Invalid Namespace Name. 23530 16 Operation can not be called inside a un-committable transaction 23536 16 Win32 file handle is open for item 23573 16 Cannot change ContainerId when replacing item. 23579 16 This procedure is reserved and cannot be called. 23587 16 File stream cannot be null. 23588 16 Container ids must be the same. 23996 16 The request could not be performed because of an device I/O erro r. 23997 16 System error occurred {ErrorCode: %d}. 23998 16 Not enough memory available in the system to process the request . 23999 16 Unspecified error(s) occurred. 25002 16 The specified Publisher is not enabled as a remote Publisher at this Distributor. Ensure the value specified for the parameter @publisher is cor rect, and that the Publisher is enabled as a remote Publisher at the Distributor . 25003 16 Upgrade of the distribution database MSmerge_subscriptions table failed. Rerun the upgrade procedure in order to upgrade the distribution databa se. 25005 16 It is invalid to drop the default constraint on the rowguid colu mn that is used by merge replication. 25006 16 The new column cannot be added to article '%s' because it has mo re than %d replicated columns. 25007 16 Cannot synchronize the subscription because the schemas of the a rticle at the Publisher and the Subscriber do not match. It is likely that pendi ng schema changes have not yet been propagated to the Subscriber. Run the Merge Agent again to propagate the changes and synchronize the data. 25008 16 The merge replication views could not be regenerated after perfo rming the data definition language (DDL) operation. 25009 16 Invalid value '%s' specified while executing sp_changemergeartic le on article '%s' for the 'identityrangemanagementoption' property. 25010 16 The constraint is used by merge replication for identity managem ent and cannot be dropped directly. Execute sp_changemergearticle @publication, @article, "identityrangemanagementoption", "none" to disable merge identity mana gement, which will also drop the constraint. 25012 16 Cannot add an identity column since the table is published for m erge replication. 25013 16 Cannot perform alter table because the table is published in one or more publications with a publication_compatibility_level of lower than '90RT M'. Use sp_repladdcolumn or sp_repldropcolumn. 25014 16 sp_repladdcolumn does not allow adding columns of datatypes that are new to this release. 25015 10 Schema Changes and Bulk Inserts 25016 10 Prepare Dynamic Snapshot 25017 16 Failed to execute the command "%s" through xp_cmdshell. Detailed error information is returned in a result set. 25018 16 Precomputed partitions cannot be used because articles "%s" and "%s" are part of a join filter and at least one of them has a constraint with a CASCADE action defined. 25019 16 The logical record relationship between articles "%s" and "%s" c annot be added because at least one of the articles has a constraint with a CASC ADE action defined. 25020 16 The article cannot be created on table '%s' because it has more than %d columns and column-level tracking is being used. Either reduce the numbe r of columns in the table or change to row-level tracking. 25021 16 Replication stored procedure sp_MSupdategenhistory failed to upd ate the generation '%s'. This generation will be retried in the next merge. 25022 16 The snapshot storage option (@snapshot_storage_option) must be ' file system', or 'database'. 25023 16 Stored procedures containing table-value parameters cannot be pu blished as '[serializable] proc exec' articles. 25024 16 A snapshot storage option of 'database' is incompatible with the use of character mode bcp for snapshot generation. 25025 16 Cannot add a sparse column or a sparse column set because the ta ble is published for merge replication. Merge replication does not support spars e columns. 25026 16 The proc sp_registercustomresolver cannot proceed because it is not run in the context of the distribution database, or the distribution databas e is not properly upgraded. 25601 17 The Extended Event engine is out of memory. 25602 17 The %S_MSG, "%.*ls", encountered a configuration error during in itialization. Object cannot be added to the event session. %ls 25603 17 The %S_MSG, "%.*ls", could not be added. The maximum number of singleton targets has been reached. 25604 17 The Extended Event engine is disabled. 25605 17 The %S_MSG, "%.*ls", could not be added. The maximum number of p ackages has been reached. 25606 17 The Extended Event engine could not be initialized. Check the SQ L Server error log and the Windows event logs for information about possible rel ated problems. 25607 17 The Extended Event engine has been disabled by startup options. Features that depend on Extended Events may fail to start. 25608 17 The Extended Event engine could not allocate record for local th read/fiber. 25623 16 The %S_MSG name, "%.*ls", is invalid, or the object could not be found 25624 16 The constraints of %S_MSG name, "%.*ls", have been violated. The object does not support binding to actions or predicates. Event not added to e vent session. 25625 16 The %S_MSG, "%.*ls", already exists in the event session. Object cannot be added to the event session. 25626 16 The %S_MSG, "%.*ls", was specified multiple times. 25629 16 For %S_MSG, "%.*ls", the customizable attribute, "%ls", does not exist. 25630 16 The predicate expression bound to %S_MSG ,"%.*ls", has mismatchi ng types. 25631 16 The %S_MSG, "%.*ls", already exists. Choose a unique name for t he event session. 25632 16 The specified buffer size is less than the minimum size. 25633 16 The buffer size specified exceeds the maximum size. 25634 16 The dispatch latency specified is below the minimum size. 25635 16 An attempt was made to add an asynchronous target to a session w ith a maximum memory of 0. For asynchronous targets to be added to a session, th e session must have a maximum memory greater than 0. 25636 16 Source and comparator types of the predicate do not match. 25639 16 The %S_MSG, "%.*ls", exceeds the number of allowable bound actio ns. 25640 16 Maximum event size is smaller than configured event session memo ry. Specify a larger value for maximum event size, or specify 0. 25641 16 For %S_MSG, "%.*ls", the parameter "%ls" passed is invalid. %ls 25642 16 Mandatory customizable attributes are missing for %S_MSG, "%.*ls ". 25643 16 The %S_MSG, "%.*ls", can not be added to an event session that s pecifies no event loss. 25644 16 The %S_MSG, "%.*ls", cannot be bound to the event session. 25646 16 The %S_MSG name, "%.*ls", is invalid. 25647 16 The %S_MSG, "%.*ls", could not be found. Ensure that the object exists and the name is spelled correctly. 25648 16 The %S_MSG, "%.*ls", could not be found. Ensure that the package exists and the name is spelled correctly. 25649 16 Two of the actions/predicates for %S_MSG, "%.*ls", can not coexi st. Please remove one. 25650 16 For %S_MSG, "%.*ls" the customizable attribute, "%ls", was speci fied multiple times. 25651 16 For %S_MSG, "%.*ls", the value specified for customizable attrib ute, "%ls", did not match the expected type, "%ls". 25653 16 The %S_MSG, "%.*ls", does not exist in the event session. Object cannot be dropped from the event session. 25654 16 Insuficient buffer space to copy error message. 25655 16 Internal Extended Event error: invalid message code. 25656 16 Error validating action. %ls 25657 16 Error validating predicate. %ls 25658 16 The %S_MSG name "%.*ls" is not unique. 25664 16 Internal Extended Event error: invalid package ID. 25699 17 The Extended Event engine failed unexpectedly while performing a n operation. 25701 15 Invalid event session name "%.*ls". Temporary event sessions are not allowed. 25702 16 The event session option, "%.*ls", is set more than once. Remove the duplicate session option and re-issue the statement. 25703 16 The event session option, "%.*ls", has an invalid value. Correct the value and re-issue the statement. 25704 16 The event session has already been stopped. 25705 16 The event session has already been started. 25706 16 The %S_MSG, "%.*ls", could not be found. 25707 16 Event session option "%.*ls" cannot be changed while the session is running. Stop the event session before changing this session option. 25708 16 The "%.*ls" specified exceeds the maximum allowed value. Specify a smaller configuration value. 25709 16 One or more event sessions failed to start. Refer to previous er rors in the current session to identify the cause, and correct any associated pr oblems. 25710 16 Event session "%.*ls" failed to start. Refer to previous errors in the current session to identify the cause, and correct any associated problem s. 25711 16 Failed to parse an event predicate. 25712 16 An invalid comparison operator was specified for an event predic *l s" at offset %I64d. Use only relative paths with no drive letters. "%. 25721 16 The metadata file name "%s" is invalid. 26010 10 The server could not load the certificate it needs to initiate a n SSL connection. Because connection en . exceeds the maximum length of % d characters. 26015 16 Unable to load user-specified certificate. no furt her events will be read from the file. Specify an offse t that exists in the log file and retry your query.*ls". You should verify that the certifica te is correctly installed. The server will not accept a connection.fn_xe_file_target_read_file' is skipping records from "%. 25723 16 An error occurred while obtaining metadata information from the file "%s". 25725 16 An error occurred while trying to flush all running Extended Eve nt sessions. 25717 16 The operating system returned error %ls while reading from the f ile '%s'.ate. 25729 17 The event data stream was disconnected due to an internal error. and correct any associated problems.*ls" has either been stoppe d or dropped and can no longer be accessed. 25734 16 The file pattern "%s" represents a full path. "%. 26013 10 The certificate [Cert Hash(sha1) "%hs"] was successfully loaded for encryption. 26014 16 Unable to load user-specified certificate [Cert Hash(sha1) "%hs" ]. 25715 16 The predicate on event "%ls" is invalid.*ls". is inv alid. Ref er to previous errors in the current session to identify the cause. See "Configuring Certificate for Use by SSL" in Books Online. Check certificates to ma ke sure they are valid.*ls" was modified during th e upgrade and one of the bucketizer targets was excluded from the Extended Event s session. 25722 16 The offset %I64d is invalid for log file "%s". "%. 26011 16 The server was unable to initialize encryption because of a prob lem with a security library. Contact Te chnical Support. Verify that the file exi sts and that the SQL Server service account has access to it. The file may be damaged. This indicates a problem with SQL Server. 25720 10 'sys. 25733 16 Event session "%. Some events may be lost.*ls" could not be found. Verify that se curity. 25735 16 The source option %d is invalid. 25719 16 Initial file name and initial offset must be specified as a pair . 25732 16 One or more event sessions failed to reconcile their runtime sta tes. The security library may be missing. 25727 16 The Extended Events session named "%. Operator '%ls' is not defined for type "%ls". and correct any associated problems. %S_MSG.*ls". Please correct the parameters and retry your query. Only one bucketizer target is supported for each Extended Events sess ion.dll exists on the system. %S_MSG: "%.*ls".*ls" failed to reconcile its runtime state. 25730 10 The Extended Events session named "%. 25718 16 The log file name "%s" is invalid. 25724 16 Predicate too large for display. Refer to previous errors in the current session to identify the cause. 25736 16 A damaged buffer was found in file "%s" at offset %I64d. 25713 16 The value specified for %S_MSG. 25728 16 The Extended Events session named "%. Verify that the file exists and that the SQL Server service account has access to it. It returned the following error: %#x. 25716 16 The predicate on event. Ma ke sure the session exists and is started. 26012 16 The server has attempted to initialize SSL encryption when it ha s already been initialized. state: %d. 26023 16 Server TCP provider failed to listen on [ %hs <%hs> %d]. 26025 10 HTTP authentication succeeded for user '%. The server will automatically attempt to re establish listening. The server will automatically attempt to reestablish listeni ng. Error: % #x 26034 10 The SQL Server Network Interface library was unable to execute p olite termination due to outstanding connections. notify your system administrator. Error: %#x. Winsock error cod e: %#x. The server will automatically attempt to reest ablish listening. state: %d . state: %d. 26051 10 Server local connection provider has successfully re-established listening on [ %hs ]. See "Configuring Cer tificate for Use by SSL" in Books Online. This is an informational message. 26038 10 The SQL Server Network Interface library could not deregister th e Service Principal Name (SPN) for the SQL Server service.*ls 26026 14 HTTP authentication failed. 26035 16 The SQL Server Network Interface library was unable to close soc ket handle due to a closesocket failure under memory pressure. state: %d. 26017 10 Unable to initialize SSL encryption because a valid certificate could not be found.*ls 26028 10 Server named pipe provider is ready to accept connection on [ %h s ]. state: %d. 26049 16 Server local connection provider failed to listen on [ %hs ]. Err or: %#x. state: %d. 26018 10 A self-generated certificate was successfully loaded for encrypt ion. The server will automatically attempt to re-establish listening. Tcp por t is already in use. You should verify that the certificate is correctly installed. 26041 10 Server TCP provider has successfully reestablished listening on port [ %d ]. 26022 10 Server is listening on [ %hs <%hs> %d]. Administrator should deregister this SPN manually to avoid client authenticati on errors. Error: %#x. Error: %#x. the server will not be able to accept any connections.*ls'. Error: %#x. Error: %#x. To proceed. 26052 10 SQL Server Network Interfaces initialized listeners on node %ld . Error: %#x. Further action is only required if Kerberos authentication is required by authentication polici es and if the SPN has not been manually registered. Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. 26044 17 Server named pipe provider has stopped listening on [ %hs ] due to a failure. 26039 16 The SQL Server Network Interface library was unable to load SPN related library.%. Er ror: %#x 26050 17 Server local connection provider has stopped listening on [ %hs ] due to a failure. 26042 17 Server HTTP provider has stopped listening due to a failure. It will proceed with immediat e termination. 26029 16 Server named pipe provider failed to listen on [ %hs ]. and it is not possible to create a self-signed certificate. 26043 10 Server HTTP provider has successfully reestablished listening. 26024 16 Server failed to listen on %hs <%hs> %d.%.cryption is required. 26045 10 Server named pipe provider has successfully reestablished listen ing on [ %hs ]. 26040 17 Server TCP provider has stopped listening on port [ %d ] due to a failure. 26037 10 The SQL Server Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. 26048 10 Server local connection provider is ready to accept connection o n [ %hs ]. Windows return code: %# x. 26054 16 Could not find any IP address that this SQL Server instance depe nds upon. but the operating system does not support Extended Protection. 26071 16 Failed to load the Cluster Resource Libraries: clusapi. 26069 10 Started listening on virtual network name '%ls'. This is an informational message an d may indicate that resource '%s' has OR type of dependency on several IP addres ses some of which are currently offline or in a failed state.dll and r esutils. then turn t he node off and on again. 26053 16 SQL Server Network Interfaces failed to initialize listeners on node %ld of a multi-node (NUMA) server configuration with node affinity mask 0x% 0*I64x. 26061 10 Failed to determine the fully qualified domain name of the compu ter while composing the Service Principal Name (SPN). No user action is required. Make sure that the cluster service is running. . Connection att empts using Windows Authentication might fail. 26062 16 Invalid parameter detected while initializing TCP listening port . No user action is required. and that th e IP addresses on which this SQL Server instance depends are available. 26058 16 A TCP provider is enabled. Error: %#x. The server cannot accept TCP connections. 26060 10 The SQL Server Network Interface library successfully deregister ed the Service Principal Name (SPN) [ %ls ] for the SQL Server service. 26064 10 SQL Server could not listen on IP address [%s] because the clust er resource '%s' is not online (state = %d). Error: %#x. that the dependency re lationship between SQL Server and Network Name resources is correct.dll. Clients may not be able to discover the correct DAC p ort through the SQL Server Browser Service. state: %d. Further action is only required if it is generally possible to bind the IP address of the cluster resource '%s' to a network segment on the current hosting node. Connection attempts using Windows Authentication might fail. Failure to register a SPN might cause integrated authentic ation to use NTLM instead of Kerberos. 26057 16 Failed to determine the fully qualified domain name of the compu ter while initializing SSL support. 26066 16 An error occurred while configuring cluster virtual IP addresses for Extended Protection. 26070 10 Stopped listening on virtual network name '%ls'. or disable Extended Protection for the Database Engine. Further action is only required if Kerberos authentication is required by authenticatio n policies and if the SPN has not been manually registered. Error: %#x. Error: %#x. Check for an operating system ser vice pack to allow for Extended Protection through Service Binding and Channel B inding. Error: %d. This might indicate a prob lem with the network configuration of the computer. but there are no TCP listening ports configured. 26068 10 The SQL Server Network Interface library could not deregister th e Service Principal Name (SPN) [ %ls ] for the SQL Server service. T his is an informational message only. Windows return code: %#x. If the failure persists repeat this multiple times or restart the SQL Server. 26067 10 The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ %ls ] for the SQL Server service. 26056 10 Failed to update the dedicated administrator connection (DAC) po rt number in the registry. 26059 10 The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ %ls ] for the SQL Server service. This is an informational message. This might indicate a problem with the netwo rk configuration of the computer. Contact Technical Support. 26065 16 Extended Protection for the SQL Server Database Engine is enable d. Error c ode: %#x. state: %d. s tate: %d. Error: %#x. Administrator should deregister this SPN manually to avoid client auth entication errors. SQL Server will be unable to accept TCP connections on clustered li steners. Free up additional memory. No user action is required.of a multi-node (NUMA) server configuration with node affinity mask 0x%0*I64x. There may be insufficient memory. This may indicate that there is an incorrect conf iguration of the Windows Failover Cluster Resources for SQL Server. The index is p robably corrupt. Error Tolera nt Index is corrupt. 26076 10 SQL Server is attempting to register a Service Principal Name (S PN) for the SQL Server service. Error Tolerant Index is corrupt. 27023 16 A system error occurred during execution of fuzzy lookup table m aintenance. The index is probably corrupt. The inde x is probably corrupt. 27012 16 Cannot delete token. . 26075 16 Failed to start a listener for virtual network name '%ls'. SQL Server will only listen on the first virtual network name resource: '%ls'. Error Tolerant Index is corrupt. Could not initialize from m etadata contained in Error Tolerant Index. 27029 16 Invalid Error Tolerant Index metadata version. The index is probably corrupt. 27026 16 Negative count in Error Tolerant Index metadata. 27018 16 Could not retrieve metadata from Error Tolerant Index. 27002 16 A null or invalid SqlCommand object was supplied to Fuzzy Lookup Table Maintenance by SQLCLR. 26073 16 TCP connection closed but a child process of SQL Server may be h olding a duplicate of the connection's socket. Error To lerant Index is corrupt. 27007 16 Attempt to delete from empty ridlist. 27015 16 Unexpected ridlist length. 27011 16 No ridlist provided for appending. Should never be issued. 27013 16 Tokenizer object has no delimiter set. Consider enabling the TcpAbortiv eClose SQL Server registry setting and restarting SQL Server. 27003 16 Bad token encountered during tokenization. Kerberos authentication will not be possible unt il a SPN is registered for the SQL Server service. Error Tolerant Index i s corrupt. 27025 16 Argument is not a valid hex string. 27027 16 Error tolerant index metadata contains unsupported normalization flags. The index is probably corrupt. 27014 16 Deletion failed because token does not occur in index. The index is probably corrupt. 27001 16 Reserved error message. Error To lerant Index is corrupt. Error Tolerant Index is corrupt. 27016 16 Cannot connect to Error Tolerant Index. contact Technical Support. 27022 16 An error specific to fuzzy lookup table maintenance has occurred . 27005 16 Error Tolerant Index is corrupt. Bad or missing SqlComma nd object.26072 10 Found multiple dependent virtual network names for the Windows F ailover Cluster Resource '%ls'. 27017 16 Failed to drop index on reference table copy. Reset the connection. 27028 16 Invalid Error Tolerant Index metadata. 27006 16 Deleted more than one rid from ridlist during delete operation. If the problem per sists. No user action is required. Error Tolerant Index is corr upt. Could not update Error Tolerant Index. Error : %d. Error Tolerant Index is c orrupt. This is an informational mess age. The index is probably co rrupt. Error Tolerant Index is corrupt. 27009 16 Error Tolerant Index frequencies must be non-negative. 27019 16 Could not initialize from metadata contained in Error Tolerant I ndex. 27024 16 Cannot write at negative index position. 27010 16 Attempt to insert row whose ID is already present. 27004 16 Unexpected token type encountered during tokenization. 27008 16 rid to be deleted not found in rid-list. Could not update Error Tole rant Index. 27047 16 The number of min-hash q-grams per token must be positive. '%ls'. 27101 16 The value specified for the input parameter.tables. 27045 16 Cannot write to null output buffer. The index is probably corrupt. The index is probably corrupt. 27049 16 Reference table (or internal copy) missing integer identity colu mn. 27061 16 The Error Tolerant Index table name provided refers to a missing table. Index is proba bly corrupt. 27051 16 Could not read rid from data provided (missing column name. 27062 16 An auxiliary Fuzzy Lookup table maintenance table is missing. Maintenance cannot proceed. '%ls'. Index is probably corrupt. 27054 16 Maintenance trigger already installed on this reference table. The index is p robably corrupt. 27037 16 No table name provided for Error Tolerant Index. 27032 16 Error Tolerant Index Metadata string too long. 27058 16 A SQL error occurred during execution of fuzzy lookup table main tenance. Cannot query Error Tolerant Index. Null command object provided. is not valid . cannot be null. 27060 16 The Error Tolerant Index table name provided is not a valid SQL identifier. 27055 16 Missing extended property on maintenance trigger. 27042 16 Could not lookup object_id. Index is probabl y corrupt. The index is probably corrupt.27030 16 Missing metadata. Index is probably corrupt. 27053 16 A positive q-gram length is required for tokenization. '%ls'. The Error Tolerant Index is probably corrupt. Provide a valid val ue for this parameter. Check sys. 27038 16 No input provided for decoding in Error Tolerant Index metadata. 27102 16 The input parameter. Error tolerant index is probably corrupt. or corrupted data). 27059 16 Could not lookup object_id. Index is probably corrupt. 27050 16 The maximum allow integer identity value has been reached. null reader object. 27039 16 No input provided for encoding in Error Tolerant Index metadata. 27044 16 Open connection required. 27052 16 Table maintenance insertion failed. 27100 16 The input parameter. 27040 16 No Error Tolerant Index metadata string provided for initializat ion. . 27031 16 Unable to parse token counts in Error Tolerant Index metadata. No object name provided. Could not update Error Tol erant Index. cannot be empty. 27056 16 Maintenance trigger name out of sync with Error Tolerant Index m etadata. The index is probably corrupted. 27043 16 Could not lookup object_id. The reference table or maintenance trigger could not be found. 27064 16 The row deleted from the reference table could not be located in the reference table copy. 27048 16 Could not create index on reference table copy. 27065 16 Fuzzy Lookup Table Maintenance is not installed or the Error Tol erant Index is corrupt. Th e index is probably corrupt. 27041 16 No Error Tolerant Index metadata provided for serialization. Index is probably corrupt. Provide a valid valu e for this parameter. 27046 16 Output buffer provided is too small. 27034 16 Unexpected end of Error Tolerant Index metadata. 27063 16 An auxiliary Fuzzy Lookup table maintenance table name is null. Cons ider re-building the error tolerant index to use any gaps in sequence. 27033 16 Error Tolerant Index Metadata length limit exceeded. Provide a valid value for this parameter. Try again later. and then run SQL Server Setup again. Start the operation with an account that uses Windows Authent ication. Rename or remove the existi ng database. 27127 16 The Integration Services catalog '%ls' does not exists. already exists. To validate configuration data . Delete the project and deploy it again. 27107 16 The specified %ls already exists. Windows returned error code: %ls. 27126 16 Integration Services server cannot stop the operation. 27105 16 Cannot find the operation '%I64d' because it does not exist or y ou do not have sufficient permissions. The package data or configuration data might not be valid. 27118 16 Failed to deploy the project. To validate package data. 27123 16 The operation cannot be started by an account that uses SQL Serv er Authentication. 27115 16 Cannot find the target folder '%ls' because it does not exist or you do not have sufficient permissions. 27110 16 Default permissions for the project cannot be granted to the use r. 27111 16 Cannot find the reference '%I64d' because it is not part of the project or you do not have sufficient permissions. The symmetric key that was used t o encrypt it may have been deleted. 27116 16 Conversion failed while performing encryption. The symmetric key may have been deleted. 27120 16 Failed to grant permission '%ls'. 27130 16 Integration Services server was unable to impersonate the caller . Make sure that these rows exist.27103 16 Cannot find the execution instance '%I64d' because it does not e xist or you do not have sufficient permissions. '%ls'. 27124 16 Integration Services server cannot stop the operation. 27131 16 Integration Services server was unable to start the process. The operation will now exit. Windows returned error code: %ls. '%ls '. 27132 16 Integration Services server was unable to create process compone nt. It consists of characters that are not allowed. 27114 16 Cannot find the reference '%I64d' because it does not exist or y ou do not have sufficient permissions. 27119 16 Failed to encrypt the project named '%ls'. Windows returned error code: %ls. . Delete the project and deploy it again. 27113 16 Unable to delete one or more rows in the table. Make sure that thi s row exists. 27135 16 The database. 27104 16 Cannot find the folder '%ls' because it does not exist or you do not have sufficient permissions. open the pac kage in Business Intelligence Development Studio. 27128 16 The name '%ls' is not valid. 27108 16 The path for '%ls' cannot be found. 27133 16 Integration Services server was unable to wait for process. to finish. The speci fied operation is not in a consistent state and cannot be stopped. Windows returned error code: %ls. 27121 16 The project is currently running or has completed. '%ls'. An instance o f execution can only be started once. The speci fied operation is already in Stopping state. Make sure that the user can be assigned these permissions. 27112 16 Unable to update the row in the table. 27106 16 Cannot find the parameter '%ls' because it does not exist. '%ls'. '%ls'. The speci fied operation with ID '%I64d' is not valid or is not running. 27109 16 Cannot find the project '%ls' because it does not exist or you d o not have sufficient permissions. 27129 16 The folder '%ls' already exists or you have not been granted the appropriate permissions to change it. open the configuration XML file in an XML editor. 27122 16 Unable to perform impact analysis and lineage. '%l s'. 27125 16 Integration Services server cannot stop the operation. 27117 16 Failed to decrypt the project. 27153 16 Default permissions for the operation cannot be granted to the u ser. 27145 16 '%ls' is not a valid project name. Then. 27154 16 The @sensitive parameter is missing. in the Databa se Properties dialog box. Create a new execution instance and try again. Log in as a member of o ne of these roles. in the Integration Services Properties dialog box. . 27157 16 The environment '%ls' already exists or you have not been grante d the appropriate permissions to create it. The duplicate request will be ignored. '%ls'. cannot be changed because the Integration S ervices database is not in single-user mode.27136 16 The required components for the 32-bit edition of Integration Se rvices cannot be found. Wait until there are no active operations. Make sure that the user can be assigned these permissions. 27140 16 The operation cannot be started because the user is not a member of the database role. '%ls'. 27152 10 The restore operation for project '%ls' to version '%I64d' has c ompleted. because the package is in pending state. The error message was: '%ls' The error level was %d and the state was %d . try to change the value of the property again. and try to perform the operation again . or the server role. 27139 16 Integration Services server cannot be configured because there a re active operations. i s not valid. cannot be found . 27137 16 The registry key for the system setting '%ls' could not be found . 27159 16 Data type of the input value is not supported. 27162 16 The property. 27156 16 The Integration Services server property. 27151 10 The restore operation for project '%ls' from version '%I64d' has started. Please check the operation/e vent log for operation details. at line numb er. Verify that the us er has appropriate permissions. %d. 27155 16 Project restore has failed. '%ls'. Provide a valid value for th e parameter. The operation will now exit. Verify that the package exists and that the user has permissions to it. 27158 16 Error number. 27161 10 Warning: the requested permission has already been granted to th e user. '%ls'. status %d) as terminated. Run SQL Server Setup to add the required components. 27148 16 The data type of the parameter does not match the data type of t he environment variable. enter a valid value for this property. 27150 16 The version of the project has changed since the instance of the execution has been created. 27147 16 The data type of the input value is not compatible with the data type of the '%ls'. '%ls'. '%ls'. 27165 10 Warning: During startup. 27149 16 Integration Services server cannot perform the requested operati on on the specified package now. This parameter is used to i ndicate if the parameter contains a sensitive value. '%I64d'. Check the name of the property and try again. It consists of characters tha t are not allowed. 27146 16 Cannot access the package or the package does not exist. 27138 16 The input parameter cannot be null. You cannot restore a project having an object_version_lsn that is the same as the current project. In Management Studio. occurred in the procedure. Wait u ntil the package is not in pending state. 27142 16 '%ls' is not a valid environment name. set the Restrict Access property to single-user mode. and then try to configure the server again. In Management Studio. %d. 27143 16 Cannot access the operation with ID. the Integration Services server marked operation %I64d (type %d. 27163 16 The value for the Integration Services server property. It consists of characters that are not allowed. and then try to start the operation again. 27183 16 The environment variable '%ls' does not exist or you have not be en granted the appropriate permissions to access it. 27196 16 Failed to delete the folder '%ls' because it is not empty. 27195 16 The operation failed because the execution timed out. 27193 16 SQL Server %ls is required to install Integration Services. 27189 16 Catalog folder name cannot be NULL or an empty string. 27176 16 The parameter '%ls' does not exist or you do not have sufficient permissions. 27194 16 Cannot find the project because it does not exist or you do not have sufficient permissions. 27199 16 %ls is not a valid folder name. 27182 16 The environment '%s' does not exist or you have not been granted the appropriate permissions to access it. 27180 16 %ls is not a valid environment variable name. 27186 16 One or more environment variables could not be found in the refe renced environment. and then try instal ling the Integration Services server again. Only empty folders can be deleted. It consists of cha racters that are not allowed. 27168 16 Failed to change the encryption algorithm to '%ls'. 27169 16 Failed to create a log entry for the requested operation. It c annot be installed on this version of SQL Server. G rant. deny. 27188 16 Only members of the ssis_admin or sysadmin server roles can crea te. An error occ urred while encrypting the parameter values using the '%ls' algorithm. 27197 16 The specified %ls %ld does not exist. An error occ urred while encrypting the environment variables with the '%ls' algorithm. 27175 16 The execution has already completed.27166 16 The installed version of SQL Server does not support the install ation of the Integration Services server. . A value of data type '%ls' is required. you need to specify values for the required parameters. 27167 16 Failed to change the encryption algorithm to '%ls'. delete. There is already an environmen t named '%ls'. 27172 16 The certificate and symmetric key used to encrypt project '%ls' does not exist or you do not have sufficient permissions. 27170 16 Failed to retrieve the project named '%ls'. Update SQL Server. 27184 16 In order to execute this package. 27171 16 The value specified is not valid. 27181 16 The project '%ls' already exists or you have not been granted th e appropriate permissions to access it. You do not have suffi cient permissions. 27179 16 The object version does not match the project id or you do not h ave sufficient permissions. 27185 16 The validation record for ID '%I64d' does not exist or you have not been granted the appropriate permissions to access it. or rename a catalog folder. It consists of characters that a re not allowed. or revoke of this permission is not allowed. 27191 16 The '%d' permission is not applicable to objects of type '%d'. 27192 16 The caller has not been granted the MANAGEPERMISSION permission for the specified object. 27198 16 Failed to locate records for the specified operation (ID %I64d). 27200 16 The project is missing the specified environment reference. 27173 16 The environment variable '%ls' already exists. 27177 16 Environment names must be unique. 27178 16 Unable to execute the project named '%ls'. 27187 16 The project does not exist or you have not been granted the appr opriate permissions to access it. 27190 16 The folder '%ls' already exists or you have not been granted the appropriate permissions to create it. Provide one of the followin g logging levels: 0 (None). 3 (Verbose). It contains invalid flags . 27203 16 Failed to deploy project. 28002 16 Cannot start service broker manager. specify the corresponding environment referen ce identifier. 27221 16 Unable to map an environment variable with the sensitive propert y set to True. Operating system erro r: %ls. Provide package path and data flow path ID strings that are not in the catalog. 27202 16 This project is missing one or more environment references.*ls'. 27210 16 Conversion failed when converting the %ls to data type %ls. Provide a valid execution ID. 28003 16 An internal service broker error occurred. 27223 16 Cannot move the project to folder '%ls' due to insufficient perm issions. This project already has an reference to the specified environment. You do not hav e sufficient permissions to create this environment. 27225 16 The property cannot be overridden after the execution has been s tarted. Initiator: %d. 27218 16 The Integration Services Server cannot find the running process for execution ID %I64d. 27224 16 The parameter value cannot be changed after the execution has be en started.execution_data_taps view. to a parameter with the sensitive property set to False. Provide a valid data tap ID. 27216 16 The number of rows must be a non-negative value. You do not have su fficient permissions to deploy this project. and Message sequence number: %I64d. 1 (Basic). 27213 16 The package path and data flow path ID strings already exist for the execution ID %I64d. or you do not have sufficie nt permissions to remove it. Provide a data flow task GUID and a dat a flow path ID string that are not in the catalog.27201 16 Values are missing for required parameters in this package. Operating system error: %ls . For more information. 27220 16 SSISDB database does not exist. This occurred in the message with Conversation ID '%. 2 (Performance). 27222 16 The required components for the 64-bit edition of Integration Se rvices cannot be found. 27208 16 The environment reference '%I64d' is not associated with the pro ject. 27205 16 Some of the property values for this parameter are missing. Specify a valid value. Ensure t hat the property settings match. Spec ify values in order to start the validation. query the operat ion_messages view for the operation identifier '%I64d'.execution_data_taps view. 27206 16 Failed to deploy project to the folder '%ls'. 28001 16 A corrupted message has been received. 27215 16 The data tap '%I64d' does not exist. 27207 16 Failed to locate one or more variables in the environment '%ls'. In o rder to use environment variables. 27226 16 The database principal has granted or denied permissions to cata log objects in the database and cannot be dropped. 27209 16 Failed to create environment to the folder '%ls'. 28004 16 This message could not be delivered because the '%S_MSG' action . 27204 16 Failed to create environment reference. 27212 16 Data tap can only be added or removed when the execution status is created. Run SQL Server Setup to install the required components . Create the SSISDB database. 27219 16 Caller does not have permissions to execute the stored procedure . 27214 16 The data flow task GUID '%ls' and the data flow path ID string a lready exist for the execution ID %I64d. 28000 16 The decrypted session key has an unexpected size. 27217 16 The logging level '%d' is undefined. 28005 16 An exception occurred while enqueueing a message in the target q ueue. This is an informational message only.2x%.4x-%. 28030 10 Connection handshake failed. and Message sequence numb er: %I64d. 28018 16 The database is a replica of a mirrored database. 2x%. This connection lost the arbitration and it will b e closed. Highest expected message number: %I64d. Stat e %d.cannot be performed in the '%. Unexpected event (%d) for current c ontext (%d).4x-%. State %d. State: %d. 28014 16 The database is in read-only mode. No user action is required. 28023 10 An error occurred while looking up the public key certificate as sociated with this SQL Server instance: The certificate has expired. 28017 16 The message has been dropped because the target service broker i s unreachable. State %d. Could not send a handshake message because the connection was closed by peer.8x-%. State %d. 28031 10 Connection handshake failed.2x}' is invalid. 28015 16 The database is in single-user mode. 28008 16 The conversation handle '{%. This connec . 28010 16 This message could not be delivered because it contains an inval id acknowledged message number. 28016 16 The message has been dropped because the service broker in the t arget database is unavailable: '%S_MSG'. The highest seen message number must be greater than the acknowledged message number. 28019 16 System error %d occurred while creating a new message element GU ID for this forwarded message.*ls' in state '%.2x-%. Either wait for the certificate to become valid or install a cer tificate that is currently valid. Create or install a new certificate for the database principal. 28032 10 A previously existing connection with the same peer was detected during connection handshake. This occurred in th e message with Conversation ID '%. 28013 16 The service broker is administratively disabled. All traffic will be redirected to the previously existing connection. Initiator: %d. State %d. %.*ls 28006 14 User does not have permission to %S_MSG the conversation '%. fragment number: %d.2x%. State %d. 28021 16 One or more messages could not be delivered to the local service targeted by this dialog. 28011 16 This message could not be delivered because its %S_MSG has expir ed or is invalid. Only members of the sysadmin fixed server role and the db_own er fixed database role have this permission. 28012 16 The Service Broker in the target database is unavailable: '%S_MS G'. 28029 10 Connection handshake failed. 28009 16 The crypto API has detected bad data while trying to perform a d ecryption operation. 28025 16 The security certificate bound to database principal (Id: %i) ha s expired. Not enough memory available. Acknowle dged message number: %I64d. Error: %d.2x%. 28024 16 The security certificate bound to database principal (Id: %i) is not yet valid. 28033 10 A new connection was established with the same peer. There is no compatible %S_MSG.*ls'. 28007 16 A corrupted message has been received. 28028 10 Connection handshake failed. A call to the SQL Server Network In terface failed: (%x) %ls.*ls'.2x%. 28022 10 An error occurred while looking up the public key certificate as sociated with this SQL Server instance: The certificate is not yet valid. 28020 16 Could not create user token for user %d in database %d. 28027 10 Connection handshake failed.2x%.*ls' state. 28026 10 Connection handshake failed. State %d. An OS call failed: (%x) %ls. *ls 28048 10 %S_MSG login attempt by user '%. State %d. All traffic will be redirected to the newly opened connection. State %d. and Message sequence number: %I64d. State %d. 28043 16 A corrupted message has been received. 28055 16 The certificate '%. This occurred in the me ssage with Conversation ID '%. 28034 10 Connection handshake failed. A master key is required to the database in order to enable th e broker. Use DBCC CHECKDB in master database to verify the meta data integrity of the endpoints. 28054 16 Service Broker needs to access the master key in the database '% . %.*ls 28047 10 %S_MSG login attempt failed with error: '%. Service name: '%.*ls'. 28036 10 Connection handshake failed. State %d. 28057 10 Service Broker in database '%. %. 28041 16 A corrupted message has been received. . The adjacent error messag e header is invalid. 28038 10 Connection handshake failed. The handshake verification failed. *ls. State %d.*ls'. The certificate must have a private key encrypted with the database master key and current UTC date has to be between the certificate start date and the certi ficate expiration date. The Service Broker in this datab ase was disabled.*ls' is not valid for endpoint authentication . A database master key in the database is required for this oper ation to complete. State %d. 28044 16 A corrupted message has been received. 28053 16 Service Broker could not upgrade conversation session keys in da tabase '%. 28040 10 A corrupted message has been received. Error code:%d. The certificate used by this endpoi nt was not found: %S_MSG. 28039 10 Connection handshake failed.*ls'.*ls'.*ls' to encrypted format (Error: %d). %. The SQL Server errorlog and the Windows event log may contain entries related to this error. 28051 10 Could not save a dialog session key. 28052 16 Cannot decrypt session key while regenerating master key with FO RCE option.*ls' has a pending conversation up grade operation. The login '%. 28056 16 This message could not be delivered because the user with ID %i in database ID %i does not have control permission on the service.*ls'. The master key has to exist and the service master key enc ryption is required. A master key is required in the database to save the session key. The encrypted payload off set is invalid (%d). The database master key is required for this operation.tion lost the arbitration and it will be closed. The certificate used by the peer is invalid due to the following reason: %S_MSG. No user a ction is required. State %d. 28046 10 %S_MSG Login succeeded for user '%. Error %d occurred while initializin g the private key corresponding to the certificate. 28037 10 Connection handshake failed. State %d. 28045 10 Connection handshake failed. The arbitration response header is invalid.*ls' does not have CON NECT permission on the endpoint. The arbitration request h eader is invalid. The receive SSPI packet is not of t ype of the negotiated package. This is an informational message only. Initiator: %d. 28042 16 A corrupted message has been received.*ls' failed with error: '%. Authentication mode: %. 28035 10 Connection handshake failed. It is not encrypted and s igned using the currently configured endpoint algorithm.*ls 28050 10 The session keys for this conversation could not be created or a ccessed.*ls'. The certificate used by the peer do es not match the one in MASTER database with same issuer name and serial number. 28070 10 Connection handshake failed. Initiator: %d. 28067 16 A corrupted message has been received. This occurred in the message with Conversation ID '%. State %d. The encrypted offset of t he envelope does not match the payload encrypted offset. and Message sequence number: %I64d. 28082 10 Connection handshake failed. 28069 16 Unexpected session key when encrypting a dialog message.28058 16 Service Broker could not upgrade this conversation during a data base upgrade operation. The adjacent message inte grity check signature could not be validated. 28063 16 A corrupted message has been received. and Message sequence number: %I64d. 28081 10 Connection handshake failed. and Message sequence number: %I64d. No user action is required. Initiator: %d. SET NEW_BROKER to delete all conversations in this database.*ls'. An unexpected internal failure occu rred when trying to marshal a message. 28066 16 A corrupted message has been received. SET ERROR_BROKER to error all conversations in this database. 28083 16 The database principal '%. The unsigned dialog messa ge header is invalid. and Message sequence number: %I64d. This occurred in the message with Conversation ID '%. 28062 16 A corrupted message has been received. and Message sequence number: %I64d. Message transmission will resume in %i seconds. 28060 16 The AES encryption algorithm is only supported on Windows XP.*ls '. Use ALTER DATABASE . Message transmission will resume in %i seconds .*ls'. Mess ages cannot be delivered while in single user mode. WITH CLEANUP to delete this conversation. State: %i. State %d. This occurred in the message with Conversation ID '%. An unexpected status %d was returne d when trying to send a handshake message.. Use END CONVERSATION . 28078 10 The RC4 encryption algorithm is not supported when running in FI PS compliance mode. The signed dialog message header is invalid. Initiator: %d.*ls' cannot be used in a remote servic . 28064 16 A corrupted message has been received. then try again to enable the broker. 28077 10 %S_MSG endpoint is running in FIPS compliance mode. State %d. 28072 16 A serious error occurred in the Service Broker message transmitt er (operation %i): Error: %i. 28079 10 Connection handshake failed. 28073 16 An out of memory condition has occurred in the Service Broker me ssage transmitter (operation %i). Wi ndows Server 2003 or later versions. 28061 16 A corrupted message has been received. State %d. This occurred in the message with Conversation ID '%. State %d. The received SSPI packet is not of the expected direction..*ls'.. Err or %ls. This occurred in the message with Con versation ID '%..*ls'. The envelope payload is b igger than the message. State %d.. 28065 16 A corrupted message has been received. 28074 16 Service Broker could not upgrade conversation with conversation_ handle '%ls'. 28059 16 Connection handshake failed. The security dialog messa ge header is invalid. A string variable data fi eld is not a valid UNICODE string: %S_MSG. The received SSPI message Confirm s tatus is unexpected.*ls'. A required variable data field is not present: %S_MSG. Initiator: %d. Use ALTER DATABASE . This occurred in the me ssage with Conversation ID '%. 28075 10 The broker in the sender's database is in single user mode. This is an i nformational message only.. 28080 10 Connection handshake failed. Initiator: %d. 28076 10 Could not query the FIPS compliance mode flag from registry. Initiator: %d. The %S_MSG endpoint is not configur ed. The received premaster secret of si ze %d does not have the expected size of %d. 28068 16 A corrupted message has been received. and Message sequence number: %I64d. 2) groups or 3) principals mapped to certificates or a symmetric keys. That object is now res erved by the system in this version of SQL Server. 30003 16 A fulltext system view or stvf cannot open database id %d. 28098 10 A previously existing connection with the same peer was found af ter DNS lookup. 28086 16 The activated task was ended because either the queue or activat ion was disabled. Error: %i. No user action is required.*ls' cannot be used in a remote servic e binding because it cannot own certificates. 30006 16 A fulltext system view or stvf cannot open fulltext index for us er table object id %d. State %i).*ls\%. 29802 16 GDM failed to allocate message via communication stack API. Remote service bindings cannot be associated with 1) roles. 28089 16 The database principal '%. This is an informational me ssage only. 28087 16 The activated task was aborted because the invoked stored proced ure '%ls' did not execute RECEIVE. a user object '%S_MSG' named '%. 29004 16 Unknown property specified: %s.*ls is not val id. This is an informational message only. Error: %i.EXE cannot be launched. The level number specified for the TVF is not valid. 28101 16 User '%. Check ERRORLOG or the previous "Broker:Activation" trace event for possibl e output from the activation stored procedure. No user action is required. the upgrade process is unable to install the object. No user action is required. Verify that no other operation is locking the transmission queue. 30008 16 This is an internal error when invoking the TVF to access the fu ll-text index. See previous error for details.*ls Th is is an informational message only. 28090 16 An error occurred while deleting sent messages from the transmis sion queue.*ls' does not have permission to debug the request ed client connection. %.*ls' was found to already exist.e binding because it cannot own certificates. Functionality that relies on the reserved object may not functi on correctly if you continue to use the database in the current state. This can either be caused if the required information in the registry is missing or corrupted or SQLSQM. This is a special user for backwar d compatibility with implicitly connected user schemas. Because it already exists in the database. This connection will be closed. State %d. 28091 10 Starting endpoint for %S_MSG with no authentication is not supp orted. and that the database is available.*ls'.EXE canno t be found. Valid level . State: %i. 28099 10 During the database upgrade process on database '%. All traffic will be redirected t o the previously existing connection. State: %i. Remove or ren ame the user object from the original (pre-upgraded) database on an older versio n of SQL Server and then retry the database upgrade process by using CREATE DATA BASE FOR ATTACH. 30007 16 Parameters of dm_fts_index_keywords. 29803 10 Global Deadlock Monitor is inactive. 28085 16 The activated task was ended because the associated queue was dr opped. 29801 16 GDM request processing failed. 28088 16 The activated task was aborted due to an error (Error: %i. 30004 16 A fulltext system view or stvf cannot open user table object id %d. 28084 10 An error occurred in Service Broker internal activation while tr ying to scan the user queue '%ls' for its status. dm_fts_index_keywords_by_do cument. and dm_fts_index_keywords_by_property cannot be null. 28201 10 SQLSQM. 28102 16 Batch execution is terminated because of debugger request. 29003 16 Invalid parameter combinations. 29001 16 To connect to this server you must use SQL Server Management Stu dio or SQL Server Management Objects (SMO). 30005 16 The name specified for full-text index fragment %. 30030 16 The search property '%.*ls' cannot be dropped because it is being used by at least one full-text index.*ls' already exists in the current d atabase. This put the full-text index into an incons istent state. Then retry dropping the stoplist. 30009 16 The argument data type '%ls' specified for the full-text query i s not valid. For information about the permissions requir ed by a Transact-SQL statement. Rerun the stateme nt and specify a unique name for the search property list.*ls' with locale ID %d. Verify that the correct search property li st name is specified and that you have the permission required by the Transact-S QL statement. 30031 17 A full-text master merge failed on full-text catalog '%ls' in da tabase '%. 30032 16 The stoplist '%. 30034 16 Full-text stoplist '%. Error: 0x%X. nvarchar.registe red_search_properties catalog view.*ls' already exists in the current data base. nchar. 30027 10 The full-text index is in an inconsistent state because the sear ch property list of the full-text index was reconfigured using the WITH NO POPUL ATION clause. Rerun the statement and specify a unique stoplist name. 30033 16 The stoplist '%. Specify a valid stopword and locale identifier (LCID) in the Transact-SQL statement.numbers start from 0 and must be less than the number of levels of the compresse d index.. There is a problem communicating with the host controller or filter daemon host. use the sys.*ls' does not contain fulltext stopword '%. Verify that the correct stopli st name is specified and that the user had the permission required by the Transa ct-SQL statement.*ls' does not exist or you do not ha ve permission to perform this action. To bring the full-text index into a consistent state. use the sys. . 30023 16 The fulltext stoplist '%. 30022 10 Warning: The configuration of a full-text stoplist was modified using the WITH NO POPULATION clause. see the Transact-SQL reference topic for the statement in SQL Server Books Online. start a full population using the statement ALTER FULLTEXT INDEX ON <table_name> START FULL POPULATION.*ls' with error 0x%08X. For a list of the search properties on the current database.fulltext_stoplists catalog view. Either drop the full-text ind ex by using DROP FULLTEXT INDEX or change its stoplist setting by using ALTER FU LLTEXT INDEX. or you do not have p ermission to perform this action. 30025 16 The search property list '%. resulting in error: 0x%X. see the Transact-SQL reference topic for the sta tement in SQL Server Books Online.*ls' does not exist or the current user does not have permission to perform this action. 30024 16 The fulltext stoplist '%. 30026 16 The search property list '%. u se the sys. 30028 17 Failed to get pipeline interface for '%ls'.registered_search_proper ty_lists catalog view. For a list of the sea rch property lists on the current database.*ls' already contains full-text stopword '%. Specify a unique stopword and locale identifier (LCID) in th e Transact-SQL statement. The basic Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON table_name START FULL POPULATION. varchar. 30020 16 The full-text query parameter for %S_MSG is not valid. Allowed data types are char.full text_indexes catalog view. and then look up that stoplist ID in the stoplist_id column of the sys.*ls' with locale ID %d. To bring the full-text index into a consistent state.registered_search_property_lists catalog view. Duplicate search property list names are not allowed. This is a warning. For a list of the search property lists on the current database. Verify that the correct search property is spe cified and that you have the permission required by the Transact-SQL statement. Duplicate stoplist names are not allowed. start a full population. No user action is necessary.*ls' does not exist. To identify which full-text index is usin g a stoplist: obtain the stoplist ID from the stoplist_id column of the sys. For information about permissions required by a Transact-SQL statement. 30029 17 The full-text host controller failed to start. use ALTER FULLTEXT IND EX ON <table_name> SET SEARCH PROPERTY LIST OFF. either remove the search property list or drop the full-text index. For a list of the search properties on the current database. This property will be indexe d as part of the generic content and will be unavailable for property-scoped ful l-text queries. For each full-text index. No user action is necessary. 30049 17 Fulltext thesaurus internal error (HRESULT = '0x%08x') 30050 16 Both the thesaurus file for lcid '%d' and the global thesaurus c ould not be loaded. and then obtain the object ID of every table or indexed view whose full-text i ndex is associated with this search property list from the object_id and propert y_list_id columns of the sys. This causes an ambiguity and hence this phrase will be ignored.*ls' cannot be dropped because it is bei ng used by at least one full-text index. Common causes include: word-breaking errors or timeout. To re-start the FDHost process. To change the default stoplist of the database. use only six or fewer terms. This may be caused by a bad filter. 30052 16 The full-text query has a very complex NEAR clause in the CONTAI NS predicate or CONTAINSTABLE function. 30037 16 An argument passed to a fulltext function is not valid. The batch for the index ing operation will automatically be retried using a smaller batch size. For infor mation about registering properties and updating the full-text index of a table or indexed view. 30040 10 During a full-text crawl of table or indexed view '%ls'. us e the sys.registered_search_properties catalog view. Make sure that the FDHost process is r unning. To remove the search property list. Full-t ext index may be corrupted on disk. Phrase: '%ls'. 30041 10 The master merge started at the end of the full crawl of table o r indexed view '%ls' failed with HRESULT = '0x%08x'.30035 16 The search property '%. 30053 16 An error has occurred during the full-text query. Modify the query to simplify the condition by removing prefixes or repeated terms. '%ls'. 30039 17 Data coming back to the SQL Server process from the filter daemo n host is corrupted. see the full-text search documentation in SQL Server Books Onli ne. if it is no longer needed. Run dbcc checkdatabase and re-populate the i ndex. A duplicate thesaurus phrase was encountered in either the <sub> section of an expansion rule or the <pat> section of a replace ment rule.. table id is %d. To drop a full-text index.registered_search_property_lists catalog view . To ensure that a NEAR clause runs succes sfully. Database ID is '%d'. service . This is an informational message. run the sp_fulltext_service 'restart_all _fdhosts' command or restart the SQL Server instance. 30051 16 Phrases longer than 512 unicode characters are not allowed in a thesaurus file. 30044 16 The user does not have permission to alter the current default s toplist '%. was found in batch ID %d. an unre gistered property. 30045 17 Fulltext index error during compression or decompression. obtain the search property list id from the property_list_id column of the sys. To identify the full-text indexes that are using the search property list.*ls'. ALTER permissio n is required on both new and old default stoplists.fulltext_indexes catalog view .*ls' already exists in the search propert y list.*ls'. 30046 16 SQL Server encountered error 0x%x while communicating with fulltext filter daemon host (FDHost) process.*ls stoplist '%. Specify a search property name that is unique within the specified searc h property list. Full-t ext index may be corrupted on disk. FDHOST permissions/ACL issues. 30043 16 Stopwords of zero length cannot be added to a full-text stoplist . Run dbcc checkdatabase and re-populate the i ndex. Table or indexed view ID is '%d'. use DROP FULLTEXT INDEX ON <table_name>.. catalog ID: %d. 30047 16 The user does not have permission to %. Specify a unique stopword that contains at least one character. 30048 10 Informational: Ignoring duplicate thesaurus rule '%ls' while loa ding thesaurus file for LCID %d. Database ID is '%d'. 30036 16 Search property list '%. 30038 17 Fulltext index error during compression or decompression. 30062 17 The SQL Server failed to load FDHost service group sid. Component versi on is '%ls'.*ls'). Language requested is %d. catalog name is %s (id: %d). resume the population.exe processor affinity to %d because the value is not valid. This might be because FulltextDefaultPath is invalid or SQL Server service accou nt does not have permission. Fix the errors that a re logged in the full-text crawl log. Resume full-text population after fix ing the filegroup status. 30060 16 The import population for database %ls (id: %d). Population type is: %s. language requested is %d. %d fragments and %d keywords were processed. or by taking the database offline and bringin g it back online. 30059 16 A fatal error occurred during a full-text population and caused the population to be cancelled.*ls'. full path is '%. Then resume the import either by detaching the database and re-attaching it. 30064 17 SQL Server failed to set security information on the full-text F ilterData directory in the FTData folder. This warning will not fail th e database detach operation. readonly. The basic Tra nsact-SQL syntax for this is: ALTER FULLTEXT INDEX ON table_name RESUME POPULATI ON. Component version is '%ls'. etc. If the error is not recoverable. or no data file. 30065 10 Filegroup '%ls' is offline. 30063 10 Warning: SQL Server could not set fdhost. the full-text word-breaker componen t '%ls' that is used by catalog '%ls' was successfully verified. To avoid this. Then. use the sys. Specify a search property name that contains at least one character and tha t is unique to the specified search property list. Full path is '%. re-attach the database.*ls'. rebuild the full-text catalog using the current version of the filter component.exe. To drop the full-text index. 30057 10 Upgrade option '%ls' is being used for full-text catalog '%ls' i n database '%ls'. the full-text filter component '%ls ' that is used by catalog '%ls' was successfully verified.*ls'. Full path is '%. Full-text blob indexing will fail until this issue is resolved. Full-text population on table '%ls' is not resumed. You will need to repair the SQL S erver installation. Language used is %d . database name is %s (id: %d). table name %s (id: %d). Fix the errors that a re logged in the full-text crawl log.account missing privileges. 30069 11 The full-text filter component '%ls' used to populate catalog '% ls' in a previous SQL Server release is not the current version (component versi on is '%ls'. rebuild the full-text catalog . 30058 16 Properties of zero length cannot be added to a search property l ist. language used . 30056 10 Full-text catalog import has finished for full-text catalog '%ls ' in database '%ls'. communication channel issu es with FDHost and sqlservr. malfunctioning IFilters. 30067 10 Warning: The detach operation cannot delete a full-text index cr eated on table '%ls' in database '%ls' because the index is on a read-only fileg roup. 30061 17 The SQL Server failed to create full-text filterdata directory. catalog %ls (id : %d) is being cancelled because of a fatal error ('%ls').registered_search_properties catalog view. 30071 11 The full-text word-breaker component '%ls' used to populate cata log '%ls' in a previous SQL Server release is not the current version (component version is '%ls'. 30068 10 During the database upgrade. This mig ht be because installation is corrupted. For a list of the search prop erties on the current database. This may cause search results to differ slig htly from previous releases. 30070 10 During the database upgrade. Full-text indexing of some types of do cuments may fail until this issue is resolved. Restart SQL Server after the issue is fixed. 30055 10 Full-text catalog import has started for full-text catalog '%ls' in database '%ls'. change the read-only filegroup to read/write access and then detach it. full path is '%. 30077 16 The full-text query did not use the value specified for the OPTI MIZE FOR query hint. 30085 16 A stoplist cache cannot be generated while processing a full-tex t query or performing full-text indexing.is %d). 30083 16 Full-text predicates cannot appear in the GROUP BY clause. This can occur if an incorrectly configured or malfunctioning linguisti c component. 30072 10 During the database upgrade. 30086 16 The system ran out of memory while building a full-text index. This may ca use search results to differ slightly from previous releases. 30088 10 The full-text filter daemon host process has stopped normally. rebuild the full-text catalog using the current version of the word-breaker component. such as a wordbreaker.*ls'). P lace the aggregate expression in a subquery. Place a GROUP BY clause expression in a subquery. 30081 10 A cached plan was compiled using trace flags that are incompatib le with the current values. 30087 17 Data coming back to the SQL Server process from the filter daemo n host is corrupted. Crawl will need to re-start from the beginning. 30076 10 Full-text crawl forward progress information for database ID: %d . 30074 17 The master merge of full-text catalog '%ls' in database '%.*ls'. table ID: %d.*ls'. Full path is '%. .*ls' was cancelled.*ls' does not exist or the filegroup name is incorrectly specified. 30080 16 The full-text population on table '%ls' cannot be started becaus e the full-text catalog is importing data from existing catalogs. 30079 10 The full text query ignored UNKNOWN in the OPTIMIZE FOR hint. Program ID is '%. stemmer or filter has caused an irrecoverabl e error during full-text indexing or query processing. reb uild the full-text catalog using the current version of the protocol handler com ponent. 30078 10 The fulltext query did not use the value specified for the OPTIM IZE FOR hint because the query contained more than one type of full-text logical operator. program ID is '%. Component v ersion is '%ls'. table ID: %d. Rerun the query or indexing command when more resources are ava ilable. After the impo rt operation finishes. 30075 10 Full-text crawls for database ID: %d. catalog ID: %d will be stopped since the clustered index on the table has been altered or dr opped. This may be caused by a bad filter. 30089 17 The fulltext filter daemon host (FDHost) process has stopped abn ormally. This may cause search results to differ slightly from previous releases . There is not enough memory to load the stoplist cache. Modify the OPTIMIZE FOR query hint v alue to be a single. catalog ID: %d has been reset due to the modification of the clu stered index. 30082 16 Full-text predicates cannot appear in an aggregate expression. 30090 10 A new instance of the full-text filter daemon host process has b een successfully started. 30073 11 The full-text protocol handler component '%ls' used to populate catalog '%ls' in a previous SQL Server release is not the current version (compo nent version is '%ls'. Specify a valid f ilegroup name. Crawl will re-start from the beginning when it is unpaused. non-empty term. T he process will be automatically restarted if necessary. To avoid this. Consider recompiling the query with the new trace fl ag settings. T he batch for the full-text indexing operation will automatically be retried usin g a smaller batch size. Only single terms are allowed as values for full-text queri es that contain an OPTIMIZE FOR query hint. the full-text protocol handler comp onent '%ls' that is used by catalog '%ls' was successfully verified.*ls'. rerun the command. To avoid this. 30084 16 The full-text index cannot be created because filegroup '%. full path is '%. The process will be resta rted automatically. The batch for the index ing operation will automatically be retried using a smaller batch size. 31202 10 Reconfiguring the search property list of the full-text index ha s truncated the existing data in the index. To support property-scoped searches. 30092 16 Full-text stoplist ID '%d' does not exist. 30099 17 Fulltext internal error 31001 16 The session '%s' already exists..*ls' is ignored because a population is currently paused. Log shipping copy job step. Try restarting the instance of SQL Server. but if the ALTER FULLTEXT INDEX statement specified the W ITH NO POPULATION clause. Table or indexed view ID is '%d'. To stop it. Until the full-text index has been f ully repopulated. The Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON <table_name> SET SEARCH PROPERTY LIST <property_list_na me>. Database %s is not ONLINE.. 31002 16 This operation can be performed only by the owner of the session .*ls' failed with error code %d. Log shipping restore log job for %s:%s. 30096 10 A full-text retry pass of %ls population started for table or in dexed view '%ls'. Either res ume or stop the paused population. Database ID is '%d'. 30097 10 The fulltext catalog upgrade failed because of an inconsistency in metadata between sys. you must run a full population on the full-text index using ALTER FULLTEXT INDEX ON <table_name> START FULL POPULATION. Check the sql error code for more in formation about the condition causing this failure. Full-text queries w ill fail until this issue is resolved.30091 10 A request to start a full-text index population on table or inde xed view '%. consider rebuilding the full-text catalog. This m ight be because a filter daemon host process is not in a valid state. Try to reattach this database. 31203 10 Warning Master Merge operation was not done for dbid %d. use the following statement: ALTER FULLTEXT INDEX ON %.*ls STOP POPULATION.. then the c atalog will need to be dropped or recreated before attach. 30093 17 The SQL Server word-breaking client failed to initialize.master_files and sys. This m ight be because the resources on the system are too low to allocate memory or cr eate tasks. 30098 10 An internal query to load data for a crawl on database '%. so querying index will be slow.*ls RESUME POPULATION. This is a war ning. 30094 17 The full-text indexing pipeline could not be initialized. 31201 16 Property-scoped full-text queries cannot be specified on the spe cified table because its full-text index is not configured for property searchin g. The ALTER FULLT EXT INDEX <table_name> SET SEARCH PROPERTY LIST .. Log shipping backup log job step. The full-text catalog will still be impor ted as part of database upgrade.fulltext_catalogs for the catalog I D %d in database ID %d. The backup job will not be performed . 32001 32002 32003 32004 32005 32006 32007 32008 10 10 10 10 10 10 16 10 Log shipping backup log job for %s.*ls' a nd table '%. 31003 16 User does not have enough permissions to tune one or more of the databases specified. If this fails. use the following Transact-SQL statement: ALTER FULLTEXT INDEX ON %. Database %s is not ONLINE. The crawl needs to be restar ted after this condition is removed. Use a different session name. Log shipping copy job for %s:%s. To avoid any possible inconsistencies of query results. Log shipping restore log job step. Please run alter fulltext catalog reorganize. objid % d.. 30095 10 The version of the language components used by full-text catalog '%ls' in database '%ls' is different from the version of the language component s included this version of SQL Server. full-text queries will return partial results. To resume it. statement automatically iss ues a full population. This can p revent SQL Server from initializing critical system objects. Try stopping SQL Server and any filter da emon host processes and then restarting the instance of SQL Server. the full-text index must be associated w ith a search property list and repopulated. 32020 10 Log shipping alert job step. Please run sys. Database %s has active log shipping secondary database(s) on the secondary. 32022 16 Cannot add a log shipping job with name %s. use sys.trn'. 32032 16 Invalid value '%d' for update period. 32018 16 Log shipping is not installed on this instance. The current valu e of '%d' surpasses the threshold '%d'. primary database %s already exis ts. wrk' and renamed it as '%s. 32017 16 Log shipping is supported on Enterprise. 32030 10 Could not query monitor information for log shipping primary %s. This is an informational message only. 32011 16 Primary Database %s has active log shipping secondary database(s ).%s already exists for primary %s.until this database is brought online. Drop the secondary database(s) first. 32027 10 Log shipping Secondary Server Alert. Drop the secondary database(s) first. 32038 16 An internal error has occurred in the database mirroring monitor . Developer and Standard editions of SQL Server. 32024 16 An entry for primary server %s. 32009 16 A log shipping primary entry already exists for database %s. 32013 16 A log shipping entry already exists for secondary database %s.sp_dbmmonitorchangemonitoring 32034 16 An internal error occurred when setting up the database mirrorin g monitoring job. No user action is required. 32041 16 The database mirroring monitor base tables have not been created . 32016 16 The specified agent_id %s or agent_type %d do not form a valid p air for log shipping monitoring processing. 32023 16 An entry for primary server %s. A job with same name already exists in the system and this job does not belong to log shipping categ ory. The current value of '%d' surpasses the threshold '%d'. 32019 10 Log shipping alert job. 32014 16 Database %s does not exist as log shipping secondary. Update period should be be tween 1 and 120 minutes. . 32029 10 Log shipping backup agent [%s] has verified log backup file '%s. 32010 16 Database %s does not exist as log shipping primary. 32036 16 Parameter(s) out of range. 32035 16 An internal error occurred when modifying the database mirroring monitoring job. 32033 16 The update job for the database mirroring monitor already exists . 32042 16 The alert for 'unsent log' has been raised. 32021 10 Log shipping alert job schedule. 32012 16 Secondary %s. primary database %s does not exi st on this secondary. 32037 16 The units for the update period for the database mirroring monit or job have been changed. 32031 10 Could not query monitor information for log shipping secondary % s. 32039 16 The database '%s' is not being mirrored. This instance has %s and is not supported. No update of the base t able was done. 32043 16 The alert for 'unrestored log' has been raised. 32015 16 The primary database %s cannot have SIMPLE recovery for log ship ping to work properly. The c urrent value of '%d' surpasses the threshold '%d'.%s from monitor server %s. 32025 16 Primary Server %s. To change the update period. 32026 10 Log shipping Primary Server Alert. %s from monitor server %s. Register the primary first.sp_dbmmonitorupdate to create them. 32040 16 The alert for 'oldest unsent transaction' has been raised. 32028 16 Invalid value = %d for parameter @threshold_alert was specified. 33011 16 The %S_MSG private key cannot be dropped because one or more ent ities are encrypted by it. . 33019 16 Cannot create implicit user for the special login '%. Run sp_dbm monitoraddmonitoring to setup the job. 33016 16 The user cannot be remapped to a login. The curr ent value of '%d' surpasses the threshold '%d'.*s'. 33013 16 A %S_MSG by %S_MSG '%.*s' does not exist.*ls 33022 16 Cannot obtain cryptographic provider properties.*ls permission on INFORMATION_SC HEMA or SYS %S_MSG. 33018 16 Cannot remap user to login '%. given by '@@servername'. Only local use r accounts.32044 16 The alert for 'mirror commit overhead' has been raised. 33007 16 Cannot encrypt symmetric key with itself. Signature already exists or cannot be added. or batch accounts can generate a user instance. msdb. it cannot be remapped to a Windows login. Remapping can only be do ne for users that were mapped to Windows or SQL logins. 32051 10 System administrator privilege is required to update the base ta ble. A new password should be set for this login without specifying the old password.*l s. 33008 16 Cannot grant. Provider error code: %d.*ls' using the ALTER AUTHORIZAT ION statement. 33005 16 Cannot find the certificate or asymmetric key from the file %. Only modules can be countersigned. You should correct this situation by resetting the owner of database '%. is currently null. 32047 15 Database Mirroring Monitor Job 32048 15 Database Mirroring Monitor Schedule 32049 16 The database mirroring monitoring job does not exist. 32050 16 Alerts cannot be created on the system databases. 32055 16 There was an error configuring the remote monitor server. 33012 10 Cannot %S_MSG signature %S_MSG %S_MSG '%. because the login is already mapped to a user in the database.*ls' is invalid. The base table was not updated.*s'. 32054 16 There was an error establishing a link to the remote monitor ser ver. 33015 16 The database principal is referenced by a %S_MSG in the database . 33006 16 WITH SIGNATURE option cannot be specified on database. master. 33020 16 A HASHED password cannot be set for a login that has CHECK_POLIC Y turned on. model or tempdb.*ls'. 33014 16 Cannot countersign '%. 32046 16 Only members of the sysadmin fixed server role or the 'dbm_monit or' role in msdb can perform this operation.*s'.*ls'. service accounts. 33021 16 Failed to generate a user instance of SQL Server. ErrorCode: 0x%x. deny. 32053 16 The server name.%. The connection will be closed. and cannot be dropped. 33002 16 Access to %ls %ls is blocked because the signature is not valid. 33009 16 The database owner SID recorded in the master database differs f rom the database owner SID recorded in database '%. or revoke %. Specify a value for the named parameter and retry the operation. 32052 16 Parameter '%s' cannot be null or empty. For example. interactive users accounts. 33001 16 Cannot drop the option because the option is not specified on %S _MSG. 33010 16 The MUST_CHANGE option cannot be specified together with the HAS HED option. 32045 16 '%s' must be executed in msdb. 33003 16 DDL statement is not allowed. a SQL user must be mapped to a SQL login. 33017 16 Cannot remap a user of one type to a login of a different type. 33004 16 The password of login '%. (%S_MSG) 33036 10 Cannot drop the key with thumbprint '%.*ls' is in disabled. (%S_MSG) 33038 16 Operation is not supported by cryptographic provider key. 33045 16 Cannot drop %S_MSG because it is not mapped to this login. Use sp_configure 'EKM provider enabled' to enable it. However users who have an open cryptographic session with the provider can still use it. 33043 16 Cannot add %S_MSG '%.*ls'. (%S_MSG) 33030 16 Cryptographic provider is not available. 33051 16 Invalid algorithm id: %d. (%S_MSG) 33029 16 Cannot initialize cryptographic provider. 33046 16 Server principal '%.*ls'. Exception type: %ls. Restart the ser ver to disable the provider for all users.*ls'.*ls'.*ls' in the provider. Maximum allowed length is %d bytes. 33035 16 Cannot create key '%. Restart the serv er to drop the provider for all users.*ls' has no credential associated with %S_MS G '%. 33055 16 Exception happened when calling cryptographic provider '%. SQL Server is terminating process %d. Provider does not all ow specifying key names. 33025 16 Invalid cryptograpihic provider property: %S_MSG. If dbo is a windows user make sure that its windows account information is accessible to SQL Server.*ls' in the provider. Provider error code: % d. 33056 16 Cannnot impersonate login '%. 33058 10 Cryptographic provider is now dropped. 33024 16 Cryptographic provider %S_MSG '%ls' in dll is different from the guid recorded in system catalog for provider with id %d. Provider error code: %d.%02d'. Ex ception code: 0x%lx. (%S_MSG) 33050 16 Cannot create key '%. 33057 10 Cryptographic provider is now disabled. 33048 16 Cannot use %S_MSG under non-primary security context. 33053 16 Extensible Key Management is disabled or not supported on this e dition of SQL Server. 33059 16 An error occurred while trying to flush all running audit sessio . 33044 16 Cannot drop %S_MSG because there is %S_MSG referencing this prov ider. 33033 16 Specified key type or option '%S_MSG' is not supported by the pr ovider.*ls' because there is already %S_MSG specif ied for the login. 33039 16 Invalid algorithm '%. 33049 16 Key with %S_MSG '%. 33054 16 Extensible key management is not supported in this edition of SQ L Server. 33031 16 Cryptographic provider '%. 33034 16 Cannot specify algorithm for existing key. Provider error code: %d. Provider error code: %d.*ls'.*ls'.*ls' does not exist in the provider or access is denied. (%S_MSG) 33052 16 Cryptographic provider key cannot be a temporary key.%02d' implemented by provider is no t supported. Provider error code: %d. 33026 16 Cryptographic provider with guid '%ls' already exists. 33037 16 Cannot export %S_MSG from the provider. 33027 16 Cannot load library '%. Provider error code: %d. See errorlog for more information.*ls'. 33028 16 Cannot open session for %S_MSG '%. 33032 16 SQL Crypto API version '%02d. However users who have a n open cryptographic session with the provider can still use it. Provider error code: %d. 33041 16 Cannot create login token for existing authenticators. Supported version is '%02d. 33042 16 Cannot add %S_MSG because it is already mapped to a login.*ls' in the provider.*ls' i n the API '%.33023 16 The %S_MSG is too long. 33047 16 Fail to obtain or decrypt secret for %S_MSG '%.*ls' to access %S_MSG '%. (%S_MSG) 33040 16 Cryptographic provider key cannot be encrypted by password or ot her key. 33091 10 Warning: The certificate used for encrypting the database encryp tion key has not been backed up. Provider error code: %d. Install a genuine copy of SQL Serve r or contact customer support.*ls' into memory. 33070 16 The specified maximum size limit for the audit log file is less than the minimum value allowed. see SQL Server Books Online. 33078 16 The containment setting in the master database does not match th e property of the database files. Signatur e verification of SQL Server DLLs will be skipped. 33060 16 The format of supplied parameter sid is invalid. 33072 16 The audit log file path is invalid. The maximum size limit must be at least 2 MB.*ls'. 33077 16 RESERVE_DISK_SPACE cannot be specified when setting MAXSIZE = UN LIMITED.*ls'. 33071 16 This command requires %S_MSG to be disabled. (%S_MSG) 33090 10 Attempting to load library '%. 33092 10 Failed to verify the Authenticode signature of '%. Disable the %S_MSG and rerun this command. 33069 16 CREATE CERTIFICATE statement cannot mix file and binary modes. 33083 16 Cannot create %S_MSG for %S_MSG '%ls' because it is not supporte d by the extensible key management provider '%ls'. 33093 16 The Windows user or group '%s' is local or built-in. The maximum size limit must be less than 16777215 TB. 33074 16 Cannot %S_MSG a %S_MSG %S_MSG from a user database. R ewrite the statement using only the FILE or the BINARY keyword. 33080 10 Cryptographic provider library '%. 33073 16 Cannot find %S_MSG '%. No user action is required. This is an informational message only. Failure to verify the Authenticode signature might indicate that thi s is not an authentic release of SQL Server. You should immediately back up the certificate and the private key associated with the certificate. 33079 16 Cannot bind a default or rule to the CLR type '%s' because an ex isting sparse column uses this data type. If the certificate ever bec omes unavailable or if you must restore or attach the database on another server . Genuine copies of SQL Server are signed. 33085 10 One or more methods cannot be found in cryptographic provider li brary '%. For more information about feature support in the editions of SQL Server.*ls' loaded into memory. 33076 16 The specified maximum size limit is greater than the maximum val ue allowed. you must have backups of both the certificate and the private key or you will not be able to open the database.*ls'.*ls' or you do not have the required permi ssions. 33082 16 Cannot find Cryptographic provider library with guid '%ls'. 33087 16 %S_MSG property of the key returned by EKM provider doesn't matc h the expected value 33088 16 The algorithm: %. This operati on must be performed in the master database. Some events may be lost. Use a Windo . Modify the data type of the sparse col umn or remove the sparse designation of the column. Use ALTER DATABASE to reset the containment pr operty. 33075 16 Granular auditing is not available in this edition of SQL Server .ns. No user action is required.*ls is not supported for EKM operations by SQL Server 33089 16 Key validation failed since an attempt to get algorithm info for that key failed. 33084 16 The OPEN SYMMETRIC KEY statement cannot reference a symmetric ke y created from an Extensible Key Management (EKM) provider. This is an infor mational message only. Either reduce MAXSIZE or do not specify RESERVE_DISK_SPACE. Symmetric keys creat ed from an EKM provider are opened automatically for principals who can successf ully authenticate with the cryptographic provider. 33086 10 SQL Server Audit failed to record %ls action. 33081 10 Failed to verify Authenticode signature on DLL '%. The sid might b e incorrect or the sid might describe the wrong type of user. system stored proced ures. 33104 16 A database encryption key does not exist for this database. 33106 16 Cannot change database encryption state because no database encr yption key is set. *ls'. 33096 10 A generic failure occurred during Service Master Key encryption or decryption. Crea te a login and credential for this key to automatically access the extensible ke y management provider '%ls'. 33123 16 Cannot drop or alter the database encryption key since it is cur rently in use on a mirror or secondary availability replica. Try again later. or key change scan is in progress. Database encryption operations cannot be performed for 'master'. However. 'tempdb'. 33119 16 Cannot modify filegroup read-only/read-write state while an encr yption transition is in progress. 33099 16 You cannot add server-scoped catalog views. decrypti on. See sys. 33120 16 In order to encrypt the database encryption key with an %S_MSG.key_encryptions for details. SQL Server requires the abi lity to automatically access the private key of the %S_MSG used for this operati on. 33107 16 Cannot enable database encryption because it is already enabled.ws domain user or domain group. has read-only files or is not recovered. because its private key is not presen t or it is not protected by the database master key. Try again later. See books online for more details on feature support in different SQL Server editions. 'model'. or key change scan is in progress. 33103 16 A database encryption key already exists for this database. 33118 16 Cannot enable or modify database encryption on a database that i s read-only. the database has changes from previous encryption scans that are pending log backup. 33111 16 Cannot find server %S_MSG with thumbprint '%. Instead add them to a database audit specification in the master datab ase. 33105 16 Cannot drop the database encryption key because it is currently in use. decry ption. Reiss ue ALTER DB to resume the scan. 33113 10 Database encryption scan for database '%.*ls'.*ls' cannot complete si . or 'resource' data bases. 33114 10 Database encryption scan for database '%.*ls'. 33110 16 Cannot change database encryption key while an encryption. please use an %S_MSG that resides on an extensible key management provider.*ls'. 33122 16 This command requires a database encryption scan on database '%. 33094 10 An error occurred during Service Master Key %S_MSG 33095 10 Service Master Key could not be decrypted using one of its encry ptions. or extended stored procedures to a database audit specification in a user database. Database encryption needs to be turned off to be able to drop the databa se encryption key. Retry the command a fter all the previous reencryption scans have propagated to the mirror or second ary availability replicas or after availability relationship has been disabled.*ls'. 33121 16 The %S_MSG '%ls' does not have a login associated with it. 33112 10 Beginning database encryption scan for database '%. 33116 16 CREATE/ALTER/DROP DATABASE ENCRYPTION KEY failed because a lock could not be placed on database '%. 'msdb'. 33108 16 Cannot disable database encryption because it is already disable d. 33109 16 Cannot disable database encryption while an encryption.*ls' was aborted. 33115 16 CREATE/ALTER/DROP DATABASE ENCRYPTION KEY failed because a lock could not be placed on the database. Take a log backup and retry the command. 33101 16 Cannot use %S_MSG '%.*ls' is complete. 33117 16 Transparent Data Encryption is not available in the edition of t his SQL Server instance. 33124 10 Database encryption scan for database '%. 33102 16 Cannot encrypt a system database. nce one or more files are offline. Bring the files online to run the scan to com pletion. 33125 10 Can not create login token because there are too many secondary principals. The maximum number of allowed secondary principals allowed is %lu. T o fix this, remove the login from a server role. 33126 10 Database encryption key is corrupted and cannot be read. 33127 16 The %S_MSG cannot be dropped because it is used by one or more d atabases to encrypt a Database Encryption Key. 33128 16 Encryption failed. Key uses deprecated algorithm '%.*ls' which i s no longer supported. 33129 16 Cannot use ALTER LOGIN with the ENABLE or DISABLE argument for a Windows group. GRANT or REVOKE the CONNECT SQL permission instead. 33201 17 An error occurred in reading from the audit file or file-pattern : '%s'. The SQL service account may not have Read permission on the files, or th e pattern may be returning one or more corrupt files. 33202 17 SQL Server Audit could not write to file '%s'. 33203 17 SQL Server Audit could not write to the event log. 33204 17 SQL Server Audit could not write to the security log. 33205 10 Audit event: %s. 33206 17 SQL Server Audit failed to create the audit file '%s'. Make sure that the disk is not full and that the SQL service account has the required per missions to create and write to the file. 33207 17 SQL Server Audit failed to access the event log. Make sure that the SQL service account has the required permissions to the access the event log . 33208 17 SQL Server Audit failed to access the security log. Make sure th at the SQL service account has the required permissions to access the security l og. 33209 10 Audit '%.*ls' has been changed to ON_FAILURE=CONTINUE because th e server was started by using the -m flag. because the server was started with t he -m flag. 33210 10 SQL Server Audit failed to start, and the server is being shut d own. To troubleshoot this issue, use the -m flag (Single User Mode) to bypass A udit-generated shutdowns when the server is starting. 33211 15 A list of subentities, such as columns, cannot be specified for entity-level audits. 33212 15 There is an invalid column list after the object name in the AUD IT SPECIFICATION statement. 33213 16 All actions in an audit specification statement must be at the s ame scope. 33214 17 The operation cannot be performed because SQL Server Audit has n ot been started. 33215 10 One or more audits failed to start. Refer to previous errors in the error log to identify the cause, and correct the problems associated with ea ch error. 33216 10 SQL Server was started using the -f flag. SQL Server Audit is di sabled. This is an informational message. No user action is required. 33217 10 SQL Server Audit is starting the audits. This is an informationa l message. No user action is required. 33218 10 SQL Server Audit has started the audits. This is an informationa l message. No user action is required. 33219 10 The server was stopped because SQL Server Audit '%.*ls' is confi gured to shut down on failure. To troubleshoot this issue, use the -m flag (Sing le User Mode) to bypass Audit-generated shutdowns when the server is starting. 33220 16 Audit actions at the server scope can only be granted when the c urrent database is master. 33221 16 You can only create audit actions on objects in the current data base. 33222 10 Audit '%.*ls' failed to %.*ls. For more information, see the SQL Server error log. You can also query sys.dm_os_ring_buffers where ring_buffer_t ype = 'RING_BUFFER_XE_LOG'. 33223 16 ALTER SERVER AUDIT requires the STATE option to be specified wit hout using any other options. 33224 16 The specified pattern did not return any files or does not repre sent a valid file share. Verify the pattern parameter and rerun the command. 33225 16 The specified values for initial_file_name and audit_record_offs et do not represent a valid location within the audit file set. Verify the file name and offset location, and then rerun the command. 33226 10 The fn_get_audit_file function is skipping records from '%.*ls' at offset %I64d. 33227 16 The specified value for QUEUE_DELAY is not valid. Specify either 0 or 1000 and higher. 33228 16 You cannot configure SQL Server Audit to shutdown the server bec ause you do not have the permission to shut down the server. Contact your system administrator. 33229 16 Changes to an audit specification must be done while the audit s pecification is disabled. 33230 16 An audit specification for audit '%.*ls' already exists. 33231 16 You can only specify securable classes DATABASE, SCHEMA, or OBJE CT in AUDIT SPECIFICATION statements. 33232 16 You may not add a role to Sysadmin. 33233 16 You can only create a user with a password in a contained databa se. 33234 16 The parameter %s cannot be provided for users that cannot authen ticate in a database. 33235 16 The parameter %s cannot be provided for users that cannot authen ticate in a database. Remove the WITHOUT LOGIN or PASSWORD clause. 33236 16 The default language parameter can only be provided for users in a contained database. 33237 16 Cannot use parameter %s for Windows users or groups. 33238 16 MAX_FILES and MAX_ROLLOVER_FILES options cannot be specified tog hether. 33239 16 An error occurred while auditing this operation. Fix the error i n the audit and then retry this operation. 33240 16 A failure occurred during initializing of an Audit. See the erro rlog for details. 33241 16 Failed to configure user instance on startup. Error updating the idle timeout. 33242 16 When providing a sid, the user must be a user without login or a user with password. 33243 16 Failed to generate a user instance of SQL Server due to a failur e in setting access control list on the user instance's process. The connection will be closed.%.*ls 33301 16 The %ls that is specified for conversation priority '%.*ls' is n ot valid. The value must be between 1 and %d characters long. 33302 16 The %ls that is specified for conversation priority '%.*ls' is n ot valid. The value must be between 1 and 10. 33303 16 A conversation priority already exists in the database with eith er the name '%.*ls' or the properties %ls='%ls', %ls='%ls', and %ls='%.*ls'. Eit her use a unique name or a unique set of properties. 33304 16 The transmission queue row with conversation handle '%ls' and me ssage sequence number %d references a missing multicast message body row with re ference %d. 33305 16 The multicast message body row with reference %d should have ref erence count value of %d. 33306 16 The unreferenced message with reference %d has been deleted from the message body table. 33307 16 The message with reference %d has been updated to a reference co unt of %d in the message body table. 33308 10 The queue %d in database %d has activation enabled and contains unlocked messages but no RECEIVE has been executed for %u seconds. 33309 10 Cannot start cluster endpoint because the default %S_MSG endpoin t configuration has not been loaded yet. 33401 16 FILESTREAM database options cannot be set on system databases su ch as '%.*ls'. 33402 16 An invalid directory name '%.*ls' was specified. Use a valid Win dows directory name. 33403 16 The case-sensitive or binary collation '%.*ls' cannot be used wi th the COLLATE_FILENAME option. Change the collation to a case-insensitive colla tion type. 33404 16 The database default collation '%.*ls' is case sensitive and can not be used to create a FileTable. Specify a case insensitive collation with the COLLATE_FILENAME option. 33405 16 An error occurred during the %S_MSG %S_MSG operation on a FileTa ble object. (HRESULT = '0x%08x'). 33406 16 An invalid filename, '%.*ls', caused a FileTable check constrain t error. Use a valid Windows filename. 33407 16 An invalid path locator caused a FileTable check constraint erro r. The path locator cannot indicate a root row. Correct the path locator or use the default value. 33408 16 The operation caused a FileTable check constraint error. A dire ctory entry cannot have a data stream associated with the row. Remove the blob d ata or clear the is_directory flag. 33409 16 The operation caused a FileTable check constraint error. A file entry cannot have a NULL value for the data stream associated with the row. Inse rt file data or use 0x to insert a zero length file. 33410 16 An invalid path locator caused a FileTable check constraint erro r. The parent of a row's path locator must be a directory, not a file. Correct the path locator to refer to a parent that is a directory. 33411 16 The option '%.*ls' is only valid when used on a FileTable. Remov e the option from the statement. 33412 16 The option '%.*ls' is not valid when used with the '%.*ls' synta x. Remove the option from the statement. 33413 16 The option '%.*ls' can only be specified once in a statement. Re move the duplicate option from the statement. 33414 16 FileTable objects require the FILESTREAM database option DIRECTO RY_NAME to be non-NULL. To create a FileTable in the database '%.*ls', set the D IRECTORY_NAME option to a non-NULL value using ALTER DATABASE. Or, to set the DI RECTORY_NAME option to NULL, in the database '%.*ls' disable or drop the existin g FileTables. 33415 16 FILESTREAM DIRECTORY_NAME '%.*s' attempting to be set on databas e '%.*s' is not unique in this SQL Server instance. Provide a unique value for t he database option FILESTREAM DIRECTORY_NAME to enable non-transacted access. 33416 10 When the FILESTREAM database option NON_TRANSACTED_ACCESS is set to FULL and the READ_COMMITTED_SNAPSHOT or the ALLOW_SNAPSHOT_ISOLATION options are on, T-SQL and transactional read access to FILESTREAM data in the context o f a FILETABLE is blocked. 33417 16 An invalid path locator caused a FileTable check constraint erro r. The path locator has a level of %d, which is deeper than the limit of %d sup ported by FileTable. Reduce the depth of the directory hierarchy. 33418 16 FILETABLE_DIRECTORY '%.*s' attempting to be set on table '%.*s' is not unique in the database '%.*s'. Provide a unique value for the option FILE TABLE_DIRECTORY to this operation. 33419 16 Function %ls is only valid on the varbinary(max) FILESTREAM colu mn in a FileTable. 33420 16 Unable to process object '%.*s' because it is a three-part or fo ur-part name. Specifying the server or database is not supported in the object i dentifer. 33421 16 The object name '%.*s' is not a valid FileTable object. 33422 16 The column '%.*s' cannot be added to table '%.*s' as it is a Fil eTable. Adding columns to the fixed schema of a FileTable object is not permitte d. 33423 16 Invalid FileTable path name or format. 33424 16 Invalid computer host name in the FileTable path. 33425 16 Invalid share name in the FileTable path. 33426 16 INSERT, UPDATE, DELETE, or MERGE to FileTable '%.*ls' is not all owed inside a trigger on a FileTable. 33427 16 Function %ls is not allowed on the deleted table inside a trigge r. 33428 14 User does not have permission to kill non-transacted FILESTREAM handles in database ID %d. 33429 16 The non-transacted FILESTREAM handle %d does not exist. 33430 10 Killed %d non-transactional FILESTREAM handles from database ID %d. 33431 16 An invalid path locator caused a FileTable check constraint erro r. The path locator has a length of %d, which is longer than the limit of %d al lowed for depth %d. Reduce the length of the path locator. 33433 10 Unable to perform the Filetable lost update recovery for databas e id %d. 33434 16 The current state of the database '%.*s' is not compatible with the specified FILESTREAM non-transacted access level. The database may be read o nly, single user or set to emergency state. 33435 16 Cannot publish the FileTable '%ls' for replication. Replication is not supported for FileTable objects. 33436 16 Cannot enable Change Data Capture on the FileTable '%ls'. Chang e Data Capture is not supported for FileTable objects. 33437 16 Cannot publish the logbased view '%ls' for replication. Replica tion is not supported for logbased views that depend on FileTable objects. 33438 16 Cannot enable Change Tracking on the FileTable '%.*ls'. Change Tracking is not supported for FileTable objects. 33439 16 Cannot use IGNORE_CONSTRAINTS hint when inserting into FileTable '%.*ls', unless FILETABLE_NAMESPACE is disabled. 33440 16 When inserting into FileTable '%.*ls' using BCP or BULK INSERT, either CHECK_CONSTRAINTS option needs to be on, or FILETABLE_NAMESPACE needs to be disabled on the table. 33441 16 The FileTable '%.*s' cannot be partitioned. Partitioning is not supported on FileTable objects. 33442 16 The handle ID %d is opened against the server root share and can not be killed. The lifetime of the handle is controlled by the client who origin ally opened it. 33443 16 The database '%.*s' cannot be enabled for both FILESTREAM non-tr ansacted access and Database Mirroring. 33444 16 The database '%.*s' cannot be enabled for both FILESTREAM non-tr ansacted access and HADR. 33445 16 The database '%.*s' is a readable secondary database in an avail ability group and cannot be enabled for FILESTREAM non-transacted access. 33446 16 The FILESTREAM database configuration cannot be changed for data base '%.*s'. The database is either a mirror database in Database Mirroring, or is in a secondary replica of an AlwaysOn availability group. Connect to the se rver instance that hosts the primary database replica, and retry the operation. 33447 16 Cannot access file_stream column in FileTable '%.*ls', because F ileTable doesn't support row versioning. Either set transaction level to somethi ng other than READ COMMITTED SNAPSHOT or SNAPSHOT, or use READCOMMITTEDLOCK tabl e hint. 33448 16 Cannot disable clustered index '%.*ls' on FileTable '%.*ls' beca use the FILETABLE_NAMESPACE is enabled. 33449 10 FILESTREAM File I/O access is enabled, but no listener for the a vailability group is created. A FILESTREAM PathName will be unable to refer to a virtual network name (VNN) and, instead, will need to refer to a physical Windo ws Server Failover Clustering (WSFC) node. This might limit the usability of FIL ESTEAM File I/0 access after an availability group failover. Therefore, we recom mend that you create a listener for each availability group. For information abo ut how to create an availability group listener, see SQL Server Books Online. 33450 10 FILESTREAM File I/O access is enabled. One or more availability groups ('%ls') currently do not have a listener. A FILESTREAM PathName will be unable to refer to a virtual network name (VNN) and, instead, will need to refer to a physical Windows Server Failover Clustering (WSFC) node. This might limit the usability of FILESTEAM File I/0 access after an availability group failover. Therefore, we recommend that you create a listener for each availability group. For information about how to create an availability group listener, see SQL Ser ver Books Online. 34001 16 Dialog with queue 'syspolicy_event_queue' has encountered an err or: %s. 34002 16 Dialog with queue 'syspolicy_event_queue' has ended. 34003 16 Error number %d was encountered while processing an event. The e rror message is: %s. 34004 16 Execution mode %d is not a valid execution mode. 34010 16 %s '%s' already exists in the database. 34011 16 Specified value for property %s cannot be used with execution mo de %d. 34012 16 Cannot delete %s referenced by a %s. 34013 16 %s '%s' is referenced by a '%s'. Cannot add another reference. 34014 16 Facet does not exist. 34015 16 Policy group %s does not exist. 34016 16 Invalid target filer: %s. Only filters that restrict the first l evel below the Server node are allowed. 34017 16 Automated policies cannot reference conditions that contain scri pt. 34018 16 Target type "%s" is not a valid target type. 34019 16 Object "%s" is invalid. 34020 16 Configuration option "%s" is unknown. 34021 16 Invalid value type for configuration option "%s". Expecting "%s" . 34022 16 Policy automation is turned off. 34050 16 %ls 34051 16 %ls 34052 16 %ls 34053 16 %ls 34054 16 Policy Management cannot be enabled on this edition of SQL Serve r. 34101 20 An error was encountered during object serialization operation. Examine the state to find out more details about this error. 34102 16 An object in serialized stream has version %u but maximum suppor ted version of this class is %u. 34103 16 Error in formatter during serialize/deserialize. Required to pro cess %d elements but processed only %d elements. 34104 16 An error was encountered during object serialization operation. The object that failed serialization is %hs. 34901 16 The global lock manager encountered a severe failure. 35001 16 Parent Server Group does not exist. 35002 16 Server type and parent Server Group type are not the same 35003 16 Cannot move node to one of its children 35004 16 Could not find server group 35005 16 An invalid value NULL was passed in for @server_group_id. 35006 16 An invalid value NULL was passed in for @server_id. 35007 16 Could not find shared registered server. 35008 16 Cannot delete system shared server groups. 35009 16 An invalid value NULL was passed in for @server_type. 35010 16 An invalid value %d was passed in for parameter @server_type. 35011 16 The @server_name parameter cannot be a relative name. 35012 16 You cannot add a shared registered server with the same name as the Configuration Server. 35100 16 Error number %d in the THROW statement is outside the valid rang e. Specify an error number in the valid range of 50000 to 2147483647. 35201 10 A connection timeout has occurred while attempting to establish a connection to availability replica '%ls' with id [%ls]. Either a networking or firewall issue exists, or the endpoint address provided for the replica is not the database mirroring endpoint of the host server instance. 35202 10 A connection for availability group '%ls' from availability repl ica '%ls' with id [%ls] to '%ls' with id [%ls] has been successfully establishe d. This is an informational message only. No user action is required. 35203 16 Unable to establish a connection between instance '%ls' with id [%ls] and '%ls' with id [%ls] due to a transport version mismatch. 35204 10 The connection between server instances '%ls' with id [%ls] and '%ls' with id [%ls] has been disabled because the database mirroring endpoint wa s either disabled or stopped. Restart the endpoint by using the ALTER ENDPOINT T ransact-SQL statement with STATE = STARTED. 35205 16 Could not start the AlwaysOn Availability Groups transport manag er. This failure probably occurred because a low memory condition existed when t he message dispatcher started up. If so, other internal tasks might also have ex perienced errors. Check the SQL Server error log and the Windows error log for a dditional error messages. If a low memory condition exists, investigate and corr ect its cause. 35206 10 A connection timeout has occurred on a previously established co nnection to availability replica '%ls' with id [%ls]. Either a networking or a firewall issue exists or the availability replica has transitioned to the resolv ing role. 35207 16 Connection attempt on availability group id '%ls' from replica i d '%ls' to replica id '%ls' failed because of error %d, severity %d, state %d. 35208 16 Availability-group DDL operations are permitted only when you ar e using the master database. Run the USE MASTER command, and retry your availab ility-group DDL command. 35209 16 The %ls operation failed for availability replica '%.*ls', becau se the backup priority value is outside the valid range. The valid range is betw een %d and %d, inclusive. Set the backup priority to a value within this range, and retry the operation. 35210 16 Failed to modify options for availability replica '%.*ls' in ava ilability group '%.*ls'. The specified availability group does not contain an av ailability replica with specified name. Verify that availability group name and availability replica name are correct, then retry the operation. 35211 16 The %ls operation is not allowed. The operation attempted to ch ange the configuration of availability replica '%.*ls' to the asynchronous-commi t availability mode with automatic failover, which is an invalid configuration. Either change the failover mode to manual or the availability mode to synchrono us commit, and retry the operation. 35212 16 The %ls operation is not allowed by the current availability-gro up configuration. This operation would exceed the maximum number of %d synchron ous-commit availability replicas in availability group '%.*ls'. Change one of t he existing synchronous-commit replicas to the asynchronous-commit availability mode, and retry the operation. 35213 16 The %ls operation is not allowed by the current availability-gro up configuration. This operation would exceed the maximum number of %d automati c failover targets in availability group '%.*ls'. Change one of the existing sy nchronous-commit replicas to the manual failover mode, and retry the operation. 35214 16 The %ls operation failed for availability replica '%.*ls'. The minimum value for session timeout is %d. Retry the operation specifying a valid session-timeout value. 35215 16 The %ls operation is not allowed on availability replica '%.*ls' , because automatic failover mode is an invalid configuration on a SQL Server Fa ilover Cluster Instance. Retry the operation by specifying manual failover mode . 35217 16 The thread pool for AlwaysOn Availability Groups was unable to start a new worker thread because there are not enough available worker threads. This may degrade AlwaysOn Availability Groups performance. Use the "max worke r threads" configuration option to increase number of allowable threads. 35220 16 Could not process the operation. AlwaysOn Availability Groups re plica manager is waiting for the host computer to start a Windows Server Failove r Clustering (WSFC) cluster and join it. Either the local computer is not a clus ter node, or the local cluster node is not online. If the computer is a cluster node, wait for it to join the cluster. If the computer is not a cluster node, ad d the computer to a WSFC cluster. Then, retry the operation. 35221 16 Could not process the operation. AlwaysOn Availability Groups re plica manager is disabled on this instance of SQL Server. Enable AlwaysOn Availa bility Groups, by using the SQL Server Configuration Manager. Then, restart the SQL Server service, and retry the currently operation. For information about how to enable and disable AlwaysOn Availability Groups, see SQL Server Books Online . 35222 16 Could not process the operation. AlwaysOn Availability Groups do es not have permissions to access the Windows Server Failover Clustering (WSFC) cluster. Disable and re-enable AlwaysOn Availability Groups by using the SQL Se rver Configuration Manager. Then, restart the SQL Server service, and retry the currently operation. For information about how to enable and disable AlwaysOn Av ailability Groups, see SQL Server Books Online. 35223 16 Cannot add %d availability replica(s) to availability group '%.* ls'. The availability group already contains %d replica(s), and the maximum num ber of replicas supported in an availability group is %d. 35224 16 Could not process the operation. AlwaysOn Availability Groups f ailed to load the required Windows Server Failover Clustering (WSFC) library. Ve rify that the computer is a node in a WSFC cluster. You will need to restart th e SQL Server instance to reload the required library functions. 35225 16 Could not process the operation. The instance of SQL Server is running under WOW64 (Windows 32-bit on Windows 64-bit), which does not support A lwaysOn Availability Groups. Reinstall SQL Server in the native 64-bit edition, and re-enable AlwaysOn Availability Groups. Then, restart the SQL Server servic e, and retry the operation. For information about how to enable and disable Alwa ysOn Availability Groups, see SQL Server Books Online. 35226 16 Could not process the operation. AlwaysOn Availability Groups h as not started because the instance of SQL Server is not running as a service. R estart the server instance as a service, and retry the operation. 35228 16 The attempt to set the failure condition level for availability group '%.*ls' failed. The specified level value is out of the valid range [%u, % u]. Reenter the command specifying a valid failure condition level value. 35229 16 The attempt to set the health check timeout value for availabili ty group '%.*ls' failed. The specified timeout value is less than %u millisecond s. Reenter the command specifying a valid health check timeout value. 35230 16 The specified computer name is either an empty string or is long er than %d Unicode characters. Reenter the command specifying a valid computer n ame. 35231 16 The specified server instance name, '%ls', is invalid. Reenter t he command specifying a valid instance name. 35232 16 The specified endpoint URL '%.*ls' is invalid. Reenter the comma nd specifying the correct URL. For information about specifying the endpoint URL for an availability replica, see SQL Server Books Online. 35233 16 Cannot create an availability group containing %d availability r eplica(s). The maximum number of availability replicas in an availability g roup is %d. Reenter your CREATE AVAILABILITY GROUP command specifying from one to five availability replicas. 35234 16 Database name '%ls' was specified more than once. Reenter the co mmand, specifying each database name only once. 35235 16 The system name '%ls' was specified more than once in the REPLIC *ls''. retry the ALTER AVAILABILITY GROUP command later. Reenter the command. specifying a different instanc e of SQL Server for each replica. or the data base has not joined the availability group.*ls'. After the database has joined the availability group. to an avai lability group failed. The log must be restored from the previous primary replica to brin g the database out of out of the reinitializing state. That replica or the netw ork might be down. specifying this server instance to host one of the replicas.*ls'. then retry the operation.*ls' cannot be joined to or unjoined from availabili ty group '%. 35243 16 Failed to set resource property '%. 35250 16 The connection to the primary replica is not active. 35256 16 The session timeout value was exceeded while waiting for a respo nse from the other availability replica in the session. 35249 16 An attempt to add or join a system database. A SQL Server instance n ame could not be validated because the dynamic link library (DLL) file '%ls' cou ld not be loaded (Windows System Error %d). For more informatio n. Verify that the datab ase name is correct. The database is not joined to an availability group.*ls" is not in the correct state to become the prima ry database. '%. 35236 15 The endpoint URL was not specified for the availability replica hosted by server instance '%.*ls'. The comman d cannot be processed. see the ALTER AVAILABILITY GROUP Transact-SQL statement in SQL Server Books O nline. Specify only user databases for this operation. and retry the command. 35240 16 Database '%. specifying the endpoint URL of this instance of SQL Server. Verify that th e database name is correct and that the database is not joined to an availabilit y group. 35239 16 The ALTER DATABASE <database-name> SET HADR SUSPEND (or SET HADR RESUME) statement failed on database '%. or the command might be misconfigured. A SQL Server instance n ame could not be validated because the dynamic link library (DLL) file '%ls' cou ld not be located (Windows System Error %d). The database does not exist on this SQL Server instance.*ls' cannot be added to availability group '%. Connect to the correct secondary replica. 35251 16 This command can be run only on the primary replica. Verify that the specified server in stance exists. and reconfigure the availability group to add the database or replica again. This operation is not supported on the primary replica of the availability group. 35252 16 The command can only be run on a secondary database.A ON clause of this command.*ls' for availability group ' %. Reenter the command. 35253 16 Database "%. 35244 16 Database '%.*ls'. 35247 16 Failed to create the availability group.*ls maps to the instance of SQL Server to which you are connected.*ls' cannot be added to availability group '%. The database is currently joined to another availability group. This replica will b e the initial primary replica. If the partner is runn .*ls'. 35255 16 An attempt to start database '%. then retry the operation. When the cause of the e rror has been resolved. Ei ther the availability group does not contain the specified database. The operation encountered SQL Server error %d. 35237 16 None of the specified replicas for availability group %. Reenter the command. 35246 16 Failed to create the availability group. or the database has not yet started. the DLL file might be missing from the server insta nce. 35254 16 An error occurred while accessing the availability group metadat a. retry the command. and retry the command. 35242 16 Cannot complete this ALTER DATABASE <database-name> SET HADR ope ration on database '%.*ls' failed because the database is already started and online.*ls'. Reenter the command after the database is online and has joined the availabilit y group. Connect to the primary replica.*ls' of availability group '%. If it exists.*ls'. Remove this database or replica from the availability group. 35238 16 Database '%. For information about how to resume an availability databa se. 35257 16 AlwaysOn Availability Groups Send Error (Error code 0x%X. This is an informational message only.2x%. No user action is required. 35262 17 Skipping the default startup of database '%. 35266 10 AlwaysOn Availability Groups connection with %S_MSG database est ablished for %S_MSG database '%. leaving the database in an inconsistent state. 35259 16 Database '%. The session with the primary replica was in . drop this secondary database. Source stri ng: '%. The database will be marked SU SPECT.2x%. you might need to suspend the secondary database. This is an informational m essage only. The database will be sta rted by the availability group.2x%. you will need to resume t he database manually.2x-%.8x-%.*ls' has been suspended for the following reason: "%S_MSG" (Source ID %d.*ls' is already participating in a different availa bility group.*ls' on the availability replica with Replica ID : {%. 35269 21 Synchronization of a secondary database.*ls' because the dat abase belongs to an availability group (Group ID: %d). The '%ls' messa ge section is invalid.4x-%.2x%. 35273 10 Bypassing recovery for database '%ls' because it is marked as an inaccessible availability database. 35270 10 Received a corrupt FileStream transport message.2x}. failed. To complete recovery and bring the database online.4x-%. No user action is required. use current l og backups from the primary database to restore the log records past LSN %S_LSN. 35272 16 Either nvalid parameters were supplied for sys. This is an informational message only. restore it from a clean dat abase backup followed by all subsequent log backups. retry the command using correctly configure d partner-connection parameters.2x%. "NOT OK") was returned when sending a message for database ID %d.4x-%.*ls' on the availability replica with Replica ID: {%. 35261 16 Attempt to perform an AlwaysOn Availability Groups operation on a system database. Recovery was terminated. If an error occurred on the primar y database. '%ls'. 35267 10 AlwaysOn Availability Groups connection with %S_MSG database ter minated for %S_MSG database '%.*ls'. No user action is requi red.2x%. retry the command using correctly configured p artner-connection parameters. and then resume the database.4x-%.*ls' has been resumed. 35265 10 AlwaysOn Availability Groups data movement for database '%. leaving the database in an inconsistent state. Check for a possible cause in the SQL Server error log for the primary replica. 35263 16 During the undo phase.*ls'. The database will enter the RE STORING state. was interrupte d. 35264 10 AlwaysOn Availability Groups data movement for database '%. System databases are not supported by AlwaysO n Availability Groups. This is an informational me ssage only. '%. a function call (%ls) to the primary repl ica returned an unexpected status (Code: %d). The most likely cause of this error is that the availability group manager is not running.2x%. To return the database to a consistent state. see SQL Server Books Online. fix the issue on t he primary database.2x}. and retry the recovery operation.2x%.2x%. was interrupte d.sp_availability_g roup_command_internal or user does not have permissions to execute this procedur e. If the partner is r unning and visible over the network.ing and visible over the network.2x%. an availability database manager was not found for database id %d with availability group ID %d and grou p database ID %ls.2x%. but the cause could be a metadata error.2x%. Alternatively. 35260 16 During an attempted database recovery. 35268 16 Synchronization of a secondary database. No user a ction is required. '%. Ensure that the availability group manager and the WSFC cluster are started. To resume data movement on the database.8x-%.2x-%. and prepare a new one by restoring a full database backup of the primary database followed by all subsequent log b ackups.*ls'). 35289 16 Failed to send request for file '%. 35280 16 Database '%.*ls' primary d atabase for the local secondary database. contact Cus tomer Support Services.*ls' d atabase in a potentially damaged state. connect to the server in stance that is currently hosting the primary replica. 35274 10 Recovery for availability database '%ls' is pending until the se condary replica receives additional transaction log from the primary before it c omplete and come online.*ls" failed to decompress the log block whose LSN is %S_LSN. The availability group already contains an availability replica wit h the specified name. 35278 16 Availability database '%. 35281 16 Database '%. The database cannot be joined while in t his state. The database is not joined to the specified availability group. For more information. Resume the availability database.*ls' cannot be removed from availability group '%.*ls' to the availability group w as rejected by the primary database with error '%d'. The d atabase replica has been put into the SUSPENDED state. then retry the operation.*ls' to the '%.*ls' cannot be added to availability group '%. This is an informational message only. and retry the join operation.*ls'. To gain access to the database.*ls' cannot be added to availability gro up '%. see t he SQL Server error log for the primary replica. 35279 16 The attempt to join database '%. i s being restarted to resynchronize with the current primary database. This error can be caused by a corrupt network packet or a compression version mismatch. Restore the database. 35285 16 The recovery LSN %S_LSN was identified for the database with ID %d.*ls' cannot be removed from availability group '%.*ls'. Resuming the database will be retried . 35288 16 AlwaysOn Availability Groups log apply for availability database "%. then retry the operation. The expected LSN was %S_LSN. The availability group does not contain an availability replica with the specified name.*ls'. Verify tha t the database name is correct and that the database is not joined to an availab ility group. No user action is required. investigate the root cause. 35284 16 Availability replica '%.*ls'. 35282 16 Availability replica '%. 35276 17 Failed to allocate and schedule an AlwaysOn Availability Groups task for database '%ls'. This is an informational message only. The received LSN was %S_LSN. endpoint configuration. and re-run the command. If the problem persists.terrupted while reverting the database to the common recovery point. then retry the operation. you might need to restart the l ocal instance of SQL Server. No user action is required. 35286 16 Using the recovery LSN %S_LSN stored in the metadata for the dat abase with ID %d. you need to determine wha t has changed in the session configuration and undo the change. No user action is requi red. This is an informational message only.*l s'. 35287 16 AlwaysOn Availability Groups transport for availability database "%. or permissions (for the server account or security certificate). which is in the secondary role.*ls' cannot be removed from availability group '%. 35275 16 A previous RESTORE WITH CONTINUE_AFTER_ERROR operation or being removed while in the SUSPECT state from an availability group left the '%. Ensure that the server instance that hosts the primary replica is running.*ls'. because this replica is on the local instance of SQL Server. If the local availability replica is a secondary replica. Verify that the availability replica name is correct. Verify that the availability replica name and the availab ility group name are correct. Either the WSFC node lacks quorum or the communications links are broken because of problem s with links.*ls" has received an out-of-order log block. then retry the operation. Resume the availability database. Manual intervention may be required to resume synchroni zation of the database. If the error reoccurs. If the error keeps reoccurring. 35283 16 Availability replica '%. Verify tha t the database name and the availability group name are correct. The database replica has been put into the SUSPEND ED state. The database is already joined to the specified availability group. Estimated rollback completio n: %d%%. Chec k the database status in the SQL Server error log of the server instance that is hosting the current primary replica. 35307 15 CREATE INDEX statement failed because column '%. you might need to restart the instan ce of SQL Server. 35299 10 Nonqualified transactions are being rolled back in database %.*ls" on secondary replica failed bec ause the new backup information could not be committed on primary database. No user action is req uired. 35309 15 CREATE INDEX statement failed because a columnstore index cannot be created on a sparse column.*ls' is a computed column and a columnstore index cannot be created on a comput ed column. 35290 16 Failed to wait for completion of file requests from the '%. Consider creating a nonclustered columnstore index on a subset of col umns that does not include the column.automatically. No user action is required. 35294 16 Log backup for database "%. 35296 16 Log backup for database "%. The extended-recovery-fork stack changed while being retrieved by the seco ndary replica.*ls" was terminated. Either locks could not be acquired on the primary database or the database is no t operating as part of the availability replica. but a terminate backup message could not be sent to the primary replica. 35301 15 CREATE INDEX statement failed because a columnstore index cannot be unique. If the primary database is participating in the availability group. Check the database status in th e SQL Server error log of the server instance that is hosting the current primar y replica. 35305 15 CREATE INDEX statement failed because a columnstore index cannot be created on a view.*ls' primary database for the local secondary database. 35291 10 Failed to acquire exclusive access to the extended recovery fork stack (error %d). Consider creating a columnstore index without the predicat e filter. No log records need to be backed up at this time .*ls" on a secondary replica failed be cause the last backup LSN (0x%ls) from the primary database is greater than the current local redo LSN (0x%ls). 35302 15 CREATE INDEX statement failed because specifying sort order (ASC or DESC) is not allowed when creating a columnstore index. If the primary database is participating i n the availability group. 35298 10 The backup on the secondary database "%.*l s for an AlwaysOn Availability Groups state change. Resuming the database will be retried automatically. retry the operation. 35297 10 Log backup for database "%. Retry the log-backup operation later.*ls" on a secondary replica failed be cause a synchronization point could not be established on the primary database. If the problem persists. This is an informational message only. 35292 16 An internal error occurred when performing an operation on exten ded recovery forks. This is an informational message only. The primary replica should detect this error and cl ean up its backup history accordingly. Retry the operation. 35295 16 Log backup for database "%. 35308 15 CREATE INDEX statement failed because a columnstore index cannot be a filtered index. Consider creating a nonclustered columnstore ind ex on a subset of columns that does not include any sparse columns. This is an informational message only. Create the columnstore index without the UNIQUE keyword or create a unique index without the COLUMNSTORE keyword. r etry the operation.*ls" on secondary replica created bac kup files successfully but could not ensure that a backup point has been committ ed on the primary. Preserve this log ba ckup along with the other log backups of this database. 35293 16 Error in retrieving extended recovery forks from the primary rep lica. Consider creating a columnstore index on the base table o r creating an index without the COLUMNSTORE keyword on the view. 35311 15 CREATE INDEX statement failed because a columnstore index cannot . Create the columnsto re index without specifying a sort order.*ls' on table '% . This is an informational message only. then rebuilding the columnstore index after %S_MSG is complete.have included columns. Consider disabling the columnstore index before issu ing the %S_MSG statement. If the base table is not partitioned. Consider creating a columnstore index on columns without filestream data and omit the FILESTREAM_ON specificati on. Consider creating a nonclustered c olumnstore index on a subset of columns that does not include any columns with f ilestream data. . 35314 15 CREATE INDEX statement failed because a columnstore index cannot be created on a column set. Rebuild the columnstore index without specifying %S_MSG. Create the columnstore index using the same partition function and same (or equivalent) partition scheme as the base ta ble. Consider creating a columnst ore index without specifying DATA_COMPRESSION. 35329 15 ALTER INDEX REBUILD statement failed because specifying DATA_COM PRESSION is not allowed when rebuilding a columnstore index. 35317 15 CREATE INDEX statement failed because specifying %S_MSG is not a llowed when creating a columnstore index. Reorganization of a columnstore index is not necessary. create a nonpartitioned columnstore index. then creating a new columnstore in dex. Rebuild the columnstore inde x without specifying FILLFACTOR. 35315 15 CREATE INDEX statement failed because a columnstore index cannot be created in this edition of SQL Server. 35326 15 ALTER INDEX statement failed because a columnstore index cannot be reorganized. 35327 15 ALTER INDEX REBUILD statement failed because specifying %S_MSG i s not allowed when rebuilding a columnstore index. Create the columnstore index on the desired columns wi thout specifying any included columns. 35336 15 CREATE INDEX statement failed because specifying key list is mis sing when creating an index. Consider creating a nonclustered columnstore index on a subset of columns in the table that does not contain a column set or any sp arse columns. 35325 15 ALTER TABLE statement failed because the definition of a column cannot be changed if the column is part of a columnstore index. 35318 15 CREATE INDEX statement failed because the %S_MSG option is not a llowed when creating a columnstore index. 35337 16 UPDATE STATISTICS failed because statistics cannot be updated on a columnstore index. Create the index with specifying key list . Consider droppin g the columnstore index. 35328 15 ALTER INDEX REBUILD statement failed because the %S_MSG option i s not allowed when rebuilding a columnstore index. See Books Online for more details o n feature support in different SQL Server editions. 35312 15 CREATE INDEX statement failed because a columnstore index cannot be created on a column with filestream data. Rebuild the columns tore index without specifying DATA_COMPRESSION. Columnstore indexes are always c ompressed automatically. Columnstore indexes are always compressed automatically. 35313 15 CREATE INDEX statement failed because specifying FILESTREAM_ON i s not allowed when creating a columnstore index. Create the columnstore index without s pecifying the %S_MSG option. 35320 15 CREATE INDEX statement failed because specifying DATA_COMPRESSIO N is not allowed when creating a columnstore index. altering the column. 35330 16 %S_MSG statement failed because data cannot be updated in a tabl e with a columnstore index. 35334 15 DBCC DBREINDEX failed because specifying FILLFACTOR is not allow ed when creating or rebuilding a columnstore index. Rebuild the columnstore index without specifying the %S_MSG option. UPDATE STATISTICS is valid only when used with the STATS_ STREAM option. 35316 15 CREATE INDEX statement failed because a columnstore index must b e partition-aligned with the base table. Consider creating a columnstore index without specifying %S_MSG. *ls' is either a primar y key or a partitioning key that must be included. 35344 16 MERGE clause of ALTER PARTITION statement failed because two non empty partitions containing a columnstore index cannot be merged.*ls' is either a primar y key or a partitioning key that must be included. then re building the columnstore index after ALTER PARTITION is complete. 35349 16 TRUNCATE TABLE statement failed because table '%. Reduce the p recision of column '%. sp_tableoption failed because a table with a nonclustered columnstore index cannot be altered to use vardecimal storage fo rmat. 35357 15 CREATE INDEX statement failed. Only empty partitions can be split in when a columnstore i ndex exists on the table. then rebuilding the columnstore index after ALTER P ARTITION is complete. 35355 16 CREATE INDEX statement failed. 35348 16 CREATE INDEX statement failed because table '%. then rebuilding the columnstore index after ALT ER PARTITION is complete. Consider disabling the columnstore index before issuing th e ALTER PARTITION statement. Perform the operation without spec ifying the ONLINE option or drop (or disable) the columnstore index before perfo rming the operation using the ONLINE option. A columnstore index cannot includ e a decimal or numeric data type with a precision greater than 18. 35343 15 CREATE INDEX statement failed. 35342 16 CREATE INDEX statement failed. Consider droppin g the columnstore index before creating a new clustered index. 35346 16 SPLIT clause of ALTER PARTITION statement failed because the par tition is not empty.*ls' is either a primar y key or a partitioning key that must be included. Consider disabling the columnstore index before issuin g the ALTER PARTITION statement. Omit column '%. 35351 16 DROP INDEX statement failed because a columnstore index on a par titioned table must be partition-aligned with the base table (heap). 35341 16 CREATE INDEX statement failed.*ls' uses vardeci mal storage format.*ls' to 18. but a columnstore index canno t include a datetimeoffset data type with a precision greater than 2. Column '%. 35347 16 The stored procedure.*ls' to 18 or omit column '%. 35345 16 MERGE clause of ALTER PARTITION statement failed because two par titions on different filegroups cannot be merged if either partition contains co lumnstore index data.*ls' has a colu mnstore index on it.*ls' to 2. Consider disab ling the columnstore index before issuing the ALTER PARTITION statement. Consi der reducing the precision of column '%. 35354 16 CREATE INDEX statement failed because a columnstore index cannot be created on a table enabled for %S_MSG. Column '%.*ls'. Consider dropping the columnstore index.*ls' to 2 or omit column '%. Column '%.*ls'has a data type tha t cannot participate in a columnstore index. 35352 16 %S_MSG statement failed because the operation cannot be performe d online on a table with a columnstore index. Consider dr opping the columnstore index before dropping a clustered index. Reduce the precisi on of column '%. 35356 16 CREATE INDEX statement failed.*ls'. A columnstore index cannot includ e a datetimeoffset data type with a precision greater than 2.*ls'. A columnstore index cannot be created on a table using varde cimal storage. Consider disabling %S_MSG and then c reating the columnstore index. Consi der dropping columnstore index '%s' on table '%s'.35338 16 Clustered columnstore index is not supported. Consider r educing the precision of column '%. but a columnstore index canno t include a decimal or numeric data type with a precision greater than 18. 35340 16 Conversion between columnstore index and relational index is not supported. Consider rebuilding the table without vardecimal storage. 35339 16 Multiple nonclustered columnstore indexes are not supported.*ls'has a data type th . Consi der dropping the columnstore index then truncating the table. but '%. 35353 16 %s cannot be enabled on a table with a columnstore index. 35350 16 CREATE INDEX statement failed because a columnstore index on a p artitioned table must be partition-aligned with the base table. A table with a columnstore index cannot be truncated. Column '%. 36003 16 %s '%s' already exists for the given DAC instance.database %s does not exist. 36011 16 The caller must be sysadmin or the creator of the history entry being updated. 36004 16 DacInstance with the specified instance_id does not exist. 37001 16 This operation is not allowed since there are dependent objects pending installation. 36006 16 Dac Policy with the specified policy id already exists in the pa rts table. because it does not exist or you do not have permission to access it. 36012 10 Unable to execute T-SQL within procedure due to SQL Server limit ation. 36010 16 The caller must be a member of the dbcreator fixed server role t o perform this action. does not exist. 35401 10 ONLINE 35402 10 ALLOW_ROW_LOCKS 35403 10 ALLOW_PAGE_LOCKS 35404 16 sequence 35405 10 decryption 35406 10 creation 35409 10 Replication 35410 10 Change Tracking 35411 10 Change Data Capture 35412 16 CloudDB Async Transport 35413 16 CloudDB Async Transport Forwarder 35415 10 mirrored 35417 10 primary 35418 10 secondary 35419 16 feature 35420 16 operation 35421 16 statement 35422 16 index option 35423 16 table option 35424 16 operator 35425 16 value 35426 16 system column 35427 16 set option 35428 16 query hint 35429 16 transaction isolation level 35430 16 in memory index 35431 10 SCHEDULER 35432 10 NUMANODE 35433 16 federation 35434 16 federation distribution 35435 16 system database 35436 16 federation member database 35437 16 non federation member database 35438 16 federation root database 36001 16 %s '%s' already exists in the database. 36007 16 Dac Part the policy refers to. 36009 16 %s '%s' already exists in the Dac Parts.\nPlease execute following T-SQL in database '%s' context after this proce dure finishes:\n%s 36101 16 Process ID %d is not an active process ID. 36008 16 Dac Policy refers to a non-existent Policy. 36005 16 Dac root . 37004 16 The specified instance of SQL Server cannot be used as a utility .at cannot participate in a columnstore index. 37003 16 This operation is not allowed because a utility control point al ready exists on this instance of SQL Server. 37002 16 Cannot find the database '%s'. 36002 16 instance_id already exists in the database. The new CSN is (%d. 40015 16 This functionality is not supported on replicated tables. 40021 16 The low and high keys specified for the partition are invalid. 40032 16 Unsupported use of LOB in online index build. 40010 16 Replicated transactions across databases are not allowed. 37008 16 The operation cannot continue. %I64d). 40020 16 The database is in transition and transactions are being termina ted. 40033 16 Attempted CSN epoch switch is not allowed. 40004 16 Column count does not match. 40014 16 Multiple databases can not be used in the same transaction.%I 64d). the current CSN is (%d. 40003 16 Unexpected operation in replicated message. 40016 16 The partitioning key column '%.%I64d).%. 40029 16 Replicated tables can have at most %d columns. 40031 16 The partition key column for table '%. The specified instance of SQL Ser ver is not a SQL Server utility control point.*ls' is undefined. 37009 16 The operation cannot continue. 40012 16 Replicated target index %ld on table %ld is not found. 37010 16 The operation cannot continue. 40011 16 Replicated target table %ld is not found. The SQL Server utility control po int has managed instances of SQL Server enrolled. 37007 16 An error occurred during upload to the SQL Server utility contro l point.%. 40024 16 The last committed CSN (%d.%. To remove the SQL Server utility control point.*ls.*ls' is nulla ble or does not match the partition key type defined in the table group. 40009 16 Transaction state locally does not match the expected state.*ls' must be one of the keys of ' %. the current CSN is (%d. 38002 16 Only users having %s permission can execute this stored procedur e. 40030 16 Can not perform replica operation because the replica does not e xist in local partition map. the user must be a member of the sysadmin role. 40000 16 Replicated tables support only local (non-DTC) two-phase commit involving the master database. 40006 16 Unknown transaction id. 40028 16 The tablegroup name '%.%. Low must be less than high.%I64d). 40034 16 CSN being added must be equal last CSN+1.%. 40001 16 Secondary kill was initiated during commit. The new CSN is (%d. 40007 16 Invalid nesting level. 38001 16 Cannot find the file id %d in the database '%s'. 37005 16 The specified instance of SQL Server cannot be managed by a util ity control point because the feature is not enabled in SQL Server '%s'.*ls' is not valid.*ls. %I64d) was not found in the log.*ls. The new CSN is (%d. 40036 16 Can not perform replica operation because this node is not the s .*ls is not found. The last seen CSN was (%d. 40018 16 Partition key value is outside of the valid partition key range. 40023 16 The name %s is too long. the current CSN is (%d. 40035 16 CSN being added must be equal or greater than the last CSN. 40008 16 Replication target database is not found. 40017 16 Partition key can not be changed. 40019 16 The partition key column '%.control point because the feature is not enabled in SQL Server '%s'. 40013 16 Replicated target schema %.*ls.%I64d). 40022 16 A partition with overlapping key ranges already exists. 40002 16 Replicated row is not found.%I64d).%I6 4d).*ls' index. 40005 16 Duplicated transaction id.*ls' of table '%.*ls. 37006 16 Cannot perform the operation because the specified instance of S QL Server is not enrolled in a SQL Server utility. The local CSN is (%d. 40060 16 Attempt to replicate out of partition already locked for interna l use. 40078 16 The persisted queue logging has failed. 40051 16 Use of UPDATETEXT on replicated tables is not supported.%ls. .%I64d). 40061 16 Unknown rowset id. 40068 16 Idempotent mode has been used on an unknown transaction. the current counts are %ld (main quor um) and %ld (transient quorum).%I64d).%ls. The needed count is %ld. expected % d bytes. tempdb.%I64d). 40077 16 Remote rowset %ls.%ls.%I64d). 40072 16 Corrupted rowset metadata sequence. Refer to the state to identify the cause. Actual version is %d and the expected is %d.%I64d). 40081 16 Cardinality of index should not be less then zero. 40073 16 Partitioned tables are not supported. 40057 16 Table is not enabled for replication. 40080 16 Corrupted (too long) packed row. 40075 16 Column schema mismatch for rowset %ls. model and mssqlsystemresource databases can not be replicated. 40044 16 Corrupted fixed size data.%ls. 40037 16 The epoch being started must not have been used. the remote C SN is (%d. 40066 16 Transport destination is not found. 40043 16 Corrupted variable data. 40062 16 Incorrect replica role transition. 40063 16 Replica is not found. the current CSN is (%d. 40071 16 This partition does not have enough valid secondaries to start a DML transaction. 40041 16 Corrupted column status. The new CSN is (%d. 40074 16 Partition key is not found is the target rowset or is nullable o r not part of index keys. 40046 16 The minimum required message version %d for message type %d is u nsupported.econdary for this partition.%ls column %ld is not found locally. 40079 16 A non-null variable length value is received for a column that i s shorter locally. 40038 16 Can not get ack to rollback replication message. 40053 16 Attempt to replicate a non-replicated system table %ld. 40054 16 Tables without a clustered index are not supported in this versi on of SQL Server. the current CSN is (%d. 40065 16 CSN vector can be reinitialized only with initial or invalid CSN . 40049 16 Corrupted fragmented row.%I64d).%I64d). 40069 16 Could not obtain rowset interface. 40045 16 Message version mismatch. 40058 16 Unsupported replicated table usage option. 40039 16 Can not get ack to commit replication message. The new CSN is (%d. The new CSN is (% d. 40064 16 Attempt to add a CSN to an invalid CSN vector. 40052 16 Parallel queries are not supported on replicated tables. the current CSN is (%d. Actual remaining bytes is %d. expected %d bytes. 40047 16 Invalid use of parent transaction. 40056 16 Master.%ls column %ld. 40048 16 Corrupted fragmented row flow sequence. 40042 16 Corrupted column length. 40070 16 CSN mismatch detected. 40082 16 Induced exception for testing purposes. Actual remaining bytes %d. 40067 16 Corrupted row sequence. 40076 16 Too few columns from remote rowset %ls. Please create a clustered index and try again. 40050 16 Corrupted LOB row.%I64d). 40102 16 The partition can not have persisted queues modified in this sta te. 40099 16 Invalid nested transaction count found in the transaction log. 40137 15 40138 16 40139 16 . Query references entities from multiple partitions. Only BIGINT. and 40132 16 ions. Before dropping a table group. 40104 16 Only sysadmin can execute this stored procedure '%.*ls'. 40105 16 The local partition map for database %. Please rerun your query. UNIQUE VARBINARY(n) (0<n<=512) datatypes are supported currently. the current CSN is (%d.%I64d). 40092 16 This index %ld state for table %ld does not match the source. 40085 16 The primary partition has lost the quorum. 40109 16 Number of parameters specified for procedure or function %.*ls is starting up in red uced functionality mode because of log full. 40140 16 in the current 40141 16 this query. you have to delete all the partit This operation is not supported in this version of SQL Server.%I64d). 40098 16 Mismatched partition id found in the transaction log. The truncation CSN is (%d.*ls i s incorrect. 40101 16 The partition does not have persisted queues enabled. 40131 16 IDENTIFIER. 40103 16 The partition can not be changed inside a persisted object. Pending partition deletes will not be processed until the log is truncated.*ls resources with another process and has been chosen as the deadlock victim. 40097 16 The begin transaction message was not found when scanning persis ted replication queue. 40094 16 Incompatible key metadata change. get_new_rowversion() can only be used in an active transaction. 40106 16 The schema scope set in the session is not the current schema sc ope for the current partition. 40084 16 Multiple modifications to CSN vector in the same transaction are not supported. The o peration will be retried. 40089 16 The index configuration for table %ld index %ld does not match t he source. 40088 16 CSN being set is outside the CSN epoch range. New transactions can not start.%I64d). This system metadata view is not supported. It should be >= 1 and <= 32. the current CSN is (%d. 40130 16 Replication quorum parameter is %d. Partition has to be set using sp_set_partition before executing . User transaction s will be killed and the operation will be retried. Partition key type '%. 40096 16 Critical replication task could not start. 40133 15 40134 16 40135 15 40136 15 le user mode. 40086 16 Primary hit an error with this secondary. 40108 16 The filtered replica is not a subset of the primary replica. 40091 16 Truncation CSN is mismatched. 40095 13 Replication transaction (Process ID %d) was deadlocked on %. The data node does not host a replica of the requested partition Set partition failed since a different partition already was set transaction.*ls' is not supported. The scan can not be resumed. Thi s is only possible for table groups without a partition key. 40090 16 The primary partition is in transition and the transaction can n ot commit. The new CSN is (%d . Could not disable versioning because the database is not in sing Could not refresh options for all scoped databases. 40093 16 Replication background task hit a lock timeout. State is %d. 40087 16 Replica with the specified version is not found.40083 16 Corrupted CSN vector.%I64d). *ls" because it does not exist or you do not have permissions. %I64d) at %S_LSN. Error code: %d 40182 16 The schema scope %ld being created is not empty. 40180 16 Fabric-database ('%. At most 32 are currently supported. 40170 16 Catchup of secondary at %s:%s:%s:%d has failed. 40195 16 %ls FOR SID command is not supported in this version of SQL Serv .*ls') could not be opened. 40144 16 Cannot find the object "%.*l s'). 40143 16 The replica that the data node hosts for the requested partition is not primary. 40146 16 Table group object is not found.*ls' is only for CloudDB. 40183 16 Could not create database side pairing mutex for database ('%. Error code: %d 40185 16 Secondary failure report expects no context transaction. 40149 16 The database does not host any partitions. the database is alre ady paired. 40193 16 The maximum allowed number of database is already paired. 40147 16 Stored procedure '%. 40162 16 The replica that the data node hosts for the requested partition is not transactionally consistent.*ls') cannot be paired. 40192 16 Catchup of secondary at %s:%s:%s:%d has been cancelled.*ls') cannot be paired. 40159 16 Database scoping cannot be run inside a transaction. 40172 16 The partition is not in a state that allows deletion. The current database has been switched to master. 40179 16 Fabric-database ('%. 40186 16 The data node does not host a replica of the requested partition with the requested version. 40171 16 Table group name (single part name) should not be longer than nv archar(64).*ls') cannot be paired. 40176 16 Rename a partition can not be used in a transaction. 40166 16 A CloudDB reconfiguration is going on and all new user transacti ons are aborted. Explicitly specifying a ne w partition key is not allowed. 40175 16 Add a secondary with wait can not be used in a transaction. Please use "Alter table". 40161 16 Invalid partition type. 40178 16 A partition with same name already exists. 40160 16 Heartbeat message version mismatch. 40174 16 The partition is in transition and transactions are being termin ated. 40145 16 Database is not found. Actual version is %d and the expected is %d. the monitor thread i s not running. 40181 16 Fabric-database ('%. %I64d) at %S_LSN is greater than the requested snapshot CSN (%d. 40148 16 The existing persisted queue snapshot CSN (%d. 40187 16 The metadata record for the partition does not exist. 40153 16 The current database has been shutdown.40142 16 Accessing a different partition in the same transaction is not a llowed. 40167 21 A paired CloudDB fabric node failed and database %d must be shut down. 40158 16 Could not change database collation for database id %d. 40177 16 The new table group does not match the existing table group for the renaming partition. 40157 16 Too many secondaries. 40173 16 This requested operation can not performed as this partition is in delete process. 40194 16 Table %s has a partition key already. 40152 16 Partition delete expects no context transaction. the supplied mutex ( '%. Only 1 or 2 is supported. 40163 16 Become nothing expects no context transaction. 40151 16 Partition is in transactionally inconsistent state. 40501 20 The service is currently busy. Code: %d 40502 16 Duplicate group id settings specified. 40313 16 Not all rowsets could be deleted. 40312 16 Inconsistent index build state. 40518 16 DBCC command '%. 40512 16 Deprecated feature '%ls' is not supported in this version of SQL Server.*ls' is not suppo rted in this version of SQL Server. 40198 16 Only a primary replica can be configured as a forwarder. 40505 16 Incorrect user credentials. 40307 16 Cannot find index %ld on object %ld. Pl ease try again.er. 40510 16 Statement '%. 40196 16 A varbinary can not be longer than max length specified.*ls' cannot be invoked with parameters in this version of SQL Server. Incident ID: %ls. Expected dat a type %ls. 40199 16 There should be no context transaction when entering the forward er pending state. 40517 16 Keyword or statement option '%. 40309 16 Partition %ld is not found 40310 16 Converting a clustered index into a heap is not supported. 40202 16 Corrupted composite message. 40506 16 Specified SID is invalid for this version of SQL Server. Error code %d. 40314 16 Identity column not found on object %ld. 40209 17 Duplicate destination id. 40306 16 Cannot create an index %ld on object %ld. . 40204 16 Dispatch sequence number maintenance failure 40205 16 Maximum transport queue size reached. 40308 16 Metadata replication protocol error.*ls' is not supported in this version of SQL Server .*ls' is not supported in this version of SQL Ser ver. 40201 16 Destination server name is too long. 40511 16 Built-in function '%. 40302 16 Invalid identity value. 40516 16 Global temp objects are not supported in this version of SQL Ser ver. 40311 16 Switching out partitions not supported. Use a new connection to c onnect to a different Database.*ls' is not supported in this version of SQ L Server.*ls'. 40203 16 Could not register AsyncTransport endpoint. 40507 16 '%. 40514 16 '%ls' is not supported in this version of SQL Server. 40508 16 USE statement is not supported to switch between databases.*ls' is not supported in this ver sion of SQL Server. 40503 16 Database field %ls contains invalid value '%. 40513 16 Server variable '%. 40515 16 Reference to database and/or server name in '%. Retry the request after 10 second s. 40303 16 Enter idempotent sequence.*ls' is not supported in this version of SQL Server. 40504 16 Switching Databases is not supported. 40301 16 Invalid lock mode or resource received in lock request. Use a new connection to connect to a different Database. 40197 16 The service has encountered an error processing your request. 40208 16 Corrupted received message format. 40207 16 Async transport test failed. 40305 16 The current object is not a relation. 40304 16 Target object %ld is not found. 40206 16 Heartbeat lease time is less than the heartbeat worker interval. %. drop indexes. Database copy failed due to an internal e rror. 40532 11 Cannot open server "%. Try modifying fewer rows in a single transaction.40519 16 Invalid value '%. 40542 16 Incorrect number of parameters specified for procedure. Try modifying your query to process fewer rows. The target database has been dropped. or consult the documentation for possible resolutions. It must appear as the first s egment of the server's dns name (servername. Some libraries do not send the server name. Please drop target database and try again. Partition or delete dat a. . Code: %d 40545 20 The service is experiencing a problem that is currently under in vestigation. 40527 16 Linked servers are not supported in this version of SQL Server. 40544 20 The database has reached its size quota.*ls' in impersonation context is not suppor ted in this version of SQL Server. 40552 16 The session has been terminated because of excessive transaction log space usage. Length should be between 1 and %d .*ls statement must be the only statement in the batch.*ls' already exists. 40528 16 Users cannot be mapped to certificates.*ls' creation is not supported in this version of SQL Server. 40562 16 Database copy failed. or Wind ows logins in this version of SQL Server.*ls' type is not supported in this version of SQL Server. No more than 1 concurrent database copy fr om the same source is allowed. 40551 16 The session has been terminated because of excessive TEMPDB usag e. the serv er names must match.*ls' rowset provider not supported in this version of SQL Ser ver. 40563 16 Database copy failed. 40537 16 User '%.</value> 40565 16 Database copy failed.*ls' not found in the database. 40523 16 Implicit user '%. 40561 16 Database copy failed.*ls" requested by the login. Either the source or target database does not exist. 40535 16 Properties for schema scope '%. 40526 16 '%. 40534 16 A valid SID is already associated with the database owner. Please drop target database and try again later. Try modifying your query to reduce temporary table space usage. 40525 16 WITH %ls' is not supported in this version of SQL Server. asymmetric keys. 40543 16 Invalid %S_MSG name specified. Try reading or modifying fewer rows in a single transaction. Incident ID: %ls. Incident ID: %ls.*ls). Code: %d 40548 16 Granting CONNECT permission to the guest user in database '%. 40521 16 Securable class '%S_MSG' not supported in the server scope in th is version of SQL Server. 40529 16 Built-in function '%.*ls ' is not permitted. 40533 16 Server '%. if both formats are used. 40530 16 The %. in which case the server name must be included as part of the u ser name (username@servername).*ls' already exist.*ls' of login field in gateway magic syntax. 40520 16 Securable class '%S_MSG' not supported in this version of SQL Se rver. 40541 16 Procedure cannot be called from inside a partition. Try shortening your transaction. 40522 16 Database principal '%. The source database has been dropped. 40549 16 Session is terminated because you have a long running transactio n. 40550 16 The session has been terminated because it has acquired too many locks. 40564 16 Database copy failed. 40531 11 Server name cannot be determined. The login fa iled. Explicitly create the user before using it. 40553 16 The session has been terminated because of excessive memory usag e. In addition.*ls' is not supported in this version of SQL Server . 40524 16 Data type '%. *ls' becau se the physical database is read only. Maximum len gth is %d. Either the source or the target database h as become unavailable. 40581 16 Logically filtered secondaries are only supported if the seconda ry is a forwarder. 40569 16 Database copy failed. 40582 16 Federation member metadata for a database cannot be changed when there are logically filtered secondaries attached (split is running). To enable access. 40576 16 Table DDL on non-temporary tables is not supported in a filtered connection. use th e SQL Azure Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range.*ls' is too long. 40609 16 '%.*ls' is not a valid IPv4 address.40566 16 Database copy failed due to an internal error. and provide them the session tracing ID of '%. 40570 16 Database copy failed due to an internal error. Pl ease drop target database and try again. 40612 16 Spec proc was executed against a silo that cannot be upgraded to include firewall objects. Please drop targe t database and try again later. 40571 16 Database copy failed due to an internal error.*ls' is not allowed to access the server. 40603 16 Cannot execute procedure because current user is not Gateway. Client with I P address '%.*ls' is not supported in a federated database. 40611 16 Servers can have at most 128 firewall rules defined. 40617 16 The firewall rule name that starts with '%.*ls'.*ls' is not currently available. Provide this tracing ID to customer support when you need assistance. 40573 16 Cannot upgrade CloudDB auto partitions in database '%. 40572 16 Cannot obtain primary partition lock for CloudDB auto partition upgrade. 40602 16 Could not create login.*ls because it would exceed the quota of the server. Please drop targe t database and try again. 40574 16 Permissions for system stored procedures. 40615 16 Cannot open server '%. It may take up to five mi nutes for this change to take effect. 40604 16 Could not %. If the problem persists. and extended stored procedures cannot be changed in this version of SQL S erver. 40567 16 Database copy failed due to an internal error.*ls' is not supported in a filtered connection. 40610 16 The IP address that starts with '%. 40607 16 Windows logins are not supported in this version of SQL Server. 40606 16 Databases cannot be attached in this version of SQL Server. 40580 16 Statement '%. 40613 17 Database '%. Please drop targ et database and try again later. 40575 16 Data type '%. 40616 16 '%. 40601 16 Server Admin user already exists.*ls'. 40579 16 DML statements are not supported on non-federated tables in a fi ltered connection.*ls' requested by the login. 40568 16 Database copy failed. 40577 16 The constraint '%ls' is not supported in a federated database.*ls' on server '%. contact customer su pport. 40578 16 Statement '%.*ls' is not a valid login name in this version of SQL Server. Max . 40614 16 Start IP address of firewall rule cannot exceed End IP address. server scoped catalog views.*ls' is too long. Target database has become unavailable. 40608 10 This session has been assigned a tracing ID of '%. Please drop target database and try again.*ls' is not supported in a federated database. Please drop targe t database and try again. Please try again later. Please retry the connection later. 40583 16 Federation member does not exist for the given member id and fed eration root 40590 16 The Gpm is in rebuild and cannot be accessed as it is not yet co nsistent. 40619 16 The edition '%. 40651 16 Failed to create server because the subscription '%. Please contact your Azure service owner. 40629 16 An edition could not be determined from maxsize '%d'. 40618 16 The firewall rule name cannot be empty. 40631 16 The password that you specified is too long. The password should have no more than %d characters. Specify a valid maxsize value.*ls' is not a valid database edition in this version of SQL S erver. It can only be made up of lowercase letters 'a'-'z'. 40636 16 Cannot use reserved database name '%. The password does not meet policy re quirements because it is too short.*ls' is disa bled.*ls'.*ls'.imum length is %d.*ls' in this operation. the numbers 0-9 and the hyphen. The hyphen may not lead or trail in the name. 40648 17 Too many requests have been performed. altering.*ls'. 40647 16 Subscription '%. 40650 16 Subscription '%. Subscription '%. 40621 16 metric type 40622 16 metric data 40623 16 Reauthentication failed for login "%.*ls.*ls' does not support the database max size '%d G B'. use the NEW database name for future acti vity. the login has become invalid due to a password change. There may be billing related issue s with your Azure account.*ls' will exceed s .*ls' does not have the server '%. 40637 17 Database copy is currently disabled. 40620 16 The login failed for user "%. 40643 16 The specified x-ms-version header value is invalid. Please retry later.*ls' is disabled. 40633 16 '%. 40649 16 Invalid content-type is specified. 40644 14 Failed to authorize access to the specified subscription. Some system catalogs may be out of date until the command completes. 40652 16 Cannot move or create server. 40642 17 The server is currently too busy. 40630 16 Password validation failed. or other cause. 40638 16 Invalid subscription id '%. 40641 16 The specified location is invalid.*ls" is temporarily blocked.*ls". 40645 16 Servername "%. 40624 16 Operation is not allowed because server '%. a dropped login. Within the past reaut hentification interval. 40632 16 Password validation failed. or dropping) SQLAzure servers and databases is currently disabled. Please try again later. The password change failed. 40625 17 Provisioning (creating. 40634 16 This stored procedure can only be executed in the master databas e.*ls". Please wait a few minutes before trying again. 40639 16 Request does not conform to schema: %. P assword change during login is not supported in this version of SQL Server. 40626 20 The ALTER DATABASE command is in process. 40646 16 Subscription ID cannot be empty.*ls" because the database is read-o nly. Please retry login. Subscription does not exist.*ls' is in progress. This most frequently occurs for brief peri ods during system maintenance. 40640 20 The server encountered an unexpected exception. Please wait at least five minutes before logging into database '%. Only application/xml is supp orted. in order for the command to c omplete.*ls" cannot be empty or null.*ls' does not exist or is not ready for the oper ation.*ls' and database '%. If you have altered the database name. 40635 16 Client with IP address "%. 40627 20 Operation on server '%. The password does not meet policy re quirements because it is not complex enough. 40628 16 Failed to update database "%. 40715 16 Invalid operator type %.*ls' is currently being restored and cannot be dropp ed.*ls' in %. 40724 16 Unexpected Operator attribute in %. 41001 16 Failed to obtain local computer name (Error code %d). This request has been a ssigned a tracing ID of '%. 40713 16 Invalid values supplied for <parameter> element in %.*ls' is not a valid user name or you do not have permission. 40704 16 Invalid element name '%. The WSFC service may not be running or may not be accessible in its current state.*ls. 40708 16 Invalid param count '%.*ls in %.*ls' does not exist.*ls' in %. Please wait for restore to complete. 40720 16 Rule name '%. 40653 16 Could not find database '%. Provide this tra cing ID to customer support when you need assistance.*ls in %. 40668 16 '%. This request has been assigned a tracing ID of '%.*ls' that can be rest ored. or there is a system error. *ls. 40654 16 Specified subregion '%. 41000 16 Failed to obtain the local Windows Server Failover Clustering (W SFC) handle (Error code %d). see "System Error Codes" in the Windows Development documentati on. 40709 16 operator attribute is missing in %. 40665 16 '%.*ls.*ls' at time '%.*ls.*ls.*ls' already exists. 40716 16 Invalid input type %. 40656 16 Quota for maximum number of concurrent restores has been exceede d. 40712 16 Invalid usage of %. For information about this error code.*ls.*ls' does not exist. 40655 16 Database 'master' cannot be restored.*ls'.*ls' in %. 40721 16 Only one of inputtype. 40714 16 Out of memory. Provide this tracing ID to customer support wh en you need assistance.*ls. 40701 16 XML format used for specifying rules is invalid. 40667 15 Specifying a LOGIN is not allowed in a federation member. 40711 16 Rule name '%. isnull and format attributes is required in %. %. 40719 16 Failed to get %s lock on %s rules. 40705 16 Invalid Feature type '%. 40657 16 Restore is not enabled on the server. 41002 16 Failed to obtain the local Windows Server Failover Clustering (W .*ls. The suppl ied buffer may be too small.*ls. 40662 16 An internal error was encountered when processing the restore re quest. 40661 16 Restore has been cancelled by a system administrator. 40659 16 Could not successfully restore database because the maximum dura tion for processing a restore has elapsed.*ls' is invalid. For information about this error code.*ls.*ls' is not a supported collation. 40664 16 Database 'master' cannot be copied. 40660 16 Could not successfully restore database. see "Sy stem Error Codes" in the Windows Development documentation. 40663 16 Database '%. 40658 16 Quota for number of restores has been exceeded.*ls. 40706 16 Feature name '%.erver quota.*ls' in %. 40717 16 index attribute is missing in %. 40722 16 Failed to clear proc cache.*ls' is a unicode-only collation and cannot be a default coll ation for a database.*ls.*ls' in %.*ls'. isnull and format attributes is required in %. 40666 16 '%. 40703 16 Invalid attribute name '%.*ls. 40707 16 Invalid index value '%.*ls. 40718 16 one of inputtype. 40702 16 Failed to parse XML rules.*ls. 40723 16 Rule name cannot exceed more than %d characters. see "System Error Codes" in the Windows Development documentation. The WSFC service may not be running or may not be access ible in its current state. For information about this error code. see "System Error Codes" in the Windows Development d ocumentation. The WSFC service may not be running or may not be . 41012 16 The Windows Server Failover Clustering (WSFC) node control API r eturned error code %d. The WSFC service may not be running or may not be ac cessible in its current state. 41008 16 Failed to create the Windows Server Failover Clustering (WSFC) r esource with name '%s' and type '%s' (Error code %d). For info rmation about this error code. 41009 16 The Windows Server Failover Clustering (WSFC) resource control A PI returned error code %d. 41010 16 Failed to bring the Windows Server Failover Clustering (WSFC) gr oup online (Error code %d). or the specified cluster resource name or ID is invalid. The WSFC service may not be running or may not be a ccessible in its current state. The WSFC service may not be running or may not be accessible in its current state. 41004 16 Failed to obtain the Windows Server Failover Clustering (WSFC) g roup handle for cluster group with name or ID '%s' (Error code %d). 41005 16 Failed to obtain the Windows Server Failover Clustering (WSFC) r esource handle for cluster resource with name or ID '%s' (Error code %d). For informat ion about this error code. For informa tion about this error code. see "System Error Codes" in the Windows Development documentation . The WSFC service may not be running or may not be accessible in its current state. or the specified arguments are invalid. see "System Error Codes" in the Windows Development documentation. or the specified cluster group name is invalid. or the specified cluster group name is invalid. 41014 16 Failed to enumerate the Windows Server Failover Clustering (WSFC ) resources (Error code %d). 41013 16 Failed to obtain the Windows Server Failover Clustering (WSFC) r esource enumeration handle (Error code %d). For information about this error code. The W SFC service may not be running or may not be accessible in its current state. For information about this error code. For information about this error code. or the specified clust er resource name or type is invalid. see "System Error Codes" in the Windows Development documentation. The WSFC service may not be running or may not be accessible in its current state. For information about this error code. see "System Error Codes" in the Windows Development documentation. The WSFC service may not be running or may not be accessible in its current state. For information about this error code. see "System Error Codes" in the Windows Development documentation. or the specified arguments are invalid. 41011 16 Failed to take the Windows Server Failover Clustering (WSFC) gro up offline (Error code %d). The WSFC service may not be running or may not be a ccessible in its current state. The WSFC service may not be running or may not be acces sible in its current state. see "S ystem Error Codes" in the Windows Development documentation. The WSFC service may not be running or may no t be accessible in its current state. or the specified cluster resourc e handle is invalid. see "System Error Codes" in the Windows Developme nt documentation. 41003 16 Failed to obtain the local Windows Server Failover Clustering (W SFC) node ID (Error code %d). 41006 16 Failed to create the Windows Server Failover Clustering (WSFC) g roup with name '%s' (Error code %d).SFC) node handle (Error code %d). see "System Error Codes" in the Windows Development documentation. For information about this error code. se e "System Error Codes" in the Windows Development documentation. For information about this error code. For information about th is error code. or the specified cluster group name is invalid. see "System Error C odes" in the Windows Development documentation. or the s pecified cluster group name or ID is invalid. or the specified arguments are invalid. The WSFC se rvice may not be running or may not be accessible in its current state. 41007 16 The Windows Server Failover Clustering (WSFC) group control API returned error code %d. The WSFC service may not be running or may not be accessible in its cu rrent state.*ls' (Error c ode %d). F or information about this error code. 41019 16 Failed to drop a Windows Server Failover Clustering (WSFC) group with name or ID '%. see "System Error Codes" in the Windows Development documentation. R etry the operation with a group name that is unique in the cluster. The WSFC group with the specified name already exists. see "System Error Codes" in the Windows D evelopment documentation. The WSFC service may not be running o r may not be accessible in its current state. The WSFC service may not be running or may no t be accessible in its current state. The WSFC service may n ot be running or may not be accessible in its current state. For information about this error co de. The WSFC service may not be running or may not be accessible in its current state. see "System Error Co des" in the Windows Development documentation. or the specified arguments are invalid. 41024 16 Failed to register additional Windows Server Failover Clustering (WSFC) change notifications with notification filter %d and notification key %d (Error code %d). 41015 16 Failed to obtain the Windows Server Failover Clustering (WSFC) n ode handle (Error code %d). 41021 16 Failed to find a DWORD property (property name '%s') of the Wind ows Server Failover Clustering (WSFC) resource with ID '%. or the specified arguments are invalid. For information a bout this error code. or the specifi ed cluster resource or node handle is invalid. Create a new WSFC notification port and retry the operation. . or the specified cluster group nam e or ID is invalid. or the specified arguments are invalid. or the specified cluster group or node h andle is invalid. 41026 10 Failed to create the Windows Server Failover Clustering (WSFC) g roup with name '%ls'. The WSFC service may not be running or may not be accessible in its current sta te. or the specified arguments are invalid. The WSFC service may not be running or may not be a ccessible in its current state. 41022 16 Failed to create a Windows Server Failover Clustering (WSFC) not ification port with notification filter %d and notification key %d (Error code % d). 41017 16 Failed to add a node to the possible owner list of a Windows Ser ver Failover Clustering (WSFC) resource (Error code %d). see "System Error Codes" in the Windows Development documentation. see "System Error Codes" in the Windows Development docume ntation. The WSFC service may not be running or may not be accessible in its current state. For information about this error code. For information about this error code. see "System Error Code s" in the Windows Development documentation. 41018 16 Failed to move a Windows Server Failover Clustering (WSFC) group to the local node (Error code %d). For information about this error code.*ls' (Error code %d). 41016 16 Failed to remove a node from the possible owner list of a Window s Server Failover Clustering (WSFC) resource (Error code %d). or the specified arguments are invalid. For information about this erro r code. see "System Error Codes" in the Windows Development documentation. or the specified cluster resource enumeration h andle is invalid. The WSFC service may not be running or may not be accessible in its current state. The WSFC service may not be running or may not be accessible in its current state. see "System Error Codes" in the Windows De velopment documentation. 41023 16 The Windows Server Failover Clustering (WSFC) change handle is i nvalid because a WSFC notification port has not been created or has been closed. For information about this error code. For information about this error code. or the specified cl uster resource or node handle is invalid.accessible in its current state.*ls' (Error code %d). 41020 16 Failed to find a String property (property name '%s') of the Win dows Server Failover Clustering (WSFC) resource with name or ID '%. see "System Error Codes" in the Windows Development documentation. or the specified cluster node name is invalid. For information about this error code. 41025 16 Failed to receive Windows Server Failover Clustering (WSFC) chan ge notifications (Error code %d). see "System Error Code s" in the Windows Development documentation. see "System Error Codes" in the Windows Development documentation. For information about this error code . see "System Error Codes" in the Windows Developm ent documentation. or the specifie d arguments are invalid. or the specif ied arguments are invalid. The parent key is %sthe cluster root key. see "System Err or Codes" in the Windows Development documentation. For information about this error code. see "System Error Codes" in th e Windows Development documentation. 41030 16 Failed to open the Windows Server Failover Clustering registry s ubkey '%.*ls' (Error code %d). 41035 16 Failed to enumerate Windows Server Failover Clustering (WSFC) re gistry value (Error code %d). or the specified arguments are invalid. see "System Error Codes" in the Windows Development documentation. The WSFC service m ay not be running or may not be accessible in its current state. The parent key is %sthe cluster root ke y. or the specified arguments are i nvalid. or the specif ied arguments are invalid. or the specified arguments are invalid. or the specified arguments are invalid. The WSFC service may not be running or may not be a ccessible in its current state.*ls' (Error code %d). 41038 16 Failed to enumerate Windows Server Failover Clustering (WSFC) ob jects (Error code %d). see "System E rror Codes" in the Windows Development documentation.41027 16 Failed to start the Windows Server Failover Clustering (WSFC) ch ange listener (SQLOS error code %d).*ls' (Error code %d). see "System Error Codes" in the Windows Development documentation. The parent key is %sthe cluster root ke y. If the condition persists. The WSFC service may not be running or may not be accessible in its current state. For information about this error code. see "System E rror Codes" in the Windows Development documentation.*ls' (Error code %d). 41028 16 Failed to open Windows Server Failover Clustering (WSFC) registr y root key (Error code %d). If the corresponding availability group ha s been dropped. this error is expected. For information about this error code. For inf ormation about this error code. or the specified cluster object enumeration handle is invalid. The WSFC service may not be running or may not be accessible in its current state or the specified arguments are invalid. . For information about this error code. The WSFC service may not be running or may not be accessible in its current state. see "System Error Codes" in the Windows Development documentation. The W SFC service may not be running or may not be accessible in its current state. The WSFC service may not be running or may not be accessible in its current state. s ee "System Error Codes" in the Windows Development documentation. 41029 16 Failed to open the Windows Server Failover Clustering (WSFC) res ource registry key '%. For information about this error code. For information about this error code. 41033 16 Failed to retrieve the Windows Server Failover Clustering (WSFC) registry value corresponding to name '%. For information about this error code. The WSFC service may not be running or may not be accessible in its current state. see "System Error Codes" in the Windows Develop ment documentation. The WSFC service may not be running or may not be accessible in its current state.*ls' (Error code %d). For information about this error code. The WSFC service may not be running or may not be access ible in its current state. see "System Error Codes" in the Windows Development documentation. 41031 16 Failed to create the Windows Server Failover Clustering (WSFC) r egistry subkey '%. the SQL Server instance may need to be restarted. 41032 16 Failed to delete the Windows Server Failover Clustering (WSFC) r egistry subkey '%. or the specified a rguments are invalid. 41037 16 Failed to obtain a Windows Server Failover Clustering (WSFC) obj ect enumeration handle for objects of type %d (Error code %d).*ls' (Error code %d). For in formation about this error code. or the specified arguments are invalid. SQL Server may not have sufficient resourc es to start the WSFC change listener. 41034 16 Failed to set the Windows Server Failover Clustering (WSFC) regi stry value corresponding to name '%. The WSFC service may not be running or may not be accessible in its current state. 41036 16 Failed to delete the Windows Server Failover Clustering (WSFC) r egistry value corresponding to name '%. For information about this error code.*ls' (Error code %d). 41046 16 Cannot add replica '%. 41044 16 Availability group name to ID map entry for availability group ' %. This is an informational message only.*ls' to the availability group '%. Please verify the replica and availability group names specified are correct. 41041 16 SQL Server instance to Windows Server Failover Clustering (WSFC) node map entry cannot be found for the SQL Server instance '%. 41047 16 Failed to obtain the Windows Server Failover Clustering (WSFC) n ode state for the local WSFC node (Error code %d). This is an informational message only. a WSFC group ID. This is an informational message only.*ls'.*ls' to the availability group '%. 41043 16 For availability group '%. If the availability group name you specified is correct. Each WSFC node can contain only one replica of an availability group. No user action is re quired. b ecause there is already a database with the same name in the availability group. see "System Error Codes" in the Windows Development documentation . No user action is required. or the corres ponding registry entry does not exist. 41051 10 AlwaysOn Availability Groups: Local Windows Server Failover Clus tering service started. 41048 10 AlwaysOn Availability Groups: Local Windows Server Failover Clus tering service has become unavailable. This is an informational message only. .41039 16 An availability group replica already exists on the Windows Serv er Failover Clustering (WSFC) node '%. and their corresponding lengths in characters. 41040 16 Failed to remove the availability group replica '%. The availability group does not contain a replica with the specified name. Verify the SQL Server instance name and retry the operation. be cause there is already a replica with the same name in the availability group. This is an informational message only. The availability group name may be incorrect. No user action is required.*ls'. Verify the availability group and replica names and then r etry the operation. No u ser action is required. 41050 10 AlwaysOn Availability Groups: Waiting for local Windows Server F ailover Clustering service to start. 41049 10 AlwaysOn Availability Groups: Local Windows Server Failover Clus tering node is no longer online. you may need to drop and recreate the availability group. 41052 10 AlwaysOn Availability Groups: Waiting for local Windows Server F ailover Clustering node to start.*ls' cannot be found in the Windows Server Failover Clustering (WSFC) store.*ls'. the value of the name-to-ID map entry is invalid. 41053 10 AlwaysOn Availability Groups: Local Windows Server Failover Clus tering node started.*ls' and WSFC gro up ID '%.*ls' from ava ilability group '%. The specified SQL Server instance name is invalid. or the availability group may not exist in this Windows Server Failover Cluster. This is an informational message only. If this error persists. Verify the availability group ex ists and that the availability group name is correct and then retry the operatio n. or the availability g roup configuration data may be corrupt.*ls' already exists. Please verify that the database and availability group names specified are cor rect. For information about th is error code.*ls'. The availability group name may be incorrect. 41045 16 Cannot add database '%. No user action is required.*ls'. try dr opping the availability group and then retry CREATE AVAILABILITY GROUP operation . 41042 16 The availability group '%.*ls'. The WSFC service may not be running or may not be accessible in its current state. Please choose another WSFC node to host the new replica. No user action is required. This error could be caused by a previous failed CREATE AVAILABILITY GROUP or DROP AVAILABILITY G ROUP operation. The binary value should contain a Windows Server Failover Clu stering (WSFC) resource ID. see error code 5023 in "System Error Codes" in the Windows Development documentation. This is an informational message only.*ls' (Error code: %d).*ls' is sto pping. The local replica w ill be removed now. No user action is required. No user action is req uired. 41063 16 Windows Server Failover Clustering (WSFC) detected that the avai lability group resource with ID '%. if the other replica is no longer being hosted on this WSFC node. or the data is corrupt. 41055 10 AlwaysOn Availability Groups: Local Windows Server Failover Clus tering node is online. or while the WSFC node was down. Retry the operation with a resource name that is unique in the cluster. Wait for the WSFC resource to enter a terminal state. The WSFC resource with the specified name already exis ts. see "System Error Codes" in the Windows Development documen tation. and retry the operation. This is an informational message only.41054 10 AlwaysOn Availability Groups: Waiting for local Windows Server F ailover Clustering node to come online. For information ab out this error code. 41065 16 Cannot bring the Windows Server Failover Clustering (WSFC) resou rce (ID: '%. you may need to drop and recreate the availability group. This is an informational message only. 41064 16 Failed to set local node as sole preferred owner for the Windows Server Failover Clustering (WSFC) group with ID '%.*ls' was removed while the avail ability replica on this instance of SQL Server was offline.*ls' of availability group '%.*ls') online (Error code %d). 41057 16 Failed to create the Windows Server Failover Clustering (WSFC) r esource with name '%ls'. Another replica of the same av ailability group is already online on the local Windows Server Failover Clusteri ng (WSFC) node. 41056 16 Availability replica '%. The WSFC group is not in a state that could . If the error persists . Each WSFC node can host only one replica of an availability gro up. 41067 16 Cannot drop the Windows Server Failover Clustering (WSFC) group (ID or name '%. The WSFC service may not be running or may not be accessible in its current state. No user action is required.*ls' was online when the availability group w as not actually online. 41062 16 The ID of availability group '%. The attempt to synchronize the WSFC resource state with the availability group state failed (Error code: %d). s ee "System Error Codes" in the Windows Development documentation. This is an informational message only. No user action is required. regardless of the number of SQL Server instances on the node. 41059 10 AlwaysOn: Availability group '%.*ls' in local data store is inco nsistent with that in the Windows Server Failover Clustering (WSFC) data store. To resolve this error.*ls'. 41066 16 Cannot bring the Windows Server Failover Clustering (WSFC) resou rce (ID '%. drop the availability group and then recreate it. 41058 10 AlwaysOn: The local replica of availability group '%. For information about th is error code. The WSFC resource is not in a state that can accept the request. Use the ALTER AVAILABILITY GROUP command to correct the availability group configuration. The WSFC group might be in state that cannot accept the request.*ls' canno t be brought online on this SQL Server instance. see "System Error Codes" in the Windows Development documentation . 41061 10 AlwaysOn: The local replica of availability group '%. For information about this error. N o user action is required.*ls' is sta rting. or the WSFC resource may not be in a state that could accept the request. 41060 16 The Cyclic Redundancy Check (CRC) value generated for the retrie ved availability group configuration data from the Windows Server Failover Clust ering (WSFC) store does not match that stored with the data for the availability group with ID '%. Th en.*ls') online at this time.*ls') at this time. The availability group may have been dropped and recreated while the SQL Server instance was offline. restart th is instance of SQL Server to bring the local replica of the availability group o nline. For information about this error code. This is an informational message only. The availability group data in the WSFC store may have been modified outside SQL Server. This is an informational message o nly. see "System Error Codes" in the Windows Deve lopment documentation. see error code 50 23 in "System Error Codes" in the Windows Development documentation. 41077 16 Cannot bring the Windows Server Failover Clustering (WSFC) group (ID '%. because the WSFC group does not exist.*ls'. 41068 16 Failed to enumerate the Windows Server Failover Clustering (WSFC ) registry key (Error code %d). The persisted configuration is written by a higher-version SQL Server that hosts the primary availability replica.*ls' in the Windows Server Failover Clustering (WSFC) store could not be determined. 41070 16 Configuration data for the availability group with Windows Serve r Failover Clustering (WSFC) resource ID '%. 41074 10 AlwaysOn: The local replica of availability group '%.*ls' is not found in the WSFC data s tore. The operation encountered SQL Server error %d and has bee n terminated. 41076 10 AlwaysOn: Availability group '%. Please use DROP AVAILABI LITY GROUP command to clean up previously failed operations. see error code 50 23 in "System Error Codes" in the Windows Development documentation. 41080 16 Failed to delete SQL Server instance name to Windows Server Fail over Clustering node name map entry for the local availability replica of availa bility group '%. The local WSFC node may be down.*ls') online at this time. or a previous CREATE AVAILA BILITY GROUP or DROP AVAILABILITY GROUP operation has failed. Verify that the lo cal WSFC node is up before retrying the operation. Upgrade the local SQL Server insta nce to allow the local availability replica to become a secondary replica. No user action is required.*ls' is pre paring to transition to the primary role in response to a request from the Windo ws Server Failover Clustering (WSFC) cluster. 41079 16 Cannot drop the Windows Server Failover Clustering (WSFC) group (ID or name '%. see error code 5013 in "System Error Codes" in the Windows Development documenta tion. or a previous CREATE AVAILABILITY GROUP or DROP AVAILABILITY GROUP operation has failed. Please wait for the WSFC group to enter a terminal state an d then retry the operation. try to recreate the availability group.*ls' cannot be removed from availability group ' %. or the specified arguments are invalid.*ls' is going offline because it is being removed. Check that the registry value name is correct. For information about this error. Refer to the SQL Server error log for details about this SQL Serv . The availa bility group may have been dropped but the current WSFC node was not notified. 41073 16 The database '%. The WSFC group is not in a state that could accept the request. Specify a valid WS FC group ID or name and retry the operation. No user action is requ ired. For information about this error code. 41075 10 AlwaysOn: The local replica of availability group '%. No user action is required. For information about this error.*ls'. This is an informational message only. an d retry the operation. Please use DROP A VAILABILITY GROUP command to clean up previously failed operations before retryi ng the current operation. because a registry entry with the s pecified name does not exist.*ls'). 41069 16 The existence of availability group data for the availability gr oup '%. 41071 16 Cannot read the persisted configuration of AlwaysOn availability group with corresponding Windows Server Failover Clustering (WSFC) resource ID '%. 41072 16 The ID of availability group '%.*ls'. This database does not belong to the availability group. Please wait for the WSFC group to enter a terminal state an d then retry the operation. The WSFC service may not be running or may not be accessible in its current state.*ls' is pre paring to transition to the resolving role in response to a request from the Win dows Server Failover Clustering (WSFC) cluster. To resolve this error.*ls'. 41078 16 Failed to delete the Windows Server Failover Clustering (WSFC) r egistry value corresponding to name '%.accept the request. This is an informational message only. For information about this error. The availability group may have been dropped.*ls' in local data store does no t exist in the Windows Server Failover Clustering (WSFC) data store. 41084 16 The Windows Server Failover Clustering (WSFC) cluster control AP I returned error code %d. For information about this error code. Refer to the SQL Server error log for detai ls about this SQL Server error and corrective actions. For information about this error code. For more information.er error and corrective actions. KB 2494036. The resource state is not consistent with the availability grou p state in the instance of SQL Server. 41091 10 AlwaysOn: The local replica of availability group '%. The prerequisite QFE hotfix. see Microsoft Knowledge Base article KB 2494036 ("A hotfix is available to let you configure a cluster node that does not have quor um votes in Windows Server 2008 and in Windows Server 2008 R2").*ls' to Failed. T he WSFC service may not be running or may not be accessible in its current state . This is an informational message only. No user action is required. This is an informational message onl y. 41090 10 Failed to update Replica status within the local Windows Server Failover Clustering (WSFC) due to exception %d. This is an informational message only. The WSFC resource state indicates that t he local availability replica is the primary replica. because SQL Server is shutting down. No user action is required. see "System Error Codes" in the Window s Development documentation. The WSFC service may not be running or may not be acce ssible in its current state. 41088 16 Failed to determine if the Windows Server Failover Clustering (W SFC) service is in Force Quorum state. 41086 16 Failed to retrieve the Paxos tag from the Windows Server Failove r Clustering (WSFC) registry hive. Veri fy whether the 'HKLM\Cluster\PaxosTag' registry value exists in the WSFC registr y hive. see "System Erro r Codes" in the Windows Development documentation. or the specified argu ments are invalid.*ls' is res tarting because the existing primary replica restarted or the availability group failed over to a new primary replica. but the local replica is n . The WSFC registry hive might be corrupt. The WSFC service may not be running or may not be accessibl e in its current state. 41085 16 Failed to find a DWORD property (property name '%s') of the Wind ows Server Failover Clustering (WSFC) (Error code %d). see "System Error Codes" in the Windows Development documentation. This is an informational message only.*ls' is goi ng offline because either the lease expired or lease renewal failed. 41093 10 AlwaysOn: The local replica of availability group '%. The WSFC service may not be running or may not be accessible in its current state. 41092 10 AlwaysOn: The availability replica manager is going offline beca use %ls. No user act ion is required. 41094 10 AlwaysOn: The local replica of availability group '%. The operation encountered SQL Serve r error %d and has been terminated. 41083 16 Failed to obtain the cluster quorum resource (Error code %d). 41089 10 AlwaysOn Availability Groups startup has been cancelled. For information about this error code. Verify whether the 'HKLM\Cluster\PaxosTag' is in the format outlined in the Microsoft Knowledge Base article KB 947713 ("The implications of using the /forcequorum sw itch to start the Cluster service in Windows Server 2008").*ls'. No user action is required. For information about this error code. The WSFC registry hive might be corrupt.*ls' is goi ng offline because the corresponding resource in the Windows Server Failover Clu stering (WSFC) cluster is no longer online. 41087 16 Error in parsing the Paxos tag from the Windows Server Failover Clustering (WSFC) registry hive. No user action is required. 41082 16 Failed to obtain the name of local Windows Server Failover Clust er (Error code %d). 41081 16 Failed to destroy the Windows Server Failover Clustering group c orresponding to availability group '%. 41095 10 AlwaysOn: Explicitly transitioning the state of the Windows Serv er Failover Clustering (WSFC) resource that corresponds to availability group '% . see "System Error Cod es" in the Windows Development documentation. might not yet be installed on your Windows Server 2008/Windows Server 2008 R2 sy stems. This is an informational message only. *ls' and/or its local availability rep lica does not exist. The resource type is not registered in th e WSFC cluster.*l s' in the Windows Server Failover Clustering (WSFC) cluster. This is an informational message onl y. 41105 16 Failed to create the Windows Server Failover Clustering (WSFC) r esource with name '%s' and type '%s'.*ls' and/or its local availability replica does not exist. 41099 10 AlwaysOn: The local replica of availability group '%.*ls' is goi ng offline.*ls' is bei ng removed.ot in the primary role. Resolve the windows error and retry the availability group operation. run DROP AVAILABILITY GROUP command. This is an informational message only. Verify that the specified availability group name is corre ct. then retry the operation. However. No user action is required. see Windows Server documentation. *ls'. 41096 10 AlwaysOn: The local replica of availability group '%. The WSFC cluster many have been destroyed and created again.*ls' failed to create necessary events for the WSFC Lease mechanism. This replica failed to read the persisted configuration because of a version mismatch. 41104 16 Failover of the availability group '%. check the SQL Server error log and the Windo ws Server Failover Cluster logs and system event logs. For information about how to view events and logs for a Windows Server Failover Clustering (WSFC) cluster . 41103 10 Startup of the AlwaysOn Availability Replica Manager has been te rminated. then retry the operation.*ls'. This is an infor mational message only. Verify that the specified availability resource ID is correct. KB 2494036. The instance of SQL Server failed to validate the integrity of the a vailability group configuration in the Windows Server Failover Clustering (WSFC) store. because it failed to read the persisted configuration. because the 'FixQuorum' property of Windows Server Failover Clustering (WSFC) is not present.*ls' is goi ng offline. see Microsoft Knowledge Base article KB 2494036 ("A hotfix is avai lable to let you configure a cluster node that does not have quorum votes in Win dows Server 2008 and in Windows Server 2008 R2"). T o register the resource type in the WSFC cluster. The local availabi lity replica either is not the primary replica or is shutting down. This is an informational message only. No user action is required. For more information. An availability replica of the specified availability group already exist s on this instance of SQL Server. No user action is requ ired. 41097 10 AlwaysOn: The local replica of availability group '%. Verify that the specified availability group name is correct and unique. To remove the existing av ailability replica. 41107 16 Availability group '%. 41108 16 An error occurred while removing availability group '%. This is an informational message only. 41106 16 Cannot create an availability replica for availability group '%. No user action is required. No user action is required. and it has exhausted the maximum for restart attempts.*ls' is res tarting.*ls' to the local replica failed because the availability group resource did not come online due to a prev ious error. 41101 16 The availability group with Windows Server Failover Clustering r esource ID '%. The prerequisite QFE hotfix. the attempt to remove this configuration from th . Windows returned error code (%d) when obtaining handl es for Lease events. The DROP AVAILABILITY GROUP command removed the availability group configuration fr om the local metadata. This replica failed to read the persisted configuration. 41100 16 The availability group '%. disable and then enable Always On in the SQL Server Configuration Manager. t hen retry the operation. This is expected if the availability group has been removed from anothe r instance of SQL Server. might not yet b e installed on your Windows Server 2008/Windows Server 2008 R2 systems. 41098 10 AlwaysOn: The local replica of availability group '%. and that the local availability replica has joined the availability group. To identify that error. 41102 10 Failed to persist configuration data of availability group '%. and that the local avai lability replica has joined the availability group. If this problem persists.*ls' because it alr eady exists in a system table. Retry the operation later.*ls' to this instance of S QL Server because a failover command is already pending on the local replica of this availability group. 41116 16 Cannot create an availability group named '%. 41114 16 Cannot create an availability group named '%. 41117 16 Cannot map local database ID %d to the availability database ID '%. The availability replica signal is invalid given the current r eplica role. 41110 10 AlwaysOn: The availability replica manager is starting. The local copy of the availability group configuration does n ot exist or has not been initialized. No user action is required. Check the state of the local WSFC node. This is an informational messa ge only. This database is already mapped to an availability group. retry the operation. 41119 16 Could not find the availability group ID %d in the system table.*ls' within availability group '%. To remove the availability group configuration from the WSFC cluster. To failover this availability group to another instance of SQL Server. 41118 16 Cannot map database ID %d to the availability database ID '%. 41120 16 Failed to start task to process a down notification for the loca l Windows Server Failover Clustering (WSFC) node (SQL OS error: %d). then no action is required. 41128 16 Failed to perform database operation '%s' on database '%. 41126 16 Operation on the local availability replica of availability grou p '%.*ls' because its a vailability group ID (ID: '%. AlwaysOn Availability Groups replica manage r is not enabled on the local instance SQL Server. 41115 16 Cannot create the availability group named '%. and retry the oper ation. re-enter the command.*ls' failed. Check the SQL Server error log to determine the cause of the failure. '%s'.*ls'. 41127 16 Attempt to set database mapping state where the local database i d %d is not mapped to any availability group.*ls' to this instance of S QL Server. Verify that the availability group exists and that the local copy of the configuration is initialized. This is an informational message only. run the failover command on that instance of SQL Server.*ls' with replica I D '%. If the server instance is run ning an edition of SQL Server that supports AlwaysOn Availability Groups. The local availability replica is already the primary replica of the availability group. Another local database. local availability replica has %s joined). If local instance of SQL Server is intended to host the primary replica of the availabili ty group. Possible ca uses are no worker threads are available or there is insufficient memory.*ls'.*ls' because this ID already exists in a system table. Wait for the pending failover command to complete befo re issuing another command on the local replica of this availability group. you ca n enable the it by using the SQL Server Configuration Manager.*ls' can not accept signal '%s' in its current replica role. you might need to re start the instance of SQL Server. When the signal is permitted based on the current role of the loca l availability replica.*ls' (I . 41112 16 A Windows Server Failover Clustering (WSFC) API required by avai lability groups has not been loaded. 41121 10 The local availability replica of availability group '%. 41113 16 Cannot failover availability group '%. the instance of SQL Server i s low on resources. contact you r database administrator. 41109 17 Could not enqueue a task (SQL OS error: 0x%x) for process action s for the availability group '%.e Windows Server Failover Clustering (WSFC) cluster failed because the AlwaysOn Availability Groups manager is not online (SQL Server error: %d). Most likely. 41122 16 Cannot failover availability group '%. is already mapped to this availability database. and if this condition persists. No user action is required.*ls'. 41111 10 AlwaysOn: The availability replica manager is waiting for the in stance of SQL Server to allow client connections. and state (configurati on is %s in Windows Server Failover Clustering store.*ls') already exists in a system table. (ID %d).*ls ' within availability group '%. you may need to restart the SQL S erver instance. 41137 10 Abandoning a database operation '%ls' on availability database ' %. run the force failover com mand on this instance of SQL Server. and no force failover command was iss ued on the local availability replica. This is an informational message only. No user action is required. not all databases are synchronized.*ls'. Verify the database and availability group names.*ls' failed with SQL Server error %d (Error details: "%. you might need to restar t the instance of SQL Server. Then verify that the availability group resource exists in the WSFC cluster. you might need to drop the availability group and create it again. 41142 16 The availability replica for availability group '%. If the condition persists.*ls' online.*ls' online. Either the database does not belong to the availability group. The operation has been rolled back.*ls. If the problem persists. The database is currently pro cessing another operation that might change the database state.*ls' (Database ID: %d) in availability group '%. you might need to restart the server ins tance. This is an informational message only. The local availability replica is not the primary.*ls' of availability group '%. 41130 16 Operation '%s' on a database '%. The sequence number of local availability replica has changed (Previous sequence number: %u. or drop and recreate it. The operatio n timed out. 41136 16 Failed to join the availability replica to availability group '% . 41132 16 Cannot join database '%.*ls'. See previous error messages in the SQL Serv er error log for more details. If the problem persists. To determine the cause of this error.*ls'. One or more databases are not synchronized or have not joined the availability group. and retry the command specifying th e correct names.*ls").*ls' because the group is not online. current sequence number: %u) . or the database has not joined the group. No user action is required. and retry the command. 41141 16 Failed to set availability group database information for availa bility group %. Then retry the join operation.D %d) in availability group '%. 41139 10 Failed to set database information for availability group %. contact the database administrator.*ls' (Database ID: %d) in availa bility group '%.*ls' of availability group '%. 41135 10 Startup of AlwaysOn Availability Groups replica manager failed d ue to SQL Server error %d.*ls' on this instance of SQL Server cannot become the primary replica. 41134 16 Cannot bring the availability group '%. Either bring the availability group onli ne. To designate the local availability repl ica as the primary replica of the availability group.*ls.*ls' cannot process the ALTER AVAILABILITY GROUP command. If the problem persists.*ls' from availability group '%. The local availability replica is not the primary replica. Retry the operat ion later. 41133 10 Cannot remove database '%. or it is shutting d own. The local i nstance was not the previous primary replica when the availability group went of fline. 41131 10 Failed to bring availability group '%. Verify that the local Windows Server Failover Clustering (WSFC) nod e is online.*ls'.*ls' to availability group '%. 41138 17 Cannot accept AlwaysOn Availability Groups operation operation o n database '%. because the local availability replica is not the primary replic a. and rerun the command.*ls' (SQL OS error: %d). No user action is required. check the SQL Server error log for the preceding error. 41129 16 Failed to schedule or execute database operation '%s' on databas e '%. or the WSFC clus ter was started in Force Quorum mode. Verify the names of the database and the availability group. or is sh utting down. T he instance of SQL Server may have insufficient resources to carry out the datab ase operation. If the cluster was started in Force Quorum . This is an informational message only. The specified database does not belong to the availability group. The database might be in an incorrect stat e for the operation. Connect to the server instance that is currently hosting the primary replica of this availability group.*ls'. If the problem persists. 41140 16 Availability group '%. *ls' from this instance of SQL Server. Verify that the specified availability group name is correct. No user action is required. you can perform a planne d manual failover to this secondary replica (without data loss). or it may not be a ccessible in its current state. 41156 16 Cannot drop availability group '%. The operation enco untered SQL Server error %d and has been rolled back. Then execute the DROP AVAILABILIT Y GROUP command to clean up any metadata that might remain from the failed attem pt to create the availability group. 41150 16 Failed to take availability group '%. A previous operation to read or update per sisted configuration data for the availability group has failed. The database has already joined the availability group. Wait for CREATE AVAILABILITY GROUP comma nd to finish.mode or the availability replica uses the asynchronous-commit mode. No user action is required. T his is an informational message.*ls' offline. 41152 16 Failed to create availability group '%. This is an informational m essage.*ls' to this SQL Server in stance. To recover fro m this failure. The database does not exist on this instance of SQL Server.*ls' is in a failed state. 41143 16 Cannot process the operation. No user action is required.*ls' to availability group '%. see SQL Server Books Online. To recover from this failure. 41153 16 Failed to create availability group '%. Otherwise. specifying the correct database name. Verify that the speci fied availability group name is correct. Verify that the specifi ed availability group name is correct.*ls'. Then retry the o peration. The replica failed to read or update the persisted configura tion data (SQL Server error: %d). or the local availabil ity replica is being removed from the availability group. The local Avai lability Groups manager has not been initialized.*ls' to this instance of S QL Server. once all local secondary databases are joined and synchronized. then retry the operation. 41147 10 AlwaysOn Availability Groups was not started because %ls. and retry the operation.*ls' to availability group '%. The local replica of availability Group '%. 41145 10 Cannot join database '%. 41154 16 Cannot failover availability group '%. 41146 16 Failed to bring Availability Group '%. The operation enco untered SQL Server error %d.*ls '. 41151 16 Error accessing the Availability Groups manager.*ls' is in a failed state. Check the SQL Server erro r log for more details.*ls'. This is an informational message. either restart the local Windows Server Failover Clustering (WSF C) service or restart the local instance of SQL Server. . Please verify the local WSFC node is up and the n retry the operation. An attempt to roll back the operation failed. The availability group is either being dropped. The Windows Server Failover Clustering (WSFC) service may not be running. retry CR EATE AVAILABILITY GROUP command. When the cause of the error has been resolved. Wait for the current operation to comp lete. 41144 16 The local availability replica of availability group '%. Che ck the SQL Server error log for more details. 41149 16 Operation on the availability group '%. consider pe rforming a forced manual failover (with possible data loss). For more inform ation. or it may not be a ccessible in its current state. 41148 16 Cannot add or join database '%.*ls' online.*ls'. Wait until the Availability G roups manager is in a state that allows access. then retry the command if necessary. either because of a connection timeout or cancellation by user. Verify the data base name and that the database exists on the server instance. The availability group may need to be recre ated if the drop operation was unintentional. Verify the local WSFC node is up and then retry the operation. The availability group is being dropped. The Windows Server Failover Clustering (WSFC) service may not be running. The availability group is still being created. either restart the local Windows Server Failover Clustering (WSFC) service or restart the local instance of SQL Server.*ls' has been cancelled o r terminated. 41155 16 Cannot failover availability group '%. *ls' to transition to the primary role. Verify that the availability group and availability replica names are correct. then retry the command. The availability replica is curr ently being accessed by another operation. 41164 16 An error occurred while waiting for the local availability repli ca of availability group '%. The availability group and/or the local availability replic a will be restarted automatically.41157 16 Cannot remove the local availability replica from availability g roup '%. and then retry the command. the availabil ity group might need to be dropped and recreated. When the cause of the error has been resolved.*ls'. The operation encountered SQL Server e rror %d and has been terminated. 41161 16 Failed to validate the Cyclic Redundancy Check (CRC) of the conf iguration of availability group '%. and then retry the command. Wait for the current opera tion to complete. 41162 16 Failed to validate sequence number of the configuration of avail ability group '%. then retry the command. The operation encountered SQL Server error %d.*ls' in availability group '%. 41168 16 An error occurred while attempting to access availability replic a with ID '%. Verify that the Windows Server Failover Clustering (WSFC) cluster and the availability group are in the correct states for the command. If configuration data corruption occurred. The availability replica is not found in the availability group configuration. retry the ALTER AVAILABILITY GROUP JOIN command. The in-memory sequence number does not match the persist ed sequence number. or the local availability replica is being disjoined. 41167 16 An error occurred while attempting to access availability replic a '%.*ls' has been t . Check SQL Server error log for more details. Check the SQL Server error log for more details. The operation encountered SQL Server error %d and has been rolled back .*ls' to transition to the resolving role. Run DROP A VAILABILITY GROUP command to clean up any metadata that might remain from the av ailability group.*ls' in availability group '%. 41165 16 A timeout error occurred while waiting to access the local avail ability replica of availability group '%.*ls' in availability group '%. 41169 16 An error occurred while attempting to access the availability gr oup database with ID '%. and has been terminated.*ls'. 41163 16 An error occurred while waiting for the local availability repli ca of availability group '%. then retry the command if necessary. The availability replica is no t found in the availability group configuration. Wait for the in-progress operation t o complete. Check the preceding error and the SQL Server e rror log for more details about the error and corrective actions.*ls' as the primary replica.*ls' from this instance of SQL Server. No user action is required at this time. Verify th at the specified availability group name is correct. Verify that the Windo ws Server Failover Clustering (WSFC) cluster and the availability group are in t he correct states for the command. The operation encountered SQL Server e rror %d. The operation encountered SQL OS error %d. 41160 16 Failed to designate the local availability replica of availabili ty group '%. 41166 16 An error occurred while waiting to access the local availability replica of availability group '%. and then retry the command.*ls'.*ls'. Verify that the availability g roup name and availability replica ID are correct. 41170 10 Post-online processing for availability group '%. The operati on encountered SQL OS error %d and has been terminated.*ls'. The availability group is either being dropped. Check the SQL Server error log for more details. then retry the c ommand. and then retry the command. Verify that the local availability replica is in t he correct state. 41159 16 Failed to join local availability replica to availability group '%. The opera tion encountered SQL OS error %d and has been terminated.*ls'. Verify that the av ailability group name and availability database ID are correct.*ls'. 41158 16 Failed to join local availability replica to availability group '%. and the availability group has been taken offline to protect its config uration and the consistency of its joined databases. The availability da tabase is not found in the availability group configuration.*ls'. An attempt to rollback the operation failed.*ls'. 41175 10 Failed to stop the task of WSFC event notification worker (SQL O S error: %d). Eit her the local availability replica is no longer the primary. 41174 10 Failed to start the task of the Windows Server Failover Clusteri ng (WSFC) event notification worker (SQL OS error: %d). the operation encountered SQL Server error %d while applying the new configurati . The availability group configuration has been updated. If the problem persists . 41184 16 Failed to modify availability replica options for availability g roup '%. Wait for the current operation to complete. Verify that the specified availability group name is correct . Either post-online processing has already completed.*ls'. you might need to restart the instance of SQL Server.erminated. and has been terminated. 41179 16 Cannot remove the local availability replica from availability g roup '%. then retry the command if necessary. Wait for the current operation to comp lete. Wait for the completion of the drop command and retry th e operation later. The operation has been rolled back. This is an informational message. *ls' is being dropped. Refer to the SQL Server error log for more information. 41182 16 Failed to set the local availability replica of availability gro up '%. In such case s.*ls' from this instance of SQL Server. Verify that the specified availability group name is corr ect. and no user action is required. or the WSFC service is not accessible. the operation encountered SQL Server error %d. you might need to restart the instance o f SQL Server. The availability group is curren tly being created. because a Windows S erver Failover Cluster (WSFC) group with the specified name already exists. and has been terminated. Before the availability group configuration could be updated. This is usually an internal condition. If the problem persists. 41180 16 Attempt to access non-existent or uninitialized availability gro up with ID '%. However. If the problem persists. Verify that the local WSFC node is online. No user action is required. 41171 16 Failed to create availability group '%. The availability group is currently being created.*ls'. 41178 16 Cannot drop availability group '%. 41183 16 Failed to modify availability replica options for availability g roup '%. Verify that the local Windows Server Failover Clustering (WSFC) node is online. the local avail ability replica is no longer the primary replica. 41172 16 An error occurred while dropping availability group '%. and then retry the command if nec essary.*ls'. you might need t o restart the instance of SQL Server. 41177 16 The availability replica of the specified availability group '%. The operation has been rolled back successfully. or retry the operation specifying a different availability group name. and then retry the command. either remove or rename the existing WSFC group. Then retry the operation. The operation encountered SQL OS error %d.*ls' from this SQL Server inst ance. such as the availabi lity group is being dropped or the local WSFC node has lost quorum.*ls' as joined in Windows Server Failover Clustering (WSFC) database. and retry the command . and then retry the command. and that the loc al availability replica is the primary replica. Verify that the speci fied availability group name is correct.*ls'.*ls' from Windows Server Failover Clustering (WSFC) cluster and from the local metadata. Verify that the availabil ity group state in Windows Server Failover Cluster is correct. The operation encountered SQL OS error %d. 41176 10 Failed to acquire exclusive access to local availability group c onfiguration data (SQL OS error: %d). A concurrent operation may have changed the state of the a vailability group in Windows Server Failover Cluster. To retry creating an availability group.*ls'. Verify tha t the specified availability group name is correct. 41181 16 The local availability replica of availability group '%. 41173 16 An error occurred while removing the local availability replica from availability group '%.*ls' did not become primary. then retry the op eration. or the availability group is b eing dropped. the operation encountered SQL Server error %d while applying the new configuration to the loca l availability replica. and has been rolled back. Use an ALTER AVAILABILITY GROUP command to undo the changes to the availability group configuration. 41187 16 Availability group '%. Refer to the SQL Server erro r log for details.*ls' cannot process an ALTER AVAILABILITY GROUP command at this time. No user action is required. The database is in the process of being removed from the availability group. This is an inform ational message only. The operation encountered SQL Server error %d before the availability group configu ration could be updated.*ls' can not become the primary replica. When the remove-database operation completes.*ls'. Reenter your CREATE AVAILABILITY GROUP com . Verify th at the specified availability group name is correct. H owever. Availability replica lease expired.*ls' cannot process an ALTER AVAILABILITY GROUP command at this time. Verify that the local Windows Server Failover Clustering (WS FC) node is online. and then retry the operation. Then retry the command. Reduce the memory or thread count on the instance of SQL Server to allow new threads t o get scheduled. The availability group configuration has been updated. and has been terminated. The availability group may need to be recreated if it was dropped unintentionally. The local availability replica lease is no longer valid to process the lease renewal command. Refer to the SQL Server error log for more information. To manually clean up the partially created availability group. Wait for CREATE AVAI LABILITY GROUP command to finish. Verify that the local Window s Server Failover Clustering (WSFC) node is online. 41195 16 Availability group '%. then retry the command. Upgrade the local inst ance of SQL Server to the same or later version as the server instance that is h osting the current primary availability replica. The availability group is being dropped. Verify that the Windows Serv er Failover Clustering (WSFC) cluster and the availability group are in the corr ect states for the command. 41196 16 Failed to create availability group '%. The availability group is still being created. The operation en countered SQL OS error %d and has been terminated. Ver ify that the specified availability group name is correct. However.*ls' failed to process %s-%s command.*ls' failed to process the WSFC lease-rene wal command. you might need to restart the local instance of SQL Server. If new tasks are scheduled the problem might resolve itself. because a Windows S erver Failover Cluster (WSFC) group with the specified name already exists. and then retry the command. The last-known primary availability replica is of a higher version than the local availability replica. Check the SQL Server error log for mo re details. 41194 16 An error occurred while waiting for the local availability repli ca for availability group '%. V erify that the availability group is online and that the local availability repl ica is the primary replica.on to the local availability replica. and then retry the command. An attempt to rollback the operation failed.*ls' to availability group '%. The local availability replica is not in a state that could process the command. Then retry the join-database command. Processing of new ac tions might be delayed or stalled until the resource limits are resolved. 41192 17 Creating and scheduling a worker task for AlwaysOn Availability Groups failed due to lack of resources (SQL OS error %d). 41186 16 Availability group '%. 41190 16 Availability group '%. 41193 10 Cannot join database '%.*ls' failed to process %s-%s command.*ls' MOD IFY DDL is same is cached availability group configuration. Verify that the local Windows Server Failover Clustering node is online.*ls' failed to process the %s-%s command. The operation has been terminated. 41189 16 Availability group '%. 41188 16 Availability group '%.*ls'.*ls' to complet post-online work. run the DROP AVAILABILITY GROUP command. 41185 10 Replica option specified in ALTER AVAILABILITY GROUP '%. if the problem persists. the database will no longer be joined t o the availability group. 41191 16 The local availability replica of availability group '%. Refer to the SQL Server error log for details . Use the ALTER AVAILABILITY GROUP command to undo the changes made to the availability group configuration. 41207 10 A locale ID that is not supported was specified for a column wit h 'STATISTICAL_SEMANTICS'. Fulltext indexes using 'STATISTICAL_SEMANTICS' cannot be created or populated. *ls' is %d.*ls'. 41201 16 The SEMANTICSIMILARITYTABLE. 41302 16 The current transaction attempted to update a record that has be en updated since this transaction started. SEM ANTICKEYPHRASETABLE or SEMANTICSIMILARITYDETAILSTABLE function is not full-text indexed with the STATISTICAL_SEMANTICS option. 41208 10 Warning: The population for table or indexed view '%ls' (table o r indexed view ID '%d'. 41215 16 The SEMANTICSIMILARITYTABLE. For informatio n about features supported by the editions of SQL Server. specifying an availability mode for the replic a.*ls'.*ls' specified in the SEMANTICSIMILARITYTABL E. 41203 16 The column '%. 41197 15 The FAILOVER_MODE option has not been specified for the replica '%. SEMANTICKEYPHRASETABLE or SEMANTICSIMILARITYDETAILSTABLE function doesn't hav e a full-text index that uses the STATISTICAL_SEMANTICS option. The column must be full-text ind exed using the STATISTICAL_SEMANTICS option to be used in this function. 41204 16 The source_key parameter is required in the SEMANTICSIMILARITYTA BLE function. S ome columns of the row will not be part of the semantic index.*ls' specified in the SEMANTICSIMILARITYTABLE. SEMANTICKEYPHRASETABLE and SEMANTIC SIMILARITYDETAILSTABLE functions do not support update or insert. 41300 16 The current transaction cannot support any operations. 41305 16 The current transaction failed to commit. Provide a valid semantic language statistics database name. SEMANTICKEYPHRASETABLE and SEMANTIC SIMILARITYDETAILSTABLE functions do not support remote data sources. database ID '%d') encountered a document with full-text key value '%ls' that specifies a language not supported for semantic indexing. database ID %d. Reenter the command. Transaction state is % . 41303 16 The number of buckets for an in-memory table index must be a pow er of 2. Reenter the command. specifying a failover mode for the replica. document ID % d) 41206 10 An ALTER FULLTEXT INDEX statement cannot remove the 'STATISTICAL _SEMANTICS' option from the last column in the index that has the option set whe n a "WITH NO POPULATION" clause is specified. 41214 16 An error occurred while trying to register the semantic language statistics database. 41301 17 A previous transaction that the current transaction took a depen dency on has aborted and the current transaction can no longer commit. Please verify that the locale ID is correct and that the corresponding language statistics has been installed. see SQL Server Books O nline. Full-text indexes using 'STATISTICAL_SEMANTICS' cannot be created or p opulated. 41209 10 A semantic language statistics database is not registered. A full-text ind ex using the STATISTICAL_SEMANTICS option is required to use this function.*ls' for table '%.*ls' does not exist or the database format is no t valid. 41198 15 The AVAILABILITY_MODE option has not been specified for the repl ica '%. 41202 16 The source table '%. 41211 16 A semantic language statistics database is already registered.*ls' (table or indexed view ID %d. index '%. 41212 16 No semantic language statistics database is registered. The statement was terminated.*ls'. 41199 16 The specified command is invalid because the AlwaysOn Availabili ty Groups feature is not supported by this edition of SQL Server. 41205 10 Error %d occurred during semantic index population for table or indexed view '%. Roll back the transaction. 41304 10 The current value of option '%. 41213 16 The database '%. 41210 10 The semantic language statistics database is not accessible or n ot valid. Remove the "WITH NO POPULATION" cl ause.mand specifying a unique availability group name. Please simplify the stored procedure. 41404 16 The availability group is offline. 41401 16 WSFC cluster service is offline.*ls' failed. 41314 16 Conversion of parameter default for parameter '%. at least one availability replica do es not currently have the primary or secondary role. 41412 16 In this availability group. 41313 16 The C compiler encountered a failure. the secondary replica is not ready for an automatic failover. result is %d. and this availability group is not available. 41311 16 The file %. 41403 16 Availability group is offline. GetLastError = 0x%x. The connected state is DISCONNECTED. 41312 16 Unable to call into the C compiler. GetLastError = 0x%x. at least one synchronous replica is not currently synchronized. 41319 16 At most %d conjuncts are allowed in queries inside compiled stor ed procedures. at least one secondary replica is no t connected to the primary replica. 41407 16 Some availability replicas are not synchronizing data. 41308 16 The database %d has been deployed since the last drop database.d. 41317 16 A user transaction cannot call natively compiled procedures from more than one database. 41399 16 The error message for HRESULT 0x%x hasn't been implemented yet. 41415 16 Availability replica does not have a healthy role. Possibly t he secondary replica is unavailable. 41310 16 The database %d is not currently deployed. h owever. or its data synchronization state is curren tly not in the SYNCHRONIZED synchronization state. 41406 16 The availability group is not ready for automatic failover. 41408 16 In this availability group.*ls could not be opened. The replica does not have either the primary or secondary role. 41316 16 Restore operation failed. 41315 16 Checkpoint operation failed. 41307 16 The row size limit of %d for in-memory tables has been exceeded. 41409 16 Some synchronous replicas are not synchronized. The primary replica and a secondary replica are configured for automatic failover. 41410 16 In this availability group. The connected state is DISCONNECTED. at least one secondary replica has a NOT SYNCHRONIZING synchronization state and is not receiving data from the prim ary replica. 41405 16 Availability group is not ready for automatic failover. 41417 16 Availability replica is disconnected. 41414 16 In this availability group. and is unavailable. 41318 16 Distributed transactions are not supported for in-memory tables. 41397 16 The database %d has not been deployed or has been dropped since it last was. 41413 16 Some availability replicas are disconnected. This issue can be caused by a cluster service issue or by the loss of quorum in the cluster. 41309 16 Unable to load the compiled DLL for database %d. so it cannot be dropped. 41411 16 Some availability replicas do not have a healthy role. The exit code was %d. 41306 16 The nest limit of %d for conditional blocks and exception blocks for natively compiled stored procedures has been exceeded. 41398 16 The directory for temporary files "DRIVE:\Hekaton" cannot be fou nd. This issu e can be caused by a failure in the server instance that hosts the primary repli ca or by the WSFC availability group resource going offline. 41402 16 The WSFC cluster is offline. Please simplify the table definition. 41416 16 The role of this availability replica is unhealthy. The replica synchronization state could be either SY NCHONIZING or NOT SYNCHRONIZING. error is x%08lx. 41419 16 Data synchronization state of some availability database is not . 41418 16 This secondary replica is not connected to the primary replica. 41425 16 Data synchronization state of availability database is not healt hy. 45007 16 %ls cannot be run while another federation operation is in progr ess on federation %. Specified boundary valu e already exists for federation distribution %.* ls is not valid. 45017 16 %ls operation failed. 41428 16 This secondary replica is not joined to the availability group. all availability dat abases should be in the SYNCHRONIZED state. all availability databases should be in the SYNCHRONIZING s tate. 45018 16 Specified federation operation id is invalid for %ls operation.*ls and federation %.*ls and federation %. 45005 16 Filter value cannot be set or was already set for this session. Specified federation name %. .healthy. 45006 16 The federation key value is out of bounds for this member.*ls. the join state must be Joined Standalone Instance (1) or Joined Failover Cluste r (2). see SQL Server Boo ks Online. 45015 16 Specified federation operation id is already in use. The statement was terminated. 41422 16 Either a database administrator or the system has suspended data synchronization on this availability database. 41426 16 The data synchronization state of this availability database is unhealthy. Specified federation distribution name %. Specified data type is not supported as a federation distribution. 41427 16 Availability replica is not joined. tab le '%. %d is not a valid federation id. 45027 16 %ls operation failed. 45021 16 %ls operation failed. 45014 16 %ls is not supported on %S_MSG.*ls and federation %. 45004 16 %ls operation failed.*ls'. 45019 16 %ls operation failed.*ls.*ls'. see SQL Server Books Online. %d is not a valid federation member id. Specified type information is not valid fo r federation distribution. Specified boundary value does not exist fo r federation distribution %. 45002 16 %ls operation failed.*ls. For an availability replica to be successfully joined to the availability group. Federation is in invalid state. 41423 16 Secondary database is not joined. The configuration of this secondary database is incomplete. 45016 16 Specified federation %. 45001 16 %ls operation failed. every availability da tabase should be in the SYNCHRONIZING state. 45023 16 %ls cannot be called on %S_MSG. On an asynchronous-commit availability replica.*ls'. 41424 16 This secondary database is not joined to the availability group. ev ery availability database should be in the SYNCHRONIZED state. If this is an asynchronous-commit a vailability replica. The conflict occurred in database '%. Specified value is not valid for federatio n distribution %. 45020 16 %ls operation failed. 45003 16 %ls operation failed. 45026 16 %ls operation failed. If this is a synchronous-commit availability replica.*ls is not val id. For information abo ut how to join a secondary database to an availability group. 41420 16 At least one availability database on this availability replica has an unhealthy data synchronization state. column '%. For information about how-to join a secondary replica to an availability group. On a synchronous-commit replica. 41421 16 Availability database is suspended. 45022 16 A column insert or update conflicts with a federation member ran ge. 45024 16 ALTER FEDERATION SPLIT operation failed.*ls does not exist.*ls and federation %.*ls. 45008 16 A partition in a table group that has a partition key defined is not allowed to be a federation member. 45025 16 %ls operation failed. Specified boundary value is not valid for federation distribution %.*ls and member with id %d. Specified federation name does not exist. Provide the option in the WITH clause of the statement. 45031 16 The USE FEDERATION statement is not supported on a connection wh ich has multiple active result sets (MARS) enabled. The %. Provide this tracing ID to customer support when you need assistance. 45030 15 The USE FEDERATION statement is missing the required %. 49905 10 Error %u occurred while opening parameters file '%s'.*ls 49908 10 The following SQL Server startup parameters are either deprecate d or incorrectly specified: %. Specified boundary value is not valid for current federation member. 49912 10 Software Usage Metrics is enabled. 49904 10 The service account is '%. 49901 10 The number of max worker threads that is configured %u is less t han the minimum allowed on this computer.*ls'. The default number of %u will be used instead. Another command is creat ing or dropping it. To increase the number of wo rker threads. 49902 10 There are not enough worker threads available for the number of CPUs. Software Usage Metrics cannot be started without DCOM.*ls optio n. 45032 16 The USE FEDERATION statement is not allowed under non-revertible impersonated security context. 49913 10 The server could not load DCOM. 49906 10 Error %u occurred while processing parameters from either the re gistry or the command prompt. This is an informational message . no user action is required.*ls fed eration was dropped while the split was still in progress. and if it exists. Verify tha t the file exists. 45029 16 %ls operation failed. 45035 16 Federation member database cannot be renamed using ALTER DATABAS E. The federation distribution scheme size ca nnot exceed 900 bytes.45028 16 %ls operation failed. .*ls'. specifying the -s parameter with the name of the instance t hat you want to start. Verify your parameters. 45039 16 Federation member database cannot be restored. Renter the command. 45034 16 Federation member database cannot be dropped using DROP DATABASE . no u ser action is required. 49903 10 Detected %I64d MB of RAM. This is because one or more CPUs were added. To change the number of max worker threads. use sp_configure 'max worker threads'. 45033 16 Federation member %d is not available. 45036 16 ALTER FEDERATION SPLIT operation has been aborted. 45037 16 ALTER FEDERATION SPLIT operation failed due to an internal error . use sp_configure 'max worke r threads'. 45038 16 CREATE DATABASE AS COPY OF %S_MSG is not supported. 49911 10 Software Usage Metrics failed to start. 49910 10 Software Usage Metrics is disabled. This request has been assigned a tracing ID of '%. 49907 10 Ignored deprecated SQL Server startup parameters from the regist ry: %. This is an informational message. verify that it is a valid parameters file.*ls 49909 10 Multiple instances of SQL server are installed on this computer.
Copyright © 2024 DOKUMEN.SITE Inc.