• Very nice, but I think this is a bit quicker

    SELECT *

    FROM OPENROWSET('SQLOLEDB', 'server=[Your Server Name];trusted_connection=yes',

    'set fmtonly off exec xp_readerrorlog') a

    Where ([Text] Like '%Fatal error%'

    OR [Text] Like '%Query not allowed in Waitfor%'

    OR [Text] Like '%Incorrect syntax near%'

    OR [Text] Like '%is too long. Maximum length is%'

    OR [Text] Like '%ORDER BY items must appear in the select list if the statement contains a UNION, INTERSECT or EXCEPT operator%'

    OR [Text] Like '%nclosed quotation mark after the character string%'

    OR [Text] Like '%Too many table names in the query. The maximum allowable is%'

    OR [Text] Like '%The column prefix% does not match with a table name or alias name used in the query%'

    OR [Text] Like '%The ORDER BY position number% is out of range of the number of items in the select list%'

    OR [Text] Like '%There are more columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement%'

    OR [Text] Like '%There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement%'

    OR [Text] Like '%must be the first statement in a query batch%'

    OR [Text] Like '%Variables are not allowed in the% statement%'

    OR [Text] Like '%Missing end comment mark%'

    OR [Text] Like '%Browse mode is invalid for a statement that assigns values to a variable%'

    OR [Text] Like '%The FOR UPDATE clause is invalid for statements containing set operators%'

    OR [Text] Like '%Only one expression can be specified in the select list when the subquery is not introduced with EXISTS%'

    OR [Text] Like '%The% name% contains more than the maximum number of prefixes. The maximum is%'

    OR [Text] Like '%Must pass parameter number% and subsequent parameters as%'

    OR [Text] Like '%The select list for the INSERT statement contains fewer items than the insert list. The number of SELECT values must match the number of INSERT columns%'

    OR [Text] Like '%The select list for the INSERT statement contains more items than the insert list. The number of SELECT values must match the number of INSERT columns%'

    OR [Text] Like '%The% option is allowed only with% syntax%'

    OR [Text] Like '%Batch/procedure exceeds maximum length of% characters%'

    OR [Text] Like '%CREATE PROCEDURE contains no statements%'

    OR [Text] Like '%Case expressions may only be nested to level%'

    OR [Text] Like '%Invalid pseudocolumn%'

    OR [Text] Like '%A TOP N value may not be negative%'

    OR [Text] Like '%is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted%'

    OR [Text] Like '%is not a valid percentage; fillfactor must be between 1 and 100%'

    OR [Text] Like '%Cannot perform an aggregate function on an expression containing an aggregate or a subquery%'

    OR [Text] Like '%The size% given to the% exceeds the maximum allowed for any data type%'

    OR [Text] Like '%The label% has already been declared. Label names must be unique within a query batch or stored procedure%'

    OR [Text] Like '%A GOTO statement references the label% but the label has not been declared%'

    OR [Text] Like '%The variable name% has already been declared. Variable names must be unique within a query batch or stored procedure%'

    OR [Text] Like '%Cannot use a BREAK statement outside the scope of a WHILE statement%'

    OR [Text] Like '%Cannot use a CONTINUE statement outside the scope of a WHILE statement%'

    OR [Text] Like '%Must declare the scalar variable%'

    OR [Text] Like '%Correlation clause in a subquery not permitted%'

    OR [Text] Like '%Cannot assign a default value to a local variable%'

    OR [Text] Like '%Can only use IF UPDATE within a CREATE TRIGGER statement%'

    OR [Text] Like '%A SELECT statement that assigns a value to a variable must not be combined with data-retrieval operations%'

    OR [Text] Like '%Incorrect syntax for definition of the% constraint%'

    OR [Text] Like '%A COMPUTE BY item was not found in the order by list. All expressions in the compute by list must also be present in the order by list%'

    OR [Text] Like '%Cannot use an aggregate or a subquery in an expression used for the group by list of a GROUP BY clause%'

    OR [Text] Like '%ORDER BY items must appear in the select list if SELECT DISTINCT is specified%'

    OR [Text] Like '%Could not allocate ancillary table for a subquery. Maximum number of tables in a query% exceeded%'

    OR [Text] Like '%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 aggregated is an outer reference%'

    OR [Text] Like '%Incorrect time syntax in time string% used with WAITFOR%'

    OR [Text] Like '%Time value% used with WAITFOR is not a valid value. Check date/time syntax%'

    OR [Text] Like '%Both terms of an outer join must contain columns%'

    OR [Text] Like '% is an invalid money value%'

    OR [Text] Like '%The same large data placement option% has been specified twice%'

    OR [Text] Like '%Invalid usage of the option% in the% statement%'

    OR [Text] Like '%is not allowed in%'

    OR [Text] Like '%is not a recognized% option%'

    OR [Text] Like '%Incorrect syntax near the keyword%'

    OR [Text] Like '%An aggregate may not appear in the set list of an UPDATE statement%'

    OR [Text] Like '%An aggregate may not appear in the OUTPUT clause%'

    OR [Text] Like '%Must specify the table name and index name for the DROP INDEX statement%'

    OR [Text] Like '%Rule does not contain a variable%'

    OR [Text] Like '%Rule contains more than one variable%'

    OR [Text] Like '%Invalid expression in the TOP clause%'

    OR [Text] Like '%The compute by list does not match the order by list%'

    OR [Text] Like '%Each GROUP BY expression must contain at least one column that is not an outer reference%'

    OR [Text] Like '%Privilege% may not be granted or revoked%'

    OR [Text] Like '%does not allow specifying the database name as a prefix to the object name%'

    OR [Text] Like '%Cannot create% on a temporary object%'

    OR [Text] Like '%The floating point value% is out of the range of computer representation (% bytes)%'

    OR [Text] Like '%A column has been specified more than once in the order by list. Columns in the order by list must be unique%'

    OR [Text] Like '%Browse mode cannot be used with INSERT, SELECT INTO, or UPDATE statements%'

    OR [Text] Like '%Cannot use HOLDLOCK in browse mode%'

    OR [Text] Like '%The definition for column% must include a data type.%'

    OR [Text] Like '%The% function requires% argument(s)%'

    OR [Text] Like '%An aggregate may not appear in a computed column expression or check constraint%'

    OR [Text] Like '%The FOR BROWSE clause is no longer supported in views. Set the database compatibility level to 80 or lower for this statement to be allowed%'

    OR [Text] Like '%The IDENTITY function can only be used when the SELECT statement has an INTO clause%'

    OR [Text] Like '%A RETURN statement with a return value cannot be used in this context%'

    OR [Text] Like '%Cannot use the OUTPUT option when passing a constant to a stored procedure%'

    OR [Text] Like '%There are too many parameters in this% statement. The maximum number is%'

    OR [Text] Like '%Cannot use the OUTPUT option in a DECLARE, CREATE AGGREGATE or CREATE FUNCTION statement%'

    OR [Text] Like '%Table and column names must be supplied for the READTEXT or WRITETEXT utility%'

    OR [Text] Like '%The scale% for column% must be within the range% to%'

    OR [Text] Like '%EFAULT cannot be specified more than once for filegroups of the same content type%'

    OR [Text] Like '%ata stream is invalid for WRITETEXT statement in bulk form%'

    OR [Text] Like '%ata stream missing from WRITETEXT statement%'

    OR [Text] Like '%The valid range for MAX_QUEUE_READERS is 0 to 32767%'

    OR [Text] Like '%Cannot specify a log file in a CREATE DATABASE statement without also specifying at least one data file%'

    OR [Text] Like '%The% function requires% to% arguments%'

    OR [Text] Like '%An invalid date or time was specified in the statement%'

    OR [Text] Like '%ome part of your SQL statement is nested too deeply. Rewrite the query or break it up into smaller queries%'

    OR [Text] Like '%The scale must be less than or equal to the precision%'

    OR [Text] Like '%The object or column name starting with% is too long. The maximum length is% characters%'

    OR [Text] Like '%A SELECT INTO statement cannot contain a SELECT statement that assigns values to a variable%'

    OR [Text] Like '% is not a recognized%'

    OR [Text] Like '%ELECT INTO must be the first query in a statement containing a UNION, INTERSECT or EXCEPT operator%'

    OR [Text] Like '%EXECUTE cannot be used as a source when inserting into a table variable%'

    OR [Text] Like '%Browse mode is invalid for statements containing a UNION, INTERSECT or EXCEPT operator%'

    OR [Text] Like '%An INSERT statement cannot contain a SELECT statement that assigns values to a variable%'

    OR [Text] Like '%Procedure or function% expects parameter%, which was not supplied%'

    OR [Text] Like '%Invalid type% for WAITFOR. Supported data types are CHAR/VARCHAR, NCHAR/NVARCHAR, and DATETIME. WAITFOR DELAY supports the INT and SMALLINT data types%'

    OR [Text] Like '%The name% is not a valid identifier%'

    OR [Text] Like '%Normalization error in node%'

    OR [Text] Like '%All queries combined using a UNION, INTERSECT or EXCEPT operator must have an equal number of expressions in their target lists%'

    OR [Text] Like '%Operand type clash:% is incompatible with%'

    OR [Text] Like '%Invalid column name%'

    OR [Text] Like '%Invalid object name%'

    OR [Text] Like '%Ambiguous column name%'

    OR [Text] Like '%Conversion failed when converting datetime from binary/varbinary string%'

    OR [Text] Like '%Possible schema corruption. Run DBCC CHECKCATALOG%'

    OR [Text] Like '%Expression result length exceeds the maximum.% max,% found%'

    OR [Text] Like '%Column name or number of supplied values does not match table definition%'

    OR [Text] Like '%Procedure expects parameter% of type%'

    OR [Text] Like '%Parameters supplied for object% which is not a function. If the parameters are intended as a table hint, a WITH keyword is required%'

    OR [Text] Like '%Parameters were not supplied for the function%'

    OR [Text] Like '%Maximum stored procedure, function, trigger, or view nesting level exceeded (limit%)%'

    OR [Text] Like '%Could not find the type%. Either it does not exist or you do not have the necessary permission%'

    OR [Text] Like '%The type% already exists, or you do not have permission to create it%'

    OR [Text] Like '%Arithmetic overflow error for data type%, value =%'

    OR [Text] Like '%FIPS Warning: Implicit conversion from% to%'

    OR [Text] Like '%The base type% is not a valid base type for the alias data type%'

    OR [Text] Like '%Object % specified as a default for table %, column % is missing or not of type default%'

    OR [Text] Like '%Object % specified as a rule for table %, column % is missing or not of type default%'

    OR [Text] Like '%The parameters supplied for the% are not val%'

    OR [Text] Like '%statement not allowed within multi-statement transaction%'

    OR [Text] Like '%is not a valid function, property, or field%'

    OR [Text] Like '%Method% of type% in assembly% does not return any value%'

    OR [Text] Like '%permission was denied on the object%, database%, schema%'

    OR [Text] Like '%permission was denied on the column% of the object%'

    OR [Text] Like '%No such default. ID =%, database ID =%'

    OR [Text] Like '%Arithmetic overflow error for type%'

    OR [Text] Like '%The column% in table% cannot be null%'

    OR [Text] Like '%There is insufficient result space to convert a money value to%'

    OR [Text] Like '%Cannot convert a char value to money. The char value has incorrect syntax%'

    OR [Text] Like '%The conversion from char data type to money resulted in a money overflow error%'

    OR [Text] Like '%There is insufficient result space to convert a money value to%'

    OR [Text] Like '%plicate common table expression name% was specified%'

    OR [Text] Like '%match between the anchor and the recursive part in column% of recursive query%'

    OR [Text] Like '%Conversion failed when converting date and/or time from character string%'

    OR [Text] Like '%The conversion of a% data type to a% data type resulted in an out-of-range value%'

    OR [Text] Like '%is not a defined system type%'

    OR [Text] Like '%The conversion of the% value% overflowed an% column. Use a larger integer column%'

    OR [Text] Like '%Conversion failed when converting the% value% to data type%'

    OR [Text] Like '%No anchor member was specified for recursive query%'

    OR [Text] Like '%An anchor member was found in the recursive part of recursive query%'

    OR [Text] Like '%The conversion of the% value% overflowed an int column%'

    OR [Text] Like '%The type% is not comparable. It cannot be used in the% clause%'

    OR [Text] Like '%Could not allocate ancillary table for query optimization. Maximum number of tables in a query% exceeded%'

    OR [Text] Like '%Recursive common table expression% does not contain a top-level UNION ALL operator%'

    OR [Text] Like '%Recursive member of a common table expression% has multiple recursive references%'

    OR [Text] Like '%Prefixed columns are not allowed in the column list of a PIVOT operator%'

    OR [Text] Like '%Pseudocolumns are not allowed in the column list of a PIVOT operator%'

    OR [Text] Like '%The data type% is invalid for the% function. Allowed types are: char/varchar, nchar/nvarchar, and binary/varbinary%'

    OR [Text] Like '%Implicit conversion from data type% to% is not allowed. Use the CONVERT function to run this query%'

    OR [Text] Like '%Cannot call methods on%'

    OR [Text] Like '%Ad hoc updates to system catalogs are not allowed%'

    OR [Text] Like '%isallowed implicit conversion from data type% to data type%, table%, column%. Use the CONVERT function to run this query%'

    OR [Text] Like '%is not a recognized function%'

    OR [Text] Like '%permission denied in database%'

    OR [Text] Like '%Must specify table to select from%'

    OR [Text] Like '%The column name% is specified more than once in the SET clause. A column cannot be assigned more than one value in the same SET clause. Modify the SET clause to make sure that a column is updated only once. If the SET clause updates columns of a vi%'

    OR [Text] Like '%The column name% specified in the% operator conflicts with the existing column name in the% argument%'

    OR [Text] Like '%Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count =%, current count =%'

    OR [Text] Like '%Object% cannot be found%'

    OR [Text] Like '%Cannot run SELECT INTO in this database. The database owner must run sp_dboption to enable this option%'

    OR [Text] Like '%Object% cannot be modified%'

    OR [Text] Like '%The column% cannot be modified because it is either a computed column or is the result of a UNION operator%'

    OR [Text] Like '%Cannot update a timestamp column%'

    OR [Text] Like '%Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column%'

    OR [Text] Like '%Prefixes are not allowed in value or pivot columns of an UNPIVOT operator%'

    OR [Text] Like '%Pseudocolumns are not allowed as value or pivot columns of an UNPIVOT operator%'

    OR [Text] Like '%The column% is specified multiple times in the column list of the UNPIVOT operator%'

    OR [Text] Like '%The text, ntext, and image data types cannot be used in a GROUP BY clause%'

    OR [Text] Like '%The text, ntext, and image data types are invalid in this subquery or aggregate expression%'

    OR [Text] Like '%Only base table columns are allowed in the TEXTPTR function%'

    OR [Text] Like '%is not a valid style number when converting from% to a character string%'

    OR [Text] Like '% procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be returned instead%'

    OR [Text] Like '%READTEXT cannot be used on inserted or deleted tables within an INSTEAD OF trigger%'

    OR [Text] Like '%Rules cannot be bound to text, ntext, or image data types%'

    OR [Text] Like '%The READTEXT, WRITETEXT, and UPDATETEXT statements cannot be used with views or functions%'

    OR [Text] Like '%The logical tables INSERTED and DELETED cannot be updated%'

    OR [Text] Like '%statement is not allowed within a trigger%'

    OR [Text] Like '%The PATINDEX function operates on char, nchar, varchar, nvarchar, text, and ntext data types only%'

    OR [Text] Like '%Invalid EXECUTE statement using object%, method%'

    OR [Text] Like '%CAST or CONVERT: invalid attributes specified for type%'

    OR [Text] Like '%There is insufficient result space to convert a smallmoney value to%'

    OR [Text] Like '%Cannot convert char value to smallmoney. The char value has incorrect syntax%'

    OR [Text] Like '%The conversion from char data type to smallmoney data type resulted in a smallmoney overflow error%'

    OR [Text] Like '%Conversion failed when converting character string to smalldatetime data type%'

    OR [Text] Like '%The user does not have permission to perform this action%'

    OR [Text] Like '%permission was denied on object%'

    OR [Text] Like '%Query contains an outer-join request that is not permitted%'

    OR [Text] Like '%The newsequentialid() built-in function can only be used in a DEFAULT expression for a column of type % in a CREATE TABLE or ALTER TABLE statement. It cannot be combined with other operators to form a complex scalar expression%'

    OR [Text] Like '%The table% is an inner member of an outer-join clause. This is not allowed if the table also participates in a regular join clause%'

    OR [Text] Like '%is out of range for index option%. See sp_configure option% for valid values%'

    OR [Text] Like '%The XML data type cannot be compared or sorted, except when using the IS NULL operator%'

    OR [Text] Like '%The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator%'

    OR [Text] Like '%Index % on table% (specified in the FROM clause) does not exist%'

    OR [Text] Like '%Index% on table% (specified in the FROM clause) does not exist%'

    OR [Text] Like '%Cannot use index% on table% in a hint. XML indexes are not allowed in hints%'

    OR [Text] Like '%The value% specified for the MAXRECURSION option exceeds the allowed maximum of%'

    OR [Text] Like '%Cannot use text, ntext, or image columns in the % and % tables%'

    OR [Text] Like '%Cannot reference text, ntext, or image columns in a filter stored procedure%'

    OR [Text] Like '%An insufficient number of arguments were supplied for the procedure or function%'

    OR [Text] Like '%Cannot use GROUP BY ALL with the special tables INSERTED or DELETED%'

    OR [Text] Like '%is disabled or resides in a filegroup which is not online%'

    OR [Text] Like '%Table-valued function% cannot have a column alias%'

    OR [Text] Like '%The table (and its columns) returned by a table-valued method need to be aliased%'

    OR [Text] Like '%Incorrect syntax near the keyword %. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon%'

    OR [Text] Like '%The compile-time variable value for% in the OPTIMIZE FOR clause must be a literal%'

    OR [Text] Like '%is not a recognized table hints option. If it is intended as a parameter to a table-valued function or to the CHANGETABLE function, ensure that your database compatibility mode is set to 90%'

    OR [Text] Like '%The variable% is specified in the OPTIMIZE FOR clause, but is not used in the query%'

    OR [Text] Like '%clause is not allowed in a statement containing an INTERSECT or EXCEPT operator%'

    OR [Text] Like '%version of the% operator is not supported%'

    OR [Text] Like '%Incorrect syntax near%. You may need to set the compatibility level of the current database to a higher value to enable this feature. See help for the SET COMPATIBILITY_LEVEL option of ALTER DATABASE%'

    OR [Text] Like '%Multi-part identifier% is ambiguous. Both columns% and% exist%'

    OR [Text] Like '%Function call% is ambiguous: both a user-defined function and a method call with this name exist%'

    OR [Text] Like '%A cursor plan could not be generated for the given statement because the textptr() function was used on a LOB column from one of the base tables%'

    OR [Text] Like '%Each GROUP BY expression must contain at least one column reference%'

    OR [Text] Like '%The target% of the OUTPUT INTO clause cannot be a view or common table expression%'

    OR [Text] Like '%The target table% of the OUTPUT INTO clause cannot have any enabled triggers%'

    OR [Text] Like '%The target table% of the OUTPUT INTO clause cannot be on either side of a (primary key, foreign key) relationship. Found reference constraint%'

    OR [Text] Like '%The target table% of the OUTPUT INTO clause cannot have any enabled check constraints or any enabled rules. Found check constraint or rule%'

    OR [Text] Like '%The target table% of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause%'

    OR [Text] Like '%Function call cannot be used to match a target table in the FROM clause of a DELETE or UPDATE statement. Use function name% without parameters instead%'

    OR [Text] Like '%Incorrect syntax near%. If this is intended to be a common table expression, you need to explicitly terminate the previous statement with a semi-colon%'

    OR [Text] Like '%Warning: the floating point value% is too small. It will be interpreted as 0%'

    OR [Text] Like '%READEXT, WRITETEXT, and UPDATETEXT statements cannot be used with views, remote tables, and inserted or deleted tables inside triggers%'

    OR [Text] Like '%EFAULT or NULL are not allowed as explicit identity values%'

    OR [Text] Like '%Cannot create the trigger% on view%. AFTER triggers cannot be created on views%'

    OR [Text] Like '%Replication filter procedures may not contain columns of large object, large value, XML or CLR type%'

    OR [Text] Like '%Column% is not allowed in this context, and the user-defined function or aggregate% could not be found%'

    OR [Text] Like '%nknown object type% used in a CREATE, DROP, or ALTER statement%'

    OR [Text] Like '%Remote function reference% is not allowed, and the column name% could not be found or is ambiguous%'

    OR [Text] Like '%Function% is not allowed in the OUTPUT clause, because it performs user or system data access, or is assumed to perform this access. A function is assumed by default to perform data access if it is not schemabound%'

    OR [Text] Like '%The parameter% can not be declared READONLY since it is not a table-valued parameter%'

    OR [Text] Like '%The table-valued parameter% cannot be declared as an OUTPUT parameter%'

    OR [Text] Like '%The table variable% can not be passed to a stored procedure with the OUTPUT option%'

    OR [Text] Like '%The procedure% has no parameter named%'

    OR [Text] Like '%The column% does not have a valid data type. A column cannot be of a user-defined table type%'

    OR [Text] Like '%Column, parameter, or variable%. : Cannot find data type%'

    OR [Text] Like '%The table-valued parameter% must be declared with the READONLY option%'

    OR [Text] Like '%Function% is not allowed in the% clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement. This is because the function performs user or system data access, or is assumed to perform this access. By default, a f%'

    OR [Text] Like '%The target% of the INSERT statement cannot be a view or common table expression when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%The target table% of the INSERT statement cannot have any enabled triggers when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%The target table% of the INSERT statement cannot be on either side of a (primary key, foreign key) relationship when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement. Found reference constraint%'

    OR [Text] Like '%The target table% of the INSERT statement cannot have any enabled rules when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement. Found rule%'

    OR [Text] Like '%The target table% of the MERGE statement cannot have any enabled rules. Found rule%'

    OR [Text] Like '%The target% of an OUTPUT INTO clause has an index with the ignore_dup_key option and cannot be used when an OUTPUT clause is also used%'

    OR [Text] Like '%The target column list of an INSERT, UPDATE, or MERGE statement cannot contain both a sparse column and the column set that contains the sparse column. Rewrite the statement to include either the sparse column or the column set, but not both%'

    OR [Text] Like '%The number of target columns that are specified in an INSERT, UPDATE, or MERGE statement exceeds the maximum of%. This total number includes identity, timestamp, and columns that have default values. To correct this error, change the query to target a s%'

    OR [Text] Like '%nimplemented statement or expression%'

    OR [Text] Like '%The data types% and% are incompatible in the% operator%'

    OR [Text] Like '%Invalid operator for data type. Operator equals%'

    OR [Text] Like '%The column reference "inserted.%" is not allowed because it refers to a base table that is not being modified in this statement%'

    OR [Text] Like '%A remote table cannot be used as a DML target in a statement which includes an OUTPUT clause or a nested DML statement%'

    OR [Text] Like '% cannot be used in the PIVOT operator because it is not invariant to NULLs%'

    OR [Text] Like '%Internal error%'

    OR [Text] Like '%A constant expression was encountered in the ORDER BY list%'

    OR [Text] Like '%COMPUTE clause #%, aggregate expression #% is not in the select list%'

    OR [Text] Like '%The column% is not updatable because it is derived or constant%'

    OR [Text] Like '%Correlated parameters or sub-queries are not supported by the inline function%'

    OR [Text] Like '%PDATE is not allowed because the statement updates view% which participates in a join and has an INSTEAD OF UPDATE trigger%'

    OR [Text] Like '%ELETE is not allowed because the statement updates% which participates in a join and has an INSTEAD OF DELETE trigger%'

    OR [Text] Like '%The service queue% cannot be directly updated%'

    OR [Text] Like '%TOP is not allowed in an UPDATE or DELETE statement against a partitioned view%'

    OR [Text] Like '%Objects exposing CLR type columns are not allowed in distributed queries. Use a pass-through query to access the remote object%'

    OR [Text] Like '%The% data type cannot be selected as DISTINCT because it is not comparable%'

    OR [Text] Like '%Common table expression defined but not used%'

    OR [Text] Like '%Xml data type methods are not supported in check constraints. Create a scalar user-defined function to wrap the method invocation. The error occurred at table%'

    OR [Text] Like '%Xml data type methods are not supported in computed column definitions of table variables and return tables of table-valued functions. The error occurred at column%'

    OR [Text] Like '%ata type% of receiving variable is not equal to the data type% of column%'

    OR [Text] Like '%The length% of the receiving variable is less than the length% of the column%'

    OR [Text] Like '%Could not load the definition for constraint % in database %. Run DBCC CHECKCATALOG to verify the integrity of the database%'

    OR [Text] Like '%Insert bulk cannot be used in a multi-statement batch%'

    OR [Text] Like '%Xml data type methods are not supported in check constraints anymore. Please drop the constraint or create a scalar user-defined function to wrap the method invocation. The error occurred at table%'

    OR [Text] Like '%Function% is not allowed in the OUTPUT clause%'

    OR [Text] Like '%Xml data type methods are not supported in computed column definitions. Create a scalar user-defined function to wrap the method invocation. The error occurred at column%, table%, in the% statement%'

    OR [Text] Like '%Xml data type methods are not allowed in rules. The error occurred at table%'

    OR [Text] Like '%Internal query compilation error. The stack overflow could not be handled%'

    OR [Text] Like '%Cannot use the% function on a remote data source%'

    OR [Text] Like '%The NEST argument must be a column reference. Expressions are not allowed%'

    OR [Text] Like '%Invalid use of a side-effecting operator% within a function%'

    OR [Text] Like '%elect statements included within a function cannot return data to a client%'

    OR [Text] Like '%COLLATE clause cannot be used on expressions containing a COLLATE clause%'

    OR [Text] Like '%Cannot resolve collation conflict for% operation%'

    OR [Text] Like '%Expression type% is invalid for COLLATE clause%'

    OR [Text] Like '%Invalid collation%'

    OR [Text] Like '%Collation conflict caused by collate clauses with different collation% and%'

    OR [Text] Like '%Code page translations are not supported for the text data type. From:% To%'

    OR [Text] Like '%Cannot resolve collation conflict for column% in% statement%'

    OR [Text] Like '%COLLATE clause cannot be used on user-defined data types%'

    OR [Text] Like '%Collation% is supported on Unicode data types only and cannot be set at the database or server level%'

    OR [Text] Like '%The UNNEST argument must be a nested table column%'

    OR [Text] Like '%The last statement included within a function must be a return statement%'

    OR [Text] Like '%Implicit conversion of% value to% cannot be performed because the resulting collation is unresolved due to collation conflict%'

    OR [Text] Like '%Implicit conversion of% value to% cannot be performed because the collation of the value is unresolved due to a collation conflict%'

    OR [Text] Like '%Cannot create the SELECT INTO target table% because the xml column% is typed with a schema collection% from database%. Xml columns cannot refer to schemata across databases%'

    OR [Text] Like '%Collation% is supported on Unicode data types only and cannot be applied to char, varchar or text data types%'

    OR [Text] Like '%ISTINCT operator is not allowed in the recursive part of a recursive common table expression%'

    OR [Text] Like '%TOP operator is not allowed in the recursive part of a recursive common table expression%'

    OR [Text] Like '%Outer join is not allowed in the recursive part of a recursive common table expression%'

    OR [Text] Like '%Functions with parameters are not allowed in the recursive part of a recursive common table expression%'

    OR [Text] Like '%Functions with side effects are not allowed in the recursive part of a recursive common table expression%'

    OR [Text] Like '%Recursive references are not allowed in subqueries%'

    OR [Text] Like '%NION operator is not allowed in the recursive part of a recursive common table expression%'

    OR [Text] Like '%GROUP BY, HAVING, or aggregate functions are not allowed in the recursive part of a recursive common table expression%'

    OR [Text] Like '%Cannot resolve the collation conflict between% and% in the% operation%'

    OR [Text] Like '%An explicit column list must be specified for target table% when table hint KEEPIDENTITY is used and the table contains an identity column%'

    OR [Text] Like '%The synonym% referenced synonym%. Synonym chaining is not allowed%'

    OR [Text] Like '%Only one of the three options, SINGLE_BLOB, SINGLE_CLOB or SINGLE_NCLOB, can be specified%'

    OR [Text] Like '%Either a format file or one of the three options SINGLE_BLOB, SINGLE_CLOB, or SINGLE_NCLOB must be specified%'

    OR [Text] Like '%The incorrect value% is supplied in the PIVOT operator%'

    OR [Text] Like '%Unable to load the computed column definitions for table%'

    OR [Text] Like '%Invalid SAMPLE clause. Only table names in the FROM clause of SELECT, UPDATE, and DELETE queries may be sampled%'

    OR [Text] Like '%Invalid PERCENT tablesample size "%f" for table%. The PERCENT tablesample size must be between 0 and 100%'

    OR [Text] Like '%Invalid ROWS value or REPEATABLE seed in the TABLESAMPLE clause for table%. The value or seed must be an integer%'

    OR [Text] Like '%The TABLESAMPLE clause cannot be used in a view definition or inline table function definition%'

    OR [Text] Like '%Invalid ROWS value or REPEATABLE seed "%" in the TABLESAMPLE clause for table%. The value or seed must be greater than 0%'

    OR [Text] Like '%The TABLESAMPLE clause cannot be used with the table function%'

    OR [Text] Like '%The TABLESAMPLE clause cannot be used with the linked server table%'

    OR [Text] Like '%Non-constant or invalid expression is in the TABLESAMPLE or the REPEATABLE clause%'

    OR [Text] Like '%The OUTPUT clause cannot be used in an INSERT...EXEC statement%'

    OR [Text] Like '%Cannot declare more than% local variables%'

    OR [Text] Like '%Views and inline functions cannot return xml columns that are typed with a schema collection registered in a database other than current. Column% is typed with the schema collection%, which is registered in database%'

    OR [Text] Like '% does not allow specifying a schema name as a prefix to the assembly name%'

    OR [Text] Like '%An invalid option was specified for the statement%'

    OR [Text] Like '% columns must be comparable. The type of column% is%, which is not comparable%'

    OR [Text] Like '%The OUTPUT clause cannot be specified because the target view% is a partitioned view%'

    OR [Text] Like '%The resync functionality is temporarily disabled%'

    OR [Text] Like '%A correlation name must be specified for the bulk rowset in the from clause%'

    OR [Text] Like '%plicate column names are not allowed in result sets obtained through OPENQUERY and OPENROWSET. The column name% is a duplicate%'

    OR [Text] Like '%The column% that was returned from the nodes() method cannot be used directly. It can only be used with one of the four XML data type methods, exist(), nodes(), query(), and value(), or in IS NULL and IS NOT NULL checks%'

    OR [Text] Like '%The TABLESAMPLE clause can only be used with local tables%'

    OR [Text] Like '%The return table column% is not the same type as the type it was created with. Drop and recreate the module using a two-part name for the type, or use sp_refreshsqlmodule to refresh its parameters metadata%'

    OR [Text] Like '%The parameter% is not the same type as the type it was created with. Drop and recreate the module using a two-part name for the type, or use sp_refreshsqlmodule to refresh its parameters metadata%'

    OR [Text] Like '%Variables are not allowed in the TABLESAMPLE or REPEATABLE clauses%'

    OR [Text] Like '%Invalid value in the TABLESAMPLE or the REPEATABLE clause%'

    OR [Text] Like '%Invalid parameter for the getchecksum function%'

    OR [Text] Like '%Trying to pass a table-valued parameter with% column(s) where the corresponding user-defined table type requires% column(s)%'

    OR [Text] Like '%The current user account was invoked with SETUSER or SP_SETAPPROLE. Changing databases is not allowed%'

    OR [Text] Like '%The invalid escape character% was specified in a% predicate%'

    OR [Text] Like '%Invalid argument for SET ROWCOUNT. Must be a non-null non-negative integer%'

    OR [Text] Like '%ser name% not found%'

    OR [Text] Like '%Cannot create a worktable row larger than allowable maximum. Resubmit your query with the ROBUST PLAN hint%'

    OR [Text] Like '%Cannot create a row of size% which is greater than the allowable maximum row size of%'

    OR [Text] Like '%bquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression%'

    OR [Text] Like '%A column insert or update conflicts with a rule imposed by a previous CREATE RULE statement. The statement was terminated. The conflict occurred in database%, table%, column%'

    OR [Text] Like '%Cannot insert the value NULL into column%, table%; column does not allow nulls.% fails%'

    OR [Text] Like '%Adding a value to a% column caused an overflow%'

    OR [Text] Like '%Cannot convert data type% to%'

    OR [Text] Like '%The WAITFOR thread was evicted%'

    OR [Text] Like '%A trigger returned a resultset and/or was running with SET NOCOUNT OFF while another outstanding result set was active%'

    OR [Text] Like '%A trigger returned a resultset and the server option % is true%'

    OR [Text] Like '%The column that was returned from the nodes() method cannot be converted to the data type%. It can only be used with one of the four XML data type methods, exist(), nodes(), query(), and value(), or in IS NULL and IS NOT NULL checks%'

    OR [Text] Like '% of XML types constrained by different XML schema collections and/or DOCUMENT/CONTENT option is not allowed. Use the CONVERT function to run this query%'

    OR [Text] Like '%Implicit conversion between XML types constrained by different XML schema collections is not allowed. Use the CONVERT function to run this query%'

    OR [Text] Like '%Explicit conversion from data type% to% is not allowed%'

    OR [Text] Like '%The statement terminated. The maximum recursion% has been exhausted before statement completion%'

    OR [Text] Like '%Cannot set NOCOUNT to OFF inside the trigger execution because the server option "disallow_results_from_triggers" is true or we are inside LOGON trigger execution%'

    OR [Text] Like '%The timestamp % shows that the row has been updated by another user%'

    OR [Text] Like '%Cannot set XACT ABORT to OFF inside the trigger execution unless the database compatibility is 90%'

    OR [Text] Like '% failed because it is not supported in the edition of this SQL Server instance%. See books online for more details on feature support in different SQL Server editions%'

    OR [Text] Like '%The datediff function resulted in an overflow. The number of dateparts separating two date/time instances is too large. Try to use datediff with a less precise datepart%'

    OR [Text] Like '%Invalid length parameter passed to the% function%'

    OR [Text] Like '%Invalid length parameter passed to the LEFT or SUBSTRING function%'

    OR [Text] Like '%chema changed after the target table was created. Rerun the Select Into query%'

    OR [Text] Like '%There is insufficient system memory to run RAISERROR%'

    OR [Text] Like '%There is not enough stack to execute the statement%'

    OR [Text] Like '%An invalid datetime value was encountered. Value exceeds the year 9999%'

    OR [Text] Like '%Creation of a return table failed for the table valued function%'

    OR [Text] Like '%Cannot insert explicit value for identity column in table% when IDENTITY_INSERT is set to OFF%'

    OR [Text] Like '%Explicit value must be specified for identity column in table% either when IDENTITY_INSERT is set to ON or when a replication user is inserting into a NOT FOR REPLICATION identity column%'

    OR [Text] Like '%The% statement conflicted with the% constraint%. The conflict occurred in database%, table%'

    OR [Text] Like '%The insert failed. It conflicted with an identity range check constraint in database%, replicated table%. If the identity column is automatically managed by replication, update the range as follows: for the Publisher, execute sp_a%'

    OR [Text] Like '%The collation% of receiving variable is not equal to the collation% of column%'

    OR [Text] Like '%The attempted insert or update failed because the target view either specifies WITH CHECK OPTION or spans a view that specifies WITH CHECK OPTION and one or more rows resulting from the operation did not qualify under the CHECK OPTION constraint%'

    OR [Text] Like '%CryptoAPI function% failed%'

    OR [Text] Like '%ser-defined functions are not yet enabled%'

    OR [Text] Like '%INSERT EXEC failed because the stored procedure altered the schema of the target table%'

    OR [Text] Like '%Only functions and some extended stored procedures can be executed from within a function%'

    OR [Text] Like '%Remote function calls are not allowed within a function%'

    OR [Text] Like '%Failed to access file%'

    OR [Text] Like '%Failed to access file%. Files can be accessed only through shares%'

    OR [Text] Like '%The transaction for the INSERT EXEC statement has been rolled back. The INSERT EXEC operation will be terminated%'

    OR [Text] Like '%Attempted to create a record with a fixed length of%. Maximum allowable fixed length is%'

    OR [Text] Like '%A stack overflow occurred in the server while compiling the query. Please simplify the query%'

    OR [Text] Like '%An error occurred while writing an audit trace. SQL Server is shutting down. Check and correct error conditions such as insufficient disk space, and then restart SQL Server. If the problem persists, disable auditing by starting the server at the command p%'

    OR [Text] Like '%either does not exist or is not a recognizable trace file. Or there was an error opening the file%'

    OR [Text] Like '%Encountered an error or an unexpected end of trace file%'

    OR [Text] Like '%The handle that was passed to% was inval%'

    OR [Text] Like '%INSTEAD OF triggers do not support direct recursion. The trigger execution failed%'

    OR [Text] Like '%The specified attribute value for% is inval%'

    OR [Text] Like '%Invalid regular expression% near the offset%'

    OR [Text] Like '%Evaluation of the regular expression is too complex%'

    OR [Text] Like '% statement cannot be used inside a user transaction%'

    OR [Text] Like '%A LOGON trigger returned a resultset. Modify the LOGON trigger to not return resultsets%'

    OR [Text] Like '%Cannot create a row that has sparse data of size% which is greater than the allowable maximum sparse data size of%'

    OR [Text] Like '%The value provided for the timeout is not valid. Timeout must be a valid integer between 0 and 2147483647%'

    OR [Text] Like '%Insert Exec not allowed in WAITFOR queries%'

    OR [Text] Like '%Can not execute WAITFOR query with snapshot isolation level%'

    OR [Text] Like '%Offset is greater than the length of the column to be updated in write%'

    OR [Text] Like '%Negative offset or length in write%'

    OR [Text] Like '%elect Into not allowed in WAITFOR queries%'

    OR [Text] Like '%Changing database context is not allowed when populating the resource database%'

    OR [Text] Like '%An invalid delayed CLR type fetch token is provided%'

    OR [Text] Like '%Multiple tasks within the session are using the same delayed CLR type fetch token at the same time%'

    OR [Text] Like '%This statement has attempted to access data whose access is restricted by the assembly%'

    OR [Text] Like '%RPC was aborted without execution%'

    OR [Text] Like '%The formal parameter% was defined as OUTPUT, but the actual parameter was not declared as OUTPUT%'

    OR [Text] Like '%Cannot find%'

    OR [Text] Like '%fn_trace_gettable: XML conversion of trace data for event 165 failed%'

    OR [Text] Like '%fn_trace_gettable: XML conversion of trace data is not supported in fiber mode%'

    OR [Text] Like '%Bulk Insert with another outstanding result set should be run with XACT_ABORT on%'

    OR [Text] Like '%Cannot continue the execution because the session is in the kill state%'

    OR [Text] Like '%The execution of in-proc data access is being terminated due to errors in the User Datagram Protocol (UDP)%'

    OR [Text] Like '%An error occurred while executing CREATE/ALTER DB. Please look at the previous error for more information%'

    OR [Text] Like '%The length of the result exceeds the length limit (2GB) of the target large type%'

    OR [Text] Like '%Could not continue scan with NOLOCK due to data movement%'

    OR [Text] Like '%Could not find an entry for table or index with partition % in database%. This error can occur if a stored procedure references a dropped table, or metadata is corrupted. Drop and re-create the stored procedure, or execute DBCC CHECKDB%'

    OR [Text] Like '%Could not find an entry for table or index with object % (partition %) in database%. This error can occur if a stored procedure references a dropped table, or metadata is corrupted. Drop and re-create the stored procedure, or execute DBCC CHE%'

    OR [Text] Like '%Attempt to fetch logical % in database% failed. It belongs to allocation unit% not to%'

    OR [Text] Like '%Metadata inconsistency. Filegroup % specified for table% does not exist. Run DBCC CHECKDB or CHECKCATALOG%'

    OR [Text] Like '%No catalog entry found for partition % in database%. The metadata is inconsistent. Run DBCC CHECKDB to check for a metadata corruption%'

    OR [Text] Like '%BTree is not empty when waking up on RowsetBulk%'

    OR [Text] Like '%Invalid header value from a page. Run DBCC CHECKDB to check for a data corruption%'

    OR [Text] Like '%Cannot insert or update a row because total variable column size, including overhead, is% bytes more than the limit%'

    OR [Text] Like '%Could not find an entry for worktable rowset with partition % in database%'

    OR [Text] Like '%Could not find database %'

    OR [Text] Like '%escriptor for object % in database % not found in the hash table during attempt to unhash it. A work table is missing an entry. Rerun the query. If a cursor is involved, close and reopen the cursor%'

    OR [Text] Like '%The filegroup% has no files assigned to it. Tables, indexes, text columns, ntext columns, and image columns cannot be populated on this filegroup until a file is added%'

    OR [Text] Like '%Cannot use SAVE TRANSACTION within a distributed transaction%'

    OR [Text] Like '%Cannot issue SAVE TRANSACTION when there is no active transaction%'

    OR [Text] Like '%You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels%'

    OR [Text] Like '%Cannot use the% granularity hint on the table% because locking at the specified granularity is inhibited%'

    OR [Text] Like '%which cannot be modified%'

    OR [Text] Like '%The maximum system-generated unique value for a duplicate group was exceeded for index with partition %. Dropping and re-creating the index may resolve this; otherwise, use another clustering key%'

    OR [Text] Like '%that cannot be accessed because it is offline, is being restored, or is defunct%'

    OR [Text] Like '%The row object is inconsistent. Please rerun the query%'

    OR [Text] Like '%Large object (LOB) data for table% resides on an offline filegroup% that cannot be accessed%'

    OR [Text] Like '%Large object (LOB) data for table% resides on a read-only filegroup%, which cannot be modified%'

    OR [Text] Like '%Failed to queue cleanup packets for orphaned rowsets in database%. Some disk space may be wasted. Cleanup will be attempted again on database restart%'

    OR [Text] Like '%Exception occurred in destructor of RowsetNewSS%. This error may indicate a problem related to releasing pre-allocated disk blocks used during bulk-insert operations. Restart the server to resolve this problem%'

    OR [Text] Like '%Error occurred while attempting to drop worktable with partition %'

    OR [Text] Like '%Active rowset for partition % found at the end of the batch. This error may indicate incorrect exception handling. Use the current activity window in SQL Server Management Studio or the Transact-SQL KILL statement to terminate the server process %'

    OR [Text] Like '%One of the partitions of index% for table%(partition %) resides on a filegroup% that cannot be accessed because it is offline, restoring, or defunct. This may limit the query result%'

    OR [Text] Like '%Error% occurred while attempting to drop allocation unit % belonging to worktable with partition %'

    OR [Text] Like '%Attempting to set a non-NULL-able column%'

    OR [Text] Like '%Internal error. Buffer provided to read column value is too small. Run DBCC CHECKDB to check for any corruption%'

    OR [Text] Like '%An internal error occurred while trying to convert between variable-length and fixed-length decimal formats. Run DBCC CHECKDB to check for any database corruption%'

    OR [Text] Like '%An internal error occurred while attempting to convert between compressed and uncompressed storage formats. Run DBCC CHECKDB to check for any corruption%'

    OR [Text] Like '%An internal error occurred while attempting to retrieve a backpointer for a heap forwarded record%'

    OR [Text] Like '%There is insufficient system memory in resource pool% to run this query%'

    OR [Text] Like '%erver is running low on virtual address space or machine is running low on virtual memory. Reserved memory used% times since startup. Cancel query and re-run, decrease server load, or cancel other applications%'

    OR [Text] Like '%A buffer was encountered with an unexpected status of%'

    OR [Text] Like '%There is insufficient memory available in the buffer pool%'

    OR [Text] Like '%imulated failure (DEBUG only)%'

    OR [Text] Like '%restore pending%'

    OR [Text] Like '%audit failure (a page read from disk failed to pass basic integrity checks)%'

    OR [Text] Like '%no disk or the wrong disk is in the drive%'

    OR [Text] Like '%insufficient bytes transferred%'

    OR [Text] Like '%Could not unhash buffer at % with a buffer page number of% and database % with HASHED status set. The buffer was not found.%_PAGE. Contact Technical Support%'

    OR [Text] Like '%Could not start I/O operation for request%_BLKIOPTR. Contact Technical Support%'

    OR [Text] Like '%The operating system returned error%'

    OR [Text] Like '%QL Server detected a logical consistency-based I/O%'

    OR [Text] Like '%A read of the file% at % succeeded after failing% time(s) with error%'

    OR [Text] Like '%incorrect pageid%'

    OR [Text] Like '%is marked RestorePending, which may indicate disk corruption. To recover from this state, perform a restore%'

    OR [Text] Like '%tale page (a page read returned a log sequence number (LSN) % that is older than the last one that was written%'

    OR [Text] Like '%Unable to deallocate a kept page%'

    OR [Text] Like '%A page that should have been constant has changed (expected checksum:%08x, actual checksum:%08x, database%, file%, %). This usually indicates a memory failure or other hardware or OS corruption%'

    OR [Text] Like '%QL Server has encountered% occurrence(s) of I/O requests taking longer than% seconds to complete%'

    OR [Text] Like '%Time out occurred%'

    OR [Text] Like '%sing large pages for buffer pool%'

    OR [Text] Like '%sing locked pages for buffer pool%'

    OR [Text] Like '%u MB of large page memory allocated%'

    OR [Text] Like '%the page is in an OFFLINE file which cannot be read%'

    OR [Text] Like '%To change the%, the database must be in state in which a checkpoint can be executed%'

    OR [Text] Like '%cannot be autostarted during server shutdown or startup%'

    OR [Text] Like '%cannot be started in this edition of SQL Server because it contains a partition function%. Only Enterprise edition of SQL Server supports partitioning%'

    OR [Text] Like '%has inconsistent database or file metadata%'

    OR [Text] Like '%Filegroup% in database% is unavailable because it is%. Restore or alter the filegroup to be available%'

    OR [Text] Like '%cannot be started in this edition of SQL Server because part or all of object% is enabled with data compression or vardecimal storage format. Data compression and vardecimal storage format are only supported on SQL Server Enterpris%'

    OR [Text] Like '%is upgrading script% from level% to level%'

    OR [Text] Like '%does not exist. Make sure that the name is entered correctly%'

    OR [Text] Like '%cript level upgrade for database% failed because upgrade step% encountered error%. This is a serious error condition which might interfere with regular operation and the database will be taken offline. If the error%'

    OR [Text] Like '%Could not find database %. Database may not be activated yet or may be in transition. Reissue the query once the database is available. If you do not think this error is due to a database that is transitioning its state and this error continues to occ%'

    OR [Text] Like '%cript level upgrade for database% failed because upgrade step% was aborted before completion%'

    OR [Text] Like '%Unable to obtain the current script level for database%'

    OR [Text] Like '%The server principal% is not able to access the database% under the current security context%'

    OR [Text] Like '%An upgrade script batch failed to execute for database% due to compilation error. Check the previous error message for the line which caused compilation to fail%'

    OR [Text] Like '%Failed to load the engine script metadata from script DLL%. The error code reported by Windows was%. This is a serious error condition, which usually indicates a corrupt or incomplete installation. Repairing the SQL Server instance may help resol%'

    OR [Text] Like '%is changing database script level entry% to a value of%'

    OR [Text] Like '%Only members of the sysadmin role can modify the database script level%'

    OR [Text] Like '%has not been recovered yet. Wait and try again%'

    OR [Text] Like '%is being recovered. Waiting until recovery is finished%'

    OR [Text] Like '%is in restricted mode. Only the database owner and members of the dbcreator and sysadmin roles can access it%'

    OR [Text] Like '%is already open and can only have one user at a time%'

    OR [Text] Like '%Maximum number of databases used for each query has been exceeded. The maximum allowed is%'

    OR [Text] Like '%cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information%'

    OR [Text] Like '%cannot be opened. It is in the middle of a restore%'

    OR [Text] Like '%ring upgrade, database raised exception%. Use the exception number to determine the cause%'

    OR [Text] Like '%Unable to close a database that is not currently open. The application should reconnect and try again. If this action does not correct the problem, contact your primary support provider%'

    OR [Text] Like '%Attempting to reference recovery unit% in database% which does not exist. Contact Technical Support%'

    OR [Text] Like '%Attempting to reference database fragment% in database% which does not exist. Contact Technical Support%'

    OR [Text] Like '%QL Server cannot load database% because change tracking is enabled. The currently installed edition of SQL Server does not support change tracking. Either disable change tracking in the database by using a supported edition of SQL Server, or upgra%'

    OR [Text] Like '%cannot be started because some of the database functionality is not available in the current edition of SQL Server%'

    OR [Text] Like '%QL Server cannot load database% because Change Data Capture is enabled. The currently installed edition of SQL Server does not support Change Data Capture. Either disable Change Data Capture in the database by using a supported edition of SQL Serv%'

    OR [Text] Like '%The script level for% in database% cannot be downgraded from% to%, which is supported by this server. This usually implies that a future database was attached and the downgrade path is not supported by the current installation. Install%'

    OR [Text] Like '%cannot be opened because it is offline%'

    OR [Text] Like '%cannot be opened because its version% is later than the current server version%'

    OR [Text] Like '%Converting database% from version% to the current version%'

    OR [Text] Like '%cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details%'

    OR [Text] Like '%Cannot open database% version%. Upgrade the database to the latest version%'

    OR [Text] Like '%Error while closing database%. Check for previous additional errors and retry the operation%'

    OR [Text] Like '%cannot be opened because it is version%. This server supports version% and earlier. A downgrade path is not supported%'

    OR [Text] Like '%tempdb is skipped. You cannot run a query that requires tempdb%'

    OR [Text] Like '%cannot be upgraded because its non-release version% is not supported by this version of SQL Server. You cannot open a database that is incompatible with this version of sqlservr.exe. You must re-create the database%'

    OR [Text] Like '%running the upgrade step from version% to version%'

    OR [Text] Like '%is in transition. Try the statement later%'

    OR [Text] Like '%The database% cannot be opened. It is acting as a mirror database%'

    OR [Text] Like '%is enabled for Database Mirroring, but the database lacks quorum: the database cannot be opened. Check the partner and witness connections if configured%'

    OR [Text] Like '%is enabled for Database Mirroring, but has not yet synchronized with its partner. Try the operation again later%'

    OR [Text] Like '%is enabled for Database Mirroring, The name of the database may not be changed%'

    OR [Text] Like '%The resource database version is% and this server supports version%. Restore the correct version or reinstall SQL Server%'

    OR [Text] Like '%Warning: User "sys" (principal_id =%) in database% has been renamed to%. "sys" is a reserved user or schema name in this version of SQL Server%'

    OR [Text] Like '%Warning: Index% (index_id =%) on object % in database% was renamed to% because its name is a duplicate of another index on the same object%'

    OR [Text] Like '%Warning: Primary key or Unique constraint% (object_id =%) in database% was renamed to% because its index was renamed%'

    OR [Text] Like '%was marked suspect because of actions taken during upgrade. See errorlog or eventlog for more information. Use ALTER DATABASE to bring the database online. The database will come online in restricted_user state%'

    OR [Text] Like '%Warning: System user% was found missing from database% and has been restored. This user is required for SQL Server operation%'

    OR [Text] Like '%Warning: A column nullability inconsistency was detected in the metadata of index% (index_id =%) on object % in database%. The index may be corrupt. Run DBCC CHECKTABLE to verify consistency%'

    OR [Text] Like '%Warning: Assembly% in database% has been renamed to% because the name of the assembly conflicts with a system assembly in this version of SQL Server%'

    OR [Text] Like '%Warning: The index% on% is disabled because the XML data bound to it may contain negative values for xs:date and xs:dateTime which are not longer supported%'

    OR [Text] Like '%Warning: The XML facet on type% in schema collection% is updated from% to% because Sql Server does not support negative years inside values of type xs:date or xs:dateTime%'

    OR [Text] Like '%Warning: The default or fixed value on XML element or attribute% in schema collection% is updated from% to% because Sql Server does not support negative years inside values of type xs:date or xs:dateTime%'

    OR [Text] Like '%Warning: The XML instances in the XML column "%.%" may contain negative simple type values of type xs:date or xs:dateTime. It will be impossible to run XQuery or build a primary XML index on these XML instances%'

    OR [Text] Like '%The resource database has been detected in two different locations. Attaching the resource database in the same directory as sqlservr.exe at% instead of the currently attached resource database at%'

    OR [Text] Like '%Could not use database% during procedure execution%'

    OR [Text] Like '%FILESTREAM is not compatible with the READ_COMMITTED_SNAPSHOT and ALLOW_SNAPSHOT_ISOLATION options. Either remove the FILESTREAM files and the FILESTREAM filegroups, or set READ_COMMITTED_SNAPSHOT and ALLOW_SNAPSHOT_%'

    OR [Text] Like '%Length or precision specification% is inval%'

    OR [Text] Like '%Specified scale% is inval%'

    OR [Text] Like '%clause allowed only for%'

    OR [Text] Like '%Invalid column prefix%'

    OR [Text] Like '%Invalid procedure number%. Must be between 1 and 32767%'

    OR [Text] Like '%CREATE TRIGGER contains no statements%'

    OR [Text] Like '%is out of the range for numeric representation (maximum precision 38)%'

    OR [Text] Like '%The SELECT item identified by the ORDER BY number% contains a variable as part of the expression identifying a column position. Variables are only allowed when ordering by an expression referencing a column name%'

    OR [Text] Like '%The keyword DEFAULT is not allowed in DBCC commands%'

    OR [Text] Like '%Invalid escape character%'

    OR [Text] Like '%The correlation name% is specified multiple times in a FROM clause%'

    OR [Text] Like '%The correlation name% has the same exposed name as table%'

    OR [Text] Like '%The objects% and% in the FROM clause have the same exposed names. Use correlation names to distinguish them%'

    OR [Text] Like '%TOP clause contains an invalid value%'

    OR [Text] Like '%An aggregate cannot appear in an ON clause unless it is in a subquery contained in a HAVING clause or select list, and the column being aggregated is an outer reference%'

    OR [Text] Like '%Outer join operators cannot be specified in a query containing joined tables%'

    OR [Text] Like '%Invalid column list after object name in GRANT/REVOKE statement%'

    OR [Text] Like '%b-entity lists (such as column or security expressions) cannot be specified for entity-level permissions%'

    OR [Text] Like '%FIPS Warning: Line% has the non-ANSI statement%'

    OR [Text] Like '%FIPS Warning: Line% has the non-ANSI clause%'

    OR [Text] Like '%Invalid parameter% specified for%'

    OR [Text] Like '%FIPS Warning: Line% has the non-ANSI function%'

    OR [Text] Like '%FIPS Warning: The length of identifier% exceeds 18%'

    OR [Text] Like '%GOTO cannot be used to jump into a TRY or CATCH scope%'

    OR [Text] Like '%The CUBE, ROLLUP, and GROUPING SETS constructs are not allowed in a GROUP BY ALL clause%'

    OR [Text] Like '%Browse mode is invalid for subqueries and derived tables%'

    OR [Text] Like '%Only constants are allowed here. Time literal is not permitted because it refers to the current date%'

    OR [Text] Like '%Percent values must be between 0 and 100%'

    OR [Text] Like '%Cannot use the column prefix%. This must match the object in the UPDATE clause%'

    OR [Text] Like '%The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP or FOR XML is also specified%'

    OR [Text] Like '%yntax error: Duplicate specification of the action% in the trigger declaration%'

    OR [Text] Like '%File option% is required in this CREATE/ALTER DATABASE statement%'

    OR [Text] Like '%The CASCADE, WITH GRANT or AS options cannot be specified with statement permissions%'

    OR [Text] Like '%An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name%'

    OR [Text] Like '%Option% is specified more than once%'

    OR [Text] Like '%Option% is not allowed for a LOG file%'

    OR [Text] Like '%Conflicting% optimizer hints specified%'

    OR [Text] Like '%is not yet implemented%'

    OR [Text] Like '%Cannot use an existing function name to specify a stored procedure name%'

    OR [Text] Like '%Aggregates are not allowed in this context. Only scalar expressions are allowed%'

    OR [Text] Like '%bqueries are not allowed in this context. Only scalar expressions are allowed%'

    OR [Text] Like '%Conflicting locking hints specified%'

    OR [Text] Like '%Conflicting cursor options% and%'

    OR [Text] Like '%Mixing old and new syntax to specify cursor options is not allowed%'

    OR [Text] Like '%This syntax is only allowed for parameterized queries%'

    OR [Text] Like '%Cursor parameters in a stored procedure must be declared with OUTPUT and VARYING options, and they must be specified in the order CURSOR VARYING OUTPUT%'

    OR [Text] Like '%Conflicting% options% and%'

    OR [Text] Like '%For DROP STATISTICS, you must provide both the object (table or view) name and the statistics name, in the form "objectname.statisticsname"%'

    OR [Text] Like '%yntax% is not allowed in schema-bound objects%'

    OR [Text] Like '% is an invalid name because it contains a NULL character or an invalid unicode character%'

    OR [Text] Like '%The number of elements in the select list exceeds the maximum allowed number of% elements%'

    OR [Text] Like '%The IDENTITY function cannot be used with a SELECT INTO statement containing a UNION, INTERSECT or EXCEPT operator%'

    OR [Text] Like '%Cannot specify both READ_ONLY and FOR READ ONLY on a cursor declaration%'

    OR [Text] Like '%Cannot set or reset the % option within a procedure or function%'

    OR [Text] Like '%The number of rows in the TOP clause must be an integer%'

    OR [Text] Like '%The text/ntext/image constants are not yet implemented%'

    OR [Text] Like '%The TOP N WITH TIES clause is not allowed without a corresponding ORDER BY clause%'

    OR [Text] Like '%A filegroup cannot be added using ALTER DATABASE ADD FILE. Use ALTER DATABASE ADD FILEGROUP%'

    OR [Text] Like '%A filegroup cannot be used with log files%'

    OR [Text] Like '%The NOLOCK and READUNCOMMITTED lock hints are not allowed for target tables of INSERT, UPDATE, DELETE or MERGE statements%'

    OR [Text] Like '%is obsolete and has no effect%'

    OR [Text] Like '%The SET SHOWPLAN statements must be the only statements in the batch%'

    OR [Text] Like '%Only one list of index hints per table is allowed%'

    OR [Text] Like '%Index hints are only allowed in a FROM or OPTION clause%'

    OR [Text] Like '%CREATE INDEX option% is no longer supported%'

    OR [Text] Like '%Cannot specify a JOIN algorithm with a remote JOIN%'

    OR [Text] Like '%A REMOTE hint can only be specified with an INNER JOIN clause%'

    OR [Text] Like '% is not a recognized cursor option for cursor%'

    OR [Text] Like '%Creation of temporary functions is not allowed%'

    OR [Text] Like '%RETURN statements in scalar valued functions must include an argument%'

    OR [Text] Like '%Function% requires at least% argument(s)%'

    OR [Text] Like '%INSERT into an identity column not allowed on table variables%'

    OR [Text] Like '% is not a recognized option%'

    OR [Text] Like '%A variable cannot be used to specify a search condition in a fulltext predicate when accessed through a cursor%'

    OR [Text] Like '%The integer value% is out of range%'

    OR [Text] Like '% does not allow specifying the database name as a prefix to the assembly name%'

    OR [Text] Like '% does not support synchronous trigger registration%'

    OR [Text] Like '%OWNER is not a valid option for EXECUTE AS in the context of server and database level triggers%'

    OR [Text] Like '% is an invalid event type%'

    OR [Text] Like '% event type does not support event notifications%'

    OR [Text] Like '%The FOR XML clause is invalid in views, inline functions, derived tables, and subqueries when they contain a set operator. To work around, wrap the SELECT containing a set operator using derived table syntax and apply FOR XML on top of it%'

    OR [Text] Like '%Must declare the table variable%'

    OR [Text] Like '%Cannot find the object% because it does not exist or you do not have permissions%'

    OR [Text] Like '%The SET FMTONLY OFF statement must be the last statement in the batch%'

    OR [Text] Like '%Invalid default for parameter%'

    OR [Text] Like '%The option% is not valid for this function%'

    OR [Text] Like '%In this context% statistics name(s) cannot be specified for option%'

    OR [Text] Like '% is not a valid broker name%'

    OR [Text] Like '%Cannot specify a schema name as a prefix to the trigger name for database and server level triggers%'

    OR [Text] Like '% has already been specified as an event type%'

    OR [Text] Like '%efault parameter values for CLR types, nvarchar(max), varbinary(max), and xml are not supported%'

    OR [Text] Like '%Cannot use If UPDATE within this CREATE TRIGGER statement%'

    OR [Text] Like '%The specified event type(s) is/are not valid on the specified target object%'

    OR [Text] Like '%The ON clause is not valid for this statement%'

    OR [Text] Like '%Could not allocate a new page for database% because of insufficient disk space in filegroup%. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing fi%'

    OR [Text] Like '%Could not allocate space for object% in database% because the% filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on%'

    OR [Text] Like '%Removing IAM % failed because someone else is using the object that this IAM page belongs to%'

    OR [Text] Like '%pace allocator cannot allocate page in database%'

    OR [Text] Like '%Table error%'

    OR [Text] Like '%Could not cleanup deferred deallocations from filegroup%'

    OR [Text] Like '%Error while allocating extent for a worktable. Extent% in TEMPDB may have been lost%'

    OR [Text] Like '%The database-principal% does not exist or user is not a member%'

    OR [Text] Like '%Process % attempted to unlock a resource it does not own:%. Retry the transaction, because this error may be caused by a timing condition. If the problem persists, contact the database administrator%'

    OR [Text] Like '%The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users. Ask the database administrator to check the lock and memory configuration for this instance, or to check for%'

    OR [Text] Like '%Transaction (Process %) was deadlocked on% resources with another process and has been chosen as the deadlock victim. Rerun the transaction%'

    OR [Text] Like '%The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction%'

    OR [Text] Like '%locks on startup, reverting to% and turning on dynamic lock allocation. Maximum allowed memory usage at startup is%u KB%'

    OR [Text] Like '%Could not allocate initial% lock blocks during startup. Can not start the server%'

    OR [Text] Like '%Could not allocate initial% lock owner blocks during startup. Can not start the server%'

    OR [Text] Like '%Unable to allocate lock owner block during lock migration. Server halted%'

    OR [Text] Like '%Lock not logged%'

    OR [Text] Like '%Error spawning Lock Monitor thread%'

    OR [Text] Like '%Internal Error. There are too many parallel transactions%'

    OR [Text] Like '%No more lock classes available from transaction%'

    OR [Text] Like '%The Database Engine is attempting to release a group of locks that are not currently held by the transaction. Retry the transaction. If the problem persists, contact your support provider%'

    OR [Text] Like '%Lock request time out period exceeded%'

    OR [Text] Like '%Cannot release the application lock (Database Principal:%, Resource:%) because it is not currently held%'

    OR [Text] Like '%An invalid application lock%'

    OR [Text] Like '%An invalid parameter% was passed to the application lock function or procedure%'

    OR [Text] Like '%An invalid database principal was passed to%'

    OR [Text] Like '%tartup of the database-mirroring master thread routine failed for the following reason:%. Correct the cause of this error, and restart the SQL Server service%'

    OR [Text] Like '%Witness did not find an entry for database mirroring GUID {%.8x-%.4x-%.4x-%.2x%.2x-%.2x%.2x%.2x%.2x%.2x%.2x}. A configuration mismatch exists. Retry the command, or reset the witness from one of the database mirroring partners%'

    OR [Text] Like '%The witness for the mirroring session received error response% (state%) from server instance% for database%. For more information about the error, refer to the error log on this server instance and the partner server instance%'

    OR [Text] Like '%The command failed because the database mirror is busy. Reissue the command later%'

    OR [Text] Like '%The database% is already enabled for database mirroring%'

    OR [Text] Like '%Unable to force service safely. Remove database mirroring and recover database% to gain access%'

    OR [Text] Like '%The remote copy of database% is not related to the local copy of the database%'

    OR [Text] Like '%The remote copy of database% is not recovered far enough to enable database mirroring%'

    OR [Text] Like '%atabase mirroring cannot be enabled for the remote copy of database%. Restore database logs to the remote copy%'

    OR [Text] Like '%The remote copy of database% is already enabled for database mirroring%'

    OR [Text] Like '%The remote copy of database% has not had enough log backups applied to roll forward all of its files to a common point in time%'

    OR [Text] Like '%The remote copy of database% has not been rolled forward to a point in time that is encompassed in the local copy of the database log%'

    OR [Text] Like '%Communications to the remote server instance% failed before database mirroring was fully started. The ALTER DATABASE command failed. Retry the command when the remote database is started%'

    OR [Text] Like '%The database is being closed before database mirroring is fully initialized. The ALTER DATABASE command failed%'

    OR [Text] Like '%The database mirroring operation for database% failed. The requested operation could not be performed%'

    OR [Text] Like '%is not configured for database mirroring%'

    OR [Text] Like '%atabase mirroring has been disabled by the administrator for database%'

    OR [Text] Like '%The server network address% can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational%'

    OR [Text] Like '%The remote copy of database% cannot be opened. Check the database name and ensure that it is in the restoring state, and then reissue the command%'

    OR [Text] Like '%atabase mirroring was unable to obtain the network hostname. Operating system error% encountered. Verify the network configuration%'

    OR [Text] Like '%Communications to the remote server instance% failed to complete before its timeout. The ALTER DATABASE command may have not completed. Retry the command%'

    OR [Text] Like '%The mirror server instance is not caught up to the recent changes to database%. Unable to fail over%'

    OR [Text] Like '%The property name is not supported%'

    OR [Text] Like '%The remote server instance has a more recent value for the property%. Property value not changed%'

    OR [Text] Like '%The property value is invalid for%Property value not changed%'

    OR [Text] Like '%To issue ALTER DATABASE SET WITNESS, all three server instances must be interconnected, and the mirror database must be caught up. When these conditions are met, reissue the command%'

    OR [Text] Like '%The server instance% could not act as the witness. The ALTER DATABASE SET WITNESS command failed%'

    OR [Text] Like '%The request is refused because the responding server instance is not in a state to service the request%'

    OR [Text] Like '%The witness server instance name must be distinct from both of the server instances that manage the database. The ALTER DATABASE SET WITNESS command failed%'

    OR [Text] Like '%is in an unstable state for removing database mirroring, so recovery may fail. Verify the data after recovery%'

    OR [Text] Like '%Neither the partner nor the witness server instance for database% is available. Reissue the command when at least one of the instances becomes available%'

    OR [Text] Like '%atabase mirroring is attempting to repair physical % in database% by requesting a copy from the partner%'

    OR [Text] Like '%All three server instances did not remain interconnected for the duration of the ALTER DATABASE SET WITNESS command. There may be no witness associated with the database. Verify the status and when necessary repeat the command%'

    OR [Text] Like '%Invalid or unexpected database mirroring% message of type% was received from server%, database%'

    OR [Text] Like '% received unexpected database mirroring error response%'

    OR [Text] Like '%The Service Broker ID for the remote copy of database% does not match the ID on the principal server%'

    OR [Text] Like '%Could not post message% from server instance% because there is insufficient memory. Reduce non-essential memory load or increase system memory%'

    OR [Text] Like '%The server instance% rejected configure request; read its error log file for more information. The reason%, and state%, can be of use for diagnostics by Microsoft. This is a transient error hence retrying the request is likely to succeed. Correct t%'

    OR [Text] Like '%There is currently no witness associated with database%'

    OR [Text] Like '%Bypassing recovery for database% because it is marked as an inaccessible database mirroring database. A problem exists with the mirroring session. The session either lacks a quorum or the communications links are broken because of problems with links%'

    OR [Text] Like '%server instance is already acting as the witness%'

    OR [Text] Like '%ALTER DATABASE% command cannot be executed until both partner server instances are up, running, and connected. Start the partner and reissue the command%'

    OR [Text] Like '%The remote copy of database% does not exist. Check the database name and reissue the command%'

    OR [Text] Like '%ALTER DATABASE command failed due to an invalid server connection string%'

    OR [Text] Like '%The ALTER DATABASE command failed because the worker thread cannot be created%'

    OR [Text] Like '%atabase mirroring information was not found in the system table%'

    OR [Text] Like '%The partner server instance name must be distinct from the server instance that manages the database. The ALTER DATABASE SET PARTNER command failed%'

    OR [Text] Like '%the remote mirroring partner for database%, encountered error%. Database mirroring has been suspended. Resolve the error on the remote server and resume mirroring, or remove mirroring and re-establish the mirror%'

    OR [Text] Like '%atabase mirroring will be suspended. Server instance% encountered error% when it was acting as a mirroring partner for database%. The database mirroring partners might try to recover automatically from the error and%'

    OR [Text] Like '%The database mirroring service cannot be forced for database% because the database is not in the correct state to become the principal database%'

    OR [Text] Like '%The ALTER DATABASE command could not be sent to the remote server instance%. The database mirroring configuration was not changed. Verify that the server is connected, and try again%'

    OR [Text] Like '%ynchronization of the mirror database,%, was interrupted, leaving the database in an inconsistent state. The ALTER DATABASE command failed. Ensure that the principal database, if available, is back up and online, and then reconnect the mirror serv%'

    OR [Text] Like '%The principal copy of the% database encountered error% while sending % to the mirror. Database mirroring has been suspended. Try to resolve the error condition, and resume mirroring%'

    OR [Text] Like '%An error occurred while accessing the database mirroring metadata. Drop mirroring (ALTER DATABASE database_name SET PARTNER OFF) and reconfigure it%'

    OR [Text] Like '%The database% is already configured for database mirroring on the remote server. Drop database mirroring on the remote server to establish a new partner%'

    OR [Text] Like '%atabase mirroring is disabled due to a failed redo operation. Unable to resume%'

    OR [Text] Like '%atabase mirroring is not available in the edition of this SQL Server instance. See books online for more details on feature support in different SQL Server editions%'

    OR [Text] Like '%atabase mirroring cannot be enabled for the remote copy of database% because the database is not in a recovering state. The remote database must be restored using WITH NORECOVERY%'

    OR [Text] Like '%atabase mirroring cannot be enabled because the% database is not in full recovery mode on both partners%'

    OR [Text] Like '%atabase mirroring cannot be enabled because the% database is read-only on one of the partners%'

    OR [Text] Like '%atabase mirroring cannot be enabled because the% database is in emergency or suspect mode on one of the partners%'

    OR [Text] Like '%The operation cannot be performed on database% because it is involved in a database mirroring session%'

    OR [Text] Like '%atabase mirroring cannot be enabled because the% database is an auto-close database on one of the partners%'

    OR [Text] Like '%The alter database for this partner config values may only be initiated on the current principal server for database%'

    OR [Text] Like '%The database mirroring connection terminated. Out of memory sending message for database%'

    OR [Text] Like '%The database mirroring connection terminated. Communications error sending message for database%'

    OR [Text] Like '%This SQL Server edition does not allow changing the safety level. ALTER DATABASE command failed%'

    OR [Text] Like '%atabase mirroring connection error%'

    OR [Text] Like '%atabase mirroring cannot be enabled because the% database may have bulk logged changes that have not been backed up. The last log backup on the principal must be restored on the mirror%'

    OR [Text] Like '%atabase mirroring timeout value% exceeds the maximum value 32767%'

    OR [Text] Like '%The database mirroring safety level must be FULL to manually failover database%Set safety level to FULL and retry%'

    OR [Text] Like '%The mirror database,%, has insufficient transaction log data to preserve the log backup chain of the principal database. This may happen if a log backup from the principal database has not been taken or has not been restored on the mirror database%'

    OR [Text] Like '%The mirroring connection to% has timed out for database% after% seconds without a response. Check the service and network connections%'

    OR [Text] Like '%The mirrored database% is changing roles from% to% due to%'

    OR [Text] Like '%atabase mirroring could not repair physical % in database%. The mirroring partner could not be contacted or did not provide a copy of the page. Possible reasons include a lack of network connectivity or that the copy of the page kept by%'

    OR [Text] Like '%atabase mirroring has been enabled on this instance of SQL Server%'

    OR [Text] Like '%atabase Mirroring Transport is disabled in the endpoint configuration%'

    OR [Text] Like '%atabase mirroring cannot be enabled because the% database is in single user mode%'

    OR [Text] Like '%atabase Mirroring is disabled on this server due to error%Check the errorlog and configuration for more information%'

    OR [Text] Like '%atabase mirroring error%'

    OR [Text] Like '%ort failure. Contact Technical Support%'

    OR [Text] Like '%The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name% and the index name%. The duplicate key value is%'

    OR [Text] Like '%Row comparison failed during sort because of an unknown data type on a key column. Metadata might be corrupt. Contact Technical Support%'

    OR [Text] Like '%ort failed. Out of space or locks in database%'

    OR [Text] Like '%ort cannot be reconciled with transaction log%'

    OR [Text] Like '%ort operation failed during an index build. The overwriting of the allocation page in database% was prevented by terminating the sort. Run DBCC CHECKDB to check for allocation and consistency errors. It may be necessary restore the database from b%'

    OR [Text] Like '%ort failure. The incorrect extent could not be deallocated. Contact Technical Support%'

    OR [Text] Like '%New sort run starting on % found an extent not marked as shared. Retry the transaction. If the problem persists, contact Technical Support%'

    OR [Text] Like '%Cannot share extent%. The correct extents could not be identified. Retry the transaction%'

    OR [Text] Like '%Extent% not found in shared extent directory. Retry the transaction. If the problem persists, contact Technical Support%'

    OR [Text] Like '%Cannot share extent%. Shared extent directory is full. Retry the transaction. If the problem persists, contact Technical Support%'

    OR [Text] Like '%Cannot suspend a sort that is not in row input phase%'

    OR [Text] Like '%Cannot insert a row into a sort when the sort is not in row input phase%'

    OR [Text] Like '%Cannot sort a row of size%, which is greater than the allowable maximum of%. Consider resubmitting the query using the ROBUST PLAN hint%'

    OR [Text] Like '%ort failure. A defective CLR type comparison function is suspected%'

    OR [Text] Like '%BobMgr::GetBuf: Sort Big Output Buffer write not complete after% seconds%'

    OR [Text] Like '%Operating system error% resulted from attempt to read the following: sort run %, in file%, in database with %. Sort is retrying the read%'

    OR [Text] Like '%Creating or altering table% failed because the minimum row size would be%, including% bytes of internal overhead. This exceeds the maximum allowable table row size of% bytes%'

    OR [Text] Like '%CREATE TABLE failed because column% in table% exceeds the maximum of% columns%'

    OR [Text] Like '%The system table% can only be created or altered during an upgrade%'

    OR [Text] Like '%Cannot specify TEXTIMAGE_ON filegroup for a partitioned table%'

    OR [Text] Like '%Warning: The table% has been created, but its maximum row size exceeds the allowed maximum of% bytes. INSERT or UPDATE to this table will fail if the resulting row exceeds the size limit%'

    OR [Text] Like '%Cannot use TEXTIMAGE_ON when a table has no text, ntext, image, varchar(max), nvarchar(max), varbinary(max), xml or large CLR type columns%'

    OR [Text] Like '%Cannot use alias type with rule or default bound to it as a column type in table variable or return table definition in table valued function. Type% has a% bound to it%'

    OR [Text] Like '%Cannot define PRIMARY KEY constraint on column% in table%. The computed column has to be persisted and not nullable%'

    OR [Text] Like '%Online index operations can only be performed in Enterprise edition of SQL Server%'

    OR [Text] Like '%Cannot execute% on/using table% since the table is the target table or part of cascading actions of a currently executing trigger%'

    OR [Text] Like '%Alter table failed because unique column IDs have been exhausted for table%'

    OR [Text] Like '%Foreign key% creation failed. Only NO ACTION referential update action is allowed for referencing computed column%'

    OR [Text] Like '%FILESTREAM_ON cannot be specified when a table has no FILESTREAM columns. Remove the FILESTREAM_ON clause from the statement, or add a FILESTREAM column to the table%'

    OR [Text] Like '%FILESTREAM_ON cannot be specified together with a partition scheme in the ON clause%'

    OR [Text] Like '%Change tracking must be enabled on database% before it can be enabled on table%'

    OR [Text] Like '%FILESTREAM data cannot be placed on an empty filegroup%'

    OR [Text] Like '%Cannot drop FILESTREAM filegroup or partition scheme since table% has FILESTREAM columns%'

    OR [Text] Like '%Altering table% failed because the row size using vardecimal storage format exceeds the maximum allowed table row size of% bytes%'

    OR [Text] Like '%Cannot% since a partition scheme is not specified for FILESTREAM data%'

    OR [Text] Like '%Cannot% since a partition scheme was specified for FILESTREAM data but not for the table%'

    OR [Text] Like '%Filegroup% is not a FILESTREAM filegroup or partition scheme of FILESTREAM filegroups%'

    OR [Text] Like '%Cannot add FILESTREAM column to% because an INSTEAD OF trigger exists on the%'

    OR [Text] Like '%Cannot add FILESTREAM filegroup or partition scheme since table% has a FILESTREAM filegroup or partition scheme already%'

    OR [Text] Like '%Cannot create non-clustered index% on table% with the FILESTREAM_ON clause%'

    OR [Text] Like '%Cannot create index% on table% because the computed column% uses a FILESTREAM column%'

    OR [Text] Like '%Cannot create table% because the partitioning column% uses a FILESTREAM column%'

    OR [Text] Like '%Creating or altering compressed table% failed because the uncompressed row size would be%, including% bytes of internal overhead. This exceeds the maximum allowable table row size of% bytes%'

    OR [Text] Like '%Cannot create the sparse column% in the table% because an option or data type specified is not valid. A sparse column must be nullable and cannot have the ROWGUIDCOL, IDENTITY, or FILESTREAM properties. A sparse column cannot be of the follo%'

    OR [Text] Like '%Cannot create the sparse column set% in the table% because a table cannot have more than one sparse column set. Modify the statement so that only one column is specified as COLUMN_SET FOR ALL_SPARSE_COLUMNS%'

    OR [Text] Like '%Cannot create the sparse column set% in the table% because a sparse column set must be a nullable xml column. Modify the column definition to allow null values%'

    OR [Text] Like '%Cannot create the sparse column set% in the table% because the table already contains one or more sparse columns. A sparse column set cannot be added to a table if the table contains a sparse column%'

    OR [Text] Like '%The column% in the table% cannot be referenced in a CHECK constraint or computed column definition because the column is a sparse column set. A sparse column set cannot be referenced in a a CHECK constraint or computed column definition%'

    OR [Text] Like '%Cannot create table% with only a column set column and without any non-computed columns in the table%'

    OR [Text] Like '%Could not create constraint. See previous errors%'

    OR [Text] Like '%Column% in table% is invalid for creating a default constraint%'

    OR [Text] Like '%is not the same length or scale as referencing column % in foreign key%. Columns participating in a foreign key relationship must be defined with the same length and scale%'

    OR [Text] Like '%efaults cannot be created on columns with an IDENTITY attribute. Table%, column%'

    OR [Text] Like '%efaults cannot be created on columns of data type timestamp. Table%, column%'

    OR [Text] Like '%kipping FOREIGN KEY constraint% definition for temporary table. FOREIGN KEY constraints are not enforced on local or global temporary tables%'

    OR [Text] Like '%is not of same collation as referencing column%'

    OR [Text] Like '%Only a single constraint can be added or dropped online with no other operations in the same statement%'

    OR [Text] Like '%Computed column% in table% is not allowed to be used in another computed-column definition%'

    OR [Text] Like '%Constraints of type% cannot be created on columns of type%'

    OR [Text] Like '%Cannot create the foreign key% with the SET NULL referential action, because one or more referencing columns are not nullable%'

    OR [Text] Like '%Cannot create the foreign key% with the SET DEFAULT referential action, because one or more referencing not-nullable columns lack a default constraint%'

    OR [Text] Like '%Cross-database foreign key references are not supported. Foreign key%'

    OR [Text] Like '%Computed Column% in table% is invalid for use in% because it is not persisted%'

    OR [Text] Like '%Foreign key% creation failed. Only NO ACTION and CASCADE referential delete actions are allowed for referencing computed column%'

    OR [Text] Like '%Foreign key references to temporary tables are not supported. Foreign key%'

    OR [Text] Like '%Foreign key% references invalid table%'

    OR [Text] Like '%Foreign key% references object% which is not a user table%'

    OR [Text] Like '%Foreign key% references invalid column% in referencing table%'

    OR [Text] Like '%Foreign key% references invalid column% in referenced table%'

    OR [Text] Like '%Cannot create foreign key% because it references object% whose clustered index% is disabled%'

    OR [Text] Like '%is not valid. A system table cannot be used in a foreign key definition%'

    OR [Text] Like '%has implicit reference to object% which does not have a primary key defined on it%'

    OR [Text] Like '%The number of columns in the referencing column list for foreign key% does not match those of the primary key in the referenced table%'

    OR [Text] Like '%Cannot create foreign key% because it references object% whose PRIMARY KEY index% is disabled%'

    OR [Text] Like '%There are no primary or candidate keys in the referenced table% that match the referencing column list in the foreign key%'

    OR [Text] Like '%is not the same data type as referencing column % in foreign key%'

    OR [Text] Like '%already has a primary key defined on it%'

    OR [Text] Like '%Column already has a DEFAULT bound to it%'

    OR [Text] Like '%Cannot create the foreign key% because the referenced column % is a non-persisted computed column%'

    OR [Text] Like '%Introducing FOREIGN KEY constraint% on table% may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints%'

    OR [Text] Like '%Either column % or referencing column % in foreign key% is a timestamp column. This data type cannot be used with cascading referential integrity constraints%'

    OR [Text] Like '%Cannot define foreign key constraint% with cascaded DELETE or UPDATE on table% because the table has an INSTEAD OF DELETE or UPDATE TRIGGER defined on it%'

    OR [Text] Like '%Cascading foreign key% cannot be created where the referencing column % is an identity column%'

    OR [Text] Like '%Cannot use CHECKSUM(*) in a computed column definition%'

    OR [Text] Like '%The name of a user-defined table type cannot start with a number (#) sign%'

    OR [Text] Like '%A DEFAULT constraint cannot be created on the column% in the table% because the column is a sparse column or sparse column set. Sparse columns or sparse column sets cannot have a DEFAULT constraint%'

    OR [Text] Like '%already exists. Choose a different database name%'

    OR [Text] Like '%CREATE DATABASE failed. Some file names listed could not be created. Check related errors%'

    OR [Text] Like '%The CREATE DATABASE statement failed. The primary file must be at least% MB to accommodate a copy of the model database%'

    OR [Text] Like '%CREATE DATABASE failed. The default collation of database% cannot be set to%'

    OR [Text] Like '%Could not obtain exclusive lock on database%. Retry the operation later%'

    OR [Text] Like '%The model database must be updatable before a new database can be created%'

    OR [Text] Like '%CREATE DATABASE failed. COLLATE clause cannot be used with the FOR ATTACH option%'

    OR [Text] Like '%Could not open new database%. CREATE DATABASE is aborted%'

    OR [Text] Like '%Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files%'

    OR [Text] Like '%property cannot be used with database snapshot files%'

    OR [Text] Like '%atabase snapshot on the system database% is not allowed%'

    OR [Text] Like '%Only the owner of database % or the system administrator can create a database snapshot on it%'

    OR [Text] Like '%Primary log file% is missing and the database was not cleanly shut down so it cannot be rebuilt%'

    OR [Text] Like '%Could not create default log file because the name was too long%'

    OR [Text] Like '%Cannot create a database snapshot on another database snapshot%'

    OR [Text] Like '%The database must be online to have a database snapshot%'

    OR [Text] Like '%A database snapshot cannot be created because it failed to start%'

    OR [Text] Like '%Cannot attach a database that was being restored%'

    OR [Text] Like '%Filegroups and collations cannot be specified for database snapshots%'

    OR [Text] Like '%ser-defined filegroups are not allowed on%'

    OR [Text] Like '%CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of% MB per%'

    OR [Text] Like '%The logical file name% is already in use. Choose a different name%'

    OR [Text] Like '%The FOR ATTACH option requires that at least the primary file be specified%'

    OR [Text] Like '%The files% and% are both primary files. A database can only have one primary file%'

    OR [Text] Like '%File ONLINE/OFFLINE syntax cannot be used with CREATE DATABASE%'

    OR [Text] Like '%Cannot attach the file% as database%'

    OR [Text] Like '%File% cannot be reused until after the next BACKUP LOG operation%'

    OR [Text] Like '%The file% cannot be overwritten. It is being used by database%'

    OR [Text] Like '%Unable to create/attach any new database because the number of existing databases has reached the maximum number allowed%'

    OR [Text] Like '%Cannot create the default data files because the name that was supplied is too long%'

    OR [Text] Like '%The file name% is too long to create an alternate stream name%'

    OR [Text] Like '%Offline database file(s) have been overwritten while being reverted to online state from a database snapshot. The reverted file might contain invalid pages. Please run database consistency checks to assess the data integrity%'

    OR [Text] Like '%Could not create default data files because the name% is a reserved device name%'

    OR [Text] Like '%The file size, max size cannot be greater than 2147483647 in units of a page size. The file growth cannot be greater than 2147483647 in units of both page size and percentage%'

    OR [Text] Like '%is not supported on%'

    OR [Text] Like '%Cannot find SQL Volume Shadow Copy Service (VSS) Writer in writer metadata document provided by VSS while creating auto-recovered VSS snapshot for online DBCC check%'

    OR [Text] Like '%Cannot find SQL Volume Shadow Copy (VSS) Writer component for database% while creating auto-recovered VSS snapshot for online DBCC check%'

    OR [Text] Like '%support auto-recovered Volume Shadow Copy (VSS) snapshots%'

    OR [Text] Like '%Volume Shadow Copy Service (VSS) failed to create an auto-recovered snapshot of database% for online DBCC check%'

    OR [Text] Like '%CREATE DATABASE failed because FILESTREAM filegroups were declared and ALLOW_SNAPSHOT_ISOLATION or READ_COMMITTED_SNAPSHOT is set to ON in the model database. Either set ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT to OFF in the model database, o%'

    OR [Text] Like '%Cannot create index or statistics% on view% because key column% is imprecise, computed and not persisted. Consider removing reference to column in view index or statistics key or changing column to be precise. If column is computed in%'

    OR [Text] Like '%Cannot create more than one clustered index on%. Drop the existing clustered index% before creating another%'

    OR [Text] Like '%The% on table% has% column names in% key list. The maximum limit for index or statistics key column list is%'

    OR [Text] Like '%Cannot recreate index%. The new index definition does not match the constraint being enforced by the existing index%'

    OR [Text] Like '%Column% is partitioning column of the index%. Partition columns for a unique index must be a subset of the index key%'

    OR [Text] Like '%Cannot use duplicate column names in%. Column name% listed more than once%'

    OR [Text] Like '%Could not create% because it exceeds the maximum of% allowed per table or view%'

    OR [Text] Like '%Column name% does not exist in the target table or view%'

    OR [Text] Like '%Could not proceed with index DDL operation on% because it conflicts with another concurrent operation that is already in progress on the object. The concurrent operation could be an online index operation on the same object or another concur%'

    OR [Text] Like '%The operation failed because an index or statistics with name% already exists on%'

    OR [Text] Like '%Index cannot be created on object% because the object is not a user table or view%'

    OR [Text] Like '%Cannot alter a non-unique index with ignore_dup_key index option. Index% is non-unique%'

    OR [Text] Like '%CREATE INDEX options% and% are mutually exclusive%'

    OR [Text] Like '%Cannot create, rebuild or drop an index on a local temporary table online. Perform the index operation offline%'

    OR [Text] Like '%is of a type that is invalid for use as a key column in an index%'

    OR [Text] Like '%Inval% specified%'

    OR [Text] Like '%has no files assigned to it. Tables, indexes, and large object columns cannot be created on this filegroup. Use ALTER DATABASE to add one or more files to the filegroup%'

    OR [Text] Like '%is read-only%'

    OR [Text] Like '%Cannot convert a clustered index to a nonclustered index by using the DROP_EXISTING option. To change the index type from clustered to nonclustered, delete the clustered index, and then create a nonclustered index by using two separate statements%'

    OR [Text] Like '%There are already statistics on table% named%'

    OR [Text] Like '%tatistics cannot be created on object% because the object is not a user table or view%'

    OR [Text] Like '%Cannot convert a nonclustered index to a clustered index because a foreign key constraint references the index. Remove the foreign key constraint and then retry the operation. %'

    OR [Text] Like '%The SQL statement cannot be executed because filegroup% is offline. Use the sys.database_files or sys.master_files catalog view to determine the state of the files in this filegroup and then restore the offline file(s) from backup%'

    OR [Text] Like '%failed because the following SET options have incorrect settings:%. Verify that SET options are correct for use with%'

    OR [Text] Like '%Cannot create index. Object% was created with the following SET options off%'

    OR [Text] Like '%Cannot create% on view%'

    OR [Text] Like '%Index cannot be created on view% because the underlying object% has a different owner%'

    OR [Text] Like '%Cannot create% on view% because the view is not schema bound%'

    OR [Text] Like '%Cannot create% on view%. It does not have a unique clustered index%'

    OR [Text] Like '%Cannot create nonunique clustered index on view% because only unique clustered indexes are allowed. Consider creating unique clustered index instead%'

    OR [Text] Like '%Cannot create% on view%. It contains text, ntext, image, FILESTREAM or xml columns%'

    OR [Text] Like '%Index% was not created. This index has a key length of at least% bytes. The maximum permissible key length is% bytes%'

    OR [Text] Like '%Warning! The maximum key length is% bytes. The index% has maximum length of% bytes. For some combination of large values, the insert/update operation will fail%'

    OR [Text] Like '%Operation failed. The index entry of length% bytes for the index% exceeds the maximum length of% bytes%'

    OR [Text] Like '%Cannot create% on view%. The view contains a self join on%'

    OR [Text] Like '%Cannot create% on view%. The function% yields nondeterministic results. Use a deterministic system function, or modify the user-defined function to return deterministic results%'

    OR [Text] Like '%Cannot create% on the% view because it uses the nondeterministic user-defined function%. Remove the reference to the function, or make it deterministic%'

    OR [Text] Like '%Cannot create% on view% because view uses imprecise user-defined function%. Consider removing reference to function or altering it to be precise%'

    OR [Text] Like '%Cannot create an index on a view or computed column because the compatibility level of this database is less than 80. Use sp_dbcmptlevel to raise the compatibility level of the database%'

    OR [Text] Like '%Cannot create% on view%. The collation cast expression with collation name% is non-deterministic because it is dependent on the operating system%'

    OR [Text] Like '%Cannot create% on view% because column% that is referenced by the view in the WHERE or GROUP BY clause is imprecise. Consider eliminating the column from the view, or altering the column to be precise%'

    OR [Text] Like '%Cannot create% on view%. The view contains a convert that is imprecise or non-deterministic%'

    OR [Text] Like '%Cannot create% on view%. The view contains an imprecise constant%'

    OR [Text] Like '%Cannot create% on view%. The view contains an imprecise arithmetic operator%'

    OR [Text] Like '%Cannot create% on view%. The view contains an imprecise aggregate operator%'

    OR [Text] Like '%Cannot create a new clustered index on a view online%'

    OR [Text] Like '%Cannot convert a nonclustered index to a clustered index online using DROP_EXISTING option%'

    OR [Text] Like '%efault FILESTREAM filegroup is not available in database%'

    OR [Text] Like '%Warning: Online index operation on table% will proceed but concurrent access to the table may be limited due to residual lock on the table from a previous operation in the same transaction%'

    OR [Text] Like '%Cannot disable index% on table%. Permission denied to disable foreign key% on table% that uses this index%'

    OR [Text] Like '%Cannot disable clustered index% on table%. Permission denied to alter the referencing view% while disabling its clustered index%'

    OR [Text] Like '%Cannot perform the specified operation on disabled index% on%'

    OR [Text] Like '%Cannot perform the specified operation on% because its clustered index% is disabled%'

    OR [Text] Like '%Index% row length exceeds the maximum permissible length of% bytes%'

    OR [Text] Like '%Cannot create index or statistics% on view% because cannot verify key column% is precise and deterministic. Consider removing column from index or statistics key, marking column persisted in base table if it is computed, or using non%'

    OR [Text] Like '%Could not create% on table%. Only XML Index can be created on XML column%'

    OR [Text] Like '%Column% in table% is of a type that is invalid for use as a key column in an index or statistics%'

    OR [Text] Like '%Cannot use index option ignore_dup_key to alter index% as it enforces a primary or unique constraint%'

    OR [Text] Like '%Index cannot be created on computed column% of table% because the underlying object% has a different owner%'

    OR [Text] Like '%Warning: The maximum length of the row exceeds the permissible limit of% bytes. For some combination of large values, the insert/update operation will fail%'

    OR [Text] Like '%Cannot create% on view% because the view references non-deterministic or imprecise member function% on CLR type%. Consider removing reference to the function or altering the function to behave in a deterministic way. Do not dec%'

    OR [Text] Like '%Cannot create% on view%. The function% yields imprecise results. Use a precise system function, or modify the user-defined function to return precise results%'

    OR [Text] Like '%Index% cannot be created or rebuilt. The specified row length for this index using the vardecimal storage format exceeds the maximum allowed length of% bytes%'

    OR [Text] Like '%Cannot create% on view%. It contains one or more XML data type methods%'

    OR [Text] Like '%Cannot replace non-hypothetical index% with a hypothetical index using the DROP_EXISTING option%'

    OR [Text] Like '%Cannot% on% because its% is disabled%'

    OR [Text] Like '%Cannot rebuild clustered index% online because it is disabled%'

    OR [Text] Like '%Cannot enable foreign key constraint% as index% on referenced key is disabled%'

    OR [Text] Like '%Cannot define an index on a view with ignore_dup_key index option. Remove ignore_dup_key option and verify that view definition does not allow duplicates, or do not index view%'

    OR [Text] Like '%Permission denied to disable foreign key%'

    OR [Text] Like '%% was disabled as a result of disabling the index%'

    OR [Text] Like '%Cannot partition an index on a table variable or return table definition in table valued function%'

    OR [Text] Like '%Cannot create or update statistics on view% because both FULLSCAN and NORECOMPUTE options are required%'

    OR [Text] Like '%Cannot rebuild hypothetical index% online%'

    OR [Text] Like '%Could not create index enforcing primary key constraint% using DROP_EXISTING option because table has an XML or spatial index. Drop the XML or spatial index, create the primary key contstraint, and recreate the XML or spatial index%'

    OR [Text] Like '%Could not convert the XML or spatial index% to a relational index by using the DROP_EXISTING option. Drop the XML or spatial index and create a relational index with the same name%'

    OR [Text] Like '%Warning: Clustered index% on view% referencing table% was disabled as a result of disabling the index%'

    OR [Text] Like '%is of a type that is invalid for use as included column in an index%'

    OR [Text] Like '%Cannot create a procedure for replication with group number greater than one%'

    OR [Text] Like '%Procedures with a group number cannot have parameters of XML or CLR types. Parameter% of procedure% has type%'

    OR [Text] Like '%Procedure% has already been created with group number%. Create procedure with an unused group number%'

    OR [Text] Like '%depends on the missing object%. The module will still be created; however, it cannot run successfully until the object exists%'

    OR [Text] Like '%The object% is not a procedure so you cannot create another procedure under that group name%'

    OR [Text] Like '%Cannot perform alter on% because it is an incompatible object type%'

    OR [Text] Like '%Index hints cannot be specified within a schema-bound object%'

    OR [Text] Like '%property is turned off for% because you do not have permission to create or alter an object with this property%'

    OR [Text] Like '%Remote access is not allowed from within a schema-bound object%'

    OR [Text] Like '%The dependencies reported for entity% do not include references to columns. 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 entity. Before rerunning the query, ensu%'

    OR [Text] Like '%since there is no login corresponding to the user%'

    OR [Text] Like '%since there is no user for login% in database%'

    OR [Text] Like '%because its schema is different from the schema of the target table or view%'

    OR [Text] Like '%because you do not have permission%'

    OR [Text] Like '%as the target is not in the current database%'

    OR [Text] Like '%Cannot alter trigger% on% because this trigger does not belong to this object. Specify the correct trigger name or the correct target object name%'

    OR [Text] Like '%because an INSTEAD OF% trigger already exists on this object%'

    OR [Text] Like '%Cannot create trigger% on view% because the view is defined with CHECK OPTION%'

    OR [Text] Like '%INSTEAD OF DELETE or INSTEAD OF UPDATE TRIGGER% on table%. This is because the table has a FOREIGN KEY with cascading DELETE or UPDATE%'

    OR [Text] Like '%cannot be used in an IF UPDATE clause because it is a computed column%'

    OR [Text] Like '%erver level event notifications are disabled as the database msdb does not exist%'

    OR [Text] Like '%Cannot CREATE EVENT NOTIFICATION to database% because it is not a valid broker database%'

    OR [Text] Like '%INSTEAD OF trigger% on% because the% has a FILESTREAM column%'

    OR [Text] Like '%erivation from "anySimpleType" by restriction is not permitted, and derivation by restriction from a type derived from "anySimpleType" by extension is allowed only if no constraining facets are specified%'

    OR [Text] Like '%An error has occurred while compiling the query. To obtain more detailed information about the error, the query must be run by a user with EXECUTE permissions on the xml schema collection used in the query%'

    OR [Text] Like '%expressions allowed as predicates, found%'

    OR [Text] Like '%expressions allowed in conditions and with logical operators, found%'

    OR [Text] Like '%was expected%'

    OR [Text] Like '%can only be associated with the URI % and this URI cannot be used with other prefixes%'

    OR [Text] Like '%Only non-document nodes can be inserted. Found%'

    OR [Text] Like '%The URI that starts with% is too long. Maximum allowed length is% characters%'

    OR [Text] Like '%yntax error near%'

    OR [Text] Like '%Heterogeneous sequences are not allowed: found% and%'

    OR [Text] Like '%ingleton (or empty sequence) required, found operand of type%'

    OR [Text] Like '%Invalid source character%'

    OR [Text] Like '%Cannot atomize/apply data() on expression that contains type% within inferred type%'

    OR [Text] Like '%is not an atomic type%'

    OR [Text] Like '%The value of attribute% exceeds 4000 characters, the maximum permitted in XML schema documents%'

    OR [Text] Like '%Invalid XPath value in%'

    OR [Text] Like '%There is no attribute named%'

    OR [Text] Like '%Invalid source character % found in an identifier near%'

    OR [Text] Like '%A string literal was expected%'

    OR [Text] Like '%The target of % must be a single node, found%'

    OR [Text] Like '%The variable% was not found in the scope in which it was referenced%'

    OR [Text] Like '%The variable % was not found in the scope in which it was referenced%'

    OR [Text] Like '%The name% does not denote a namespace%'

    OR [Text] Like '%The name% has already been defined%'

    OR [Text] Like '%The name% does not denote a defined type%'

    OR [Text] Like '%The name % does not denote a defined type%'

    OR [Text] Like '%The operand of% has an invalid type%'

    OR [Text] Like '%The operator% cannot be applied to% and% operands%'

    OR [Text] Like '%An argument list was applied to a non-function term%'

    OR [Text] Like '%There are not enough actual arguments in the call to function%'

    OR [Text] Like '%erivation from anyType by extension is not supported in this release%'

    OR [Text] Like '%Too many arguments in call to function%'

    OR [Text] Like '%must be an element/document node, found%'

    OR [Text] Like '%Variable expected%'

    OR [Text] Like '%Type specification expected%'

    OR [Text] Like '%Relative path expression used without any context%'

    OR [Text] Like '%The value is of type%, which is not a subtype of the expected type%'

    OR [Text] Like '%yntax error near%'

    OR [Text] Like '%The target of % must be an element/PI/comment/text node, found%'

    OR [Text] Like '%yntax error near%, expected a "node test"%'

    OR [Text] Like '%The position may not be specified when inserting an attribute node, found%'

    OR [Text] Like '%There is no element named%'

    OR [Text] Like '%Only non-document nodes may be deleted, found%'

    OR [Text] Like '%Expected end tag%'

    OR [Text] Like '%has no matching begin tag%'

    OR [Text] Like '%plicate attribute%'

    OR [Text] Like '%plicate attribute%'

    OR [Text] Like '%expected%'

    OR [Text] Like '%nterminated CDATA section%'

    OR [Text] Like '%nterminated string constant (started on line%)%'

    OR [Text] Like '%nterminated XML declaration%'

    OR [Text] Like '%by restriction is not supported in this release%'

    OR [Text] Like '%A tag name may not contain the character%'

    OR [Text] Like '%was not followed by a valid construct%'

    OR [Text] Like '%Cannot construct DTDs in XQuery%'

    OR [Text] Like '%Invalid entity reference%'

    OR [Text] Like '%may not be part of an entity reference%'

    OR [Text] Like '%The namespace prefix% has not been defined%'

    OR [Text] Like '%Invalid numeric entity reference%'

    OR [Text] Like '%No root element was found%'

    OR [Text] Like '%When a type with simple content restricts a type with mixed content, it must have an embedded simple type definition. Location%'

    OR [Text] Like '%Choice cannot be empty unless minOccurs is 0. Location%'

    OR [Text] Like '%is not allowed as a processing instruction target%'

    OR [Text] Like '%Element%is not valid at location%'

    OR [Text] Like '%is not valid at location%'

    OR [Text] Like '%Required attribute% of XSD element% is missing%'

    OR [Text] Like '%Required sub-element% of XSD element% is missing%'

    OR [Text] Like '%The element% has already been defined%'

    OR [Text] Like '%The name% has already been defined in this scope%'

    OR [Text] Like '%Element or attribute type specified more than once. Location%'

    OR [Text] Like '%The qualified name% was found in a context where only NCName is allowed%'

    OR [Text] Like '%Reference to an undefined name%'

    OR [Text] Like '%Reference to an undefined name% within namespace%'

    OR [Text] Like '%is not a valid number%'

    OR [Text] Like '%declared more than once%'

    OR [Text] Like '%The value of attribute% does not conform to the type definition%'

    OR [Text] Like '%cannot have a value of%'

    OR [Text] Like '%cannot have a negative value%'

    OR [Text] Like '%should have a string value%'

    OR [Text] Like '%attribute is missing%'

    OR [Text] Like '%The base type% defined on XSD element% is not a simple type%'

    OR [Text] Like '%This type may not have a% facet. Location%'

    OR [Text] Like '%plicate facet% found at location%'

    OR [Text] Like '%Facets cannot follow attribute declarations. Found facet% at location%'

    OR [Text] Like '%The element type is not a subclass of the substitution group%head%'

    OR [Text] Like '%The end tag%'

    OR [Text] Like '%is missing%'

    OR [Text] Like '%chema namespace%'

    OR [Text] Like '%The string% is not a valid time duration value%'

    OR [Text] Like '%Redefinition has to have itself as base type. Location%'

    OR [Text] Like '%may not be used with an%'

    OR [Text] Like '%Invalid source character%'

    OR [Text] Like '%Newline in character/string constant%'

    OR [Text] Like '%is not a valid octal digit%'

    OR [Text] Like '%must be at most one node, found%'

    OR [Text] Like '%operand must contain only nodes, found%'

    OR [Text] Like '%Either a memberType attribute or a simpleType child must be present. Location%'

    OR [Text] Like '%Comment started on line% has no end%'

    OR [Text] Like '%Expected hex character code%'

    OR [Text] Like '%Invalid numeric constant%'

    OR [Text] Like '%nterminated text section - missing%'

    OR [Text] Like '%A namespace URI should contain at least one non-whitespace character%'

    OR [Text] Like '%Attempt to redefine namespace prefix%'

    OR [Text] Like '%Invalid XML element content%'

    OR [Text] Like '%expected%'

    OR [Text] Like '%Invalid source character encoding%'

    OR [Text] Like '%must be a non-metadata attribute or an element with simple typed content, found%'

    OR [Text] Like '%A document node may only be replaced with another document node, found%'

    OR [Text] Like '%attribute and an embedded type definition is not supported in this release. Location%'

    OR [Text] Like '%The target of% may not be a constructed node%'

    OR [Text] Like '%Cannot have both a%'

    OR [Text] Like '%The base type of an XSD extension or restriction type must be a simple type%'

    OR [Text] Like '%XSD schema too complex%'

    OR [Text] Like '%XQuery too complex%'

    OR [Text] Like '%Cannot implicitly convert from%'

    OR [Text] Like '%Cannot explicitly convert from%'

    OR [Text] Like '% has a circular definition%'

    OR [Text] Like '%The item type of an XSD list type must be a simple type. Location%'

    OR [Text] Like '%Cannot have element content in a complex type with simple content. Location%'

    OR [Text] Like '%Cannot have more than one group/sequence/choice/all within a restriction or extension. Location%'

    OR [Text] Like '%No more tokens expected at the end of the XQuery expression. Found%'

    OR [Text] Like '%can only be used within a predicate or XPath selector%'

    OR [Text] Like '%Metadata attribute % may not be used with%'

    OR [Text] Like '%is not supported with constructed XML%'

    OR [Text] Like '%A node or set of nodes is required for%'

    OR [Text] Like '%Aggregate function% expects a sequence argument%'

    OR [Text] Like '%Operand of a single numeric type expected%'

    OR [Text] Like '%expression is statically%'

    OR [Text] Like '%Expected XML schema document%'

    OR [Text] Like '%The name specified is not a valid XML name%'

    OR [Text] Like '%Mixed content is not allowed at location%'

    OR [Text] Like '%Invalid combination of minOccurs and maxOccurs values, minOccurs has to be less than or equal to maxOccurs. Location%'

    OR [Text] Like '%Invalid value% for the% attribute. The value has to be between 0 and%'

    OR [Text] Like '%Invalid element occurrence, element% was found multiple times in the context of element%'

    OR [Text] Like '%Invalid target namespace specified%'

    OR [Text] Like '%The value of% facet is outside of the allowed range%'

    OR [Text] Like '%Cannot have both%'

    OR [Text] Like '%Invalid element occurrence, element% has to appear first in the context of%'

    OR [Text] Like '%requires a singleton (or empty sequence), found operand of type%'

    OR [Text] Like '%Top-level% nodes are not supported%'

    OR [Text] Like '%Redefining XSD schemas is not supported%'

    OR [Text] Like '%is not a valid axis%'

    OR [Text] Like '%Either an itemType attribute or a simpleType child must be present. Location%'

    OR [Text] Like '%There is no function%'

    OR [Text] Like '%Attribute may not appear outside of an element%'

    OR [Text] Like '%Identifiers may not contain more than% characters%'

    OR [Text] Like '%plicate id value found%'

    OR [Text] Like '%An attribute cannot have a value of type%, a simple type was expected%'

    OR [Text] Like '%Cannot find a table or object with the name%. Check the system catalog%'

    OR [Text] Like '%Memory object list dump failed due to temporary inconsistency in the memory object structure. Please try again%'

    OR [Text] Like '%ccessfully deleted the physical file%'

    OR [Text] Like '%Could not delete the physical file%. The DeleteFile system function returned error%'

    OR [Text] Like '%The device% does not exist. Use sys.backup_devices to show available devices%'

    OR [Text] Like '%Could not find a table or object name% in database%'

    OR [Text] Like '%The CONCAT_NULL_YIELDS_NULL option must be set to ON to run DBCC CHECKCONSTRAINTS%'

    OR [Text] Like '%count for object%, index %, partition %, alloc unit % (type%) is incorrect. Run DBCC UPDATEUSAGE%'

    OR [Text] Like '%BCC CHECKCONSTRAINTS failed due to an internal query error%'

    OR [Text] Like '%BCC% error%'

    OR [Text] Like '%Keys out of order on %, slots% and%'

    OR [Text] Like '%uplicate keys on % slot% and % slot%'

    OR [Text] Like '%A DBCC PAGE error has occurred%'

    OR [Text] Like '%has been modified, but is not marked as modified in the differential backup bitmap%'

    OR [Text] Like '%Repair has invalidated the differential bitmap for database%. The differential backup chain is broken. You must perform a full database backup before you can perform a differential backup%'

    OR [Text] Like '%Bulk-logging has been turned on for database%. To ensure that all data has been secured, run backup log operations again%'

    OR [Text] Like '%Computed columns and CLR types cannot be checked for this object because the common language runtime (CLR) is disabled%'

    OR [Text] Like '%Computed columns and CLR types cannot be checked for object%'

    OR [Text] Like '%Could not find database%'

    OR [Text] Like '%Unable to process index% of table% because filegroup% is inval%'

    OR [Text] Like '%Filegroup% is inval%'

    OR [Text] Like '%Cannot process object%'

    OR [Text] Like '%atabase file% is offline%'

    OR [Text] Like '%Incorrect DBCC statement. Check the documentation for the correct DBCC syntax and options%'

    OR [Text] Like '%Unable to process index% of table% because filegroup% is offline%'

    OR [Text] Like '%Filegroup% is offline%'

    OR [Text] Like '%The index% on table% is disabled%'

    OR [Text] Like '%B-tree level mismatch%'

    OR [Text] Like '%One or more WITH options specified are not valid for this command%'

    OR [Text] Like '%was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header%'

    OR [Text] Like '%whose header indicates that it is allocated to % is allocated by another object%'

    OR [Text] Like '%The record check % failed. The values are% and%'

    OR [Text] Like '%The number of extents =%, used pages =%, and reserved pages =%'

    OR [Text] Like '%The total number of extents =%, used pages =%, and reserved pages =% in this database%'

    OR [Text] Like '%The system cannot self repair this error%'

    OR [Text] Like '%is marked as disabled. Rebuild the index to bring it online%'

    OR [Text] Like '%Unable to process object % (object%) because it is a synonym. If the object referenced by the synonym is a table or view, retry the operation using the base object that the synonym references%'

    OR [Text] Like '%cannot be reorganized because it is being reorganized by another process%'

    OR [Text] Like '%The indexes on table% cannot be reorganized because there is already an online index build or rebuild in progress on the table%'

    OR [Text] Like '%The index% (partition%) on table% cannot be reorganized because page level locking is disabled%'

    OR [Text] Like '%will not be available during reorganizing index%This is because the index reorganization operation performs inside a user transaction and the entire table is exclusively locked%'

    OR [Text] Like '%The index% (partition%) on table% cannot be reorganized because the filegroup is read-only%'

    OR [Text] Like '%Cannot move all contents of file% to other places to complete the emptyfile operation%'

    OR [Text] Like '%There is insufficient space in the filegroup to complete the emptyfile operation%'

    OR [Text] Like '%oes not have permission to run DBCC% for object%'

    OR [Text] Like '% incorrect counts were detected in database%'

    OR [Text] Like '%The% and% options are not allowed on the same statement%'

    OR [Text] Like '%Parameter% is incorrect for this DBCC statement%'

    OR [Text] Like '%Parameter% is incorrect for this statement%'

    OR [Text] Like '%is not supported in DBCC CHECKFILEGROUP. Specify a filegroup containing user objects with FILESTREAM data instead%'

    OR [Text] Like '%BCC DBREINDEX cannot be used on system tables%'

    OR [Text] Like '%BCC INDEXDEFRAG cannot be used on system table indexes%'

    OR [Text] Like '%is out of range for this database or is in a log file%'

    OR [Text] Like '%value is out of range for data type%Update column to a legal value%'

    OR [Text] Like '%ser% does not have permission to run DBCC%'

    OR [Text] Like '%The DLL is in use%'

    OR [Text] Like '%Could not find table or object %. Check system catalog%'

    OR [Text] Like '%Table error%'

    OR [Text] Like '%The Index Allocation Map (IAM) % is pointed to by the next pointer of IAM % in object %, index %, partition %, alloc unit % (type%), but it was not detected in the scan%'

    OR [Text] Like '%The Index Allocation Map (IAM) % is pointed to by the previous pointer of IAM % in object %, index %, partition %, alloc unit % (type%), but it was not detected in the scan%'

    OR [Text] Like '%Chain sequence numbers are out of order in the Index Allocation Map (IAM) chain for object %, index %, partition %, alloc unit % (type%). % with sequence number% points to % with sequence number%'

    OR [Text] Like '%Table error% is beyond the range of this database%'

    OR [Text] Like '%Table% is either a system or temporary table. DBCC CLEANTABLE cannot be applied to a system or temporary table%'

    OR [Text] Like '%The DLL is not loaded%'

    OR [Text] Like '%An incorrect number of parameters was given to the DBCC statement%'

    OR [Text] Like '%Cannot find partition number% for table%'

    OR [Text] Like '%Cannot find partition number% for index%, table%'

    OR [Text] Like '%The invalid partition number% was specified%'

    OR [Text] Like '%Cannot find partition number% for index %, object %'

    OR [Text] Like '%Repair could not fix all errors on the first attempt%'

    OR [Text] Like '%ser% is modifying bytes% to% of % in database%'

    OR [Text] Like '%Cannot find a row in the system catalog with the index % for table%'

    OR [Text] Like '%There are% rows in% pages for object%'

    OR [Text] Like '%Cannot process rowset % of object% (%), index% (%), because it resides on filegroup% (%), which was not checked%'

    OR [Text] Like '%The repair statement was not processed. The database cannot be in read-only mode%'

    OR [Text] Like '%Ignoring trace flag%. It is either an invalid trace flag or a trace flag that can only be specified during server startup%'

    OR [Text] Like '%Cannot switch to in row text in table%'

    OR [Text] Like '%Cannot insert duplicate key row in object% with unique index%'

    OR [Text] Like '%Violation of% constraint%. Cannot insert duplicate key in object%'

    OR [Text] Like '%atabase name% ignored, referencing object in tempdb%'

    OR [Text] Like '%does not exist%'

    OR [Text] Like '%Cannot use duplicate column names in the partition columns list. Column name% appears more than once%'

    OR [Text] Like '%Invalid partition scheme% specified%'

    OR [Text] Like '%Column names in each table must be unique. Column name% in table% is specified more than once%'

    OR [Text] Like '%Table% does not exist%'

    OR [Text] Like '%cannot be used in an index or statistics or as a partition key because it depends on a non-schemabound object%'

    OR [Text] Like '%cannot be used in an index or statistics or as a partition key because it does user or system data access%'

    OR [Text] Like '%You are not the owner specified for the object% in this statement (CREATE, ALTER, TRUNCATE, UPDATE STATISTICS or BULK INSERT)%'

    OR [Text] Like '%The definition of object% in the resource database contains the non-ASCII character%'

    OR [Text] Like '%can not be configured as a distribution database because it has change tracking enabled%'

    OR [Text] Like '%There is already an object named% in the database%'

    OR [Text] Like '%Column, parameter, or variable #%: Cannot find data type%'

    OR [Text] Like '%Column, parameter, or variable #%: Cannot specify a column width on data type%'

    OR [Text] Like '%exceeds the maximum allowed%'

    OR [Text] Like '%pgrade of database% failed because it contains a user named "sys" which is a reserved user or schema name in this version of SQL Server%'

    OR [Text] Like '%Cannot schema bind% because it references system object%'

    OR [Text] Like '%Xml data type methods are not allowed in expressions in this context%'

    OR [Text] Like '%Parameter or variable% has an invalid data type%'

    OR [Text] Like '%An online operation cannot be performed for% because the index contains column% of data type text, ntext, image, varchar(max), nvarchar(max), varbinary(max), xml, or large CLR type. For a non-clustered index, the column could be an in%'

    OR [Text] Like '%Partition function% uses% columns which does not match with the number of partition columns used to partition the table or index%'

    OR [Text] Like '%Cannot find index%'

    OR [Text] Like '%Cannot partition on more than% columns%'

    OR [Text] Like '%cannot be used in an index or statistics or as a partition key because it is non-deterministic%'

    OR [Text] Like '%Cannot create procedure% with a group number of% because a procedure with the same name and a group number of 1 does not currently exist in the database. Must execute CREATE PROCEDURE%;1 first%'

    OR [Text] Like '%Column% has invalid width%'

    OR [Text] Like '%Error number% is invalid. The number must be from% through% and it cannot be 50000%'

    OR [Text] Like '%The% data type is invalid for return values%'

    OR [Text] Like '%Cannot create primary xml or spatial index% on% because PRIMARY KEY constraint contains column(s) of type timestamp%'

    OR [Text] Like '%A table can only have one timestamp column. Because table% already has one, the column% cannot be added%'

    OR [Text] Like '%The text, ntext, and image data types are invalid for local variables%'

    OR [Text] Like '%ET LANGUAGE failed because% is not an official language name or a language alias on this SQL Server%'

    OR [Text] Like '%ET DATEFORMAT date order% is inval%'

    OR [Text] Like '%ET DATEFIRST% is out of range%'

    OR [Text] Like '% statement requires% parameter%'

    OR [Text] Like '%Multiple identity columns specified for table%. Only one identity column per table is allowed%'

    OR [Text] Like '%Process % has raised user error%. SQL Server is terminating this process%'

    OR [Text] Like '%Too many substitution parameters for RAISERROR. Cannot exceed% substitution parameters%'

    OR [Text] Like '%Cannot specify% data type (parameter%) as a substitution parameter%'

    OR [Text] Like '%Identity column% must be of data type int, bigint, smallint, tinyint, or decimal or numeric with a scale of 0, and constrained to be nonnullable%'

    OR [Text] Like '%Specified column precision% is greater than the maximum precision of%'

    OR [Text] Like '%Specified column scale% is greater than the specified precision of%'

    OR [Text] Like '%Identity column% contains invalid SEED%'

    OR [Text] Like '%Identity column% contains invalid INCREMENT%'

    OR [Text] Like '%Error severity levels greater than% can only be specified by members of the sysadmin role, using the WITH LOG option%'

    OR [Text] Like '%ET DEADLOCK_PRIORITY option is invalid. Valid options are {HIGH | NORMAL | LOW | [% ...%] of type integer}%'

    OR [Text] Like '%Invalid value% for state. Valid range is from% to%'

    OR [Text] Like '%CREATE SCHEMA failed due to previous errors%'

    OR [Text] Like '%The specified schema name% either does not exist or you do not have permission to use it%'

    OR [Text] Like '%The ROWGUIDCOL property can only be specified on the uniqueidentifier data type%'

    OR [Text] Like '%p_setapprole was not invoked correctly. Refer to the documentation for more information%'

    OR [Text] Like '%The definition for user-defined data type% has changed%'

    OR [Text] Like '%Could not locate statistics% in the system catalogs%'

    OR [Text] Like '%The SELECT INTO statement cannot have same source and destination tables%'

    OR [Text] Like '%Cannot access temporary tables from within a function%'

    OR [Text] Like '%The collation ID is corrupted because the sort order % is not val%'

    OR [Text] Like '%Collation % is invalid%'

    OR [Text] Like '%The code page% is not supported by the server%'

    OR [Text] Like '%Only System Administrator can specify% option for% command%'

    OR [Text] Like '%is an auto-drop system object. It cannot be used in queries or DDL%'

    OR [Text] Like '%is not schemabound%'

    OR [Text] Like '%Cannot create table%: A table must have a clustered primary key in order to have XML data type columns%'

    OR [Text] Like '%ser-defined functions, user-defined aggregates, CLR types, and methods on CLR types are not allowed in expressions in this context%'

    OR [Text] Like '%The data type of substitution parameter% does not match the expected type of the format specification%'

    OR [Text] Like '%Invalid format specification%'

    OR [Text] Like '%ynonyms are invalid in a schemabound object or a constraint expression%'

    OR [Text] Like '%Must specify a two-part name for% in a schemabound object or a constraint expression%'

    OR [Text] Like '%Cannot use a column of type TEXT, NTEXT, or IMAGE in a constraint expression%'

    OR [Text] Like '%Could not resolve expression for Schema-bound object or constraint%'

    OR [Text] Like '%Cannot specify a sql CLR type in a Schema-bound object or a constraint expression%'

    OR [Text] Like '%pecified owner name% either does not exist or you do not have permission to act on its behalf%'

    OR [Text] Like '%Message text expects more than the maximum number of arguments%'

    OR [Text] Like '%Could not% because the new% does not match the FILESTREAM% of the table%'

    OR [Text] Like '%Cannot specify database name with $partition in a Schema-bound object, computed column or constraint expression%'

    OR [Text] Like '%The default schema does not exist%'

    OR [Text] Like '%Cannot create index or statistics% on table% because SQL Server cannot verify that key column% is precise and deterministic. Consider removing column from index or statistics key, marking computed column persisted, or using non-CLR-de%'

    OR [Text] Like '%Cannot create index or statistics% on table% because the computed column% is imprecise and not persisted. Consider removing column from index or statistics key or marking computed column persisted%'

    OR [Text] Like '%The definition of object% has changed since it was compiled%'

    OR [Text] Like '%SQL Server has encountered% occurrence(s) of cachestore flush for the% cachestore (part of plan cache) due to%'

    OR [Text] Like '%The request for% failed because% is a% object%'

    OR [Text] Like '%Could not find stored procedure%'

    OR [Text] Like '%is not supported on this edition of SQL Server%'

    OR [Text] Like '%A possible infinite recompile was detected for SQLHANDLE%, PlanHandle%, starting offset%, ending offset%The last recompile reason was%'

    OR [Text] Like '%Cannot BACKUP or RESTORE a database snapshot%'

    OR [Text] Like '%This BACKUP WITH DIFFERENTIAL will be based on more than one file backup. All those file backups must be restored before attempting to restore this differential backup%'

    OR [Text] Like '%The primary filegroup cannot be backed up as a file backup because the database is using the SIMPLE recovery model. Consider taking a partial backup by specifying READ_WRITE_FILEGROUPS%'

    OR [Text] Like '%The differential partial backup is including a read-only filegroup,%. This filegroup was read-write when the base partial backup was created, but was later changed to read-only access. We recommend that you create a separate file backup of the%'

    OR [Text] Like '%The differential backup is not allowed because it would be based on more than one base backup. Multi-based differential backups are not allowed in the simple recovery model, and are never allowed for partial differential backups%'

    OR [Text] Like '%The backup of the file or filegroup% is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data%'

    OR [Text] Like '%The specified device type is not supported for backup mirroring%'

    OR [Text] Like '%Invalid backup mirror specification. All mirrors must have the same number of members%'

    OR [Text] Like '%All backup devices must be of the same general class (for example, DISK and TAPE)%'

    OR [Text] Like '%VDI ran out of buffer when SQL Server attempted to send differential information to SQL Writer%'

    OR [Text] Like '%is terminating abnormally%'

    OR [Text] Like '%is not yet implemented%'

    OR [Text] Like '%Backup of file% is not permitted because it contains pages subject to an online restore sequence. Complete the restore sequence before taking the backup, or restrict the backup to exclude this file%'

    OR [Text] Like '%The restart-checkpoint file% could not be opened. Operating system error%. Correct the problem, or reissue the command without RESTART%'

    OR [Text] Like '%The restart-checkpoint file% was not found. The RESTORE command will continue from the beginning as if RESTART had not been specified%'

    OR [Text] Like '%The restart-checkpoint file% is from a previous interrupted RESTORE operation and is inconsistent with the current RESTORE command. The restart command must use the same syntax as the interrupted command, with the addition of the RESTART clause. Alte%'

    OR [Text] Like '%Cannot perform a backup or restore operation within a transaction%'

    OR [Text] Like '%This backup is a file backup of read-write data from a database that uses the simple recovery model. This is only appropriate if you plan to set the filegroup to read-only followed by a differential file backup. Consult Books Online for more information o%'

    OR [Text] Like '%Backup, file manipulation operations (such as ALTER DATABASE ADD FILE) and encryption changes on a database must be serialized. Reissue the statement after the current backup or file manipulation operation is completed%'

    OR [Text] Like '%You can only perform a full backup of the master database. Use BACKUP DATABASE to back up the entire master database%'

    OR [Text] Like '%Missing database name. Reissue the statement specifying a valid database name%'

    OR [Text] Like '%is not part of database%'

    OR [Text] Like '%The restart-checkpoint file% was corrupted and is being ignored. The RESTORE command will continue from the beginning as if RESTART had not been specified%'

    OR [Text] Like '%Remove the conflicting option and reissue the statement%'

    OR [Text] Like '%One or more of the options% are not supported for this statement. Review the documentation for supported options%'

    OR [Text] Like '%BACKUP DATABASE cannot be used on a database opened in emergency mode%'

    OR [Text] Like '%No files were selected to be processed. You may have selected one or more filegroups that have no members%'

    OR [Text] Like '%Cannot perform a differential backup for database%, because a current database backup does not exist. Perform a full database backup by reissuing BACKUP DATABASE, omitting the WITH DIFFERENTIAL option%'

    OR [Text] Like '%is in warm-standby state (set by executing RESTORE WITH STANDBY) and cannot be backed up until the entire restore sequence is completed%'

    OR [Text] Like '%The file name% is invalid as a backup device name. Reissue the BACKUP statement with a valid file name%'

    OR [Text] Like '%Cannot perform a differential backup for file% because a current file backup does not exist. Reissue BACKUP DATABASE omitting the WITH DIFFERENTIAL option%'

    OR [Text] Like '%An error occurred while informing replication of the backup. The backup will continue, but the replication environment should be inspected%'

    OR [Text] Like '%BACKUP failed to complete the command%. Check the backup application log for detailed messages%'

    OR [Text] Like '%BACKUP WITH CONTINUE_AFTER_ERROR successfully generated a backup of the damaged database. Refer to the SQL Server error log for information about the errors that were encountered%'

    OR [Text] Like '%BACKUP% detected an error on%'

    OR [Text] Like '%Invalid zero-length device name. Reissue the BACKUP statement with a valid device name%'

    OR [Text] Like '%BACKUP or RESTORE requires the NTFS file system for FILESTREAM and full-text support. The path% is not usable%'

    OR [Text] Like '%Inconsistent metadata has been encountered. The only possible backup operation is a tail-log backup using the WITH CONTINUE_AFTER_ERROR or NO_TRUNCATE option%'

    OR [Text] Like '%The BackupDirectory registry key is not configured correctly. This key should specify the root path where disk backup files are stored when full path names are not provided. This path is also used to locate restart checkpoint files for RESTORE%'

    OR [Text] Like '%BACKUP detected corruption in the database log. Check the errorlog for more information%'

    OR [Text] Like '%QL Server could not send the differential information for database file% of database % to the backup application because the differential information is too large to fit in memory, and an attempt to use a temporary file has failed%'

    OR [Text] Like '%BACKUP LOG was unable to maintain mirroring consistency for database%'

    OR [Text] Like '%ifferential file backups can include only read-only data for databases using the simple recovery model%'

    OR [Text] Like '%This filegroup cannot be used as a backup destination%'

    OR [Text] Like '%The backup operation has detected an unexpected file in a FILESTREAM container. The backup operation will continue and include file%'

    OR [Text] Like '%Invalid device name. The length of the device name provided exceeds supported limit (maximum length is:%). Reissue the BACKUP statement with a valid device name%'

    OR [Text] Like '%File or device name exceeds the supported limit%'

    OR [Text] Like '%The backup cannot be performed because% was requested after the media was formatted with an incompatible structure. To append to this media set, either omit% or specify%. Alternatively, you can create a new media set by using WITH FORMAT in%'

    OR [Text] Like '%Exclusive access could not be obtained because the database is in use%'

    OR [Text] Like '% cannot process database% because it is in use by this session. It is recommended that the master database be used when performing this operation%'

    OR [Text] Like '%A partial restore sequence cannot be initiated by this command. To initiate a partial restore sequence, use the WITH PARTIAL clause of the RESTORE statement and provide a backup set which includes a full copy of at least the primary data file. The WITH PA%'

    OR [Text] Like '%RESTORE cannot operate on database%'

    OR [Text] Like '%RESTORE cannot restore any more pages into file% because the maximum number of pages% are already being restored. Either complete the restore sequence for the existing pages, or use RESTORE FILE to restore all pages in the file%'

    OR [Text] Like '%The identity in the backup set does not match the filegroup that is currently defined in the online database. To force the use of the filegroup in the backup set, take the database offline and then reissue the RESTORE com%'

    OR [Text] Like '%The identity in the backup set does not match the file that is currently defined in the online database. To force the use of the file in the backup set, take the database offline and then reissue the RESTORE command%'

    OR [Text] Like '%To restore the master database, the server must be running in single-user mode. For information on starting in single-user mode, see "How to: Start an Instance of SQL Server (sqlservr.exe)" in Books Online%'

    OR [Text] Like '%Master can only be restored and fully recovered in a single step using a full database backup. Options such as NORECOVERY, STANDBY, and STOPAT are not supported%'

    OR [Text] Like '%ser does not have permission to RESTORE database%'

    OR [Text] Like '% is a control page which cannot be restored in isolation. To repair this page, the entire file must be restored%'

    OR [Text] Like '%Cannot restore any database other than master when the server is in single user mode%'

    OR [Text] Like '%Invalid data was detected%'

    OR [Text] Like '%The database is using the simple recovery model. It is not possible to restore a subset of the read-write data%'

    OR [Text] Like '%The supplied backup is not on the same recovery path as the database, and is ineligible for use for an online file restore%'

    OR [Text] Like '%The log or differential backup cannot be restored because no files are ready to rollforward%'

    OR [Text] Like '%The database% does not exist%'

    OR [Text] Like '%Problems were identified while planning for the RESTORE statement. Previous messages provide details%'

    OR [Text] Like '%This backup set will not be restored because all data has already been restored to a point beyond the time covered by this backup set%'

    OR [Text] Like '%is on a recovery path that is inconsistent with application of this backup set. RESTORE cannot continue%'

    OR [Text] Like '%File initialization failed. RESTORE cannot continue%'

    OR [Text] Like '%Invalid database name%'

    OR [Text] Like '%The database is using the simple recovery model. The data in the backup it is not consistent with the current state of the database. Restoring more data is required before recovery is possible. Either restore a full file backup taken since the data was ma%'

    OR [Text] Like '%is being left in the defunct state because the database is using the simple recovery model and the file is marked for read-write access. Therefore, only read-only files can be recovered by piecemeal restore%'

    OR [Text] Like '%has an unsupported page size%'

    OR [Text] Like '%The contents of the file% are not consistent with a transition into the restore sequence. A restore from a backup set may be required%'

    OR [Text] Like '%At the time of backup it was known by the name%'

    OR [Text] Like '%The media set has% media families but only% are provided. All members must be provided%'

    OR [Text] Like '%The volume on device% is sequence number% of media family%, but sequence number% of media family% is expected. Check that the device specifications and loaded media are correct%'

    OR [Text] Like '%The differential base attribute for file% of database% has been reset because the file has been restored from a backup taken on a conflicting recovery path. The restore was allowed because the file was read-only and was consistent with the curre%'

    OR [Text] Like '%The backup set in file% was created by% and cannot be used for this restore operation%'

    OR [Text] Like '%This differential backup cannot be restored because the database has not been restored to the correct earlier state%'

    OR [Text] Like '%atabase cannot be reverted. Either the primary or the snapshot names are improperly specified, all other snapshots have not been dropped, or there are missing files%'

    OR [Text] Like '%The database cannot be reverted because FILESTREAM BLOBs are present%'

    OR [Text] Like '%Restore to snapshot is not allowed with the master database%'

    OR [Text] Like '%Could not adjust the space allocation for file%'

    OR [Text] Like '%The database to be restored was named%'

    OR [Text] Like '%cannot be restored over the existing%'

    OR [Text] Like '%is not a SQL Server backup set%'

    OR [Text] Like '%was not backed up%'

    OR [Text] Like '%The STOPAT option is not supported for databases that use the SIMPLE recovery model%'

    OR [Text] Like '%Backup and restore operations are not allowed on database tempdb%'

    OR [Text] Like '%This RESTORE statement is invalid in the current context%'

    OR [Text] Like '%is not in a valid state for the "Recover Data Only" option to be used. Only secondary files in the OFFLINE or RECOVERY_PENDING state can be processed%'

    OR [Text] Like '%Failed to restore master database. Shutting down SQL Server. Check the error logs, and rebuild the master database. For more information about how to rebuild the master database, see SQL Server Books Online%'

    OR [Text] Like '%The database is already fully recovered%'

    OR [Text] Like '%The backup set holds a backup of a database other than the existing% database%'

    OR [Text] Like '%The RESTORE operation cannot proceed because one or more files have been added or dropped from the database since the backup set was created%'

    OR [Text] Like '%File% cannot be restored to%'

    OR [Text] Like '%The tail of the log for the database% has not been backed up. Use BACKUP LOG WITH NORECOVERY to backup the log if it contains work you do not want to lose. Use the WITH REPLACE or WITH STOPAT clause of the RESTORE statement to just overwrite the cont%'

    OR [Text] Like '%The primary file is unavailable. It must be restored or otherwise made available%'

    OR [Text] Like '%The transaction log was damaged. All data files must be restored before RESTORE LOG can be attempted%'

    OR [Text] Like '%was restored, however an error was encountered while replication was being restored/removed. The database has been left offline. See the topic MSSQL_ENG003165 in SQL Server Books Online%'

    OR [Text] Like '%RESTORE DATABASE could not drop database%. Drop the database and then reissue the RESTORE DATABASE statement%'

    OR [Text] Like '%RESTORE could not start database%'

    OR [Text] Like '%The backup of the system database on the device% cannot be restored because it was created by a different version of the server% than this server%'

    OR [Text] Like '%The database was backed up on a server running version%. That version is incompatible with this server, which is running version%. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server%'

    OR [Text] Like '%The STANDBY filename is inval%'

    OR [Text] Like '%is defunct and cannot be restored into the online database%'

    OR [Text] Like '%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 target point in time. The tail of the log for the database% has not been backed up. Use BACKUP LOG WITH NOR%'

    OR [Text] Like '%cannot be moved by this RESTORE operation%'

    OR [Text] Like '%RESTORE FILEGROUP=% was specified, but not all of its files are present in the backup set. File% is missing. RESTORE will continue, but if you want all files to be restored, you must restore other backup sets%'

    OR [Text] Like '%File% is claimed by%'

    OR [Text] Like '%is not in the correct state to have this differential backup applied to it%'

    OR [Text] Like '%The system database cannot be moved by RESTORE%'

    OR [Text] Like '%This backup cannot be restored using WITH STANDBY because a database upgrade is needed. Reissue the RESTORE without WITH STANDBY%'

    OR [Text] Like '%Attempting to restore this backup may encounter storage space problems. Subsequent messages will provide details%'

    OR [Text] Like '%The backup set cannot be restored because the database was damaged when the backup occurred. Salvage attempts may exploit WITH CONTINUE_AFTER_ERROR%'

    OR [Text] Like '%RESTORE detected an error on page% in database% as read from the backup set%'

    OR [Text] Like '%RESTORE WITH CONTINUE_AFTER_ERROR was successful but some damage was encountered. Inconsistencies in the database are possible%'

    OR [Text] Like '%RESTORE cannot apply this backup set because the database is suspect. Restore a backup set that repairs the damage%'

    OR [Text] Like '%The backup set has been damaged. RESTORE will not attempt to apply this backup set%'

    OR [Text] Like '%RESTORE WITH CHECKSUM cannot be specified because the backup set does not contain checksum information%'

    OR [Text] Like '%The backup set was written with damaged data by a BACKUP WITH CONTINUE_AFTER_ERROR%'

    OR [Text] Like '%amage to the backup set was detected%'

    OR [Text] Like '%Filegroup% cannot be restored because it does not exist in the backup set%'

    OR [Text] Like '%Restore cannot continue because file% cannot be written. Ensure that all files in the database are writable%'

    OR [Text] Like '%Restore was successful but deferred transactions remain. These transactions cannot be resolved because there are data that is unavailable. Either use RESTORE to make that data available or drop the filegroups if you never need this data again. Dropping th%'

    OR [Text] Like '%is beyond the end of the file. Only pages that are in the current range of the file can be restored%'

    OR [Text] Like '%cannot be restored from this backup set. RESTORE PAGE 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%'

    OR [Text] Like '%RESTORE master WITH SNAPSHOT is not supported. To restore master from a snapshot backup, stop the service and copy the data and log file%'

    OR [Text] Like '%I/O is frozen on database%'

    OR [Text] Like '%RESTORE requires MAXTRANSFERSIZE=% but% was specified%'

    OR [Text] Like '%Cannot open backup device%. Operating system error%'

    OR [Text] Like '%Write on% failed%'

    OR [Text] Like '%Read on% failed%'

    OR [Text] Like '%The backup or restore was aborted%'

    OR [Text] Like '%Too many backup devices specified for backup or restore; only% are allowed%'

    OR [Text] Like '%Backup device% does not exist. To view existing backup devices, use the sys.backup_devices catalog view. To create a new backup device use either sp_addumpdevice or SQL Server Management Studio%'

    OR [Text] Like '%Backup or restore requires at least one backup device. Rerun your statement specifying a backup device%'

    OR [Text] Like '%nexpected end of file while reading beginning of backup set. Confirm that the media contains a valid SQL Server backup set, and see the console error log for more details%'

    OR [Text] Like '%Operation is not supported on user instances%'

    OR [Text] Like '%The mirror member in drive% is inconsistent with the mirror member in drive%'

    OR [Text] Like '%The mirror device% and the mirror device% have different device specifications%'

    OR [Text] Like '%Unable to unload one or more tapes. See the error log for details%'

    OR [Text] Like '%Too many backup mirrors are specified. Only% are allowed%'

    OR [Text] Like '%se WITH FORMAT to create a new mirrored backup set%'

    OR [Text] Like '%RESTORE REWINDONLY is only applicable to tape devices%'

    OR [Text] Like '%Invalid value specified for% parameter%'

    OR [Text] Like '%Backup mirroring is not available in this edition of SQL Server. See Books Online for more details on feature support in different SQL Server editions%'

    OR [Text] Like '%The file or filegroup% cannot be selected for this operation%'

    OR [Text] Like '%The ReadFileEx system function executed on file% only read% bytes, expected%'

    OR [Text] Like '%The WriteFileEx system function executed on file% only wrote% bytes, expected%'

    OR [Text] Like '%Cannot create worker thread%'

    OR [Text] Like '%The backup media on% is part of media family% which has already been processed on%. Ensure that backup devices are correctly specified. For tape devices, ensure that the correct volumes are loaded%'

    OR [Text] Like '%Request for device% timed out%'

    OR [Text] Like '%Operation on device% exceeded retry count%'

    OR [Text] Like '%The media loaded on% is formatted to support% media families, but% media families are expected according to the backup device specification%'

    OR [Text] Like '%The volume mounted on% does not have the expected backup set identity. The volume may be obsolete due to a more recent overwrite of this media family. In that case, locate the correct volume with sequence number% of media family%'

    OR [Text] Like '%Logical file% is not part of database%. Use RESTORE FILELISTONLY to list the logical file names%'

    OR [Text] Like '%The file% is not part of database%. You can only list files that are members of this database%'

    OR [Text] Like '%The backup set on device% uses a feature of the Microsoft Tape Format not supported by SQL Server%'

    OR [Text] Like '%Backup to mirrored media sets requires all mirrors to append. Provide all members of the set, or reformat a new media set%'

    OR [Text] Like '%The media family on device% is incorrectly formed. SQL Server cannot process this media family%'

    OR [Text] Like '%The file on device% is not a valid Microsoft Tape Format backup set%'

    OR [Text] Like '%The media family on device% was created using Microsoft Tape Format version%. SQL Server supports version%'

    OR [Text] Like '%escriptor block size exceeds% bytes. Use a shorter name and/or description string and retry the operation%'

    OR [Text] Like '%Could not convert a string to or from Unicode%'

    OR [Text] Like '%The media family on device% is marked as nonappendable. Reissue the statement using the INIT option to overwrite the media%'

    OR [Text] Like '%The volume on device% has the wrong media sequence number%. Remove it and insert volume%'

    OR [Text] Like '%The volume on device% is a continuation volume for the backup set. Remove it and insert the volume holding the start of the backup set%'

    OR [Text] Like '%The value% is not within range for the% parameter%'

    OR [Text] Like '%The media family on device% is complete. The device is now being reused for one of the remaining families%'

    OR [Text] Like '%The block size parameter must supply a value that is a power of 2%'

    OR [Text] Like '%The volume on device% is empty%'

    OR [Text] Like '%The data set on device% is a SQL Server backup set not compatible with this version of SQL Server%'

    OR [Text] Like '%The backup set on device% was terminated while it was being created and is incomplete. RESTORE sequence is terminated abnormally%'

    OR [Text] Like '%There is insufficient free space on disk volume% to create the database. The database requires%u additional free bytes, while only%u bytes are available%'

    OR [Text] Like '%The volume on the device% is not part of the media set that is currently being processed. Ensure that the backup devices are loaded with the correct media%'

    OR [Text] Like '%An internal buffer has become full%'

    OR [Text] Like '%QL Server cannot use the virtual device configuration%'

    OR [Text] Like '%The backup set on file% is val%'

    OR [Text] Like '%Cannot use the volume on device% as a continuation volume. It is sequence number% of family% for the current media set. Insert a new volume, or sequence number% of family% for the current set%'

    OR [Text] Like '%The operation did not proceed far enough to allow RESTART. Reissue the statement without the RESTART qualifier%'

    OR [Text] Like '%The login has insufficient authority. Membership of the sysadmin role is required to use VIRTUAL_DEVICE with BACKUP or RESTORE%'

    OR [Text] Like '%is incorrectly formatted. Backup sets on the media might be damaged and unusable. To determine the backup sets on the media, use RESTORE HEADERONLY. To determine the usability of the backup sets, run RESTORE VERIFYONLY%'

    OR [Text] Like '%Insufficient resources to create UMS scheduler%'

    OR [Text] Like '%Cannot use the backup file%'

    OR [Text] Like '%Cannot restore the file% because it was originally written with sector size%'

    OR [Text] Like '%An internal consistency error has occurred. This error is similar to an assert. Contact technical support for assistance%'

    OR [Text] Like '%A nonrecoverable I/O error occurred on file%'

    OR [Text] Like '%The% device has a hardware sector size of%, but the block size parameter specifies an incompatible override value of%. Reissue the statement using a compatible block size%'

    OR [Text] Like '%WITH SNAPSHOT can be used only if the backup set was created WITH SNAPSHOT%'

    OR [Text] Like '%WITH SNAPSHOT must be used with only one virtual device%'

    OR [Text] Like '%Failed to encrypt string%'

    OR [Text] Like '%Access is denied due to a password failure%'

    OR [Text] Like '%Backups on raw devices are not supported.% is a raw device%'

    OR [Text] Like '%Released and initiated rewind on%'

    OR [Text] Like '%The file% failed to initialize correctly. Examine the error logs for more details%'

    OR [Text] Like '%Filemark on device% is not aligned. Re-issue the Restore statement with the same blocksize used to create the backupset:% looks like a possible value%'

    OR [Text] Like '%The transaction log contains a record (logop%) that is not valid. The log has been corrupted. Restore the database from a full backup, or repair the database%'

    OR [Text] Like '%Redoing of logged operations in database% failed to reach end of log at log record %This indicates corruption around log record %. Restore the database from a full backup, or repair the database%'

    OR [Text] Like '%ring redoing of a logged operation in database%, an error occurred at log record %. Typically, the specific failure is previously logged as an error in the Windows Event Log service. Restore the database from a full backup, or repair the%'

    OR [Text] Like '%ring undoing of a logged operation in database%, an error occurred at log record %. Typically, the specific failure is logged previously as an error in the Windows Event Log service. Restore the database or file from a backup, or repair t%'

    OR [Text] Like '%ring rollback, the following process did not hold an expected lock: process% with mode% at level% for row%_RID in database% under transaction%_XID. Restore a backup of the database, or repair the database%'

    OR [Text] Like '%ring undo of a logged operation in database%, an error occurred at log record %. The row was not found. Restore the database from a full backup, or repair the database%'

    OR [Text] Like '%Errors occurred during recovery while rolling back a transaction. The transaction was deferred. Restore the bad page or file, and re-run recovery%'

    OR [Text] Like '%The database% is marked% and is in a state that does not allow recovery to be run%'

    OR [Text] Like '%Failed to check for new installation or a renamed server at startup. The logic for this check has failed unexpectedly. Run setup again, or fix the problematic registry key%'

    OR [Text] Like '%Performance counter shared memory setup failed with error%. Reinstall sqlctr.ini for this instance, and ensure that the instance login account has correct registry permissions%'

    OR [Text] Like '%ata in filegroup% is offline, and deferred transactions exist. Use RESTORE to recover the filegroup, or drop the filegroup if you never intend to recover it. Log truncation cannot occur until this condition is resolved%'

    OR [Text] Like '%Configuration block version% is not a valid version number. SQL Server is exiting. Restore the master database or reinstall%'

    OR [Text] Like '%Warning: The server instance was started using minimal configuration startup option (-f). Starting an instance of SQL Server with minimal configuration places the server in single-user mode automatically. After the server has been started with minimal co%'

    OR [Text] Like '%Could not mark database as suspect. Getnext NC scan on sys.databases.database_id failed. Refer to previous errors in the error log to identify the cause and correct any associated problems%'

    OR [Text] Like '%An error occurred during recovery, preventing the database% (database %) from restarting. Diagnose the recovery errors and fix them, or restore from a known good backup. If errors are not corrected or expected, contact Technical Support%'

    OR [Text] Like '%cannot be upgraded because it is read-only or has read-only files. Make the database or files writeable, and rerun recovery%'

    OR [Text] Like '%The server contains read-only files that must be made writable before the server can be recollated%'

    OR [Text] Like '%Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books Online%'

    OR [Text] Like '%Recovery is unable to defer error%. Errors can only be deferred in databases using the full recovery model and an active backup log chain%'

    OR [Text] Like '%Recovery for database% is being skipped because it requires an upgrade but is marked for Standby. Use RESTORE DATABASE WITH NORECOVERY to take the database back to a Restoring state and continue the restore sequence%'

    OR [Text] Like '%has failed an IO operation and is marked suspect. It must be dropped and recreated%'

    OR [Text] Like '%was shutdown due to error% in routine %. Restart for non-snapshot databases will be attempted after all connections to the database are aborted%'

    OR [Text] Like '%Recovery could not determine the outcome of a cross-database transaction%_XID, named%, in database% (database %). The coordinating database (database %) was unavailable. The transaction was assumed to be committed. If the transacti%'

    OR [Text] Like '%Could not recover database% (database %) because of unresolved transaction outcomes. Microsoft Distributed Transaction Coordinator (MS DTC) transactions were prepared, but MS DTC was unable to determine the resolution. To resolve, either fix MS%'

    OR [Text] Like '%Cannot change sort order or locale. An unexpected failure occurred while trying to reindex the server to a new collation. SQL Server is shutting down. Restart SQL Server to continue with the sort order unchanged. Diagnose and correct previous errors and t%'

    OR [Text] Like '%An error occurred while recovering database%. Unable to connect to Microsoft Distributed Transaction Coordinator (MS DTC) to check the completion status of transaction%_XID. Fix MS DTC, and run recovery again%'

    OR [Text] Like '%ring startup of warm standby database% (database %), its standby file % was inaccessible to the RESTORE statement. The operating system error was%. Diagnose the operating system error, correct the problem, and retry startup%'

    OR [Text] Like '%Recovery of warm standby database% (database %) failed. There is insufficient room in the undo file. Increase the size of the undo file and retry recovery%'

    OR [Text] Like '%was marked for standby or read-only use, but has been modified. The RESTORE LOG statement cannot be performed. Restore the database from a backup%'

    OR [Text] Like '%is not a valid undo file for database%'

    OR [Text] Like '%Primary log file is not available for database%The log cannot be backed up%'

    OR [Text] Like '%Could not activate or scan all of the log files for database%'

    OR [Text] Like '%Rollback encountered a page with a log sequence number (LSN) less than the original log record LSN. Could not undo log record%, for transaction %_XID, on %, database% (database %). Page information: LSN =%, type =%'

    OR [Text] Like '%QL Server must shut down in order to recover a database (database %). The database is either a user database that could not be shut down or a system database. Restart SQL Server. If the database fails to recover after another startup, repair or resto%'

    OR [Text] Like '%Recovery of database% detected possible identity value inconsistency in table %. Run DBCC CHECKIDENT%'

    OR [Text] Like '%This version cannot redo any index creation or non-logged operation done by SQL Server 7.0. Further roll forward is not possible%'

    OR [Text] Like '%Could not redo log record%, for transaction %_XID, on %, database% (database %). Page: LSN =%, type =%. Log: OpCode =%, context%, PrevPageLSN:%. Restore from a backup of the database, or repair the data%'

    OR [Text] Like '%Transactional file system resource manager% failed to recover. For more information, see the accompanying error message, which determines the appropriate user action%'

    OR [Text] Like '%Recovery cannot scan database% for dropped allocation units because an unexpected error has occurred. These allocation units cannot be cleaned up%'

    OR [Text] Like '%Only the owner of database% or someone with relevant permissions can run the CHECKPOINT statement%'

    OR [Text] Like '%plicate key was ignored%'

    OR [Text] Like '%Arithmetic overflow occurred%'

    OR [Text] Like '%ivision by zero occurred%'

    OR [Text] Like '%Cannot allocate a GUID for the token%'

    OR [Text] Like '%The transaction ended in the trigger. The batch has been aborted%'

    OR [Text] Like '% SQL Server Execution Times:% CPU time =%lu ms, elapsed time =%lu ms%'

    OR [Text] Like '%QL Server parse and compile time:% CPU time =%lu ms, elapsed time =%lu ms%'

    OR [Text] Like '%Table%. Scan count%, logical reads%, physical reads%, read-ahead reads%, lob logical reads%, lob physical reads%, lob read-ahead reads%'

    OR [Text] Like '%An error was raised during trigger execution. The batch has been aborted and the user transaction, if any, has been rolled back%'

    OR [Text] Like '%Could not write a checkpoint record in database % because the log is out of space. Contact the database administrator to truncate the log or allocate more space to the database log files%'

    OR [Text] Like '%Automatic checkpointing is disabled in database% because the log is out of space. Automatic checkpointing will be enabled when the database owner successfully checkpoints the database. Contact the database owner to either truncate the log file or a%'

    OR [Text] Like '%The statement has been terminated%'

    OR [Text] Like '%Warning: An invalid floating point operation occurred%'

    OR [Text] Like '%An invalid floating point operation occurred%'

    OR [Text] Like '%A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps t%'

    OR [Text] Like '% is not yet implemented%'

    OR [Text] Like '%New parallel operation cannot be started due to too many parallel operations executing at this time. Use the "max worker threads" configuration option to increase the number of allowable threads, or reduce the number of parallel operations running on the%'

    OR [Text] Like '%The Database Engine received a floating point exception from the operating system while processing a user request. Try the transaction again. If the problem persists, contact your system administrator%'

    OR [Text] Like '%The operating system returned the error% while attempting% on% at %'

    OR [Text] Like '%The operating system returned the error% while attempting% on%'

    OR [Text] Like '%An error occurred while processing% metadata for database %, file %, and transaction=%. Additional Context=%. Location=%. Retry the operation; if the problem persists, contact the database administrator to review locking and%'

    OR [Text] Like '%An error occurred while processing% metadata for database % file %'

    OR [Text] Like '%A parallel operation cannot be started from a DAC connection%'

    OR [Text] Like '%Cannot% the%, because it does not exist or you do not have permission%'

    OR [Text] Like '%Cannot drop database% because it is currently in use%'

    OR [Text] Like '%Cannot detach the% because it is currently in use%'

    OR [Text] Like '%Cannot use DROP% with% because% is a%'

    OR [Text] Like '%Cannot% a database snapshot%'

    OR [Text] Like '%Cannot detach a suspect or recovery pending database. It must be repaired or dropped%'

    OR [Text] Like '%Cannot% the% because it is a system%'

    OR [Text] Like '%Cannot% the database while the database snapshot% refers to it. Drop that database first%'

    OR [Text] Like '%Cannot detach an opened database when the server is in minimally configured mode%'

    OR [Text] Like '%cannot be dropped because it is bound to one or more%'

    OR [Text] Like '%Cannot drop a default constraint by DROP DEFAULT statement. Use ALTER TABLE to drop a constraint default%'

    OR [Text] Like '%cannot be renamed because it is being referenced by object%'

    OR [Text] Like '%An explicit DROP INDEX is not allowed on index%. It is being used for% constraint enforcement%'

    OR [Text] Like '%Cannot% the% because it is being used for replication%'

    OR [Text] Like '%The constraint% is being referenced by table%, foreign key constraint%'

    OR [Text] Like '%Could not drop object% because it is referenced by a FOREIGN KEY constraint%'

    OR [Text] Like '%Could not drop constraint. See previous errors%'

    OR [Text] Like '% is not a constraint%'

    OR [Text] Like '%Cannot% because it is being referenced by object%'

    OR [Text] Like '%Cannot drop the default constraint% while it is being used by a foreign key as SET DEFAULT referential action%'

    OR [Text] Like '%Cannot drop type% because it is being referenced by object%. There may be other objects that reference this type%'

    OR [Text] Like '%Constraint% does not belong to table%'

    OR [Text] Like '%Could not drop the primary key constraint% because the table has an XML or spatial index%'

    OR [Text] Like '%The primary key constraint% on table% cannot be dropped because change tracking is enabled on the table. Change tracking requires a primary key constraint on the table. Disable change tracking before dropping the constraint%'

    OR [Text] Like '%Could not delete file%. See the SQL Server error log for more information%'

    OR [Text] Like '%eleting database file%'

    OR [Text] Like '%Cannot% the index% because it is not a statistics collection%'

    OR [Text] Like '%Cannot drop the% because at least part of the table resides on a read-only filegroup%'

    OR [Text] Like '%Cannot drop the% because at least part of the table resides on an offline filegroup%'

    OR [Text] Like '%The database% is enabled for database mirroring. Database mirroring must be removed before you drop the database%'

    OR [Text] Like '%Only a single clause is allowed in a statement where an index is dropped online%'

    OR [Text] Like '%Only a clustered index can be dropped online%'

    OR [Text] Like '%Cannot drop the clustered index of view% because the view is being used for replication%'

    OR [Text] Like '%Cannot drop a clustered index created on a view using drop clustered index clause. Clustered index% is created on view%'

    OR [Text] Like '%Cannot drop non-clustered index% using drop clustered index clause%'

    OR [Text] Like '%Cannot drop XML Index%'

    OR [Text] Like '%was disabled as a result of disabling the clustered index on the%'

    OR [Text] Like '%Cannot use SP_DROPEXTENDEDPROC or DBCC DROPEXTENDEDPROC with% because% is a%. Use%'

    OR [Text] Like '%Warning: The index% on% may be impacted by the collation upgrade. Run DBCC CHECKTABLE%'

    OR [Text] Like '%Warning: The constraint% on% may be impacted by the collation upgrade. Disable and enable WITH CHECK%'

    OR [Text] Like '%Warning: The index% on% is disabled because the implementation of the checksum function has changed%'

    OR [Text] Like '%Warning: The check constraint% on table% is disabled because the implementation of the checksum function has changed%'

    OR [Text] Like '%Warning: Index% on table% might be corrupted because it references computed column% containing a non-deterministic conversion from string to date. Run DBCC CHECKTABLE to verify index. Consider using explicit CONVERT with deter%'

    OR [Text] Like '%Warning: Indexed view% might be corrupted because it contains a non-deterministic conversion from string to date. Run DBCC CHECKTABLE to verify view. Consider using explicit CONVERT with deterministic date style such as 121. Indexed views r%'

    OR [Text] Like '%Create failed because all available identifiers have been exhausted%'

    OR [Text] Like '%Warning: The index% on% is disabled because the index is defined on a view with ignore_dup_key index option. Drop the index and, if possible, recreate it without ignore_dup_key option. You may need to change the logical structure of%'

    OR [Text] Like '%pgrade of database% failed because index% on object % has the same name as that of another index on the same table%'

    OR [Text] Like '%Event notification% on assembly is dropped%'

    OR [Text] Like '%Event notification% on service queue is dropped as broker instance is not specified%'

    OR [Text] Like '%Event notification% on object is dropped%'

    OR [Text] Like '%pgrade of login% failed because its name or sid is a duplicate of another login or server role%'

    OR [Text] Like '%Local login mapped to remote login% on server% is invalid. Drop and recreate the remote login before upgrade%'

    OR [Text] Like '%Local login mapped to linked login% on server% is invalid. Drop and recreate the linked login before upgrade%'

    OR [Text] Like '%pgrade of login% failed because its password hash is invalid. Update the login password before upgrade%'

    OR [Text] Like '%Warning: The index% on% was disabled because the implementation of geometry and geography methods have changed%'

    OR [Text] Like '%CUID column of 6 bytes cannot be added to index% on object% because row length would exceed the maximum permissible length of% bytes%'

    OR [Text] Like '%Warning: The check constraint% on% was disabled and set as not trusted because the implementation of geometry and geography methods have changed%'

    OR [Text] Like '%Warning: CUID column of 6 bytes has been added to index% on object%, but its maximum row size exceeds the allowed maximum of% bytes. INSERT or UPDATE to this index will fail for some combination of large values%'

    OR [Text] Like '%Warning: The foreign key constraint% on% was disabled because the implementation of geometry and geography methods have changed%'

    OR [Text] Like '%Warning: The heap% has persisted computed columns that depends on a geometry or geography methods and may contain out-of-date information. Because of this, DBCC may report inconsistencies on this table. The persisted computed columns depen%'

    OR [Text] Like '%Warning: The object% could not be bound and was ignored during upgrade. Consider reviewing and correcting its definition%'

    OR [Text] Like '%An invalid row% was found in the system table sys%'

    OR [Text] Like '%Row% in sys.% does not have a matching row% in sys.%'

    OR [Text] Like '%Attribute% of row% in sys.% does not have a matching row% in sys.%'

    OR [Text] Like '%Attribute% of row% in sys.% has a matching row% in sys.% that is inval%'

    OR [Text] Like '%Attribute% exists without a row% in sys.%'

    OR [Text] Like '%Attribute% exists but should not for row% in sys.%'

    OR [Text] Like '%The attribute% is required but is missing for row% in sys.%'

    OR [Text] Like '%The attribute% of row% in sys.% has an invalid value%'

    OR [Text] Like '%Warning: The system catalog was updated directly in database %, most recently at%_DATE%'

    OR [Text] Like '%Cannot upgrade database ID 32767. This ID value is reserved for SQL Server internal use%'

    OR [Text] Like '%CLR type% is disabled because the on disk format for this CLR type has been changed. Use DROP TYPE to remove this disabled type%'

    OR [Text] Like '%Could not find an entry for index with % on object with % in database with %. Possible schema corruption. Run DBCC CHECKDB%'

    OR [Text] Like '%The transaction name must be specified when it is used with the mark option%'

    OR [Text] Like '%The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION%'

    OR [Text] Like '%The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION%'

    OR [Text] Like '%Cannot unsplit logical % in object%, in database%. Both pages together contain more data than will fit on one page%'

    OR [Text] Like '%Failed to update database% because the database is read-only%'

    OR [Text] Like '%Could not run BEGIN TRANSACTION in database% because the database is in bypass recovery mode%'

    OR [Text] Like '%ession binding token is inval%'

    OR [Text] Like '%Transaction context in use by another session%'

    OR [Text] Like '%Cannot bind using an XP token while the server is not in an XP call%'

    OR [Text] Like '%TDS reset connection protocol error. Client driver requested both ResetConnectionKeepLocalXact and ResetConnectionKeepDTCXact at the same time. This is not expected in server%'

    OR [Text] Like '%The data type% is invalid for transaction names or savepoint names. Allowed data types are char, varchar, nchar, varchar(max), nvarchar, and nvarchar(max)%'

    OR [Text] Like '%Cannot use the ROLLBACK statement within an INSERT-EXEC statement%'

    OR [Text] Like '%Cannot use the COMMIT statement within an INSERT-EXEC statement unless BEGIN TRANSACTION is used first%'

    OR [Text] Like '%ession is bound to a transaction context that is in use. Other statements in the batch were ignored%'

    OR [Text] Like '%The statement or function must be executed in the context of a user transaction%'

    OR [Text] Like '%Cannot enlist in the transaction because the transaction has already been committed or rolled back%'

    OR [Text] Like '%The WITH MARK option only applies to the first BEGIN TRAN WITH MARK statement. The option is ignored%'

    OR [Text] Like '%Cannot get a transaction token if there is no transaction active. Reissue the statement after a transaction has been started%'

    OR [Text] Like '%Cannot enlist in the transaction because the transaction does not exist%'

    OR [Text] Like '%Cannot use transaction marks on database% with bulk-logged operations that have not been backed up. The mark is ignored%'

    OR [Text] Like '%The session was enlisted in an active user transaction while trying to bind to a new transaction. The session has defected from the previous user transaction%'

    OR [Text] Like '%Invalid transaction mark name%'

    OR [Text] Like '%The transaction active in this session has been committed or aborted by another session%'

    OR [Text] Like '%The session had an active transaction when it tried to enlist in a Distributed Transaction Coordinator transaction%'

    OR [Text] Like '%The marked transaction% failed. A timeout occurred while attempting to place a mark in the log by committing the marked transaction. This can be caused by contention with Microsoft Distributed Transaction Coordinator (MS DTC) transactions or other%'

    OR [Text] Like '%No distributed or bound transaction is allowed in single user database%'

    OR [Text] Like '%The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction%'

    OR [Text] Like '%The current transaction cannot be committed and cannot be rolled back to a savepoint. Roll back the entire transaction%'

    OR [Text] Like '%The save point name% that was provided is too long. The maximum allowed length is% characters%'

    OR [Text] Like '%Cannot promote the transaction to a distributed transaction because there is an active save point in this transaction%'

    OR [Text] Like '%The current user cannot use this FILESTREAM transaction context. To obtain a valid FILESTREAM transaction context, use GET_FILESTREAM_TRANSACTION_CONTEXT%'

    OR [Text] Like '%A FILESTREAM transaction context could not be initialized%'

    OR [Text] Like '%The transaction could not be committed because an error occurred while tyring to flush FILESTREAM data to disk. A file may have been open at commit time or a disk I/O error may have occurred.% was one of the one or more files involved. ErorrCode%'

    OR [Text] Like '%While rolling back a transaction, an error occurred while trying to deliver a rollback notification to the FILESTREAM filter driver. Error code: 0x%0x%'

    OR [Text] Like '%The transaction has been stopped because it conflicted with the execution of a FILESTREAM close operation using the same transaction. The transaction will be rolled back%'

    OR [Text] Like '%An uncommittable transaction was detected at the beginning of the batch. The transaction was rolled back. This was caused by an error that occurred during the processing of a FILESTREAM request in the context of this transaction%'

    OR [Text] Like '%Version store scan timed out when attempting to read the next row. Please try the statement again later when the system is not as busy%'

    OR [Text] Like '%Transaction failed in database% because the statement was run under snapshot isolation but the transaction did not start in snapshot isolation. You cannot change the isolation level of the transaction to snapshot after the transaction has started u%'

    OR [Text] Like '%napshot isolation transaction failed accessing database% because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation%'

    OR [Text] Like '%napshot isolation transaction failed in database% because the database was not recovered when the current transaction was started. Retry the transaction after the database has recovered%'

    OR [Text] Like '%napshot isolation transaction failed to start in database% because the ALTER DATABASE command that disallows snapshot isolation had started before this transaction began. The database is in transition to OFF state. You will either need to change t%'

    OR [Text] Like '%napshot isolation transaction failed in database% because the recovery was skipped for this database. You must recover the database before you can run a transaction under snapshot isolation%'

    OR [Text] Like '%napshot isolation transaction failed to start in database% because the ALTER DATABASE command which enables snapshot isolation for this database has not finished yet. The database is in transition to pending ON state. You must wait until the ALTER%'

    OR [Text] Like '%napshot isolation transaction failed in database% because the database did not allow snapshot isolation when the current transaction started. It may help to retry the transaction%'

    OR [Text] Like '%Transaction aborted when accessing versioned row in table% in database%. Requested versioned row was not found. Your tempdb is probably out of space. Please refer to BOL on how to configure tempdb for versioning%'

    OR [Text] Like '%Version store is full. New version(s) could not be added. A transaction that needs to access the version store may be rolled back. Please refer to BOL on how to configure tempdb for versioning%'

    OR [Text] Like '%napshot isolation transaction aborted due to update conflict. You cannot use snapshot isolation to access table% directly or indirectly in database% to update, delete, or insert the row that has been modified or deleted by another transacti%'

    OR [Text] Like '%napshot isolation transaction failed in database% because the object accessed by the statement has been modified by a DDL statement in another concurrent transaction since the start of this transaction. It is disallowed because the metadata is no%'

    OR [Text] Like '%Bind to another transaction while executing SQL Server internal query is not supported. Check your logon trigger definition and remove any sp_bindsession usage if any. If this error is not happening during logon trigger execution, contact production suppo%'

    OR [Text] Like '%Transaction failed in database% because distributed transactions are not supported under snapshot isolation%'

    OR [Text] Like '%Transaction failed because this DDL statement is not allowed inside a snapshot isolation transaction. Since metadata is not versioned, a metadata change can lead to inconsistency if mixed within snapshot isolation%'

    OR [Text] Like '%The PROMOTE TRANSACTION request failed because there is no local transaction active%'

    OR [Text] Like '%Transaction is rolled back when accessing version store. It was earlier marked as victim when the version store was shrunk due to insufficient space in tempdb. This transaction was marked as a victim earlier because it may need the row version(s) that hav%'

    OR [Text] Like '%Insufficient space in tempdb to hold row versions. Need to shrink the version store to free up some space in tempdb. Transaction (id=% xsn=% spid=% elapsed_time=%) has been marked as victim and it will be rolled back if it accesses the version%'

    OR [Text] Like '%napshot isolation or read committed snapshot is not available in database% because SQL Server was started with one or more undocumented trace flags that prevent enabling database for versioning. Transaction started with snapshot isolation will fai%'

    OR [Text] Like '%istributed transaction is not supported while running SQL Server internal query. Check your logon trigger definition and remove any distributed transaction usage if any. If this error is not happening during logon trigger execution, contact production su%'

    OR [Text] Like '%This operation conflicts with another pending operation on this transaction. The operation failed%'

    OR [Text] Like '%The server failed to resume the transaction. Desc:%x%'

    OR [Text] Like '%Incoming Tabular Data Stream (TDS) protocol is incorrect. Transaction Manager event has wrong length. Event type:%. Expected length:%. Actual length%'

    OR [Text] Like '%The database is currently being used by another thread under the same workspace in exclusive mode. The operation failed%'

    OR [Text] Like '%The number of databases in exclusive mode usage under a workspace is limited. Because the limit has been exceeded, the operation failed%'

    OR [Text] Like '%The varchar(max) data type is not supported for sp_getbindtoken. The batch has been aborted%'

    OR [Text] Like '%The transaction name has the odd length%. The batch has been aborted%'

    OR [Text] Like '%The savepoint name cannot be NULL. The batch has been aborted%'

    OR [Text] Like '%Beginning a new transaction after rollback to save point is not allowed%'

    OR [Text] Like '%The TM request is longer than expected. The request is not processed%'

    OR [Text] Like '%The request failed to run because the batch is aborted, this can be caused by abort signal sent from client, or another request is running in the same session, which makes the session busy%'

    OR [Text] Like '%The transaction operation cannot be performed because there are pending requests working on this transaction%'

    OR [Text] Like '%New transaction is not allowed to be started while DTC or bound transaction is active%'

    OR [Text] Like '%The operation failed because the session is not single threaded%'

    OR [Text] Like '%Cannot acquire a database lock during a transaction change%'

    OR [Text] Like '%An error occurred during the changing of transaction context. This is usually caused by low memory in the system. Try to free up more memory%'

    OR [Text] Like '%The transaction timestamps ran out. Restart the server%'

    OR [Text] Like '%NAPSHOT ISOLATION is always enabled in this database%'

    OR [Text] Like '%New transaction is not allowed because there are other threads running in the session%'

    OR [Text] Like '%New request is not allowed to start because it should come with valid transaction descriptor%'

    OR [Text] Like '%Transaction is not allowed to commit inside of a user defined routine, trigger or aggregate because the transaction is not started in that CLR level. Change application logic to enforce strict transaction nesting%'

    OR [Text] Like '%The context transaction which was active before entering user defined routine, trigger or aggregate% has been ended inside of it, which is not allowed. Change application logic to enforce strict transaction nesting%'

    OR [Text] Like '%Transaction count has been changed from% to% inside of user defined routine, trigger or aggregate%. This is not allowed and user transaction will be rolled back. Change application logic to enforce strict transaction nesting%'

    OR [Text] Like '%The user transaction that has been started in user defined routine, trigger or aggregate% is not ended upon exiting from it. This is not allowed and the transaction will be rolled back. Change application logic to enforce strict transaction nesting%'

    OR [Text] Like '%ser defined routine, trigger or aggregate tried to rollback a transaction that is not started in that CLR level. An exception will be thrown to prevent execution of rest of the user defined routine, trigger or aggregate%'

    OR [Text] Like '%nknown transaction isolation level%, valid value range is 0 to 5%'

    OR [Text] Like '%napshot isolation level is not supported for distributed transaction. Use another isolation level or do not use distributed transaction%'

    OR [Text] Like '%A transaction that was started in a MARS batch is still active at the end of the batch. The transaction is rolled back%'

    OR [Text] Like '%ncommittable transaction is detected at the end of the batch. The transaction is rolled back%'

    OR [Text] Like '%Failed to flush the commit table to disk in db% due to error%. Check the errorlog for more information%'

    OR [Text] Like '%Client sends a sp_reset_connection while there is still pending requests, server is disconnecting%'

    OR [Text] Like '%The incoming tabular data stream (TDS) protocol stream is incorrect. The stream ended unexpectedly%'

    OR [Text] Like '%nicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier%'

    OR [Text] Like '%Cannot update columns from more than one underlying table in a single update call%'

    OR [Text] Like '%You cannot delete rows from more than one underlying table in a single delete call%'

    OR [Text] Like '%Cannot update or insert column%. It may be an expression%'

    OR [Text] Like '%The data types varchar(max), nvarchar(max), varbinary(max), and XML cannot be used in the compute clause by client driver versions earlier than SQL Server 2005. Please resubmit the query using a more recent client driver%'

    OR [Text] Like '%The incoming tabular data stream (TDS) protocol stream is incorrect. The TDS headers contained errors%'

    OR [Text] Like '%The incoming tabular data stream (TDS) protocol stream is incorrect. The Query Notification TDS header contained errors%'

    OR [Text] Like '%The incoming tabular data stream (TDS) protocol stream is incorrect. The MARS TDS header contained errors%'

    OR [Text] Like '%An invalid tabular data stream (TDS) collation was encountered%'

    OR [Text] Like '%The incoming tabular data stream (TDS) protocol stream is incorrect. The multiple active result sets (MARS) TDS header is missing%'

    OR [Text] Like '%A fatal error occurred while reading the input stream from the network%'

    OR [Text] Like '%Language requested in login% is not an official name on this SQL Server%'

    OR [Text] Like '%is not an official name on this SQL Server. Using user default% instead%'

    OR [Text] Like '%nor user default language% is an official language name on this SQL Server%'

    OR [Text] Like '%ser default language% is not an official language name on this SQL Server%'

    OR [Text] Like '%Language requested in login% is not an official language name on this SQL Server. Login fails%'

    OR [Text] Like '%efault date order% for language% is invalid. Using mdy instead%'

    OR [Text] Like '%Resetting the connection results in a different state than the initial login. The login fails%'

    OR [Text] Like '%Bulk load data was expected but not sent. The batch will be terminated%'

    OR [Text] Like '%Mount tape for% of database% on tape drive%'

    OR [Text] Like '%End of tape has been reached. Remove tape% and mount next tape for% of database%'

    OR [Text] Like '%The medium on device% expires on% and cannot be overwritten%'

    OR [Text] Like '%Processed% pages for database%, file% on file%'

    OR [Text] Like '%The user-specified MEDIANAME% does not match the MEDIANAME% of the device%'

    OR [Text] Like '%Cannot find file % on device%'

    OR [Text] Like '%Cannot open database% requested by the login. The login failed%'

    OR [Text] Like '%Neither the database% requested by the login nor the user default database could be opened. The master database is being used instead%'

    OR [Text] Like '%Cannot open user default database. Using master database instead%'

    OR [Text] Like '%Cannot open database% that was requested by the login. Using the user default database% instead%'

    OR [Text] Like '%Cannot open user default database. Login failed%'

    OR [Text] Like '%ser is trying to use% through ODS, which is not supported any more%'

    OR [Text] Like '%Type IDs larger than 65535 cannot be sent to clients shipped in SQL Server 2000 or earlier%'

    OR [Text] Like '%CLR type serialization failed because an invalid cookie was specified%'

    OR [Text] Like '%p_resetconnection was sent as part of a remote procedure call (RPC) batch, but it was not the last RPC in the batch. This connection will be terminated%'

    OR [Text] Like '%The final value of the output parameter was null, and could not be sent to a 6.5 client expecting the parameter to be non-nullable%'

    OR [Text] Like '%More than 255 columns were specified in the COMPUTE clause, and this metadata cannot be sent to a SQL Server version 6.5 client%'

    OR [Text] Like '%The XP callback function% failed in extended procedure% because it was executed within an INSERT-EXEC statement which does not allow the extended procedure to send information other than result set%'

    OR [Text] Like '%The XP callback function% failed in extended procedure% because the extended procedure is called inside an UDF%'

    OR [Text] Like '%A return value of data type varchar(max), nvarchar(max), varbinary(max), XML or other large object type can not be returned to client driver versions earlier than SQL Server 2005. Please resubmit the query using a more recent client driver%'

    OR [Text] Like '%Client drivers do not accept result sets that have more than 65,535 columns%'

    OR [Text] Like '%The USE database statement failed because the database collation% is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation. See SQL%'

    OR [Text] Like '%The ALTER DATABASE statement failed because the database collation% is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation. See S%'

    OR [Text] Like '%The statement failed because the sql_variant value uses collation%, which is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation%'

    OR [Text] Like '%The statement failed because%'

    OR [Text] Like '%The statement failed due to arithmetic overflow when sending data stream%'

    OR [Text] Like '%Aggregates on the right side of an APPLY cannot reference columns from the left side%'

    OR [Text] Like '%The READPAST lock hint is only allowed on target tables of UPDATE and DELETE and on tables specified in an explicit FROM clause%'

    OR [Text] Like '%Temporary views are not allowed%'

    OR [Text] Like '%The multi-part identifier% could not be bound%'

    OR [Text] Like '%ser-defined functions, partition functions, and column references are not allowed in expressions in this context%'

    OR [Text] Like '%Non-ANSI outer joins (*= and =*) are not allowed when a table that contains a column set is used in a query. Change the query to use ANSI outer joins%'

    OR [Text] Like '%Inserting into remote tables or views is not allowed by using the BCP utility or by using BULK INSERT%'

    OR [Text] Like '%Windowed functions can only appear in the SELECT or ORDER BY clauses%'

    OR [Text] Like '%Windowed functions cannot be used in the context of another windowed function or aggregate%'

    OR [Text] Like '%The argument type% is invalid for argument% of%'

    OR [Text] Like '%The CREATE SCHEMA statement should be followed by a name or authorization keyword%'

    OR [Text] Like '%The ranking function% must have an ORDER BY clause%'

    OR [Text] Like '% is not a valid windowing function, and cannot be used with the OVER clause%'

    OR [Text] Like '%The function% takes exactly% argument(s)%'

    OR [Text] Like '%The reference to column% is not allowed in the argument of the TOP clause. Only references to columns at an outer scope or standalone expressions and subqueries are allowed here%'

    OR [Text] Like '%takes only a positive int or bigint expression as its input%'

    OR [Text] Like '%Cannot retrieve table data for the query operation because the table% schema is being altered too frequently. Because the table% contains a computed column, changes to the table schema require a refresh of all table data. Retry the query ope%'

    OR [Text] Like '%An invalid expression was specified in the FOR UPDATE clause%'

    OR [Text] Like '%efault values cannot be assigned to property setters of columns with a CLR type%'

    OR [Text] Like '%A user-defined function name cannot be prefixed with a database name in this context%'

    OR [Text] Like '%Cannot find either column% or the user-defined function or aggregate%, or the name is ambiguous%'

    OR [Text] Like '%Remote table-valued function calls are not allowed%'

    OR [Text] Like '%The parameters supplied for the batch are not val%'

    OR [Text] Like '%No full-text indexed columns were found%'

    OR [Text] Like '%At least one of the arguments to COALESCE must be a typed NULL%'

    OR [Text] Like '%An internal error occurred during remote query execution. Contact your SQL Server support professional and provide details about the query you were trying to run%'

    OR [Text] Like '%The inline function% cannot take correlated parameters or subqueries because it uses a full-text operator%'

    OR [Text] Like '%A duplicate hint was specified for the BULK rowset%'

    OR [Text] Like '%A compile-time literal value is specified more than once for the variable% in one or more OPTIMIZE FOR clauses%'

    OR [Text] Like '%The value specified for the variable% in the OPTIMIZE FOR clause could not be implicitly converted to that variable%'

    OR [Text] Like '%Only a scalar expression may be specified as the argument to the RETURN statement%'

    OR [Text] Like '%Metadata stored on disk for computed column% in table% did not match the column definition. In order to avoid possible index corruption, please drop and recreate this computed column%'

    OR [Text] Like '%ynonym% is defined over queue%. Synonyms on queues are not allowed%'

    OR [Text] Like '%The hint% cannot be used with the hint%'

    OR [Text] Like '%A format file cannot be specified together with SINGLE_BLOB, SINGLE_CLOB or SINGLE_NCLOB option%'

    OR [Text] Like '%Conflicting locking hints are specified for table%. This may be caused by a conflicting hint specified for a view%'

    OR [Text] Like '%Cannot process the query because it references the common language runtime (CLR) table-valued function% with a hint through view%'

    OR [Text] Like '%The READCOMMITTEDLOCK lock hint is not allowed on the target table of an INSERT statement%'

    OR [Text] Like '%Nested CLR type updates are not allowed%'

    OR [Text] Like '%Aggregates are not allowed in the RECEIVE list%'

    OR [Text] Like '%The bulk openrowset provider is not a valid target for%'

    OR [Text] Like '%is not allowed when inserting into remote tables%'

    OR [Text] Like '%An expression of non-boolean type specified in a context where a condition is expected, near%'

    OR [Text] Like '%tatistics can only be created on columns%'

    OR [Text] Like '%The query uses non-ANSI outer join operators ("*=" or "=*"). To run this query without modification, please set the compatibility level for current database to 80, using the SET COMPATIBILITY_LEVEL option of ALTER DATABASE. It is strongly recommended to r%'

    OR [Text] Like '%XML methods are not allowed in a GROUP BY clause%'

    OR [Text] Like '%Hints are not allowed on recursive common table expression (CTE) references. Consider removing hint from recursive CTE reference%'

    OR [Text] Like '%The type of the first argument to NULLIF cannot be the NULL constant because the type of the first argument has to be known%'

    OR [Text] Like '%Type% is not a CLR type%'

    OR [Text] Like '%Cannot treat data type% as data type%'

    OR [Text] Like '%NNEST can only take an expression of type multiset%'

    OR [Text] Like '%The SELECT list for the nested INSERT statement can only contain one item%'

    OR [Text] Like '%The target of nested insert, nested update, or nested delete must be of type multiset%'

    OR [Text] Like '%is not a valid property, field, or method%'

    OR [Text] Like '%The field% is referenced more than once in the set list, either directly or through a property%'

    OR [Text] Like '%elayed CLR type instances require local base table column as an argument%'

    OR [Text] Like '%Could not find suitable key in table% for use in delayed CLR type fetching%'

    OR [Text] Like '%Only CLR types are allowed in delayed CLR type fetching%'

    OR [Text] Like '%A PROB_MATCH table can only be used inside of a PROB_MATCH query%'

    OR [Text] Like '%A GROUP BY clause is required in a PROB_MATCH query%'

    OR [Text] Like '%A GROUP BY clause in a PROB_MATCH query can only have key columns, and needs to include all the key columns%'

    OR [Text] Like '%The score override argument, if present in one of the subqueries, must be present in all subqueries and must be the same constant and variable%'

    OR [Text] Like '%Invalid PROB_MATCH subquery%'

    OR [Text] Like '%Multiple PROB_MATCH subqueries can only refer to the same base table%'

    OR [Text] Like '%Invalid PROB_MATCH project item in the PROB_MATCH SELECT list%'

    OR [Text] Like '%Applying TREAT more than once to the same expression is not allowed in a full-text property reference%'

    OR [Text] Like '%The (ANY) specification can only be applied to expressions of type multiset%'

    OR [Text] Like '%Alias was not specified for an aggregate in the PROB_MATCH SELECT list%'

    OR [Text] Like '%Incorrect use of full-text%'

    OR [Text] Like '%is not a valid scoring function name%'

    OR [Text] Like '%elayed CLR type instantiation fetch value query may only reference column of a large object or large value type%'

    OR [Text] Like '%Nested updates cannot be performed on CLR types that are not Format.Structured%'

    OR [Text] Like '%Too many parameters were specified for FULLTEXTTABLE of type "Simple". The maximum number of parameters is%'

    OR [Text] Like '%The FROM clause of a PROB_MATCH query must consist of a single derived table%'

    OR [Text] Like '%Cannot retrieve table data for the query operation because the table% schema is being altered too frequently. Because the table% contains a filtered index or filtered statistics, changes to the table schema require a refresh of all table dat%'

    OR [Text] Like '%This action cannot be performed on a system type%'

    OR [Text] Like '%cannot be referenced in the OUTPUT clause because the column definition contains a subquery or references a function that performs user or system data access. A function is assumed by default to perform data access if it is not schemabo%'

    OR [Text] Like '%BACKUP LOG is not possible because bulk logged changes exist in the database and one or more filegroups are unavailable%'

    OR [Text] Like '%The statement% is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE%'

    OR [Text] Like '%Cannot back up the log of the master database. Use BACKUP DATABASE instead%'

    OR [Text] Like '%BACKUP LOG cannot be performed because there is no current database backup%'

    OR [Text] Like '%The log was not truncated because records at the beginning of the log are pending replication or Change Data Capture. Ensure the Log Reader Agent or capture job is running or use sp_repldone to mark transactions as distributed or captured%'

    OR [Text] Like '%BACKUP LOG cannot modify the database because the database is read-only. The backup will continue, although subsequent backups will duplicate the work of this backup%'

    OR [Text] Like '%Bulk-logged operations exist in the database. Perform a BACKUP LOG%'

    OR [Text] Like '%The option% conflicts with online restore. Remove the conflicting option and reissue the command%'

    OR [Text] Like '%The roll forward start point is now at log sequence number (LSN)%'

    OR [Text] Like '%The log in this backup set begins at LSN%, which is too recent to apply to the database. An earlier log backup that includes LSN% can be restored%'

    OR [Text] Like '%The online restore to database% failed. It may be appropriate to perform an offline restore instead. To force an offline restore, first take the database offline using the ALTER DATABASE statement%'

    OR [Text] Like '%The online restore is complete, but WITH NORECOVERY was specified. Use RESTORE WITH RECOVERY to bring affected data online%'

    OR [Text] Like '%The state of file% prevents restoring individual pages. Only a file restore is currently possible%'

    OR [Text] Like '%RESTORE PAGE is not allowed on file% because the file is not online%'

    OR [Text] Like '%RESTORE PAGE is not allowed from backups taken with earlier versions of SQL Server%'

    OR [Text] Like '%This log cannot be restored because a gap in the log chain was created. Use more recent data backups to bridge the gap%'

    OR [Text] Like '%ome files still require more restore steps before the online restore sequence can be completed%'

    OR [Text] Like '%File% has been rolled forward to LSN%. This log terminates at LSN%, which is too early to apply the WITH RECOVERY option. Reissue the RESTORE LOG statement WITH NORECOVERY%'

    OR [Text] Like '%A previous restore operation was interrupted and did not complete processing on file%. Either restore the backup set that was interrupted or restart the restore sequence%'

    OR [Text] Like '%The file% was not fully restored by a database or file restore. The entire file must be successfully restored before applying this backup set%'

    OR [Text] Like '%This backup set contains records that were logged before the designated point in time. The database is being left in the restoring state so that more roll forward can be performed%'

    OR [Text] Like '%A previous RESTORE WITH CONTINUE_AFTER_ERROR operation left the database in a potentially damaged state. To continue this RESTORE sequence, all further steps must include the CONTINUE_AFTER_ERROR option%'

    OR [Text] Like '%The log in this backup set terminates at LSN%, which is too early to apply to the database. A more recent log backup that includes LSN% can be restored%'

    OR [Text] Like '%The log in this backup set contains bulk-logged changes. Point-in-time recovery was inhibited. The database has been rolled forward to the end of the log%'

    OR [Text] Like '%The file% is missing. Roll forward stops at log sequence number%. The file is created at log sequence number (LSN)%, dropped at LSN%. Restore the transaction log beyond the point in time when the file was dropped, or restore data to be%'

    OR [Text] Like '%This log file contains records logged before the designated mark. The database is being left in the Restoring state so you can apply another log file%'

    OR [Text] Like '%This backup set cannot be applied because it is on a recovery path that is inconsistent with the database. The recovery path is the sequence of data and log backups that have brought the database to a particular recovery point. Find a compatible backup to%'

    OR [Text] Like '%The database cannot be recovered because the files have been restored to inconsistent points in time%'

    OR [Text] Like '%RESTORE LOG has been halted. To use the database in its current state, run RESTORE DATABASE% WITH RECOVERY%'

    OR [Text] Like '%The database cannot be recovered because the log was not restored%'

    OR [Text] Like '%The named mark does not identify a valid LSN%'

    OR [Text] Like '%The specified STOPAT time is too early. All or part of the database is already rolled forward beyond that point%'

    OR [Text] Like '%The filegroup% has been dropped and cannot be restored into the online database%'

    OR [Text] Like '%The file% has been dropped and cannot be restored into the online database%'

    OR [Text] Like '%The STOPAT clause specifies a point too early to allow this backup set to be restored. Choose a different stop point or use RESTORE DATABASE WITH RECOVERY to recover at the current point%'

    OR [Text] Like '%This RESTORE statement successfully performed some actions, but the database could not be brought online because one or more RESTORE steps are needed. Previous messages indicate reasons why recovery cannot occur at this point%'

    OR [Text] Like '%The point-in-time clause of this RESTORE statement is restricted for use by RESTORE LOG statements only. Omit the clause or use a clause that includes a timestamp%'

    OR [Text] Like '%This log backup contains bulk-logged changes. It cannot be used to stop at an arbitrary point in time%'

    OR [Text] Like '%Point-in-time recovery is not possible unless the primary filegroup is part of the restore sequence. Omit the point-in-time clause or restore the primary filegroup%'

    OR [Text] Like '%The database has been rolled forward to the end of this backup set and beyond the specified point in time. RESTORE WITH RECOVERY can be used to accept the current recovery point%'

    OR [Text] Like '%RESTORE PAGE is not allowed on read-only databases or filegroups%'

    OR [Text] Like '%Problems recording information in the msdb..suspect_pages table were encountered. This error does not interfere with any activity except maintenance of the suspect_pages table. Check the error log for more information%'

    OR [Text] Like '%RESTORE PAGE is not allowed with databases that use the simple recovery model%'

    OR [Text] Like '%The current restore sequence was previously interrupted during the transition to the online state. RESTORE DATABASE WITH RECOVERY can be used to complete the transition to online%'

    OR [Text] Like '%The online restore to database% failed. It may be appropriate to perform an offline restore instead. An offline restore is initiated by using BACKUP LOG WITH NORECOVERY%'

    OR [Text] Like '%The log in this backup set begins at LSN%, which is too recent to apply to the database. This restore sequence needs to initialize the log to start at LSN%. Reissue the RESTORE LOG statement using an earlier log backup%'

    OR [Text] Like '%The list of pages provided with the RESTORE PAGE statement is incorrectly formatted. Prior to the problem% pages were correctly identified. The problem was hit at character offset%. Check that all pages are identified by numeric <file>:<page> pairs wi%'

    OR [Text] Like '%Backups taken on earlier versions of SQL Server are not supported by fn_dump_dblog%'

    OR [Text] Like '%RESTORE LOG is not supported from this data backup because file% is too old. Use a regular log backup to continue the restore sequence%'

    OR [Text] Like '%Conflicting file relocations have been specified for file%. Only a single WITH MOVE clause should be specified for any logical file name%'

    OR [Text] Like '%The file% of restored database% is being left in the defunct state because the database is being upgraded from a prior version. Piecemeal restore is not supported when an upgrade is involved%'

    OR [Text] Like '%The revert command is incorrectly specified. The RESTORE statement must be of the form: RESTORE DATABASE <x> FROM DATABASE_SNAPSHOT = <y>%'

    OR [Text] Like '%Restore is complete on database%The database is now available%'

    OR [Text] Like '%Restore cannot take% offline because changes exist that require a log backup. Take a log backup and then retry the RESTORE%'

    OR [Text] Like '%The database can not be brought online because file% is currently restored to LSN% but must be restored to LSN%'

    OR [Text] Like '%The STOPAT option cannot be used with this partial restore sequence because one or more FILESTREAM filegroups are not included. The CONTINUE_AFTER_ERROR option can be used to force the recovery, but this should only be used if you do not intend to subsequ%'

    OR [Text] Like '%RESTORE LOG WITH CONTINUE_AFTER_ERROR was unsuccessful. Execution of the RESTORE command was aborted%'

    OR [Text] Like '%Cannot update the view or function% because it contains aggregates, or a DISTINCT or GROUP BY clause, or PIVOT or UNPIVOT operator%'

    OR [Text] Like '%View or function% is not updatable because the modification affects multiple base tables%'

    OR [Text] Like '%pdate or insert of view or function% failed because it contains a derived or constant field%'

    OR [Text] Like '%Too many tables. The query and the views or functions in it exceed the limit of% tables. Revise the query to reduce the number of tables%'

    OR [Text] Like '%Could not use view or function% because of binding errors%'

    OR [Text] Like '%Could not allocate ancillary table for view or function resolution. The maximum number of tables in a query% was exceeded%'

    OR [Text] Like '%View% 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%'

    OR [Text] Like '%NION ALL view% is not updatable because the definition contains a disallowed construct%'

    OR [Text] Like '%erived table% is not updatable because the definition contains a UNION operator%'

    OR [Text] Like '%erived table% is not updatable because it contains aggregates, or a DISTINCT or GROUP BY clause, or PIVOT or UNPIVOT operator%'

    OR [Text] Like '%erived table% is not updatable because the modification affects multiple base tables%'

    OR [Text] Like '%erived table% is not updatable because a column of the derived table is derived or constant%'

    OR [Text] Like '%View% has an INSTEAD OF UPDATE trigger and cannot be a target of an UPDATE FROM statement%'

    OR [Text] Like '%View% has an INSTEAD OF DELETE trigger and cannot be a target of a DELETE FROM statement%'

    OR [Text] Like '%Joined tables cannot be specified in a query containing outer join operators. View or function% contains joined tables%'

    OR [Text] Like '%Cannot specify outer join operators in a query containing joined tables. View or function% contains outer join operators%'

    OR [Text] Like '%View% is not updatable because the definition contains a UNION operator%'

    OR [Text] Like '%Cannot update the view% because it or a view it references was created with WITH CHECK OPTION and its definition contains the TOP clause%'

    OR [Text] Like '%View or function% contains a self-reference. Views or functions cannot reference themselves directly or indirectly%'

    OR [Text] Like '%Warning: Index hints supplied for view% will be ignored%'

    OR [Text] Like '%Partitioned view% is not updatable because table% has a timestamp column%'

    OR [Text] Like '%Partitioned view% is not updatable because table% has a DEFAULT constraint%'

    OR [Text] Like '%Cannot INSERT into partitioned view% because table% has an IDENTITY constraint%'

    OR [Text] Like '%Partitioned view% is not updatable because table% has an INSTEAD OF trigger%'

    OR [Text] Like '%Partitioned view% is not updatable because a value was not specified for partitioning column%'

    OR [Text] Like '%NION ALL view% is not updatable because a partitioning column was not found%'

    OR [Text] Like '%Partitioned view% is not updatable as the target of a bulk operation%'

    OR [Text] Like '%Partitioned view% is not updatable because it does not deliver all columns from its member tables%'

    OR [Text] Like '%Partitioned view% is not updatable because the source query contains references to partition table%'

    OR [Text] Like '%NION ALL view% is not updatable because a primary key was not found on table%'

    OR [Text] Like '%Partitioned view% is not updatable because the table% has an index on a computed column%'

    OR [Text] Like '%NION ALL view% is not updatable because base table% is used multiple times%'

    OR [Text] Like '%NION ALL view% is not updatable because column% of base table% is used multiple times%'

    OR [Text] Like '%NION ALL view% is not updatable because the primary key of table% is not included in the union result%'

    OR [Text] Like '%NION ALL view% is not updatable because the primary key of table% is not unioned with primary keys of preceding tables%'

    OR [Text] Like '%Cannot update the UNION ALL view% because the definition of column% of view% is used by another view column%'

    OR [Text] Like '%View% is not updatable because the definition contains a set operator%'

    OR [Text] Like '%Cannot INSERT into partitioned view% because values were not supplied for all columns%'

    OR [Text] Like '%sing defaults is not allowed in views that contain a set operator%'

    OR [Text] Like '%Cannot update partitioned view% because the definition of the view column% in table% has an IDENTITY constraint%'

    OR [Text] Like '%Views referencing tables on multiple servers are not updatable in the edition of this SQL Server instance%. See books online for more details on feature support in different SQL Server editions%'

    OR [Text] Like '%Cannot UPDATE partitioning column% of view% because the table% has a CASCADE DELETE or CASCADE UPDATE constraint%'

    OR [Text] Like '%Cannot UPDATE partitioning column% of view% because the table% has a INSERT, UPDATE or DELETE trigger%'

    OR [Text] Like '%Cannot update the partitioned view% because the partitioning columns of its member tables have mismatched types%'

    OR [Text] Like '%The partitioned view% is not updatable because one or more of the non-partitioning columns of its member tables have mismatched types%'

    OR [Text] Like '%The attempted insert or update of the partitioned view failed because the value of the partitioning column does not belong to any of the partitions%'

    OR [Text] Like '%View or function% has more column names specified than columns defined%'

    OR [Text] Like '%Could not create schemabound% because it references an object in another database%'

    OR [Text] Like '%Could not create% because CLR type% does not exist in the target database%'

    OR [Text] Like '%CREATE VIEW failed because column% in view% exceeds the maximum of% columns%'

    OR [Text] Like '%Column names in each view or function must be unique. Column name% in view or function% is specified more than once%'

    OR [Text] Like '%Views or functions are not allowed on temporary tables%'

    OR [Text] Like '%Could not perform CREATE VIEW because WITH% was specified and the view is not updatable%'

    OR [Text] Like '%Create View or Function failed because no column name was specified for column%'

    OR [Text] Like '%Cannot schema bind% because name% is invalid for schema binding. Names must be in two-part format and an object cannot reference itself%'

    OR [Text] Like '%Cannot schema bind% is not schema bound%'

    OR [Text] Like '%CREATE FUNCTION failed because a column name is not specified for column%'

    OR [Text] Like '%CREATE FUNCTION failed because column% in function% exceeds the maximum of% columns%'

    OR [Text] Like '%Cannot schema bind function% because it contains an EXECUTE statement%'

    OR [Text] Like '%ervice queue object cannot be used in schemabinding expressions.% is a service queue%'

    OR [Text] Like '%Cannot% on view% because it is a system generated view that was created for optimization purposes%'

    OR [Text] Like '%Cannot disable index on view% because it is a system generated view that was created for optimization purposes%'

    OR [Text] Like '%Cannot use object% with autodrop object attribute in schemabinding expressions because it is a system generated view that was created for optimization purposes%'

    OR [Text] Like '%Cannot alter view% because it is a system generated view that was created for optimization purposes%'

    OR [Text] Like '%Cannot create trigger on view% because it is a system generated view that was created for optimization purposes%'

    OR [Text] Like '%Only members of the sysadmin role can grant or revoke the CREATE DATABASE permission%'

    OR [Text] Like '%There is no such user or group%'

    OR [Text] Like '%Granted or revoked privilege% is not compatible with object%'

    OR [Text] Like '%You can only grant or revoke permissions on objects in the current database%'

    OR [Text] Like '%To revoke or deny grantable privileges, specify the CASCADE option%'

    OR [Text] Like '%Grantor does not have GRANT permission%'

    OR [Text] Like '%Invalid column name%'

    OR [Text] Like '%You cannot perform this operation for the resource database%'

    OR [Text] Like '%Cannot grant, deny or revoke permissions to or from special roles%'

    OR [Text] Like '%You do not have permission to use%'

    OR [Text] Like '%CREATE DATABASE permission can only be granted in the master database%'

    OR [Text] Like '%All permissions in a grant/deny/revoke statement should be at the same scope (e.g., server or database)%'

    OR [Text] Like '%Permissions at the server scope can only be granted when the current database is master%'

    OR [Text] Like '%Permissions at the server scope can only be granted to logins%'

    OR [Text] Like '%The all permission has been deprecated and is not available for this class of entity%'

    OR [Text] Like '%Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself%'

    OR [Text] Like '%There is no such server principal% or you do not have permission%'

    OR [Text] Like '%Cannot grant, deny, or revoke the connect database permission to roles and application roles%'

    OR [Text] Like '%The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity%'

    OR [Text] Like '%Permissions on server scoped catalog views or system stored procedures or extended stored procedures can be granted only when the current database is master%'

    OR [Text] Like '%Cannot find the object% because it does not exist or you do not have permissions%'

    OR [Text] Like '%Could not truncate object% because it or one of its indexes resides on a READONLY filegroup%'

    OR [Text] Like '%Could not truncate object% because it is not a table%'

    OR [Text] Like '%You are not allowed to truncate the system table%'

    OR [Text] Like '%Could not truncate object% because it or one of its indexes resides on an offline filegroup%'

    OR [Text] Like '%Cannot truncate table% because it is published for replication or enabled for Change Data Capture%'

    OR [Text] Like '%Cannot truncate table% because it is being referenced by a FOREIGN KEY constraint%'

    OR [Text] Like '%Insert bulk is not supported over this access protocol%'

    OR [Text] Like '%The SINGLE_LOB, SINGLE_CLOB, and SINGLE_NCLOB options are mutually exclusive with all other options%'

    OR [Text] Like '%The bulk copy (bcp) client has sent a row length of%. This is not a valid size. The maximum row size is%. Use a supported client application programming interface (API)%'

    OR [Text] Like '%While reading current row from host, a premature end-of-message was encountered%'

    OR [Text] Like '%The front-end tool you are using does not support bulk load from host. Use the supported tools for this command%'

    OR [Text] Like '%INGLE_CLOB requires a double-byte character set (DBCS) (char) input file. The file specified is Unicode%'

    OR [Text] Like '%The bulk copy (bcp) client sent a row length of%. This size is not valid. The minimum row size is%. Use a supported client application programming interface (API)%'

    OR [Text] Like '%Bulk copy operations cannot trigger bulk load statements%'

    OR [Text] Like '%INGLE_NCLOB requires a UNICODE (widechar) input file. The file specified is not Unicode%'

    OR [Text] Like '%Expected the TEXT token in data stream for bulk copy of text or image data%'

    OR [Text] Like '%Expected the column offset in data stream for bulk copy of text or image data%'

    OR [Text] Like '%Expected the row offset in data stream for bulk copy of text or image data%'

    OR [Text] Like '%Expected the text length in data stream for bulk copy of text, ntext, or image data%'

    OR [Text] Like '%Bulk copy into a partitioned table is not supported for down-level clients%'

    OR [Text] Like '%Received an invalid column length from the bcp client for col%'

    OR [Text] Like '%Invalid column type from bcp client for col%'

    OR [Text] Like '%Could not bulk load. The sorted column% is not valid. The ORDER hint is ignored%'

    OR [Text] Like '%Could not bulk load. The sorted column% was specified more than once. The ORDER hint is ignored%'

    OR [Text] Like '%Cannot bulk load. The bulk data stream was incorrectly specified as sorted or the data violates a uniqueness constraint imposed by the target table. Sort order incorrect for the following two rows: primary key of first row:%, primary key of second row%'

    OR [Text] Like '%Cannot bulk load. Unknown version of format file%'

    OR [Text] Like '%Cannot bulk load. Error reading the number of columns from the format file%'

    OR [Text] Like '%Cannot bulk load. Invalid number of columns in the format file%'

    OR [Text] Like '%Cannot bulk load. Invalid column number in the format file%'

    OR [Text] Like '%Cannot bulk load. Invalid data type for column number% in the format file%'

    OR [Text] Like '%Cannot bulk load. Invalid prefix for column number% in the format file%'

    OR [Text] Like '%Cannot bulk load. Invalid column length for column number% in the format file%'

    OR [Text] Like '%Cannot bulk load. Invalid column terminator for column number% in the format file%'

    OR [Text] Like '%Cannot bulk load. Invalid destination table column number for source column% in the format file%'

    OR [Text] Like '%Cannot bulk load. Error reading the destination table column name for source column% in the format file%'

    OR [Text] Like '%Bulk load: DataFileType was incorrectly specified as char. DataFileType will be assumed to be widechar because the data file has a Unicode signature%'

    OR [Text] Like '%Bulk load: DataFileType was incorrectly specified as widechar. DataFileType will be assumed to be char because the data file does not have a Unicode signature%'

    OR [Text] Like '%Bulk load: An unexpected end of file was encountered in the data file%'

    OR [Text] Like '%Bulk load: Version mismatch between the provider dynamic link library and the server executable%'

    OR [Text] Like '%You do not have permission to use the bulk load statement%'

    OR [Text] Like '%Bulk copying into a table with computed columns is not supported for downlevel clients%'

    OR [Text] Like '%Warning: Table % is published for merge replication. Reinitialize affected subscribers or execute sp_addtabletocontents to ensure that data added is included in the next synchronization%'

    OR [Text] Like '%Cannot bulk copy into a table % that is enabled for immediate-updating subscriptions%'

    OR [Text] Like '%The bulk data source does not support the SQLNUMERIC or SQLDECIMAL data types%'

    OR [Text] Like '%Cannot perform the bulk load. Invalid collation name for source column% in the format file%'

    OR [Text] Like '%The bulk data source provider string has an inval% property value%'

    OR [Text] Like '%The data source name is not a simple object name%'

    OR [Text] Like '%The required FormatFile property is missing from the provider string of the server%'

    OR [Text] Like '%The bulk data source provider string has a syntax error%'

    OR [Text] Like '%The bulk data provider failed to allocate memory%'

    OR [Text] Like '%Bulk copying into a table with bigint columns is not supported for versions earlier than SQL Server 2000%'

    OR [Text] Like '%Bulk copying into a table with sql_variant columns is not supported for versions earlier than SQL Server 2000%'

    OR [Text] Like '%Line% in format file%: unexpected element%'

    OR [Text] Like '%Line% in format file%: unexpected info item%'

    OR [Text] Like '%Line% in format file%: Attribute% could not be specified for this type%'

    OR [Text] Like '%Line% in format file%: bad value% for attribute%'

    OR [Text] Like '%Line% in format file%: required attribute% is missing%'

    OR [Text] Like '%Cannot bulk load. The file% does not exist%'

    OR [Text] Like '%Cannot bulk load because the file% could not be opened. Operating system error code%'

    OR [Text] Like '%Cannot bulk load because the file% could not be read. Operating system error code%'

    OR [Text] Like '%Bulk load data conversion error (truncation) for row%, column%'

    OR [Text] Like '%Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row%, column%'

    OR [Text] Like '%Cannot bulk load because the maximum number of errors% was exceeded%'

    OR [Text] Like '%The bulk load failed. The column is too long in the data file for row%, column%. Verify that the field terminator and row terminator are specified correctly%'

    OR [Text] Like '%Bulk load data conversion error (overflow) for row%, column%'

    OR [Text] Like '%The bulk load failed. The codepage% is not installed. Install the codepage and run the command again%'

    OR [Text] Like '%The bulk load failed. Unexpected NULL value in data file row%, column%. The destination column% is defined as NOT NULL%'

    OR [Text] Like '%Cannot bulk load because of an error writing file%. Operating system error code%'

    OR [Text] Like '%Bulk load error while attempting to log errors%'

    OR [Text] Like '%Line% in format file%: duplicate element %'

    OR [Text] Like '%Line% in format file%: referencing non-existing element %'

    OR [Text] Like '%Line% in format file%: duplicate element id reference%'

    OR [Text] Like '%Invalid column attribute from bcp client for col%'

    OR [Text] Like '%The Bulk Insert operation of SQL Server Destination has timed out. Please consider increasing the value of Timeout property on the SQL Server Destination in the dataflow%'

    OR [Text] Like '%Error parsing DTS stream when reading row%, column%'

    OR [Text] Like '%Cannot bulk load. When you use the FIRSTROW and LASTROW parameters, the value for FIRSTROW cannot be greater than the value for LASTROW%'

    OR [Text] Like '%Note: Bulk Insert through a view may result in base table default values being ignored for NULL columns in the data file%'

    OR [Text] Like '%Cannot bulk load. A prefix length, field length, or terminator is required for the source column% in the format file%'

    OR [Text] Like '%The XML reader returned%'

    OR [Text] Like '%nknown error near info item starting near line% column% in format file%'

    OR [Text] Like '%Cannot open file%. A Windows NT Integrated Security login is required%'

    OR [Text] Like '%Cannot open the file%. Operating system error%'

    OR [Text] Like '%Cannot open the file%. Only disk files are supported%'

    OR [Text] Like '%Cannot open the file%. The bulkadmin role membership is required%'

    OR [Text] Like '%Cannot open the file%. A unicode byte-order mark is missing%'

    OR [Text] Like '%Insert bulk is not supported in showplan mode%'

    OR [Text] Like '%Insert bulk failed due to a schema change of the target table%'

    OR [Text] Like '%Bulk insert failed due to a schema change of the target table%'

    OR [Text] Like '%Could not bulk load because SSIS file mapping object% could not be opened. Operating system error code%. Make sure you are accessing a local server via Windows security%'

    OR [Text] Like '%COLMETADATA must be present when using bcp%'

    OR [Text] Like '%nicode data is odd byte size for column%. Should be even byte size%'

    OR [Text] Like '%Invalid column value from bcp client for col%'

    OR [Text] Like '%Received an invalid length for chunked LOB data for col%'

    OR [Text] Like '%The ALTER TABLE SWITCH statement failed for table%. It is not possible to switch the partition of a table that has change tracking enabled. Disable change tracking before using ALTER TABLE SWITCH%'

    OR [Text] Like '%ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified, or the column being added is an identity or timestamp column, or alternatively if none of the previous conditions are satisfied the table must be e%'

    OR [Text] Like '%Cannot find the object% because it does not exist or you do not have permissions%'

    OR [Text] Like '%Warning: The specified partition% for the table% was ignored in ALTER TABLE SWITCH statement because the table is not partitioned%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. The specified partition% of target table% must be empty%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. The target table% must be empty%'

    OR [Text] Like '%statement failed. The% is% partitioned while index% is% partitioned%'

    OR [Text] Like '%statement failed. The% has% partitions while index% has% partitions%'

    OR [Text] Like '%statement failed. The range boundary values used to partition the% are different from the range boundary values used for index%'

    OR [Text] Like '%Cannot alter% because it is not a table%'

    OR [Text] Like '%Cannot specify a partitioned table without partition number in ALTER TABLE SWITCH statement. The table% is partitioned%'

    OR [Text] Like '%statement failed. The columns set used to partition the% is different from the column set used to partition index%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. The table% has clustered index% while the table% does not have clustered index%'

    OR [Text] Like '%The ALTER TABLE SWITCH statement failed. The table% has a disabled clustered index%'

    OR [Text] Like '%statement failed. The parameter type of the partition function used to partition the% is different from the parameter type of the partition function used to partition index%'

    OR [Text] Like '%Could not enable or disable the constraint. See previous errors%'

    OR [Text] Like '%Constraint% does not exist%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed because the table% has fulltext index on it%'

    OR [Text] Like '%PERSISTED attribute cannot be altered on column% because this column is not computed%'

    OR [Text] Like '%ALTER TABLE failed because trigger% on table% does not exist%'

    OR [Text] Like '%ALTER TABLE failed because trigger% does not belong to table%'

    OR [Text] Like '% failed because one or more objects access this column%'

    OR [Text] Like '%ALTER TABLE DROP COLUMN failed because% is the only data column in table%. A table must have at least one data column%'

    OR [Text] Like '% failed because column% does not exist in table%'

    OR [Text] Like '%ALTER TABLE ALTER COLUMN ADD ROWGUIDCOL failed because a column already exists in table% with ROWGUIDCOL property%'

    OR [Text] Like '%ALTER TABLE ALTER COLUMN DROP ROWGUIDCOL failed because a column does not exist in table% with ROWGUIDCOL property%'

    OR [Text] Like '%Cannot alter column% to be data type%'

    OR [Text] Like '%Cannot alter column% because it is%'

    OR [Text] Like '%Cannot alter the% because it is being published for replication%'

    OR [Text] Like '%Computed column% in table% cannot be persisted because the column depends on a non-schemabound object%'

    OR [Text] Like '%Computed column% in table% cannot be persisted because the column does user or system data access%'

    OR [Text] Like '%ALTER TABLE ADD COLUMN cannot specify a FILESTREAM filegroup that differs from the existing one%'

    OR [Text] Like '%Computed column% in table% cannot be persisted because the column is non-deterministic%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed%'

    OR [Text] Like '%Cannot persist computed column%. Underlying object% has a different owner than table%'

    OR [Text] Like '%Cannot drop the ROWGUIDCOL property for column% in table% because the column is not the designated ROWGUIDCOL for the table%'

    OR [Text] Like '%Cannot alter column% in table% to add or remove the FILESTREAM column attribute%'

    OR [Text] Like '%Cannot alter NOT FOR REPLICATION attribute on column% in table% because this column is not an identity column%'

    OR [Text] Like '%Cannot use table option LARGE VALUE TYPES OUT OF ROW on a user table that does not have any of large value types varchar(max), nvarchar(max), varbinary(max), xml or large CLR type columns in it. This option can be applied to tables having large values com%'

    OR [Text] Like '%Computed column% in table% cannot be persisted because the column type,%, is a non-byte-ordered CLR type%'

    OR [Text] Like '%Vardecimal storage format cannot be enabled on table% because database% is a system database. Vardecimal storage format is not available in system databases%'

    OR [Text] Like '%Change tracking is already enabled for table%'

    OR [Text] Like '%Cannot enable change tracking on table%. Change tracking requires a primary key on the table. Create a primary key on the table before enabling change tracking%'

    OR [Text] Like '%Change tracking is not enabled on table%'

    OR [Text] Like '%Cannot enable change tracking on table%. Change tracking does not support a primary key of type timestamp on a table%'

    OR [Text] Like '%ser must be in the master database%'

    OR [Text] Like '%does not exist. Verify the name in sys.databases and try the operation again%'

    OR [Text] Like '%atabase mirroring cannot be enabled while the database has offline files%'

    OR [Text] Like '%To use ALTER DATABASE, the database must be in a writable state in which a checkpoint can be executed%'

    OR [Text] Like '%Could not get exclusive use of% to perform the requested operation%'

    OR [Text] Like '%This ALTER DATABASE statement is not supported. Correct the syntax and execute the statement again%'

    OR [Text] Like '%One or more files listed in the statement could not be found or could not be initialized%'

    OR [Text] Like '%Log file name cannot be generated from a raw device. The log file name and path must be specified%'

    OR [Text] Like '%ser does not have permission to alter database%, the database does not exist, or the database is not in a state that allows access checks%'

    OR [Text] Like '%The name of the primary filegroup cannot be changed%'

    OR [Text] Like '%The master and model databases cannot have files added to them. ALTER DATABASE was aborted%'

    OR [Text] Like '%does not exist in database%'

    OR [Text] Like '%ALTER DATABASE failed. The total size specified must be 1 MB or greater%'

    OR [Text] Like '%Cannot change the name of the system database%'

    OR [Text] Like '%has been modified in the system catalog. The new path will be used the next time the database is started%'

    OR [Text] Like '%Cannot find entry in sys.master_files for file%'

    OR [Text] Like '%The primary data or log file cannot be removed from a database%'

    OR [Text] Like '%The% name% has been set%'

    OR [Text] Like '%Log file% for this database is already active%'

    OR [Text] Like '%The database must be suspect or in emergency mode to rebuild the log%'

    OR [Text] Like '%No entry found for the primary log file in sysfiles1. Could not rebuild the log%'

    OR [Text] Like '%The file% already exists. It should be renamed or deleted so that a new log file can be created%'

    OR [Text] Like '%ystem databases master, model, and tempdb cannot have their logs rebuilt%'

    OR [Text] Like '%The system could not activate enough of the database to rebuild the log%'

    OR [Text] Like '%Warning: The log for database% has been rebuilt. Transactional consistency has been lost. The RESTORE chain was broken, and the server no longer has context on the previous log files, so you will need to know what they were. You should run DBCC CHE%'

    OR [Text] Like '%The database could not be exclusively locked to perform the operation%'

    OR [Text] Like '%Cannot remove the file% because it is the only file in the DEFAULT filegroup%'

    OR [Text] Like '%The file cannot be shrunk below page% until the log is backed up because it contains bulk logged pages%'

    OR [Text] Like '%The maximum of% files per database has been exceeded%'

    OR [Text] Like '%The file% is currently being autogrown or modified by another process. Try the operation again later%'

    OR [Text] Like '%already exists in this database. Specify a different name or remove the conflicting filegroup if it is empty%'

    OR [Text] Like '%MODIFY FILE failed. Specify logical name%'

    OR [Text] Like '%MODIFY FILE failed for file%. At least one property per file must be specified%'

    OR [Text] Like '%MODIFY FILE failed. Specified size is less than or equal to current size%'

    OR [Text] Like '%MODIFY FILE failed. Size is greater than MAXSIZE%'

    OR [Text] Like '%MODIFY FILE failed. File% does not exist%'

    OR [Text] Like '%cannot be removed because it is not empty%'

    OR [Text] Like '%cannot be found in%'

    OR [Text] Like '%has been removed%'

    OR [Text] Like '%already has the% property set%'

    OR [Text] Like '%Cannot change the READONLY property of the PRIMARY filegroup%'

    OR [Text] Like '%Cannot add, remove, or modify files in filegroup%. The filegroup is read-only%'

    OR [Text] Like '%Cannot change the properties of empty filegroup%. The filegroup must contain at least one file%'

    OR [Text] Like '%Cannot have a filegroup with the name%'

    OR [Text] Like '%is not permitted while a database is in the% state%'

    OR [Text] Like '%Could not cleanup worktable IAM chains to allow shrink or remove file operation. Please try again when tempdb is idle%'

    OR [Text] Like '%Cannot add, remove, or modify file%. The file is read-only%'

    OR [Text] Like '%Cannot add, remove, or modify a file in filegroup% because the filegroup is not online%'

    OR [Text] Like '%Cannot add, remove, or modify file% because it is offline%'

    OR [Text] Like '%cannot be set in database%'

    OR [Text] Like '%is in transition. Try the ALTER DATABASE statement later%'

    OR [Text] Like '%Nonqualified transactions are being rolled back. Estimated rollback completion%'

    OR [Text] Like '%ALTER DATABASE failed because a lock could not be placed on database%. Try again later%'

    OR [Text] Like '%The option% conflicts with another requested option. The options cannot both be requested at the same time%'

    OR [Text] Like '%is in warm standby. A warm-standby database is read-only%'

    OR [Text] Like '%Changes to the state or options of database% cannot be made at this time. The database is in single-user mode, and a user is currently connected to it%'

    OR [Text] Like '%is currently being scanned or used by a background or user process. Try the operation again later%'

    OR [Text] Like '%atabase options single user and dbo use only cannot be set at the same time%'

    OR [Text] Like '%The database option TORN_PAGE_DETECTION is incompatible with the PAGE_CHECKSUM option%'

    OR [Text] Like '%Failed to restart the current database. The current database is switched to master%'

    OR [Text] Like '%ALTER DATABASE statement failed%'

    OR [Text] Like '%atabase state cannot be changed while other users are using the database%'

    OR [Text] Like '%Rebuild log can only specify one file%'

    OR [Text] Like '%ALTER DATABASE failed. The default collation of database% cannot be set to%'

    OR [Text] Like '%Cannot alter collation for database% because it is READONLY, OFFLINE, or marked SUSPECT%'

    OR [Text] Like '%is dependent on%'

    OR [Text] Like '%Warning: Changing default collation for database%, which is used in replication. All replication databases should have the same default collation%'

    OR [Text] Like '%Cannot change the state of non-data files or files in the primary filegroup%'

    OR [Text] Like '%Cannot alter database options for% because it is READONLY, OFFLINE, or marked SUSPECT%'

    OR [Text] Like '%for vardecimal storage format%'

    OR [Text] Like '%Vardecimal storage format cannot be disabled for database% because the database is not under simple recovery model. Change the database recovery model to simple and then reissue the command%'

    OR [Text] Like '%Cannot change the versioning state on database% together with another database state%'

    OR [Text] Like '%The termination option is not supported when making versioning state changes%'

    OR [Text] Like '%etting database option% to% for database%'

    OR [Text] Like '%Alter database command failed because SQL Server was started with one or more undocumented trace flags that prevent enabling/disabling database for versioning%'

    OR [Text] Like '%Cannot disable vardecimal storage format for database% because there are one or more tables that have vardecimal storage format enabled. Disable the vardecimal storage format on all tables before disabling the vardecimal storage format for the data%'

    OR [Text] Like '%The file content type mismatches with the content type of the filegroup%'

    OR [Text] Like '%Change tracking is already enabled for database%'

    OR [Text] Like '%Change tracking is disabled for database%. Change tracking must be enabled on a database to modify change tracking settings%'

    OR [Text] Like '%is a system database. Change tracking settings cannot be modified for system databases%'

    OR [Text] Like '%ALTER DATABASE change tracking option% was specified more than once. Each option can be specified only once%'

    OR [Text] Like '%The value for change tracking option% is not valid. The value must be between% and% minutes%'

    OR [Text] Like '%The operation cannot be performed on a database snapshot%'

    OR [Text] Like '%The operation cannot be performed on a database with database snapshots or active DBCC replicas%'

    OR [Text] Like '%A database or filegroup cannot be set to read-only mode when any files are subject to a RESTORE PAGE operation. Complete the restore sequence involving file% before attempting to transition to read-only%'

    OR [Text] Like '%The recovery model cannot be changed to SIMPLE when any files are subject to a RESTORE PAGE operation. Complete the restore sequence involving file% before attempting to transition to SIMPLE%'

    OR [Text] Like '%The container cannot be set to the offline state because changes exist that require a log backup. Take a log backup and then retry the ALTER DATABASE statement%'

    OR [Text] Like '%The container can not be dropped because changes exist that require a log backup. Take a log backup and then retry the ALTER DATABASE operation%'

    OR [Text] Like '%ALTER DATABASE failed because the READ_COMMITTED_SNAPSHOT and the ALLOW_SNAPSHOT_ISOLATION options cannot be set to ON when a database has FILESTREAM filegroups. To set READ_COMMITTED_SNAPSHOT or ALLOW_SNAPSHOT_ISOLATION to ON, you must remove the FILEST%'

    OR [Text] Like '%Attempted to open a filegroup for the invalid % in database%'

    OR [Text] Like '%MAXSIZE cannot be less than SIZE for file%'

    OR [Text] Like '%File% already used%'

    OR [Text] Like '%A file activation error occurred. The physical file name% may be incorrect. Diagnose and correct additional errors, and retry the operation%'

    OR [Text] Like '%Log file% does not match the primary file. It may be from a different database or the log may have been rebuilt previously%'

    OR [Text] Like '%The file% is on a network path that is not supported for database files%'

    OR [Text] Like '%File activation failure. The physical file name% may be incorrect%'

    OR [Text] Like '%The log cannot be rebuilt because there were open transactions/users when the database was shutdown, no checkpoint occurred to the database, or the database was read-only. This error could occur if the transaction log file was manually deleted or lost due%'

    OR [Text] Like '%Log files, offline files, restoring files, and defunct files for database snapshots should not be specified.% is not an eligible file for a database snapshot%'

    OR [Text] Like '%Only SQL Server database files can be specified for database snapshots.% is not a SQL Server database file%'

    OR [Text] Like '%The file% is compressed but does not reside in a read-only database or filegroup. The file must be decompressed%'

    OR [Text] Like '%Cannot make the file% a sparse file. Make sure the file system supports sparse files%'

    OR [Text] Like '%Unable to open the physical file%. Operating system error%'

    OR [Text] Like '%The path specified by% is not in a valid directory%'

    OR [Text] Like '%CREATE FILE encountered operating system error% while attempting to open or create the physical file%'

    OR [Text] Like '%The file header in% does not match the expected contents for file% of database%. The mismatch is possibly between the full-text catalog files and the related database. Perform a restore if necessary%'

    OR [Text] Like '%appears to have been truncated by the operating system. Expected size is% KB but actual size is% KB%'

    OR [Text] Like '%All files must be specified for database snapshot creation. Missing the file%'

    OR [Text] Like '%Write to sparse file% failed due to lack of disk space%'

    OR [Text] Like '%The log cannot be rebuilt when the primary file is read-only%'

    OR [Text] Like '%The log cannot be rebuilt when database mirroring is enabled%'

    OR [Text] Like '%The log was not rebuilt because there is more than one log file%'

    OR [Text] Like '%The path specified by% cannot be used for FILESTREAM files because it is a raw device%'

    OR [Text] Like '%irectory lookup for the file% failed with the operating system error%'

    OR [Text] Like '%The path that is specified by% cannot be used for FILESTREAM files because it is not on a supported file system%'

    OR [Text] Like '%The path% cannot be used for FILESTREAM files. For information about supported paths, see SQL Server Books Online%'

    OR [Text] Like '%The path specified by% cannot be used for a FILESTREAM container since it is contained in another FILESTREAM container%'

    OR [Text] Like '%Autogrow of file% in database% was cancelled by user or timed out after% milliseconds. Use ALTER DATABASE to set a smaller FILEGROWTH value for this file or to explicitly set a new file size%'

    OR [Text] Like '%Autogrow of file% in database% took% milliseconds. Consider using ALTER DATABASE to set a smaller FILEGROWTH for this file%'

    OR [Text] Like '%MODIFY FILE encountered operating system error% while attempting to expand the physical file%'

    OR [Text] Like '%The size of a single log file must not be greater than 2 TB%'

    OR [Text] Like '%Operating system error%'

    OR [Text] Like '%An unexpected file id was encountered. File % was expected but% was read from%. Verify that files are mapped correctly in sys.master_files. ALTER DATABASE can be used to correct the mappings%'

    OR [Text] Like '%FILEGROWTH cannot be greater than MAXSIZE for file%'

    OR [Text] Like '%Cannot create file% because it already exists. Change the file path or the file name, and retry the operation%'

    OR [Text] Like '% is not a primary database file%'

    OR [Text] Like '%The header for file% is not a valid database file header. The% property is incorrect%'

    OR [Text] Like '%One or more files do not match the primary file of the database. If you are attempting to attach a database, retry the operation with the correct files. If this is an existing database, the file may be corrupted and should be restored from a backup%'

    OR [Text] Like '%Each file size must be greater than or equal to 512 KB%'

    OR [Text] Like '%The file% has been expanded to allow recovery to succeed. After recovery completes, you can increase the size of the files in the database. Contact the system administrator for assistance%'

    OR [Text] Like '%To allow recovery to succeed, the log file% has been expanded beyond its maximum size. After recovery completes, you should either increase the size of the log file in the database or schedule more frequent backups of the log (under the full or bul%'

    OR [Text] Like '%An unexpected error occurred while checking the sector size for file%. Move the file to a local NTFS volume, where the sector size can be retrieved. Check the SQL Server error log for more information%'

    OR [Text] Like '%Cannot use file%'

    OR [Text] Like '%Could not open File Control Bank (FCB) for invalid file % in database%. Verify the file location. Execute DBCC CHECKDB%'

    OR [Text] Like '%Could not restart database%. Reverting to the previous status%'

    OR [Text] Like '%New log file% was created%'

    OR [Text] Like '%Cannot create the file%. Use WITH MOVE to specify a usable physical file name. Use WITH REPLACE to overwrite an existing file%'

    OR [Text] Like '%Cannot use file% for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sq%'

    OR [Text] Like '%Cannot find the matching log file for FILESTRAM file%'

    OR [Text] Like '%Encountered an error%'

    OR [Text] Like '%The size for FILESTREAM log file% must be greater than or equal to 1 MB%'

    OR [Text] Like '%The Cluster Service function call% failed with error code% while verifying the file path. Verify that your failover cluster is configured properly%'

    OR [Text] Like '%The file% has been uncompressed%'

    OR [Text] Like '%Encountered an error% while attempting to uncompress the file%'

    OR [Text] Like '%The path specified by% is a UNC path. UNC path is not supported in failover clustered environment%'

    OR [Text] Like '%The path specified by% is a raw device. Raw device path is not supported in failover clustered environment%'

    OR [Text] Like '%BCC SHRINKDATABASE: File % of database % was skipped because the file does not have enough free space to reclaim%'

    OR [Text] Like '%BCC SHRINKDATABASE for database % is waiting for the snapshot transaction with timestamp% and other snapshot transactions linked to timestamp% or with timestamps older than% to finish%'

    OR [Text] Like '%BCC SHRINKFILE for file % is waiting for the snapshot transaction with timestamp% and other snapshot transactions linked to timestamp% or with timestamps older than% to finish%'

    OR [Text] Like '%Could not find allocation unit %. Check sys.allocation_units%'

    OR [Text] Like '%failed%'

    OR [Text] Like '%could not be moved because it could not be read%'

    OR [Text] Like '%could not be moved because it is a work table page%'

    OR [Text] Like '%could not be moved because it is a work file page%'

    OR [Text] Like '%could not be moved because it is a dedicated allocation page%'

    OR [Text] Like '%could not be moved because it is an invalid page type%'

    OR [Text] Like '%could not be moved because it was deallocated during shrink%'

    OR [Text] Like '%could not be moved to other files because it only can reside in the primary file of the database%'

    OR [Text] Like '%could not be moved because its ownership was changed during shrink%'

    OR [Text] Like '%could not be moved because its page type was changed during shrink%'

    OR [Text] Like '%could not be moved because the partition to which it belonged was dropped%'

    OR [Text] Like '%could not be moved because the table to which it belonged was dropped%'

    OR [Text] Like '%could not be moved because it is an empty non-leaf level index page%'

    OR [Text] Like '%could not be moved because the table name could not be found%'

    OR [Text] Like '%could not be moved%'

    OR [Text] Like '%Index Allocation Map (IAM) page% could not be moved%'

    OR [Text] Like '%Index Allocation Map (IAM) page% from a dropped allocation unit could not be moved%'

    OR [Text] Like '%from a dropped allocation unit could not be deallocated%'

    OR [Text] Like '%could not be deallocated%'

    OR [Text] Like '%Empty large object%'

    OR [Text] Like '%Not all ghost records on the large object%'

    OR [Text] Like '%(type UNLINKED_REORG_PAGE) could not be deallocated%'

    OR [Text] Like '%(type BULK_OPERATION_PAGE) could not be deallocated%'

    OR [Text] Like '%DBCC detected incomplete cleanup from an online index build operation%'

    OR [Text] Like '%contains an anti-matter column, but is not a nonclustered index%'

    OR [Text] Like '%The check statement was aborted. DBCC CHECKCATALOG cannot be run on TEMPDB%'

    OR [Text] Like '%A deadlock occurred while trying to lock this object for checking. This object has been skipped and will not be processed%'

    OR [Text] Like '%BCC CHECKDB will not check SQL Server catalog or Service Broker consistency because a database snapshot could not be created or because WITH TABLOCK was specified%'

    OR [Text] Like '%The test (%) failed. The values are% and%'

    OR [Text] Like '%was skipped because trying to adjust the space allocation for the file was failed%'

    OR [Text] Like '%terminated abnormally due to error state%'

    OR [Text] Like '%Unable to process object% because it is a four-part name, which is not supported by any DBCC command%'

    OR [Text] Like '%BCC cross-rowset check failed for object% (object %) due to an internal query error%'

    OR [Text] Like '%Unable to process object % (object%) because it is a stored procedure or user-defined function, which is not supported by any DBCC command%'

    OR [Text] Like '%Unable to process object % (object%) because this DBCC command does not support objects of this type%'

    OR [Text] Like '%cannot be shrunk as it is either being shrunk by another process or is empty%'

    OR [Text] Like '%cannot be shrunk as the target shrink size % is greater than the actual file size%'

    OR [Text] Like '%An inconsistency was detected during an internal operation in database%'

    OR [Text] Like '%An inconsistency was detected during an internal operation%'

    OR [Text] Like '%Repair statement not processed. One or more files in the database are read-only and must be made writeable in order to run repair%'

    OR [Text] Like '%DBCC could not obtain a lock on this object because the lock request timeout period was exceeded. This object has been skipped and will not be processed%'

    OR [Text] Like '%Repair operations cannot be performed on the MSSQLSYSTEMRESOURCE database. Consult Books Online topic "Resource Database" for more information%'

    OR [Text] Like '%Repair: insert a secondary index row based on its base table row%'

    OR [Text] Like '%could not be moved because shrink could not lock the page%'

    OR [Text] Like '%is invalid. This error cannot be repaired. You must restore from backup%'

    OR [Text] Like '%could not be moved because maintaining NC indexes associated with the heap failed%'

    OR [Text] Like '%cannot be shrunk to the expected size. The high concurrent workload is leading to too many deadlocks during the shrink operation. Re-run the shrink operation when the workload is lower%'

    OR [Text] Like '%The check statement was aborted. DBCC CHECKALLOC cannot be run on TEMPDB%'

    OR [Text] Like '%could not be moved because the table to which it belonged was building the heap by another process%'

    OR [Text] Like '%could not be moved because it is a sort page%'

    OR [Text] Like '%contains an incorrect page ID in its page header. The PageId in the page header =%'

    OR [Text] Like '%of database % was skipped because the file size was changed in the middle of shrink operation%'

    OR [Text] Like '%could not be moved because building computed column expression failed%'

    OR [Text] Like '%could not be moved because populating computed column expression failed%'

    OR [Text] Like '%At least one record on % contains versioning information, but the VERSION_INFO bit in the page header is not set%'

    OR [Text] Like '%could not be moved because it has not been formatted%'

    OR [Text] Like '%Row contains a NULL versioning timestamp, but its version chain pointer is not NULL. Version chain points to %, slot%'

    OR [Text] Like '%Found incorrect count(s) for%'

    OR [Text] Like '%Check terminated. The transient database snapshot for database% (database %) has been marked suspect due to an IO operation failure. Refer to the SQL Server error log for details%'

    OR [Text] Like '%could not be moved because it is an unmovable page in a critical system table%'

    OR [Text] Like '%could not output results for this command due to an internal failure. Review other errors for details%'

    OR [Text] Like '%Index Allocation Map (IAM) % could not be moved because the underlying object could not be accessed exclusively%'

    OR [Text] Like '%could not be moved because it belonged to an index/heap that was/is in build online%'

    OR [Text] Like '%is invalid for compressed page; the following internal test failed%'

    OR [Text] Like '%Bulk load failed. User does not have ALTER TABLE permission on%'

    OR [Text] Like '%Mutator% on% cannot be called on a null value%'

    OR [Text] Like '%The result of applying mutator% on CLR type% cannot be a null value%'

    OR [Text] Like '%Bulk copy failed. User does not have ALTER TABLE permission on%'

    OR [Text] Like '%The rowdump and lockres columns are only valid on tables and indexed views on which the NOEXPAND hint is specified%'

    OR [Text] Like '%Cursor parameters are not allowed for functions. Variable% is of type cursor%'

    OR [Text] Like '%Invalid parameter specified for sp_cursoropen%'

    OR [Text] Like '%Windowed functions do not support integer indices as ORDER BY clause expressions%'

    OR [Text] Like '%Windowed functions do not support constants as ORDER BY clause expressions%'

    OR [Text] Like '%Aggregates are not allowed in the VALUES list of an INSERT statement%'

    OR [Text] Like '%Invalid quote character%'

    OR [Text] Like '%cannot be bound%'

    OR [Text] Like '%refers to an invalid object%'

    OR [Text] Like '%The target of a MERGE statement cannot be a remote table, a remote view, or a view over remote tables%'

    OR [Text] Like '%The target% of the MERGE statement has an INSTEAD OF trigger on some, but not all, of the actions specified in the MERGE statement. In a MERGE statement, if any action has an enabled INSTEAD OF trigger on the target, then all actions must have enab%'

    OR [Text] Like '%The target of a MERGE statement cannot be a partitioned view%'

    OR [Text] Like '%In a MERGE statement, the source and target cannot have the same name or alias. Use different aliases for the source and target to ensure that they have unique names in the MERGE statement%'

    OR [Text] Like '%Aggregates are not allowed in a WHEN clause of a MERGE statement%'

    OR [Text] Like '%The% function is not allowed in the% clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%An aggregate function is not allowed in the% clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%bqueries are not allowed in the% clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%clause with no search condition%'

    OR [Text] Like '%The order of the data in the data file does not conform to the ORDER hint specified for the BULK rowset%. The order of the data must match the order specified in the ORDER hint for a BULK rowset. Update the ORDER hint to reflect the order in which%'

    OR [Text] Like '%The data in the data file does not conform to the UNIQUE hint specified for the BULK rowset%. The data in the data file must be unique if the UNIQUE hint is specified for a BULK rowset. Remove the UNIQUE hint, or update the input data file to ensur%'

    OR [Text] Like '%The column% does not have a valid data type for the ORDER hint specified for data source%The text, ntext, image, xml, varchar(max), nvarchar(max) and varbinary(max) data types cannot be used in the ORDER hint for a BULK rowset or CLR TVF%'

    OR [Text] Like '%Cannot insert explicit value for the identity column% in the target table% of the INSERT statement when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%Windowed functions are not allowed in the% clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%Full-text predicates cannot appear in the OUTPUT clause%'

    OR [Text] Like '%Full-text predicates cannot appear in the% clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%The order of the data in the stream does not conform to the ORDER hint specified for the CLR TVF%. The order of the data must match the order specified in the ORDER hint for a CLR TVF. Update the ORDER hint to reflect the order in which the input d%'

    OR [Text] Like '%The identifier% cannot be bound. Only source columns are allowed in the%'

    OR [Text] Like '%The identifier% cannot be bound. Only target columns are allowed in the%'

    OR [Text] Like '%The FILESTREAM filegroup was dropped before the table can be created%'

    OR [Text] Like '%The FILESTREAM container is inaccessible%'

    OR [Text] Like '%Unable to find entry in sys.database_files for FILESTREAM file%'

    OR [Text] Like '%can only be specified for FILESTREAM log filegroup in a%'

    OR [Text] Like '%A table with FILESTREAM column(s) must have a non-NULL unique ROWGUID column%'

    OR [Text] Like '%FILESTREAM data or log file cannot be named%'

    OR [Text] Like '%EFAULT cannot be specified for FILESTREAM log filegroup%'

    OR [Text] Like '%FILESTREAM can only be declared for VARBINARY columns%'

    OR [Text] Like '%The properties SIZE, MAXSIZE, or FILEGROWTH cannot be specified for the FILESTREAM data file%'

    OR [Text] Like '%LOG ON cannot be used for non-FILESTREAM file group%'

    OR [Text] Like '%file system log record% under log folder% is corrupted%'

    OR [Text] Like '%Error% was encountered while directory% was being truncated%'

    OR [Text] Like '%The name that is specified for the associated log filegroup for FILESTREAM filegroup%'

    OR [Text] Like '%Transactional replication/Change Data Capture cannot proceed because Transactional File System Resource Manager at% is not started%'

    OR [Text] Like '%Cannot open the container directory% of the FILESTREAM file. The operating system has returned the Windows status code%'

    OR [Text] Like '%The FILESTREAM log filegroup% cannot be referred to by more than one FILESTREAM data filegroup%'

    OR [Text] Like '%Too few or too many files specified for FILESTREAM(LOG) filegroup%'

    OR [Text] Like '%FILESTREAM path% is too long%'

    OR [Text] Like '%A database must have primary FILESTREAM log filegroup and log file in order for it to contain other FILESTREAM filegroups%'

    OR [Text] Like '%FILESTREAM file% cannot be added because its destination filegroup cannot have more than one file%'

    OR [Text] Like '%was encountered when SQL Server attempts to retrieve%'

    OR [Text] Like '%FILESTREAM data file cannot be removed because its log file has not been backed up%'

    OR [Text] Like '%FILESTREAM data file group cannot be added to refer to an empty FILESTREAM log file group%'

    OR [Text] Like '%efault FILESTREAM data filegroup cannot be removed unless%'

    OR [Text] Like '%The READ_ONLY, READ_WRITE, and ONLINE/OFFLINE properties cannot be modified on a FILESTREAM log filegroup%'

    OR [Text] Like '%The FILESTREAM log file% cannot be removed because it is being referenced by a FILESTREAM data filegroup%'

    OR [Text] Like '%The primary FILESTREAM log file cannot be dropped because other FILESTREAM filegroups exist%'

    OR [Text] Like '%A database can have at most one primary FILESTREAM log filegroup and log file%'

    OR [Text] Like '%when SQL Server attempts to change the logging mode of Transaction File System Resource Manager located%'

    OR [Text] Like '%QL Server cannot obtain the Kernel Transaction%'

    OR [Text] Like '%is missing%'

    OR [Text] Like '%is corrupted%'

    OR [Text] Like '%atabase cannot recover%'

    OR [Text] Like '%is only valid on columns with the FILESTREAM attribute%'

    OR [Text] Like '%Partial updates are not supported on columns that have a FILESTREAM as a source%'

    OR [Text] Like '%The ROWGUIDCOL column associated with the FILESTREAM being used is not visible where method% is called%'

    OR [Text] Like '%The FILESTREAM column cannot be used with method% because the associated ROWGUIDCOL of the base table is nullable or does not have a unique constraint%'

    OR [Text] Like '%An open mode must be used when a FILESTREAM column is opened as a file%'

    OR [Text] Like '%The FILESTREAM filegroup% has no files assigned to it. FILESTREAM data cannot be populated on this filegroup until a file is added%'

    OR [Text] Like '%oes not exist or cannot be opened%'

    OR [Text] Like '%QL Server internal error. FILESTREAM manager cannot continue with current command%'

    OR [Text] Like '%The total number of versions for a single file has reached the maximum limit set by the file system%'

    OR [Text] Like '%The operation has failed because the FILESTREAM data cannot be renamed%'

    OR [Text] Like '%FILESTREAM Failed to find the garbage collection table%'

    OR [Text] Like '%Internal FILESTREAM error%'

    OR [Text] Like '%A database cannot be enabled for both FILESTREAM storage and Database Mirroring%'

    OR [Text] Like '%Operation% failed with% while executing sp_filestream_configure%'

    OR [Text] Like '%A failure occurred while FILESTREAM configuration was being changed or applied. For more information, see the SQL Server error log%'

    OR [Text] Like '%FILESTREAM InstanceGuid is null. Registry settings might be corrupted%'

    OR [Text] Like '%FILESTREAM feature has been disabled. Restart the instance of SQL Server for the settings to fully take effect. If you have data in FILESTREAM columns, it will not be accessible after the SQL Server instance has been restarted%'

    OR [Text] Like '%Machine reboot is required before the FILESTREAM feature settings can take effect%'

    OR [Text] Like '%The specified value for the enable_level parameter of the sp_filestream_configure stored procedure is not valid. The value must be 0, 1, 2, or 3%'

    OR [Text] Like '%Another session is executing the sp_filestream_configure stored procedure. Check the updated configuration settings and retry the operation if necessary%'

    OR [Text] Like '%The FILESTREAM feature is already configured to the specified level. No change has been made%'

    OR [Text] Like '%Access to FILESTREAM data is not supported under snapshot isolation level%'

    OR [Text] Like '%Access to FILESTREAM data is not supported under row versioning-based read committed snapshot isolation (RCSI)%'

    OR [Text] Like '%FILESTREAM operations are not supported on the platform%'

    OR [Text] Like '%FILESTREAM feature is disabled%'

    OR [Text] Like '%have file system access enabled%'

    OR [Text] Like '%FILESTREAM feature is not supported on WoW64. The feature is disabled%'

    OR [Text] Like '%The value specified for the computer_name_format parameter to the .PathName() function is not val%'

    OR [Text] Like '%PhysicalPathName is disabled%'

    OR [Text] Like '%FILESTREAM feature configuration might be inconsistent. Use the sp_filestream_configure stored procedure to reset the configuration%'

    OR [Text] Like '%FILESTREAM feature could not be initialized. The Windows Administrator must enable FILESTREAM on the instance using Configuration Manager before enabling through sp_configure%'

    OR [Text] Like '%FILESTREAM feature is not supported on user instances%'

    OR [Text] Like '%The Cross Database Chaining option cannot be set to the specified value on the specified database%'

    OR [Text] Like '%The service master key could not be force regenerated as requested by the -F startup option. The error number is%'

    OR [Text] Like '%The password for SA could not be force regenerated as requested by the -K startup option. The error number is%'

    OR [Text] Like '%QL Server is terminating this process%'

    OR [Text] Like '%nknown configuration % encountered in sys.configurations%'

    OR [Text] Like '%Character set, sort order, or collation cannot be changed at the server level because at least one database is not writable. Make the database writable, and retry the operation%'

    OR [Text] Like '%Too few locks specified. Minimum%'

    OR [Text] Like '%Recovery intervals above% minutes not recommended. Use the RECONFIGURE WITH OVERRIDE statement to force this configuration%'

    OR [Text] Like '%Ad hoc update to system catalogs is not supported%'

    OR [Text] Like '%Valid values for the fill factor are 0 to 100%'

    OR [Text] Like '%permission to run the RECONFIGURE statement%'

    OR [Text] Like '%ser connections are limited to%'

    OR [Text] Like '%The specified user options value is inval%'

    OR [Text] Like '%Minimum server memory value% must be less than or equal to the maximum value%'

    OR [Text] Like '%The affinity mask specified does not match the CPU mask on this system%'

    OR [Text] Like '%The affinity mask specified is greater than the number of CPUs supported or licensed on this edition of SQL Server%'

    OR [Text] Like '%The affinity mask specified conflicts with the IO affinity mask specified. Use the override option to force this configuration%'

    OR [Text] Like '%Failed to start CPUs%'

    OR [Text] Like '%Lightweight pooling is not supported on this platform or in this edition of SQL Server%'

    OR [Text] Like '%The service broker listen port cannot be dynamic. Valid port values are 1024-32767%'

    OR [Text] Like '%The service broker connection authentication value is inval%'

    OR [Text] Like '%The service broker message forward store size cannot be set to 0%'

    OR [Text] Like '%The service broker message forward mode is inval%'

    OR [Text] Like '%The default full-text language is not supported by the full-text search component%'

    OR [Text] Like '%Too few worker threads are specified. The minimum is%'

    OR [Text] Like '%Address Windowing Extensions (AWE) is not supported in this edition of SQL Server%'

    OR [Text] Like '%ser Instances are not supported in this edition of SQL Server%'

    OR [Text] Like '%Address Windowing Extensions (AWE) requires the % privilege which is not currently present in the access token of the process%'

    OR [Text] Like '%Common language runtime (CLR) execution is not supported under lightweight pooling. Disable one of two options: "clr enabled" or "lightweight pooling"%'

    OR [Text] Like '%Online CPU addition is not supported in the current edition of SQL Server%'

    OR [Text] Like '%Online addition of CPU resources cannot be completed. A software non-uniform memory access (soft-NUMA) configuration was specified at SQL Server startup that does not allow online addition of CPU resources. To use the additional CPU resources, either add%'

    OR [Text] Like '%The AccessCheckResult quota must be greater than or equal to the bucket count%'

    OR [Text] Like '%The AccessCheckResult bucket count must be less than%'

    OR [Text] Like '%Unable to issue checkpoint: there are not enough locks available. Background checkpoint process will remain suspended until locks are available. To free up locks, list transactions and their locks, and terminate transactions with the highest number of loc%'

    OR [Text] Like '%HUTDOWN is waiting for% process(es) to complete%'

    OR [Text] Like '%ser does not have permission to perform this action%'

    OR [Text] Like '%HUTDOWN is in progress%'

    OR [Text] Like '%erver shut down by%'

    OR [Text] Like '%The SHUTDOWN statement cannot be executed within a transaction or by a stored procedure%'

    OR [Text] Like '%is not a valid process ID. Choose a number between 1 and%'

    OR [Text] Like '%ser does not have permission to use the KILL statement%'

    OR [Text] Like '%Cannot use KILL to kill your own process%'

    OR [Text] Like '%is not an active process%'

    OR [Text] Like '%Only user processes can be killed%'

    OR [Text] Like '%KILL SPID WITH COMMIT/ABORT is not supported by Microsoft SQL Server. Use KILL UOW WITH COMMIT/ABORT to resolve in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC)%'

    OR [Text] Like '%transaction rollback in progress. Estimated rollback completion:%. Estimated time remaining:% seconds%'

    OR [Text] Like '%The distributed transaction with UOW% does not exist%'

    OR [Text] Like '%Another user has decided a different outcome for the distributed transaction associated with UOW%'

    OR [Text] Like '%istributed transaction with UOW% is in prepared state. Only Microsoft Distributed Transaction Coordinator can resolve this transaction. KILL command failed%'

    OR [Text] Like '%The distributed transaction associated with UOW% is in PREPARE state. Use KILL UOW WITH COMMIT/ABORT syntax to kill the transaction instead%'

    OR [Text] Like '%istributed transaction with UOW% is being used by another user. KILL command failed%'

    OR [Text] Like '%KILL command cannot be used inside user transactions%'

    OR [Text] Like '%There is a connection associated with the distributed transaction with UOW%. First, kill the connection using KILL SPID syntax%'

    OR [Text] Like '%The distributed transaction associated with UOW% is not in PREPARED state. Use KILL UOW to kill the transaction instead%'

    OR [Text] Like '%istributed transaction with UOW% is rolling back: estimated rollback completion:%, estimated time left% seconds%'

    OR [Text] Like '%tatus report cannot be obtained. Rollback operation for Process % is not in progress%'

    OR [Text] Like '%tatus report cannot be obtained. Rollback operation for UOW% is not in progress%'

    OR [Text] Like '%is marked as a mutator. Mutators cannot be used in the read-only portion of the query%'

    OR [Text] Like '%is not marked as a mutator. Only mutators can be used to update the value of a CLR type%'

    OR [Text] Like '%Method% of type% in assembly% does not return a value%'

    OR [Text] Like '%Method% of type% in assembly% cannot be marked as a mutator. A mutator method must be non-static, public, and returns void type%'

    OR [Text] Like '%Trying to send a record with% columns(s) in a result set with% column(s)%'

    OR [Text] Like '%ASSEMBLY failed because assembly% was compiled with /UNSAFE option, but the assembly was not registered with the required PERMISSION_SET = UNSAFE option%'

    OR [Text] Like '%Request submitted with too many parameters. The maximum number is%'

    OR [Text] Like '%Error converting% to fixed length binary type. The result would be padded and cannot be converted back%'

    OR [Text] Like '%failed because the parameter count for the FillRow method should be one more than the SQL declaration for the table valued CLR function%'

    OR [Text] Like '%nsound ordering on CLR type%: returning NULL on non-NULL inputs%'

    OR [Text] Like '%is not fully comparable%'

    OR [Text] Like '%ASSEMBLY failed%'

    OR [Text] Like '%ALTER ASSEMBLY ADD FILE failed because the file,%, being added is empty%'

    OR [Text] Like '%ASSEMBLY for assembly% failed because assembly% failed verification. Check if the referenced assemblies are up-to-date and trusted (for external_access or unsafe) to execute in the database. CLR Verifier error messages if any will follow%'

    OR [Text] Like '%ASSEMBLY failed because assembly source parameter% has an unmanaged entry point%'

    OR [Text] Like '%SELECT INTO failed because CLR type% does not exist in the target database%'

    OR [Text] Like '%The cursor operation generated more than one row of different column metadata%'

    OR [Text] Like '%not valid for native serialization%'

    OR [Text] Like '%which is not marked with "LayoutKind.Sequential". Native serialization requires the type to be marked with "LayoutKind.Sequential"%'

    OR [Text] Like '%marked with "System.NonSerializedAttribute". Native serialization types cannot have fields marked with "System.NonSerializedAttribute"%'

    OR [Text] Like '%which is a non-value type. Native serialization types can only have fields of blittable types. If you wish to have a field of any other%'

    OR [Text] Like '%marked for user-defined serialization, but does not implement the "%" interface%'

    OR [Text] Like '%but field% of type % is of type %, which is not blittable, or type "%" has a recursive definition%'

    OR [Text] Like '%but it contains non-blittable fields%'

    OR [Text] Like '%It is not marked with "LayoutKind.Sequential". Native serialization requires the type to be marked with "LayoutKind.Sequential"%'

    OR [Text] Like '%but field% of type % has field marshallers. Native serialization types cannot have field marshallers%'

    OR [Text] Like '%but one of its base types "%" is not valid for native serialization%'

    OR [Text] Like '%but base type % is not marked with "LayoutKind.Sequential". Native serialization requires the type to be marked with "LayoutKind.Sequential"%'

    OR [Text] Like '%In proc data access is not allowed in an impersonated state%'

    OR [Text] Like '%ata truncation error. Length% exceeds maximum length% for type%'

    OR [Text] Like '%ata serialization error. Length% is less than fixed length% for type%'

    OR [Text] Like '%ASSEMBLY failed%'

    OR [Text] Like '%Trying to send a record with type or name of column% differing from the type or name of the corresponding column of the result set%'

    OR [Text] Like '%is marked for native serialization, and has the MaxByteSize property specified in the% attribute. Native serialization objects can not specify MaxByteSize property, it is calculated by SQL Server%'

    OR [Text] Like '%The size% for "%" is not in the valid range. Size must be -1 or a number between 1 and 8000%'

    OR [Text] Like '%Invalid serialization format%'

    OR [Text] Like '%Assembly% already exists in database%'

    OR [Text] Like '%Cannot create type because % cannot have fixed length if it has MaxByteSize set to -1%'

    OR [Text] Like '% failed because the type% contains a method% specified by SqlUserDefinedType.ValidateMethodName that does not conform to the required specification because it has an invalid signature%'

    OR [Text] Like '%The associated file% already exists for assembly%'

    OR [Text] Like '%Assembly% does not have an associated file%'

    OR [Text] Like '%ALTER ASSEMBLY failed because the assembly file parameter% is not a valid expression%'

    OR [Text] Like '%ALTER ASSEMBLY failed because a file name was not specified for the inline assembly file parameter%'

    OR [Text] Like '%Common language runtime (CLR) functionality initialized using CLR version% from%'

    OR [Text] Like '%Common language runtime (CLR) functionality initialized%'

    OR [Text] Like '% failed because type% does not conform to the% specification: missing custom attribute%'

    OR [Text] Like '%Function signature of "FillRow" method (as designated by SqlFunctionAttribute.FillRowMethodName) does not match SQL declaration for table valued CLR function% due to column%'

    OR [Text] Like '%An error occurred while getting new row from user defined Table Valued Function %'

    OR [Text] Like '%The CLR type referenced by column% of table variable% has been dropped during the execution of the batch. Run the batch again%'

    OR [Text] Like '%Assembly was not found in current database or version did not match%'

    OR [Text] Like '%Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option%'

    OR [Text] Like '%ata access failed because the .NET Framework routine is not marked with "DataAccessKind.Read" or "SystemDataAccessKind.Read"%'

    OR [Text] Like '%is not allowed in%'

    OR [Text] Like '%of the .NET Framework. SQL Server currently uses version%'

    OR [Text] Like '%oes not exist, or the user does not have permission to reference it%'

    OR [Text] Like '%the user-defined aggregate% does not exist or is not correctly defined in the updated assembly%'

    OR [Text] Like '%the required method% in type% was not found with the same signature in the updated assembly%'

    OR [Text] Like '%the required field% in type% was not found with the same signature in the updated assembly%'

    OR [Text] Like '%required property% in type% was not found with the same signature in the updated assembly%'

    OR [Text] Like '%required type% does not exist or is not correctly defined in the updated assembly%'

    OR [Text] Like '%the serialization format of type% would change in the updated assembly. Persisted types are not allowed to change serialization formats%'

    OR [Text] Like '%the IsByteOrdered attribute of type% would change in the updated assembly%'

    OR [Text] Like '%serialization data of type% would change in the updated assembly. Persisted types are not allowed to change serialization data%'

    OR [Text] Like '%the MaxLen attribute of type% would change in the updated assembly. Persisted types are not allowed to change MaxLen attribute%'

    OR [Text] Like '%the IsFixedLen attribute of type% would change in the updated assembly. Persisted types are not allowed to change IsFixedLen attribute%'

    OR [Text] Like '%the mutator attribute of method% in type% would change in the updated assembly, and the method is in use by the schema-bound function or view%'

    OR [Text] Like '%table, view or constraint% depends on this assembly. Use WITH UNCHECKED DATA to skip checking for persisted data%'

    OR [Text] Like '%only members of the sysadmin role can use WITH UNCHECKED DATA%'

    OR [Text] Like '%the referenced assemblies would change. The referenced assembly list must remain the same%'

    OR [Text] Like '%only the assembly revision version number is allowed to change%'

    OR [Text] Like '%it is referenced by object%. Assemblies that are referenced by SQL objects cannot be made invisible%'

    OR [Text] Like '%the source assembly is, according to MVID, identical to an assembly that is already registered under the name%'

    OR [Text] Like '%a different version of assembly%, referenced by assembly%, is already in the database%'

    OR [Text] Like '%ALTER ASSEMBLY failed because the function% of type% no longer satisfies indexability requirements, and is used for the persisted computed column% of table%'

    OR [Text] Like '%ALTER ASSEMBLY has marked data as unchecked in one or more objects in database%. Refer to column "has_unchecked_assembly_data" from system views "sys.tables" and "sys.views" to locate all such objects%'

    OR [Text] Like '%Failed to allocate memory for common language runtime (CLR) functionality%'

    OR [Text] Like '%failed to unload with error code%'

    OR [Text] Like '%The transaction that is associated with this operation has been committed or rolled back. Retry with a different transaction%'

    OR [Text] Like '%SqlFacetAttribute is invalid on a non-public member%'

    OR [Text] Like '%property of SqlFacetAttribute cannot be used in this context%'

    OR [Text] Like '%property of SqlFacetAttribute has an invalid value%'

    OR [Text] Like '%SqlFacetAttribute cannot be applied to a property getter or a property setter. It should be applied to the property itself%'

    OR [Text] Like '%The SqlFacetAttribute property IsFixedLength cannot be set to true when MaxSize is set to -1%'

    OR [Text] Like '%The SqlFacetAttribute properties Precision and Scale have to be used together%'

    OR [Text] Like '%The argument of CREATE or ALTER XML SCHEMA COLLECTION statement must be a string expression%'

    OR [Text] Like '%Document parsing required too much memory%'

    OR [Text] Like '%An unexpected error has occurred in the XML parser%'

    OR [Text] Like '%XQuery data manipulation expression required in XML data type method%'

    OR [Text] Like '%Invalid XQuery expression passed to XML data type method%'

    OR [Text] Like '%XML well-formedness check: Attribute cannot appear outside of element declaration. Rewrite your XQuery so it returns well-formed XML%'

    OR [Text] Like '%XML well-formedness check: Duplicate attribute%. Rewrite your XQuery so it returns well-formed XML%'

    OR [Text] Like '%XML well-formedness check: the data for node% contains a character % which is not allowed in XML%'

    OR [Text] Like '%Altering existing schema components is not allowed. There was an attempt to modify an existing XML Schema component, component namespace:% component name:% component kind%'

    OR [Text] Like '%An internal XMLDB schema processor error occurred. Contact Technical Support for assistance%'

    OR [Text] Like '%Could not find schema components with target namespace% in collection%'

    OR [Text] Like '%Collection specified does not exist in metadata %'

    OR [Text] Like '%XQuery: Cannot update with value% as the canonical form of type % violates the required pattern. It is recommended that you not use pattern facets on non-string types%'

    OR [Text] Like '%pecified component% can not be dropped because it is used by component%'

    OR [Text] Like '%XQuery: Cannot update with value% because it failed validation against type%'

    OR [Text] Like '%XQuery: String conversion failed during UPDATE validation%'

    OR [Text] Like '%XQuery: Only nillable elements or text nodes can be updated with empty sequence%'

    OR [Text] Like '%xml:space attribute must have a value of % or%'

    OR [Text] Like '%XML Parser ran out of memory. This could be caused by too many attributes or namespace declarations%'

    OR [Text] Like '%The xml schema collection for variable% has been altered while the batch was being executed. Remove all XML schema collection DDL operations it is dependent on from the batch, and re-run the batch%'

    OR [Text] Like '%ROP XML INDEX does not support any options%'

    OR [Text] Like '%XQuery: Replacing the value of a node with an empty sequence is allowed only if % is used as the new value expression%'

    OR [Text] Like '%XML well-formedness check: XML namespace declaration cannot appear outside of element declaration. Rewrite your XQuery so it returns well-formed XML%'

    OR [Text] Like '%The specified xml schema collection ID is not val%'

    OR [Text] Like '%pecified collection% cannot be dropped because it is used by%'

    OR [Text] Like '%nsupported usage of a QName typed value in node%'

    OR [Text] Like '%is not of type XML, which is required to create an XML index on it%'

    OR [Text] Like '%Primary XML Index% already exists on column% on table%, and multiple Primary XML Indexes per column are not allowed%'

    OR [Text] Like '%needs to have a clustered primary key with less than% columns in it in order to create a primary XML index on it%'

    OR [Text] Like '%Could not find%'

    OR [Text] Like '%Could not create the XML or spatial index on object% because that object is not a table. Create the index on the base table column%'

    OR [Text] Like '%XML datatype instance has too many levels of nested nodes. Maximum allowed depth is% levels%'

    OR [Text] Like '%Maximum size of primary index of table% is% bytes. CREATE XML INDEX requires that such size should be limited to% bytes%'

    OR [Text] Like '%is not a valid XML Index name because it starts with % character%'

    OR [Text] Like '%XML DTD has been stripped from one or more XML fragments. External subsets, if any, have been ignored%'

    OR [Text] Like '%pecified collection% cannot be modified because it is SQL Server built-in XML Schema Collection%'

    OR [Text] Like '%Xml schema collection% referenced by table variable% has been dropped or altered during the execution of the batch. Please re-run the batch%'

    OR [Text] Like '%Xml schema collection referenced by column% of table variable% has been dropped or altered during the execution of the batch. Please re-run the batch%'

    OR [Text] Like '%Cannot create primary xml or spatial index% on table%, column%, because the column is computed%'

    OR [Text] Like '%Cannot create secondary xml index% without a USING XML INDEX clause%'

    OR [Text] Like '%The primary xml index% does not exist on table% column%'

    OR [Text] Like '%The sparse column set% in the table% cannot be indexed by an XML index%'

    OR [Text] Like '%Cannot convert a primary XML index to a secondary XML index using the DROP_EXISTING option.% is a primary XML index%'

    OR [Text] Like '%pecified collection% cannot be altered because it does not exist or you do not have permission%'

    OR [Text] Like '%pecified collection% cannot be created because it already exists or you do not have permission%'

    OR [Text] Like '%The definition for xml schema collection% has changed%'

    OR [Text] Like '%The xml schema collection for return parameter of module% has been altered while the batch was being executed. Please re-run the batch%'

    OR [Text] Like '%Invalid parameter specified. XML Schema Collections can only be created from a string literal, or from a variable typed as a string or untyped XML%'

    OR [Text] Like '%erialization of built-in schemata is not supported%'

    OR [Text] Like '%Target string size is too small to represent the XML instance%'

    OR [Text] Like '%Conversion of one or more characters from XML to target collation impossible%'

    OR [Text] Like '%Failed to load DLL. Make sure xmlrw.dll exists in the SQL Server installation%'

    OR [Text] Like '%Internal error: cannot locate CreateInfoSetReaderEx in xmlrw.dll. You may have an incorrect version of xmlrw.dll%'

    OR [Text] Like '%is not a valid style number when converting to XML%'

    OR [Text] Like '%Parsing XML with internal subset DTDs not allowed. Use CONVERT with style option 2 to enable limited internal subset DTD support%'

    OR [Text] Like '%Invalid null parameter specified. XML Schema Collections can only be created from a non-null value%'

    OR [Text] Like '%Alter schema collection cannot be performed because the current schema has a lax wildcard or an element of type xs:anyType%'

    OR [Text] Like '%ALTER SCHEMA COLLECTION failed. It cannot be performed on a schema collection that allows laxly validated content and is schema bound. Remove the schema binding before trying to alter the collection%'

    OR [Text] Like '%ALTER SCHEMA COLLECTION failed. Revalidation of XML columns in table% did not succeed due to the following reason:%. Either the schema or the specified data should be altered so that validation does not find any mismatches%'

    OR [Text] Like '%An XML operation resulted an XML data type exceeding 2GB in size. Operation aborted%'

    OR [Text] Like '%Cannot roll back%. No transaction or savepoint of that name was found%'

    OR [Text] Like '% failed because method% of class% in assembly% returns%, but CLR Triggers must return vo%'

    OR [Text] Like '% ASSEMBLY failed because it could not open the physical file%'

    OR [Text] Like '% ASSEMBLY failed because it could not read from the physical file%'

    OR [Text] Like '%Assembly% was not found in the SQL catalog%'

    OR [Text] Like '%The value returned from% is not allowed to be NULL%'

    OR [Text] Like '%Could not find Type% in assembly%'

    OR [Text] Like '%Could not find method% for type% in assembly%'

    OR [Text] Like '%Failed to open malformed assembly%'

    OR [Text] Like '%Could not find%'

    OR [Text] Like '%An error occurred while gathering metadata from assembly%'

    OR [Text] Like '%Common Language Runtime (CLR)% not installed properly. The CLR is required to use SQL/CLR features%'

    OR [Text] Like '%You may fix the problem and try again later%'

    OR [Text] Like '%You need to restart SQL Server to use CLR integration features%'

    OR [Text] Like '%Failed to initialize the Common Language Runtime%'

    OR [Text] Like '%Cannot use% column in the result table of a streaming user-defined function (column%)%'

    OR [Text] Like '%chema collection database% does not exist or you do not have permission%'

    OR [Text] Like '%There is no collection% in metadata%'

    OR [Text] Like '%Failed to create AppDomain%'

    OR [Text] Like '%Could not open system assembly%'

    OR [Text] Like '%is not yet supported for CLR operations%'

    OR [Text] Like '%A .NET Framework error occurred during statement execution%'

    OR [Text] Like '%A .NET Framework error occurred during statement execution%'

    OR [Text] Like '%A .NET Framework error occurred during execution of user-defined routine or aggregate%'

    OR [Text] Like '%Method, property or field% of class% in assembly% is static%'

    OR [Text] Like '%Cannot use computed column in the result table of a streaming user-defined function (column%)%'

    OR [Text] Like '%Cannot use% constraint in the result table of a streaming user-defined function%'

    OR [Text] Like '%Cannot use% constraint in the result table of a streaming user-defined function (column%)%'

    OR [Text] Like '%.NET Framework runtime has been stopped%'

    OR [Text] Like '%was not found in the SQL catalog of database%'

    OR [Text] Like '%ALTER ASSEMBLY failed because the identity of referenced assembly% has changed. Make sure the version, name, and public key have not changed%'

    OR [Text] Like '%Cannot perform alter on% because it is an incompatible object type%'

    OR [Text] Like '% failed because the function% of class% of assembly% takes one or more parameters but CLR Triggers do not accept parameters%'

    OR [Text] Like '%.NET Framework execution was aborted by escalation policy because of out of memory%'

    OR [Text] Like '%AppDomain% was unloaded by escalation policy to ensure the consistency of your application%'

    OR [Text] Like '%.NET Framework execution was aborted. Another query caused the AppDomain% to be unloaded%'

    OR [Text] Like '%A fatal error occurred in the .NET Framework common language runtime. SQL Server is shutting down. If the error recurs after the server is restarted, contact Customer Support Services%'

    OR [Text] Like '%The .NET Framework common language runtime was shut down by user code, such as in a user-defined function or CLR type. SQL Server is shutting down. Environment.Exit should not be used to exit the process. If the intent is to return an integer to indicate%'

    OR [Text] Like '%.NET Framework execution was aborted because of stack overflow%'

    OR [Text] Like '%Invalid serialization format (Format.Unknown) for type%'

    OR [Text] Like '%The assembly name% being registered has an illegal name that duplicates the name of a system assembly%'

    OR [Text] Like '%ALTER ASSEMBLY failed because assembly% has more than one file associated with it. Use ALTER ASSEMBLY DROP FILE to remove extra files%'

    OR [Text] Like '%Can not create object because%'

    OR [Text] Like '%.NET Framework execution was aborted. The UDP/UDF/CLR type did not end thread affinity%'

    OR [Text] Like '% ASSEMBLY for assembly% failed because assembly% is malformed or not a pure .NET assembly%'

    OR [Text] Like '%Enabling of execution statistics SET options is not allowed from within CLR procedure or function%'

    OR [Text] Like '%Could not impersonate the execution context during the execution of%'

    OR [Text] Like '%An error occurred while getting method, property or field information for% of class% in assembly%'

    OR [Text] Like '%CREATE ASSEMBLY failed because the assembly references assembly%, which is owned by another user%'

    OR [Text] Like '%A .NET Framework error occurred during execution of user defined routine or aggregate%. User transaction, if any, will be rolled back%'

    OR [Text] Like '% failed because parameter counts do not match%'

    OR [Text] Like '%failed because T-SQL and CLR types for return value do not match%'

    OR [Text] Like '%failed because T-SQL and CLR types for parameter% do not match%'

    OR [Text] Like '%failed because of an invalid .NET Framework calling convention. Use the default .NET Framework calling convention%'

    OR [Text] Like '%QL assembly name%, and .NET Framework assembly name% do not match. Assembly names must match%'

    OR [Text] Like '%Assembly% already exists for owner% in database%'

    OR [Text] Like '%failed because it could not find type% in assembly%'

    OR [Text] Like '% failed because type% does not conform to% specification due to field%'

    OR [Text] Like '% failed because type% does not conform to% specification due to method%'

    OR [Text] Like '%Could not find type % in database%. This is due to a schema inconsistency%'

    OR [Text] Like '%Assembly% is a system assembly. This operation is permitted only with user assemblies%'

    OR [Text] Like '%Could not find file% in directory%'

    OR [Text] Like '%Version mismatch%'

    OR [Text] Like '%Method, property or field% in class% in assembly% has invalid return type%'

    OR [Text] Like '%The method% in class% in assembly% has some invalid arguments. Value of type% is not valid for argument number%'

    OR [Text] Like '%ASSEMBLY failed because the assembly source parameter% is not a valid assembly%'

    OR [Text] Like '%ASSEMBLY failed because the assembly source parameter% is not a valid expression%'

    OR [Text] Like '%failed because a CLR Procedure may only be defined on CLR methods that return either SqlInt32, System.Int32, System.Nullable<System.Int32>, vo%'

    OR [Text] Like '%A .NET Framework error occurred while getting information from class% in assembly%'

    OR [Text] Like '% failed because parameter% is not allowed to be null%'

    OR [Text] Like '%is generic. Generic types are not supported%'

    OR [Text] Like '%More than one method, property or field was found with name% in class% in assembly%. Overloaded methods, properties or fields are not supported%'

    OR [Text] Like '%Method, property or field% of class% in assembly% is not static%'

    OR [Text] Like '%Method, property or field% of class% in assembly% is not public%'

    OR [Text] Like '%Assembly names should be less than% characters. Assembly name% is too long%'

    OR [Text] Like '%is not public%'

    OR [Text] Like '%CREATE TYPE failed because type% does not conform to CLR type specification due to interface%'

    OR [Text] Like '%Invalid attempt to continue operation after a severe error%'

    OR [Text] Like '%Alter assembly from% to% is not a compatible upgrade%'

    OR [Text] Like '%eclarations do not match for parameter%. .NET Framework reference and T-SQL OUTPUT parameter declarations must match%'

    OR [Text] Like '%Could not find assembly% in directory%'

    OR [Text] Like '%is not visible for creating SQL objects. Use ALTER ASSEMBLY to change the assembly visibility%'

    OR [Text] Like '%cannot be used for creating SQL objects because it is a system assembly%'

    OR [Text] Like '%Property or field% for type% in assembly% is not static%'

    OR [Text] Like '%Could not impersonate the client during assembly file operation%'

    OR [Text] Like '%could not be installed because existing policy would keep it from being used%'

    OR [Text] Like '%Assembly reference% was redirected by external policy to%'

    OR [Text] Like '%Assembly file operations are not allowed for Windows NT users activated by SETUSER%'

    OR [Text] Like '%the specified assemblies are referenced by assembly%'

    OR [Text] Like '%DROP ASSEMBLY failed because%'

    OR [Text] Like '%failed because first parameter of% method must be of type System.Object%'

    OR [Text] Like '%Could not find property or field% for type% in assembly%'

    OR [Text] Like '%Property or field% for type% in assembly% is static%'

    OR [Text] Like '%Could not read from property% for type% in assembly% because it does not have a get accessor%'

    OR [Text] Like '%Could not assign to property% for type% in assembly% because it is read only%'

    OR [Text] Like '% ASSEMBLY failed because assembly% is a system assembly. Consider creating a user assembly to wrap desired functionality%'

    OR [Text] Like '%CREATE% failed%'

    OR [Text] Like '%ROP ASSEMBLY failed because% is referenced by CLR type%'

    OR [Text] Like '%Found an empty native serialization class %. Empty native serialization classes are not allowed%'

    OR [Text] Like '%XML error%'

    OR [Text] Like '%The XML parse error%'

    OR [Text] Like '%The error description is%'

    OR [Text] Like '%XML parsing error%'

    OR [Text] Like '%Failed to obtain an IPersistStream interface on the XML text%'

    OR [Text] Like '%The value supplied for parameter number% is inval%'

    OR [Text] Like '%Failed to instantiate class%. Verify that Msxmlsql.dll exists in the SQL Server installation%'

    OR [Text] Like '%Invalid data type for the column%. Allowed data types are CHAR/VARCHAR, NCHAR/NVARCHAR, TEXT/NTEXT, and XML%'

    OR [Text] Like '%Failed to load Msxmlsql.dll%'

    OR [Text] Like '%The XML data type is damaged%'

    OR [Text] Like '%pecified value% already exists%'

    OR [Text] Like '%XML encoding or decoding error occurred with object name%'

    OR [Text] Like '%Invalid data type for column%. The data type cannot be text, ntext, image, binary, varchar(max), nvarchar(max), varbinary(max), or xml%'

    OR [Text] Like '%contains an invalid data type. Valid data types are char, varchar, nchar, and nvarchar%'

    OR [Text] Like '%XML document could not be created because server memory is low. Use sp_xml_removedocument to release XML documents%'

    OR [Text] Like '%Could not convert the value for OPENXML column% to sql_variant data type. The value is too long. Change the data type of this column to text, ntext or image%'

    OR [Text] Like '%nexpected end of data stream%'

    OR [Text] Like '%The size of the data chunk that was requested from the stream exceeds the allowed limit%'

    OR [Text] Like '% can only process untyped XML. Cast the input value to XML or to a string type%'

    OR [Text] Like '%The result of the column expression for column% is not compatible with the requested type "XML". The result must be an element, text node, comment node, processing instruction, or document node%'

    OR [Text] Like '%Element-centric mapping must be used with OPENXML when one of the columns is of type XML%'

    OR [Text] Like '%The requested OpenXML document is currently in use by another thread, and cannot be used%'

    OR [Text] Like '%Invalid data type for the column%. CLR types cannot be used in an OpenXML WITH clause%'

    OR [Text] Like '%The version of MSXMLSQL.DLL that was found is older than the minimum required version%'

    OR [Text] Like '%OpenXML cannot be used as the target of a DML or OUTPUT INTO operation%'

    OR [Text] Like '%operation is not supported%'

    OR [Text] Like '%The version of the XML index that you are trying to use is not supported anymore. Please drop and recreate the XML index%'

    OR [Text] Like '%XML Node ID is invalid. Re-build the database if the problem persists%'

    OR [Text] Like '%XQuery: The document tree is too deep. If the problem persists you must simplify the XML hierarchy%'

    OR [Text] Like '%XQuery: Invalid ordpath string%'

    OR [Text] Like '%XQuery: SQL type% is not supported in XQuery%'

    OR [Text] Like '%XQuery: The maximum allowed depth in XML instances is% levels. One of the paths in the query tries to access nodes at a lower level%'

    OR [Text] Like '%XQuery: One of the paths specified in the query is too deep. The maximum allowed depth is% levels%'

    OR [Text] Like '%XQuery: Internal compiler error%'

    OR [Text] Like '%FOR XML AUTO requires at least one table for generating XML tags. Use FOR XML RAW or add a FROM clause with a table name%'

    OR [Text] Like '%FOR XML EXPLICIT requires at least three columns, including the tag column, the parent column, and at least one data column%'

    OR [Text] Like '%FOR XML EXPLICIT query contains the invalid column name%. Use the TAGNAME!TAGID!ATTRIBUTENAME[!..] format where TAGID is a positive integer%'

    OR [Text] Like '%FOR XML EXPLICIT requires the first column to hold positive integers that represent XML tag IDs%'

    OR [Text] Like '%FOR XML EXPLICIT requires the second column to hold NULL or nonnegative integers that represent XML parent tag IDs%'

    OR [Text] Like '%FOR XML EXPLICIT stack overflow occurred. Circular parent tag relationships are not allowed%'

    OR [Text] Like '%ndeclared tag % is used in a FOR XML EXPLICIT query%'

    OR [Text] Like '%ndeclared parent tag % is used in a FOR XML EXPLICIT query%'

    OR [Text] Like '%XML tag % could not be added. The server memory resources may be low%'

    OR [Text] Like '%nnamed tables cannot be used as XML identifiers as well as unnamed columns cannot be used for attribute names. Name unnamed columns/tables using AS in the SELECT statement%'

    OR [Text] Like '%Column name% is repeated. The same attribute cannot be generated more than once on the same XML tag%'

    OR [Text] Like '%FOR XML is incompatible with COMPUTE expressions. Remove the COMPUTE expression%'

    OR [Text] Like '%XML tag % that was originally declared as% is being redeclared as%'

    OR [Text] Like '%FOR XML EXPLICIT cannot combine multiple occurrences of ID, IDREF, IDREFS, NMTOKEN, and/or NMTOKENS in column name%'

    OR [Text] Like '%In the FOR XML EXPLICIT clause, ID, IDREF, IDREFS, NMTOKEN, and NMTOKENS require attribute names in%'

    OR [Text] Like '%In the FOR XML EXPLICIT clause, ID, IDREF, IDREFS, NMTOKEN, and NMTOKENS attributes cannot be hidden in%'

    OR [Text] Like '%In the FOR XML EXPLICIT clause, ID, IDREF, IDREFS, NMTOKEN, and NMTOKENS attributes cannot be generated as CDATA, XML, or XMLTEXT in%'

    OR [Text] Like '%FOR XML EXPLICIT cannot combine multiple occurrences of ELEMENT, XML, XMLTEXT, and CDATA in column name%'

    OR [Text] Like '%The FOR XML clause is not allowed in a% statement%'

    OR [Text] Like '%FOR XML EXPLICIT requires column% to be named% instead of%'

    OR [Text] Like '%GROUP BY and aggregate functions are currently not supported with FOR XML AUTO%'

    OR [Text] Like '%In the FOR XML EXPLICIT clause, mode% in a column name is inval%'

    OR [Text] Like '%ELEMENTS option is only allowed in RAW, AUTO, and PATH modes of FOR XML%'

    OR [Text] Like '%Every IDREFS or NMTOKENS column in a FOR XML EXPLICIT query must appear in a separate SELECT clause, and the instances must be ordered directly after the element to which they belong%'

    OR [Text] Like '%FOR XML EXPLICIT queries allow only one XMLTEXT column per tag. Column% declares another XMLTEXT column that is not permitted%'

    OR [Text] Like '%XMLTEXT column% must be of a string data type or of type XML%'

    OR [Text] Like '%FOR XML EXPLICIT and RAW modes currently do not support addressing binary data as URLs%'

    OR [Text] Like '%FOR XML AUTO could not find the table owning the following%'

    OR [Text] Like '%FOR XML AUTO requires primary keys to create references for%. Select primary keys, or use BINARY BASE64 to obtain binary data in encoded form if no primary keys exist%'

    OR [Text] Like '%FOR XML AUTO cannot generate a URL address for binary data if a primary key is also binary%'

    OR [Text] Like '%is not among the open tags. FOR XML EXPLICIT requires parent tags to be opened first. Check the ordering of the result set%'

    OR [Text] Like '%XMLTEXT field% contains an invalid XML document. Check the root tag and its attributes%'

    OR [Text] Like '%FOR XML EXPLICIT field% can specify the directive HIDE only once%'

    OR [Text] Like '%FOR XML EXPLICIT requires attribute-centric IDREFS or NMTOKENS field% to precede element-centric IDREFS/NMTOKEN fields%'

    OR [Text] Like '%Attribute-centric IDREFS or NMTOKENS field not supported on tags having element-centric field% of type TEXT/NTEXT or IMAGE. Either specify ELEMENT on IDREFS/NMTOKENS field or remove the ELEMENT directive%'

    OR [Text] Like '%FOR XML EXPLICIT does not support XMLTEXT field on tag% that has IDREFS or NMTOKENS fields%'

    OR [Text] Like '%Neither XMLDATA nor XMLSCHEMA supports namespace elements or attributes such as%. Run the SELECT FOR XML statement without it or remove the namespace prefix declaration%'

    OR [Text] Like '%FOR XML could not serialize the data for node% because it contains a character % which is not allowed in XML. To retrieve this data using FOR XML, convert it to binary, varbinary or image data type and use the BINARY BASE64 directive%'

    OR [Text] Like '%Could not serialize the data for node% because it contains a character % which is not allowed in XML. To retrieve this data convert it to binary, varbinary or image data type%'

    OR [Text] Like '%FOR XML EXPLICIT: XML data types and CLR types cannot be processed as CDATA in column name%. Consider converting XML to a string type. Consider converting CLR types to XML and then to a string type%'

    OR [Text] Like '%Two (or more) elements named% are of different types and not direct siblings in the same level%'

    OR [Text] Like '%Two (or more) elements named% are optional in the same level. Consider making them direct siblings or map NULL to xsi:nil%'

    OR [Text] Like '%XML name space prefix% declaration is missing for FOR XML% name%'

    OR [Text] Like '%The column% is of type sql_variant, which is not supported in attribute-centric FOR XML, with XML Schema%'

    OR [Text] Like '%XMLDATA does not support the mapping of the type of column% to an XDR type. Please use XMLSCHEMA instead for AUTO and RAW mode%'

    OR [Text] Like '%FOR XML PATH error in column%'

    OR [Text] Like '%contains an invalid XML identifier as required by FOR XML%'

    OR [Text] Like '%Column% has invalid data type for attribute-centric XML serialization in FOR XML PATH%'

    OR [Text] Like '%Attribute-centric column% must not come after a non-attribute-centric sibling in XML hierarchy in FOR XML PATH%'

    OR [Text] Like '%the last step in the path can%t be applied to XML data type or CLR type in FOR XML PATH%'

    OR [Text] Like '%Invalid column alias% for formatting column as XML processing instruction in FOR XML PATH%'

    OR [Text] Like '%Inline schema is not supported with FOR XML PATH%'

    OR [Text] Like '%FOR XML row XML tag name contains an invalid XML identifier%'

    OR [Text] Like '%FOR XML root XML tag name contains an invalid XML identifier%'

    OR [Text] Like '%XML schema URI contains character % which is not allowed in XML%'

    OR [Text] Like '%Row tag name is only allowed with RAW or PATH mode of FOR XML%'

    OR [Text] Like '%FOR XML directive XMLDATA is not allowed with ROOT directive or row tag name specified%'

    OR [Text] Like '%Empty root tag name%'

    OR [Text] Like '%Empty FOR XML target inline schema URI is not allowed%'

    OR [Text] Like '%Row tag omission (empty row tag name) is not compatible with XMLSCHEMA FOR XML directive%'

    OR [Text] Like '%Row tag omission (empty row tag name) cannot be used with attribute-centric FOR XML serialization%'

    OR [Text] Like '%FOR XML does not support CLR types - cast CLR types explicitly into one of the supported types in FOR XML queries%'

    OR [Text] Like '%se of a system reserved XML schema URI is not allowed%'

    OR [Text] Like '%is invalid in XML tag name in FOR XML PATH, or when WITH XMLNAMESPACES is used with FOR XML%'

    OR [Text] Like '%The following FOR XML features are not supported with WITH XMLNAMESPACES list: EXPLICIT mode, XMLSCHEMA and XMLDATA directives%'

    OR [Text] Like '%Attempt to redefine namespace prefix%'

    OR [Text] Like '%used in WITH XMLNAMESPACES clause contains an invalid XML identifier%'

    OR [Text] Like '%used in WITH XMLNAMESPACES is reserved and cannot be used as a user-defined prefix%'

    OR [Text] Like '%can only be associated with the URI%'

    OR [Text] Like '%XML namespace prefix is not supported with ELEMENTS XSINIL option of FOR XML%'

    OR [Text] Like '%Empty URI is not allowed in WITH XMLNAMESPACES clause%'

    OR [Text] Like '%RI% used in WITH XMLNAMESPACES is inval%'

    OR [Text] Like '%RI used in WITH XMLNAMESPACES is too long. The maximum length is% characters%'

    OR [Text] Like '%Empty namespace prefix is not allowed in WITH XMLNAMESPACES clause%'

    OR [Text] Like '%FORXML XMLSCHEMA cannot be used with a typed XML column whose schema collection is empty%'

    OR [Text] Like '%is an invalid XML processing instruction target. Possible attempt to construct XML declaration using XML processing instruction constructor. XML declaration construction with FOR XML is not supported%'

    OR [Text] Like '%XML Validation: XML instance must be a document%'

    OR [Text] Like '%XML Validation: Invalid definition for type%. SQL Server does not currently support the use of the pattern or enumeration facet on lists of type QName%'

    OR [Text] Like '%XML Validation: Invalid definition for type%. SQL Server does not currently support inclusion of ID, QName, or list of QName among the member types of a union type%'

    OR [Text] Like '%XML Validation: Found duplicate attribute%. Location%'

    OR [Text] Like '%XML Validation: Attribute% is not permitted in this context. Location%'

    OR [Text] Like '%XML Validation: Required attribute% is missing. Location%'

    OR [Text] Like '%Namespace URI too long%'

    OR [Text] Like '%Invalid content. Expected element(s):%'

    OR [Text] Like '%Text node is not allowed at this location, the type was defined with element only content or with simple content. Location%'

    OR [Text] Like '%Invalid definition for type%'

    OR [Text] Like '%Found duplicate element% in all content model%'

    OR [Text] Like '%Element% found in text only content model%'

    OR [Text] Like '%Declaration not found for element%'

    OR [Text] Like '%Type definition for type% was not found, type definition is required before use in a type cast. Location%'

    OR [Text] Like '%Element or attribute name too long%'

    OR [Text] Like '%The content model of type or model group% is ambiguous and thus violates the unique particle attribution constraint. Consult SQL Server Books Online for more information%'

    OR [Text] Like '%may not have xsi:nil="true" because it was not defined as nillable or because it has a fixed value constraint. Location%'

    OR [Text] Like '%must not have character or element children, because xsi:nil was set to true. Location%'

    OR [Text] Like '%The type of element% is abstract. Instantiation requires the use of xsi:type to specify a non-abstract type. Location%'

    OR [Text] Like '%Invalid definition for type%. Cannot specify use="prohibited" for attribute% because there is no corresponding attribute in the base type%'

    OR [Text] Like '%Element or attribute% was defined as fixed, the element value has to be equal to value of % attribute specified in definition. Location%'

    OR [Text] Like '%Not able to resolve namespace for prefix%'

    OR [Text] Like '%Unexpected element(s):%. Location%'

    OR [Text] Like '%Text% found in attribute-only content model. Location%'

    OR [Text] Like '%Invalid definition for element%. SQL Server does not currently permit additions to existing substitution groups via ALTER XML SCHEMA COLLECTION%'

    OR [Text] Like '%Invalid simple type value:%'

    OR [Text] Like '%Invalid simple type value%'

    OR [Text] Like '%XML instances of the content model of type or model group% can be validated in multiple ways and are not supported%'

    OR [Text] Like '%Invalid QName for xsi:type attribute%'

    OR [Text] Like '%ID constraint check failed. Found attribute named% with duplicate ID value%. Location%'

    OR [Text] Like '%IDREF constraint check failed. Found attribute named% with reference to ID value%, which does not exist%'

    OR [Text] Like '%Invalid definition for element or attribute%. Value constraints on components of type ID are not allowed%'

    OR [Text] Like '%Invalid simple type operation, inserting into simple type is not permitted. Location%'

    OR [Text] Like '%requires substitution, because it was defined as abstract. Location%'

    OR [Text] Like '%ID or IDREF attribute exceeded the allowed maximum length. Location%'

    OR [Text] Like '%Invalid cast for element% from type% to type%. Location%'

    OR [Text] Like '%The canonical form of the value% is not valid according to the specified type. This can result from the use of pattern facets on non-string types or range restrictions or enumerations on floating-point types. Location%'

    OR [Text] Like '%The canonical form of the value% is not valid according to the specified type. This can result from the use of pattern facets on non-string types or range restrictions or enumerations on floating-point types%'

    OR [Text] Like '%The element% is mixed content with a fixed value and therefore not allowed to have element content. Location%'

    OR [Text] Like '%Invalid component named% found in global scope. Only elements, attributes, types and groups can be defined in global context%'

    OR [Text] Like '%Invalid facet value for facet% in type definition%'

    OR [Text] Like '%Multiple ID attributes found on a single element. Location%'

    OR [Text] Like '%Invalid group definition for group%, recursive group definitions are not allowed%'

    OR [Text] Like '%Invalid attribute definition for attribute%, attributes type has to be simple type%'

    OR [Text] Like '%Invalid type definition for type%, fixed facet% can not be redefined to a different value%'

    OR [Text] Like '%Invalid element definition, element% is not valid derivation of element%'

    OR [Text] Like '%Invalid definition, top level group definitions can not have model groups as siblings%'

    OR [Text] Like '%is outside of allowed range%'

    OR [Text] Like '%The system limit on the number of XML types has been reached. Redesign your database to use fewer XML types%'

    OR [Text] Like '%values are not allowed on element of this type%'

    OR [Text] Like '%value is longer than allowed, maximum length allowed is 4000 characters %'

    OR [Text] Like '%Facet value is longer than allowed, maximum length allowed is 4000 characters %'

    OR [Text] Like '%XML Validation: Invalid content%'

    OR [Text] Like '%that may impede full round-tripping of instances of this type%'

    OR [Text] Like '%Invalid type definition for type%'

    OR [Text] Like '%ID/IDREF validation consumed too much memory. Try reducing the number of ID and IDREF attributes. Rearranging the file so that elements with IDREF attributes appear after the elements which they reference may also be helpful%'

    OR [Text] Like '%Invalid redefinition of attribute% in type%'

    OR [Text] Like '%Invalid member type% in union type%. Unions may not have complex member types%'

    OR [Text] Like '%Invalid item type for list type%. The item type of a list may not itself be a list, and types derived from ID may not be used as item types in this release%'

    OR [Text] Like '%Invalid restriction for type%'

    OR [Text] Like '%The content model of type% contains two elements with the same name% and different types, nullability, or value constraints%'

    OR [Text] Like '%Value constraint on use of attribute% must be consistent with value constraint on its declaration%'

    OR [Text] Like '%Invalid restriction for type%. 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%'

    OR [Text] Like '%Invalid definition for type or element%. SQL Server does not permit the built-in XML Schema types%'

    OR [Text] Like '%Invalid type definition for%'

    OR [Text] Like '%Invalid definition for element%. An element which has a fixed value may not also be nillable%'

    OR [Text] Like '%Invalid type definition: Type or content model% is too complicated. It may be necessary to reduce the number of enumerations or the size of the content model%'

    OR [Text] Like '%Invalid definition for element or attribute%. Value constraints on components of type QName are not supported in this release%'

    OR [Text] Like '%OPENXML document handle parameter must be of data type int%'

    OR [Text] Like '%OPENXML flags parameter must be of data type int%'

    OR [Text] Like '%OPENXML XPath must be of a string data type, such as nvarchar%'

    OR [Text] Like '%Only one OPENXML column can be of type%'

    OR [Text] Like '%OPENXML does not support retrieving schema from remote tables, as in%'

    OR [Text] Like '%OPENXML requires a metaproperty namespace to be declared if % is used for another namespace in sp_xml_preparedocument%'

    OR [Text] Like '%OPENXML encountered a problem identifying the metaproperty namespace prefix. Consider removing the namespace parameter from the corresponding sp_xml_preparedocument statement%'

    OR [Text] Like '%OPENXML encountered unknown metaproperty%'

    OR [Text] Like '%The OPENXML EDGETABLE is incompatible with the XMLTEXT OVERFLOW flag%'

    OR [Text] Like '%OPENXML allows only one metaproperty namespace prefix declaration in sp_xml_preparedocument%'

    OR [Text] Like '%You need an active user transaction in order to use text pointers for a table with the option "text in row" set to ON%'

    OR [Text] Like '%Internal Error: Text manager cannot continue with current statement. Run DBCC CHECKTABLE%'

    OR [Text] Like '%Offset or size of data type is not valid. Data type must be of type int or smallint%'

    OR [Text] Like 'for LOB data type node does not exist. This is usually caused by transactions that can read uncommitted data on a data page. Run DBCC CHECKTABLE%'

    OR [Text] Like '%Internal error: An attempt was made to update a LOB data type using a read-only text pointer%'

    OR [Text] Like '%You can have only 1,024 in-row text pointers in one transaction%'

    OR [Text] Like '%is invalid. Run DBCC CHECKTABLE%'

    OR [Text] Like '%is not in the range of available LOB data%'

    OR [Text] Like '%Error reading large object (LOB) data from the tabular data stream (TDS)%'

    OR [Text] Like '%Only complete replacement is supported when assigning a large object (LOB) to itself%'

    OR [Text] Like '%Attempting to grow LOB beyond maximum allowed size of% bytes%'

    OR [Text] Like '%Invalid text, ntext, or image pointer type. Must be binary(16)%'

    OR [Text] Like '%Invalid text, ntext, or image pointer value%'

    OR [Text] Like '%The offset and length specified in the READTEXT statement is greater than the actual data length of%'

    OR [Text] Like '%The text, ntext, or image pointer value conflicts with the column name specified%'

    OR [Text] Like '%NULL textptr (text, ntext, or image pointer) passed to% function%'

    OR [Text] Like '%LOB Locator is not supported as text pointer when using UPDATETEXT/WRITETEXT to update/write a text column%'

    OR [Text] Like '%eletion length% is not in the range of available text, ntext, or image data%'

    OR [Text] Like '% is not allowed because the column is being processed by a concurrent snapshot or is being replicated to a non-SQL Server Subscriber or Published in a publication allowing Data Transformation Services (DTS) or tracked by Change Data Capture%'

    OR [Text] Like '%The WRITETEXT statement is not allowed because the column is being replicated with Data Transformation Services (DTS) or tracked by Change Data Capture%'

    OR [Text] Like '%Length of LOB data (%) to be replicated exceeds configured maximum%'

    OR [Text] Like '%Cannot create additional orphans with the stored procedure sp_createorphan. Free up some of the orphan handles that you have created by inserting or deleting them%'

    OR [Text] Like '%Must create orphaned text inside a user transaction%'

    OR [Text] Like '%Invalid locator de-referenced%'

    OR [Text] Like '%A text/ntext/image column referenced by a persisted or indexed computed column cannot be updated%'

    OR [Text] Like '%Insufficient buffer space to perform write operation%'

    OR [Text] Like '%Could not execute procedure on remote server% because SQL Server is not configured for remote access. Ask your system administrator to reconfigure SQL Server to allow remote access%'

    OR [Text] Like '%Could not find server% in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers%'

    OR [Text] Like '%Could not execute procedure% on remote server%'

    OR [Text] Like '%The attempt by the provider to pass remote stored procedure parameters to remote server% failed. Verify that the number of parameters, the order, and the values passed are correct%'

    OR [Text] Like '%Remote procedure time out of% seconds exceeded. Remote procedure% is canceled%'

    OR [Text] Like '%Could not execute statement on remote server%'

    OR [Text] Like '%Could not relay results of procedure% from remote server%'

    OR [Text] Like '%Cannot obtain the required interface % from OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot create an instance of OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot initialize the data source object of OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot connect using OLE DB provider% to linked server%. Verify the connection parameters or login credentials associated with this linked server%'

    OR [Text] Like '%Cannot create a statement object using OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot open the table% from OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot obtain the data source of a session from OLE DB provider% for linked server%. This action must be supported by the provider%'

    OR [Text] Like '%OLE DB provider% cannot be used for distributed queries because the provider is configured to run in single-threaded apartment mode%'

    OR [Text] Like '%Cannot obtain the set of schema rowsets supported by OLE DB provider% for linked server%. The provider supports the interface, but returns a failure code when it is used%'

    OR [Text] Like '%Cannot obtain the schema rowset% for OLE DB provider% for linked server%. The provider supports the interface, but returns a failure code when it is used%'

    OR [Text] Like '%Invalid use of schema or catalog for OLE DB provider% for linked server%. A four-part name was supplied, but the provider does not expose the necessary interfaces to use a catalog or schema%'

    OR [Text] Like '%An invalid schema or catalog was specified for the provider% for linked server%'

    OR [Text] Like '%The OLE DB provider% for linked server% does not contain the table%. The table either does not exist or the current user does not have permissions on that table%'

    OR [Text] Like '%The OLE DB provider% for linked server% contains multiple tables that match the name%'

    OR [Text] Like '%Cannot use qualified table names (schema or catalog) with the OLE DB provider% for linked server% because it does not implement required functionality%'

    OR [Text] Like '%The OLE DB provider% for linked server% returned an invalid schema definition%'

    OR [Text] Like '%The OLE DB provider% for linked server% returned an invalid column definition for table%'

    OR [Text] Like '%The OLE DB provider% for linked server% returned a% index% with the incorrect bookmark ordinal%'

    OR [Text] Like '%Cannot execute the query% against OLE DB provider% for linked server%'

    OR [Text] Like '%An error occurred while preparing the query% for execution against OLE DB provider% for linked server%'

    OR [Text] Like '%A failure occurred while giving parameter information to OLE DB provider% for linked server%'

    OR [Text] Like '%An error occurred while submitting the query text to OLE DB provider% for linked server%'

    OR [Text] Like '%A failure occurred while setting parameter properties with OLE DB provider% for linked server%'

    OR [Text] Like '%Objects exposing columns with CLR types are not allowed in distributed queries. Please use a pass-through query to access remote object%'

    OR [Text] Like '%Cannot fetch a row from OLE DB provider% for linked server%'

    OR [Text] Like '%Rows from OLE DB provider% for linked server% cannot be released%'

    OR [Text] Like '%Cannot rescan the result set from OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot fetch a row using a bookmark from OLE DB provider% for linked server%'

    OR [Text] Like '%OLE DB provider% for linked server% returned invalid data for column%'

    OR [Text] Like '%Cannot create a column accessor for OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot get the current row value of column "%" from OLE DB provider% for linked server%'

    OR [Text] Like '%An unexpected NULL value was returned for column "%" from OLE DB provider% for linked server%. This column cannot be NULL%'

    OR [Text] Like '%The OLE DB provider% for linked server% could not%'

    OR [Text] Like '%The OLE DB provider% for linked server% could not%'

    OR [Text] Like '%The OLE DB provider% for linked server% could not delete from table%'

    OR [Text] Like '%Cannot get the data of the row from the OLE DB provider% for linked server%'

    OR [Text] Like '%OLE DB provider% for linked server% returned data that does not match expected data length for column%. The (maximum) expected data length is%, while the returned data length is%'

    OR [Text] Like '%The OLE DB provider% for linked server% could not set the range for table% For possible cause of this issue, see the extended error message%'

    OR [Text] Like '%The OLE DB provider% for linked server% could not set the range for table% because of column%'

    OR [Text] Like '%Cannot get the column information from OLE DB provider% for linked server%'

    OR [Text] Like '%The OLE DB provider% for linked server% could not map ordinals for one or more columns of object%'

    OR [Text] Like '%The OLE DB provider% for linked server% supplied inconsistent metadata. The object% was missing the expected column%'

    OR [Text] Like '%The OLE DB provider% for linked server% supplied inconsistent metadata. An extra column was supplied during execution that was not found at compile time%'

    OR [Text] Like '%The OLE DB provider% for linked server% supplied invalid metadata for column%'

    OR [Text] Like '%The OLE DB provider% for linked server% supplied inconsistent metadata for a column. The name was changed at execution time%'

    OR [Text] Like '%The OLE DB provider% for linked server% supplied inconsistent metadata for a column. The column% (compile-time ordinal%) of object% was reported to have a% of% at compile time and% at run time%'

    OR [Text] Like '%Cannot process the object%. The OLE DB provider% for linked server% indicates that either the object has no columns or the current user does not have permissions on that object%'

    OR [Text] Like '%Cannot execute the query. The OLE DB provider% for linked server% did not provide an appropriate interface to access the text, ntext, or image column%'

    OR [Text] Like '%The OLE DB provider% for linked server% reported a change in schema version between compile time % and run time % for table%'

    OR [Text] Like '%Cannot get the length of a storage object from OLE DB provider% for linked server% for table%, column%'

    OR [Text] Like '%Cannot read a storage object from OLE DB provider% for linked server%, for table%, column%'

    OR [Text] Like '%The OLE DB provider% for linked server% reported different metadata at run time for table%, column%'

    OR [Text] Like '%Cannot obtain optional metadata columns of columns rowset from OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot obtain columns rowset from OLE DB provider% for linked server%'

    OR [Text] Like '%The OLE DB provider% for linked server% supports column level collation, but failed to provide the metadata column% at run time%'

    OR [Text] Like '%The OLE DB provider% for linked server% supports column level collation, but failed to provide collation data for column%'

    OR [Text] Like '%The OLE DB provider% for linked server% provided invalid collation. LCID =%08x, Compflags =%08x, SortOrder =%'

    OR [Text] Like '%One or more properties could not be set on the query for OLE DB provider% for linked server%'

    OR [Text] Like '%The server option% in linked server% for OLE DB provider% has collation %08x which is not supported by SQL Server%'

    OR [Text] Like '%Cannot get properties from OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot set the initialization properties for OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot set the session properties for OLE DB provider% for linked server%'

    OR [Text] Like '%Cannot open index% on table% from OLE DB provider% for linked server%'

    OR [Text] Like '%Could not enforce the remote join hint for this query%'

    OR [Text] Like '%Cannot specify an index hint for a remote data source%'

    OR [Text] Like '%Table-valued parameters are not allowed in remote calls between servers%'

    OR [Text] Like '%The requested operation could not be performed because OLE DB provider% for linked server% does not support the required transaction interface%'

    OR [Text] Like '%The operation could not be performed because OLE DB provider% for linked server% was unable to begin a distributed transaction%'

    OR [Text] Like '%Cannot start a transaction for OLE DB provider% for linked server%'

    OR [Text] Like '%reported an error%'

    OR [Text] Like '%The OLE DB provider% for linked server% reported an error committing the current transaction%'

    OR [Text] Like '%Unable to start a nested transaction for OLE DB provider% for linked server%. A nested transaction was required because the XACT_ABORT option was set to OFF%'

    OR [Text] Like '%Varchar(max), nvarchar(max), varbinary(max) and large CLR type data types are not supported as return value or output parameter to remote queries%'

    OR [Text] Like '%Remote function returned varchar(max), nvarchar(max), varbinary(max) or large CLR type value which is not supported%'

    OR [Text] Like '%The OLE DB provider% for linked server% reported an error%'

    OR [Text] Like '%The OLE DB provider% returned invalid literal prefix/suffix string%'

    OR [Text] Like '%The OLE DB provider% has not been registered%'

    OR [Text] Like '%The server could not load DCOM%'

    OR [Text] Like '%Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query%'

    OR [Text] Like '%Could not start distributed query using integrated login because the user is logged in using SQL Server authentication. Provide remote server login user ID and password in the connection string%'

    OR [Text] Like '%Remote access is not allowed for impersonated security context%'

    OR [Text] Like '%erver% is not configured for%'

    OR [Text] Like '%OLE DB provider% for linked server% returned message%'

    OR [Text] Like '%Could not connect to linked server% (OLE DB Provider%). Enable delegation or use a remote SQL Server login for the current user%'

    OR [Text] Like '%Invalid number of parameters. Rowset% expects% parameter(s)%'

    OR [Text] Like '%Ad hoc access to OLE DB provider% has been denied. You must access this provider through a linked server%'

    OR [Text] Like '%Access to the remote server is denied because no login-mapping exists%'

    OR [Text] Like '%GROUP BY ALL is not supported in queries that access remote tables if there is also a WHERE clause in the query%'

    OR [Text] Like '%Text, image, or ntext column was too large to send to the remote data source due to the storage interface used by the provider%'

    OR [Text] Like '%Lazy schema validation error. Linked server schema version has changed. Re-run the query%'

    OR [Text] Like '%Remote access is not supported for transaction isolation level%'

    OR [Text] Like '%Cannot fetch the rowset from OLE DB provider% for linked server%'

    OR [Text] Like '%OLE DB provider% for linked server% returned an invalid index definition for table%'

    OR [Text] Like '%The% OLE DB provider for the% linked server returned an invalid CLR type definition for the% table%'

    OR [Text] Like '%OLE DB provider% for linked server% returned% with data type%, which should be type%'

    OR [Text] Like '%OLE DB provider% for linked server% returned an incorrect value for%, which should be%'

    OR [Text] Like '%OLE DB provider% for linked server% returned% without% being supported%'

    OR [Text] Like '%OLE DB provider% for linked server% returned% for% during statistics gathering%'

    OR [Text] Like '%OLE DB provider% for linked server% supported the schema lock interface, but returned% for%'

    OR [Text] Like '% SQL Server Remote Metadata Gather Time for Table%, CPU time =%lu ms, elapsed time =%lu ms%'

    OR [Text] Like '%Out-of-process use of OLE DB provider% with SQL Server is not supported%'

    OR [Text] Like '%Unable to delete OLE DB parameter properties%'

    OR [Text] Like '%Heterogeneous queries and use of OLEDB providers are not supported in fiber mode%'

    OR [Text] Like '%OLE DB provider% for linked server% returned truncated data for column%. The actual data length is% and truncated data length is%'

    OR [Text] Like '%The OLE DB provider% for linked server% returned unexpected NULL pointer for string column%'

    OR [Text] Like '%Cannot use a CONTAINS or FREETEXT predicate on% because it is not full-text indexed%'

    OR [Text] Like '%Full-text operation failed due to a time out%'

    OR [Text] Like '%Could not find full-text index for database %, table or indexed view %'

    OR [Text] Like '%earch on full-text catalog% for database %, table or indexed view % with search condition% failed with unknown result%'

    OR [Text] Like '%An unknown full-text failure %'

    OR [Text] Like '%Full-Text Search is not installed, or a full-text component cannot be loaded%'

    OR [Text] Like '%Access is denied to%'

    OR [Text] Like '%Cannot drop index% because it enforces the full-text key for table or indexed view%'

    OR [Text] Like '%Cannot alter or drop column% because it is enabled for Full-Text Search%'

    OR [Text] Like '%A CONTAINS or FREETEXT predicate can only operate on one table or indexed view. Qualify the use of * with a table or indexed view name%'

    OR [Text] Like '%Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable full-text search for the database. The functionality to disable and enable full-text search for a database is deprecated. Please change your application%'

    OR [Text] Like '%Query does not reference the full-text indexed table or indexed view, or user does not have permission to perform this action%'

    OR [Text] Like '%The execution of a full-text query failed%'

    OR [Text] Like '%The conversion to data type% failed for the full-text search key%'

    OR [Text] Like '%Invalid use of full-text predicate in the HAVING clause%'

    OR [Text] Like '%There is not sufficient disk space to complete this operation for the full-text catalog%'

    OR [Text] Like '%Full-text catalog% is in an unusable state. Drop and re-create this full-text catalog%'

    OR [Text] Like '%Full-text table or indexed view has more than one LCID among its full-text indexed columns%'

    OR [Text] Like '%The top_n_by_rank argument % must be greater than or equal to zero%'

    OR [Text] Like '%Cannot create the full-text catalog in the directory% for the clustered server. Only directories on a disk in the cluster group of the server can be used%'

    OR [Text] Like '%Cannot open or query the full-text default path registry key. The full-text default catalog path is inval%'

    OR [Text] Like '%yntax error near% in the full-text search condition%'

    OR [Text] Like '%The value of the Weight argument must be between 0.0 and 1.0%'

    OR [Text] Like '%Warning: Request to start a full-text index population on table or indexed view% is ignored because a population is currently active for this table or indexed view%'

    OR [Text] Like '%Warning: Request to stop change tracking has deleted all changes tracked on table or indexed view%'

    OR [Text] Like '%Warning: Request to stop tracking changes on table or indexed view% will not stop population currently in progress on the table or indexed view%'

    OR [Text] Like '%Full-Text catalog% does not exist in database% or user does not have permission to perform this action%'

    OR [Text] Like '%A full-text catalog named% already exists in this database. Use a different name%'

    OR [Text] Like '%Full-text crawl manager has not been initialized. Any crawl started before the crawl manager was fully initialized will need to be restarted. Please restart SQL Server and retry the command. You should also check the error log to fix any failures that mig%'

    OR [Text] Like '%Null or empty full-text predicate%'

    OR [Text] Like '%Fulltext predicate references columns from two different tables or indexed views% and% which is not allowed%'

    OR [Text] Like '%Warning: Configuration of full-text catalog at% could not be saved during detach database%'

    OR [Text] Like '%Warning: Failed to attach full-text catalog%'

    OR [Text] Like '%Warning: Failed to dismount full-text catalog at%'

    OR [Text] Like '%Warning: Failed to drop full-text catalog at%'

    OR [Text] Like '%Warning: The ongoing population is necessary to ensure an up-to-date index. If needed, stop change tracking first, and then deactivate the full-text index population%'

    OR [Text] Like '%A full-text index for table or indexed view% has already been created%'

    OR [Text] Like '%is not a valid index to enforce a full-text search key. A full-text search key must be a unique, non-nullable, single-column index which is not offline, is not defined on a non-deterministic or imprecise nonpersisted computed column, does not have a%'

    OR [Text] Like '%Unable to obtain the population status of the table or indexed view%'

    OR [Text] Like '%TYPE COLUMN option must be specified with column of image or varbinary(max) type%'

    OR [Text] Like '%Full-text index for table or indexed view% cannot be populated because the database is in single-user access mode%'

    OR [Text] Like '%Warning: Table or indexed view% has full-text indexed columns that are of type image, text, or ntext. Full-text change tracking cannot track WRITETEXT or UPDATETEXT operations performed on these columns%'

    OR [Text] Like '%Table or indexed view% does not have a full-text index or user does not have permission to perform this action%'

    OR [Text] Like '%Cannot activate full-text search for table or indexed view% because no columns have been enabled for full-text search%'

    OR [Text] Like '%Full-text search must be activated on table or indexed view% before this operation can be performed%'

    OR [Text] Like '%Warning: Full-text change tracking is currently enabled for table or indexed view%'

    OR [Text] Like '%Warning: Full-text auto propagation is currently enabled for table or indexed view%'

    OR [Text] Like '%Option % should not be used when change tracking is enabled%'

    OR [Text] Like '%Full-text change tracking must be started on table or indexed view% before the changes can be flushed%'

    OR [Text] Like '%Full Crawl must be executed on table or indexed view%. Columns affecting the index have been added or dropped since the last index full population%'

    OR [Text] Like '%ser does not have permission to perform this action%'

    OR [Text] Like '%Cannot drop full-text catalog% because it contains a full-text index%'

    OR [Text] Like '%Warning: Full-text index for table or indexed view% cannot be populated because the database is in single-user access mode. Change tracking is stopped for this table or indexed view%'

    OR [Text] Like '%cannot be used for full-text search because it is not a character-based, XML, image or varbinary(max) type column%'

    OR [Text] Like '%cannot be used as full-text type column for image column. It must be a character-based column with a size less or equal than% characters%'

    OR [Text] Like '%A full-text index cannot be created on the table or indexed view because duplicate column% is specified%'

    OR [Text] Like '%Warning: Full-text change tracking is currently disabled for table or indexed view%'

    OR [Text] Like '%Warning: The fulltext catalog% is being dropped and is currently set as default%'

    OR [Text] Like '%Warning: Full-text auto propagation is on. Stop crawl request is ignored%'

    OR [Text] Like '% is not full-text indexed%'

    OR [Text] Like '%The following string is not defined as a language alias in syslanguages%'

    OR [Text] Like '%Full-text index language of column% is not a language supported by full-text search%'

    OR [Text] Like '%efault full-text index language is not a language supported by full-text search%'

    OR [Text] Like '%Warning: Directory% does not have a valid full-text catalog. Full-text catalog header file or attach state file either is missing or corrupted. The full-text catalog cannot be attached%'

    OR [Text] Like '%The component% reported error while indexing. Component path%'

    OR [Text] Like '%Errors were encountered during full-text index population for table or indexed view%, database% (table or indexed view %, database %). Please see full-text crawl logs for details%'

    OR [Text] Like '%Error% occurred during full-text index population for table or indexed view% (table or indexed view %, database %), full-text key value%. Failed to index the row%'

    OR [Text] Like '%Error% occurred during full-text index population for table or indexed view% (table or indexed view %, database %), full-text key value%. Attempt will be made to reindex it%'

    OR [Text] Like '%Execution of a full-text operation failed%'

    OR [Text] Like '%Full-text operation failed because database is read only%'

    OR [Text] Like '%Access is denied to full-text log path. Full-text logging is disabled for database%, catalog% (database %, catalog %)%'

    OR [Text] Like '%Full-text catalog path% exceeded% character limit%'

    OR [Text] Like '%Full-text initialization failed to create a memory clerk%'

    OR [Text] Like '%Failed to pause catalog for backup. Backup was aborted%'

    OR [Text] Like '%Invalid locale ID was specified. Please verify that the locale ID is correct and corresponding language resource has been installed%'

    OR [Text] Like '%Warning: Full-text index on table or indexed view% in database% has been changed after full-text catalog files backup. A full population is required to bring full-text index to a consistent state%'

    OR [Text] Like '%GROUP BY ALL cannot be used in full text search queries%'

    OR [Text] Like '%TYPE COLUMN option is not allowed for column types other than image or varbinary(max)%'

    OR [Text] Like '%Empty Partition function type-parameter-list is not allowed when defining a partition function%'

    OR [Text] Like '%Can not create RANGE partition function with multiple parameter types%'

    OR [Text] Like '%The type% is not valid for this operation%'

    OR [Text] Like '%Could not implicitly convert range values type specified at ordinal% to partition function parameter type%'

    OR [Text] Like '%Partition function% is being used by one or more partition schemes%'

    OR [Text] Like '%The associated partition function% generates more partitions than there are file groups mentioned in the scheme%'

    OR [Text] Like '%plicate range boundary values are not allowed in partition function boundary values list. Partition boundary values at ordinal% and% are equal%'

    OR [Text] Like '%Warning: Range value list for partition function% is not sorted by value. Mapping of partitions to filegroups during CREATE PARTITION SCHEME will use the sorted boundary values if the function% is referenced in CREATE PARTITION SCHEME%'

    OR [Text] Like '%Warning: The partition scheme% does not have any next used filegroup. Partition scheme has not been changed%'

    OR [Text] Like '%The DATA_COMPRESSION option was specified more than once for the table, or for at least one of its partitions if the table is partitioned%'

    OR [Text] Like '%Partition scheme% has been created successfully.% is marked as the next used filegroup in partition scheme%'

    OR [Text] Like '% filegroups specified after the next used filegroup are ignored%'

    OR [Text] Like '%Partition range value is missing%'

    OR [Text] Like '%The specified partition range value could not be found%'

    OR [Text] Like '%Can not create or alter a partition function to have zero partitions%'

    OR [Text] Like '%The partition scheme% is currently being used to partition one or more tables%'

    OR [Text] Like '%Partition range value cannot be specified for hash partitioning%'

    OR [Text] Like '%CREATE/ALTER partition function failed as only a maximum of% partitions can be created%'

    OR [Text] Like '%ata truncated when converting range values to the partition function parameter type. The range value at ordinal% requires data truncation%'

    OR [Text] Like '%plicate range boundary values are not allowed in partition function boundary values list. The boundary value being added is already present at ordinal% of the boundary value list%'

    OR [Text] Like '%Invalid partition number% specified for%, partition number can range from 1 to%'

    OR [Text] Like '%Only a single filegroup can be specified while creating partition scheme using option ALL to specify all the filegroups%'

    OR [Text] Like '%Computed column cannot be used as a partition key if it is not persisted. Partition key column% in table% is not persisted%'

    OR [Text] Like '%Alter partition function statement failed. Cannot repartition table% by altering partition function% because its clustered index% is disabled%'

    OR [Text] Like '%Partition column% has data type% which is different from the partition function% parameter data type%'

    OR [Text] Like '%Collation of partition column% does not match collation of corresponding parameter in partition function%'

    OR [Text] Like '%Invalid partition range%'

    OR [Text] Like '%Cannot specify partition number in the% statement as the% is not partitioned%'

    OR [Text] Like '%Alter% statement failed because partition number% does not exist in%'

    OR [Text] Like '%Cannot specify partition number in Alter% statement to rebuild or reorganize a partition of%'

    OR [Text] Like '%Cannot specify partition number in Alter index statement along with keyword ALL to rebuild partitions of table% when the table does not have any regular indexes%'

    OR [Text] Like '%statement failed. The% is partitioned while% is not partitioned%'

    OR [Text] Like '%specified for the clustered index% was used for table% even though% is specified for it%'

    OR [Text] Like '%Cannot specify partition number in alter% statement to rebuild or reorganize a partition of% as% is not partitioned%'

    OR [Text] Like '%Partition function can only be created in Enterprise edition of SQL Server. Only Enterprise edition of SQL Server supports partitioning%'

    OR [Text] Like '%is of a different filegroup type than the first filegroup in partition scheme%'

    OR [Text] Like '%Cannot enable compression for object%. Only SQL Server Enterprise Edition supports compression%'

    OR [Text] Like '%The required parameter% was not specified%'

    OR [Text] Like '%Functions that have a return type of% are unsupported through SOAP invocation%'

    OR [Text] Like '%The clause% can not be used in the% statement%'

    OR [Text] Like '%can not share the same value%'

    OR [Text] Like '%The parameter SITE can not be prefixed by a scheme such as % Valid values for SITE include%'

    OR [Text] Like '%The URL specified by endpoint% is already registered to receive requests or is reserved for use by another service%'

    OR [Text] Like '%An error % occurred while attempting to register the endpoint%'

    OR [Text] Like '%The endpoint% could not be unregistered%'

    OR [Text] Like '%Cannot find the object%, because it does not exist or you do not have permission%'

    OR [Text] Like '%is not within range for the% parameter%'

    OR [Text] Like '%COMPUTE BY queries are not supported over SOAP%'

    OR [Text] Like '%The endpoint% has been established in metadata, but HTTP listening has not been enabled because HTTP support did not start successfully. Verify that the operating system and the edition of SQL Server supports native HTTP access. Check the SQL Serve%'

    OR [Text] Like '%The parameter PATH must be supplied in its canonical form. An acceptable PATH is%'

    OR [Text] Like '%The specified value% already exists%'

    OR [Text] Like '%The specified value% does not exist%'

    OR [Text] Like '%A duplicate parameter was specified,%'

    OR [Text] Like '%The Base64 encoded input data was malformed for the parameter%'

    OR [Text] Like '%The request exceeds an internal limit. Simplify or reduce the size of the request%'

    OR [Text] Like '%The SOAP method object% must be specified using a fully qualified three-part name%'

    OR [Text] Like '%OAP namespaces beginning with% are disallowed because they are reserved for system use%'

    OR [Text] Like '%Cannot find the database%, because it does not exist or you do not have permission%'

    OR [Text] Like '%An unexpected XML node% (in the namespace%) was found in the% element (in the% namespace) of the SOAP request%'

    OR [Text] Like '%XML element (in the% namespace) was expected in the% element (in the% namespace) of the SOAP request%'

    OR [Text] Like '%XML element (in the% namespace) was expected as the topmost node of the SOAP request%'

    OR [Text] Like '%A SOAP method element was expected in the% element (in the% namespace) of the SOAP request%'

    OR [Text] Like '%nexpected character data was found in the% element (in the% namespace) of the SOAP request%'

    OR [Text] Like '%The user does not have permission to reserve and unreserve HTTP namespaces%'

    OR [Text] Like '%The statement is not supported on this version of the operating system. Could not find Httpapi.dll in the path%'

    OR [Text] Like '%The statement is not supported on this version of the operating system. Could not find function entry point % in Httpapi.dll%'

    OR [Text] Like '%Unable to complete the operation because of an unexpected error%'

    OR [Text] Like '%A reservation for this HTTP namespace % already exists%'

    OR [Text] Like '%A reservation for this HTTP namespace % does not exist%'

    OR [Text] Like '%The HTTP namespace % is in an invalid format. Specify the namespace in its canonical form%'

    OR [Text] Like '%The reservation for the HTTP namespace % has been deleted. If there are any endpoints associated with this namespace, they will continue to receive and process requests until the server is restarted%'

    OR [Text] Like '%Endpoint% has been disabled because it is insecurely configured. For a more information, attempt to start the endpoint using the ALTER ENDPOINT statement%'

    OR [Text] Like '%A fatal error occurred while reading the input stream from the network. The maximum number of network packets in one request was exceeded. Try using bulk insert, increasing network packet size, or reducing the size of the request. The session will be term%'

    OR [Text] Like '%XML data was found in the parameter% which is not an XML parameter. Please entitize any invalid XML character data in this parameter, or pass the parameter in typed as XSD:anyType or sqltypes:xml%'

    OR [Text] Like '%An invalid or unsupported localeId was specified for parameter%'

    OR [Text] Like '%Invalid sqlCompareOptions were specified for parameter%'

    OR [Text] Like '%The SQL Server Service account does not have permission to register the supplied URL on the endpoint%Use sp_reserve_http_namespace to explicitly reserve the URL namespace before you try to register the URL again%'

    OR [Text] Like '%attribute must be specified on the% element of the parameter% because it is of type%'

    OR [Text] Like '%Parameter%: If the% attribute appears on a parameter value node of type% (in the namespace%), it must refer to a CLR type%'

    OR [Text] Like '%The URL specified as the path% is not in an absolute format, and must begin with%'

    OR [Text] Like '%The URL value specified for the% parameter is too long%'

    OR [Text] Like '%Reading from HTTP input stream failed%'

    OR [Text] Like '%XML parameters do not support non-unicode element or attribute values%'

    OR [Text] Like '%Parameter%: Function or procedure parameters with improperly formatted or deprecated names are not supported through Native SOAP access. Refer to documentation for rules concerning the proper naming of parameters%'

    OR [Text] Like '%XML element (in the% namespace) in the% element (in the% namespace) of the SOAP request contained an invalid binary type%'

    OR [Text] Like '%Parameter collation cannot be specified on%'

    OR [Text] Like '%transport or content cannot be changed through the ALTER ENDPOINT statement. Use DROP ENDPOINT and execute the CREATE ENDPOINT statement to make these changes%'

    OR [Text] Like '% endpoints can only be of the "FOR%" type%'

    OR [Text] Like '%An endpoint of the requested type already exists. Only one endpoint of this type is supported. Use ALTER ENDPOINT or DROP the existing endpoint and execute the CREATE ENDPOINT statement%'

    OR [Text] Like '%The endpoint was not changed. The ALTER ENDPOINT statement did not contain any values to modify or update%'

    OR [Text] Like '%CREATE/ALTER ENDPOINT cannot be used to update the endpoint with this information. The Dedicated Administrator Connection endpoint is reserved and cannot be updated%'

    OR [Text] Like '%Web Services Description Language (WSDL) generation failed because the system was unable to query the metadata for the endpoint%'

    OR [Text] Like '%XML attribute and element values larger than 4000 characters are only allowed within the SOAP Body node%'

    OR [Text] Like '%An invalid sqlCollationVersion was specified for parameter%'

    OR [Text] Like '%An invalid sqlSortId was specified for parameter%'

    OR [Text] Like '%The endpoint name% is reserved for used by SQL. Endpoint names cannot begin with%'

    OR [Text] Like '%The AFFINITY clause is not supported for endpoints of this type%'

    OR [Text] Like '%The clause% is not valid for this endpoint type%'

    OR [Text] Like '% is not a parameter for procedure%, or it was supplied out of order%'

    OR [Text] Like '%The endpoint% is a built-in endpoint and cannot be dropped. Use the protocol configuration utilities to ADD or DROP Transact-SQL endpoints%'

    OR [Text] Like '%An endpoint already exists with the bindings specified. Only one endpoint supported for a specific binding. Use ALTER ENDPOINT or DROP the existing endpoint and execute the CREATE ENDPOINT statement%'

    OR [Text] Like '%An unexpected XML construct was found in the character data of the% element (in the% namespace) of the SOAP request%'

    OR [Text] Like '%statement is not supported on this edition of SQL Server%'

    OR [Text] Like '%QL Server is waiting for% remaining sessions and connections to close. If these sessions are not closed within a reasonable amount of time, "polite" shutdown will be aborted. This message may appear several times before SQL Server is shutdown%'

    OR [Text] Like '%QL Server was unable to close sessions and connections in a reasonable amount of time and is aborting "polite" shutdown%'

    OR [Text] Like '%OUTPUT was requested for parameter%, which is not supported for a WEBMETHOD with FORMAT=NONE%'

    OR [Text] Like '%ser-defined functions cannot be used for a WEBMETHOD with FORMAT=NONE%'

    OR [Text] Like '%Violation of tabular data stream (TDS) protocol. This is most often caused by a previous exception on this task. The last exception on the task was error%. This connection will be terminated%'

    OR [Text] Like '%Network error % occurred while sending data to the client%'

    OR [Text] Like '%A read operation on a large object failed while sending data to the client. A common cause for this is if the application is running in READ UNCOMMITTED isolation level. This connection will be terminated%'

    OR [Text] Like '%The IPv6 address specified is not supported. Only addresses that are in their numeric, canonical form are supported for listening%'

    OR [Text] Like '%The IPv6 address specified is not supported. The server may not be configured to allow for IPv6 connectivity, or the address may not be in a recognized IPv6 format%'

    OR [Text] Like '%The SOAP headers on the request have exceeded the size limits established for this endpoint. The endpoint owner may increase these limits via ALTER ENDPOINT%'

    OR [Text] Like '%An error occurred while attempting to register the endpoint%One or more of the ports specified in the CREATE ENDPOINT statement may be bound to another process. Attempt the statement again with a different port or use netstat to find the applica%'

    OR [Text] Like '%Creation of a TSQL endpoint will result in the revocation of any % connect permissions on the% endpoint%'

    OR [Text] Like '%Internal subset DTDs inside SOAP requests are not allowed%'

    OR [Text] Like '%Incompatible XML attributes were present. The% attribute and the% attribute may not both be present on a parameter value node of type% (in the namespace%)%'

    OR [Text] Like '%Listening has not been started on the endpoint% found in metadata. Endpoint operations are disabled on this edition of SQL Server%'

    OR [Text] Like '%Only a system administrator can specify a custom WSDL stored procedure on the endpoint%'

    OR [Text] Like '%The column or parameter% uses a data type not supported by SOAP. SOAP only supports data types supported in SQL Server 2005 or earlier%'

    OR [Text] Like '%Creating and altering SOAP endpoints will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%QL Server native SOAP support is now deprecated and will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%The return value uses a data type not supported by SOAP. SOAP only supports data types supported in SQL Server 2005 or earlier%'

    OR [Text] Like '%The repair statement was not processed. This level of repair is not supported when the database is in emergency mode%'

    OR [Text] Like '%Table error: The orphaned file% was found in the FILESTREAM directory % for object %, index %, partition %, column %'

    OR [Text] Like '%Table error%'

    OR [Text] Like '%Table error: Cannot find the FILESTREAM file% for column % (column directory %) in object %, index %, partition %, page %, slot %'

    OR [Text] Like '%is not a valid FILESTREAM directory%'

    OR [Text] Like '%is not a valid FILESTREAM file%'

    OR [Text] Like '%Table error: The directory% under the rowset directory % is not a valid FILESTREAM directory%'

    OR [Text] Like '%Table error: The file% in the rowset directory % is not a valid FILESTREAM file%'

    OR [Text] Like '%The emergency-mode repair failed.You must restore from backup%'

    OR [Text] Like '%Repair: The % has been allocated to%'

    OR [Text] Like '%Repair: The % has been deallocated from%'

    OR [Text] Like '%Repair: The extent% has been allocated to%'

    OR [Text] Like '%Repair: The extent% has been deallocated from%'

    OR [Text] Like '%Repair:% page at% has been rebuilt%'

    OR [Text] Like '%has been truncated before % and will be rebuilt%'

    OR [Text] Like '%Repair: Deleted record for%. Indexes will be rebuilt%'

    OR [Text] Like '%Repair: Converted forwarded record for % to a data row%'

    OR [Text] Like '%next and % previous pointers have been set to match each other%'

    OR [Text] Like '%Repair statement not processed. Database needs to be in single user mode%'

    OR [Text] Like '%Repair statement not processed. Database cannot be a snapshot%'

    OR [Text] Like '%Check statement aborted. The database could not be checked as a database snapshot could not be created and the database or table could not be locked. See Books Online for details of when this behavior is expected and what workarounds exist. Also see previ%'

    OR [Text] Like '%The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not support sparse files or alternate streams. Attempting to get exclusive access to run checks offline%'

    OR [Text] Like '%Check statement aborted. Database contains deferred transactions%'

    OR [Text] Like '%Mirroring must be removed from the database for this DBCC command%'

    OR [Text] Like '%for a partition was seen two times%'

    OR [Text] Like '%is in filegroup% but should be in filegroup%'

    OR [Text] Like '%exists for a partition, but the corresponding partition does not exist in the database%'

    OR [Text] Like '%but that column does not exist in the partition%'

    OR [Text] Like '%but that column is not a FILESTREAM column%'

    OR [Text] Like '%Table error:%was not found%'

    OR [Text] Like '%Table error:% twice in the column directory%'

    OR [Text] Like '%Cannot detach database% because it does not exist%'

    OR [Text] Like '%System databases master, model, msdb, and tempdb cannot be detached%'

    OR [Text] Like '%processing encountered file name%'

    OR [Text] Like '%Warning: Could not complete filestream consistency checks due to an operating system error. Any consistency errors found in the filestream subsystem will be silenced. Please refer to other errors for more information. This condition is likely transien%'

    OR [Text] Like '%Invalid SP% specified%'

    OR [Text] Like '%Cannot display the specified % buffer; in transition%'

    OR [Text] Like '%The specified SPID does not process input/output data streams%'

    OR [Text] Like '%An invalid server process identifier%'

    OR [Text] Like '%is a var column with a NULL value and non-zero data length%'

    OR [Text] Like '%Invalid BATCH% specified%'

    OR [Text] Like '%is not a valid FILESTREAM LOG file%'

    OR [Text] Like '%Repair: Deleted FILESTREAM file%'

    OR [Text] Like '%Table error: Could not check object due to invalid allocation%'

    OR [Text] Like '%Warning: NO_INDEX option%'

    OR [Text] Like '%Transaction information for database%'

    OR [Text] Like '%No active open transactions%'

    OR [Text] Like '%Oldest active transaction%'

    OR [Text] Like '%Replicated Transaction Information%'

    OR [Text] Like '%oes not have permission to run DBCC%'

    OR [Text] Like '%Check statement terminated due to unrepairable error%'

    OR [Text] Like '%Cannot shrink%'

    OR [Text] Like '%consistency errors in system catalogs prevent further%'

    OR [Text] Like '%Extended stored procedures can only be created in the master database%'

    OR [Text] Like '% does not contain an identity column%'

    OR [Text] Like '%Checking identity information: current identity value %'

    OR [Text] Like '%Could not find any index named% for table%'

    OR [Text] Like '%Meta-information is invalid for the Sql Variant parameter%'

    OR [Text] Like '%has an invalid database or schema specified%'

    OR [Text] Like '%Too many parameters were provided in this RPC request. The maximum is%'

    OR [Text] Like '%The RPC name is inval%'

    OR [Text] Like '%The parameter name is inval%'

    OR [Text] Like '%The parameter status flags are inval%'

    OR [Text] Like '%The chunking format is incorrect for a large object parameter%'

    OR [Text] Like '%The number of params passed to sp_execute is not equal to the number of params used when the handle was prepared%'

    OR [Text] Like '%is unknown%'

    OR [Text] Like '%The RPC is marked with the metadata unchanged flag%'

    OR [Text] Like '%has an invalid instance length%'

    OR [Text] Like '%has an invalid type for type-specific metadata%'

    OR [Text] Like '%is an untyped NULL but is marked as an output parameter%'

    OR [Text] Like '%has an invalid precision or scale%'

    OR [Text] Like '%is a deprecated large object, or LOB, but is marked as output parameter. Deprecated types are not supported as output parameters. Use current large object types instead%'

    OR [Text] Like '%has an invalid user type specified%'

    OR [Text] Like '%has an invalid length for serialization metadata%'

    OR [Text] Like '%has an invalid database specified%'

    OR [Text] Like '%The supplied value is NULL and data type% cannot be NULL. Check the source data for invalid values%'

    OR [Text] Like '%The supplied value is not a valid instance of data type%. Check the source data for invalid values. An example of an invalid valu%'

    OR [Text] Like '%has an invalid collation for type-specific metadata%'

    OR [Text] Like '%The RPC is marked with the metadata unchanged flag, but data type%'

    OR [Text] Like '%has an invalid schema specified%'

    OR [Text] Like '%unexpected token encountered processing a table-valued %'

    OR [Text] Like '%has an invalid database or schema specified%'

    OR [Text] Like '%The chunking format is incorrect for a large object parameter of data type%'

    OR [Text] Like '%has an invalid length for type-specific metadata%'

    OR [Text] Like '%has an invalid data length or metadata length%'

    OR [Text] Like '%has an invalid precision or scale%'

    OR [Text] Like '%cannot be NULL. Check the source data for inval%'

    OR [Text] Like '%Check the source data for inval%'

    OR [Text] Like '%has an invalid schema specified%'

    OR [Text] Like '%has a non-zero length database name specified%'

    OR [Text] Like '%has an invalid type name specified%'

    OR [Text] Like '%has an invalid column count specified%'

    OR [Text] Like '%has an invalid column name specified%'

    OR [Text] Like '%timestamp column is required to be default%'

    OR [Text] Like '%has an invalid column flag specified%'

    OR [Text] Like '%has invalid ordering and uniqueness metadata specified%'

    OR [Text] Like '%has invalid column ordering metadata specified%'

    OR [Text] Like '%has too many optional metadata tokens specified%'

    OR [Text] Like '%The specified column is computed or default and has ordering or uniqueness set. Ordering and uniqueness can only be set on columns that have client%'

    OR [Text] Like '%to a parameterized string has no table type defined%'

    OR [Text] Like '%is null and not set to default. A null table-valued%'

    OR [Text] Like '%conform to the table type of the parameter%'

    OR [Text] Like '%This type is not supported by down-level clients. Send the serialized data of the large CLR type%'

    OR [Text] Like '%oes not exist or you do not have permissions to access it%'

    OR [Text] Like '%An explicit value for the identity column in table% can only be specified when a column list is used and IDENTITY_INSERT is ON%'

    OR [Text] Like '%Cannot update identity column%'

    OR [Text] Like '% is not a user table. Cannot perform SET operation%'

    OR [Text] Like '%Table% does not have the identity property. Cannot perform SET operation%'

    OR [Text] Like '%Cannot perform SET operation for table%'

    OR [Text] Like '%Cannot add identity column, using the SELECT INTO statement, to table%, which already has column% that inherits the identity property%'

    OR [Text] Like '%Attempting to add multiple identity columns to table% using the SELECT INTO statement%'

    OR [Text] Like '%Cannot add multiple PRIMARY KEY constraints to table%'

    OR [Text] Like '%Cannot define PRIMARY KEY constraint on nullable column in table%'

    OR [Text] Like '%Cannot add more than one clustered index for constraints on table%'

    OR [Text] Like '%Incorrect use of the XML data type method%. A mutator method is expected in this context%'

    OR [Text] Like '%Error converting data type% to%'

    OR [Text] Like '%Arithmetic overflow error converting% to data type%'

    OR [Text] Like '%Argument data type% is invalid for argument%'

    OR [Text] Like '%Operand data type% is invalid for% operator%'

    OR [Text] Like '%select list because it is not contained in an aggregate function and there is no GROUP BY clause%'

    OR [Text] Like '%HAVING clause because it is not contained in an aggregate function and there is no GROUP BY clause%'

    OR [Text] Like '%select list because it is not contained in either an aggregate function or the GROUP BY clause%'

    OR [Text] Like '%HAVING clause because it is not contained in either an aggregate function or the GROUP BY clause%'

    OR [Text] Like '%A correlated expression is invalid because it is not in a GROUP BY clause%'

    OR [Text] Like '%Multiple columns are specified in an aggregated expression containing an outer reference. If an expression being aggregated contains an outer reference, then that outer reference must be the only column referenced in the expression%'

    OR [Text] Like '%An aggregated expression containing an outer reference must be contained in either the select list, or a HAVING clause subquery in the query whose FROM clause contains the table with the column being aggregated%'

    OR [Text] Like '%ORDER BY clause because it is not contained in an aggregate function and there is no GROUP BY clause%'

    OR [Text] Like '%ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause%'

    OR [Text] Like '%Consider using DBCC SHRINKDB%'

    OR [Text] Like '%Refer to the topic "Backward Compatibility Details%'

    OR [Text] Like '%The expected version is%'

    OR [Text] Like '%None of the result expressions in a CASE specification can be NULL%'

    OR [Text] Like '%ivide by zero error encountered%'

    OR [Text] Like '%Table level constraint does not specify column list, table%'

    OR [Text] Like '%uplicate columns specified in% constraint key list, table%'

    OR [Text] Like '%Incorrect use of the XML data type method%. A non-mutator method is expected in this context%'

    OR [Text] Like '%More than 16 columns specified in foreign key column list, table%'

    OR [Text] Like '%Number of referencing columns in foreign key differs from number of referenced columns, table%'

    OR [Text] Like '%More than one key specified in column level% constraint, table%'

    OR [Text] Like '%Column% constraint for column% references another column, table%'

    OR [Text] Like '%Parameter% was supplied multiple times%'

    OR [Text] Like '%Procedure or function% has too many arguments specified%'

    OR [Text] Like '% is not a parameter for procedure%'

    OR [Text] Like '%Procedure% has no parameters and arguments were supplied%'

    OR [Text] Like '%Could not create IDENTITY attribute on nullable column%, table%'

    OR [Text] Like '%More than one column% constraint specified for column%, table%'

    OR [Text] Like '%OLE Automation objects are not supported in fiber mode%'

    OR [Text] Like '%Multiple NULL constraints were specified for column%, table%'

    OR [Text] Like '%Both a PRIMARY KEY and UNIQUE constraint have been defined for column%, table%. Only one is allowed%'

    OR [Text] Like '%String or binary data would be truncated%'

    OR [Text] Like '%Warning: Null value is eliminated by an aggregate or other SET operation%'

    OR [Text] Like '%is ambiguous%'

    OR [Text] Like '%No column name was specified for column% of%'

    OR [Text] Like '%The column% was specified multiple times for%'

    OR [Text] Like '% has more columns than were specified in the column list%'

    OR [Text] Like '% has fewer columns than were specified in the column list%'

    OR [Text] Like '%A GROUPING or GROUPING_ID function can only be specified when there is a GROUP BY clause%'

    OR [Text] Like '%Argument% of the% function does not match any of the expressions in the GROUP BY clause%'

    OR [Text] Like '%The formal parameter% was not declared as an OUTPUT parameter, but the actual parameter passed in requested output%'

    OR [Text] Like '%An INSERT EXEC statement cannot be nested%'

    OR [Text] Like '%Invalid subcommand value%. Legal range from% to%'

    OR [Text] Like '%Constraint name% not permitted. Constraint names cannot begin with a number sign (#)%'

    OR [Text] Like '%The type of column% conflicts with the type of other columns specified in the UNPIVOT list%'

    OR [Text] Like '%Cannot create, drop, enable, or disable more than one constraint, column, or trigger named% in this context. Duplicate names are not allowed%'

    OR [Text] Like '%Conversion failed when converting from a character string to uniqueidentifier%'

    OR [Text] Like '%Insufficient result space to convert uniqueidentifier value to char%'

    OR [Text] Like '%is inval%'

    OR [Text] Like '%The argument% of the XML data type method% must be a string literal%'

    OR [Text] Like '%Incorrect syntax was used to invoke the XML data type method%'

    OR [Text] Like '%Schema lock with handle% not found%'

    OR [Text] Like '%Could not find table%. Will try to resolve this table name later%'

    OR [Text] Like '%Resync procedure expects value of key%, which was not supplied%'

    OR [Text] Like '%Cannot use a column in the% clause unless it is contained in either an aggregate function or the GROUP BY clause%'

    OR [Text] Like '%The parameterized query% expects the parameter%, which was not supplied%'

    OR [Text] Like '%Could not find prepared statement with handle%'

    OR [Text] Like '%tatement(s) could not be prepared%'

    OR [Text] Like '%Text for% is missing from the system catalog. The object must be dropped and re-created before it can be used%'

    OR [Text] Like '%Only UNIQUE or PRIMARY KEY constraints can be created on computed columns, while CHECK, FOREIGN KEY, and NOT NULL constraints require that computed columns be persisted%'

    OR [Text] Like '%Error in binarychecksum. There are no comparable columns in the binarychecksum input%'

    OR [Text] Like '%Error expanding "*": An incomparable column has been found in an underlying table or view%'

    OR [Text] Like '%Function% can be used only on user and system tables%'

    OR [Text] Like '%The prepared handle% is currently being used by another command (error state:%)%'

    OR [Text] Like '%There is already a SQL type for assembly type% on assembly%. Only one SQL type can be mapped to a given assembly type. CREATE TYPE fails%'

    OR [Text] Like '%You do not have permission to run%'

    OR [Text] Like '%Cannot compile replication filter procedure without defining table being filtered%'

    OR [Text] Like '%Replication filter procedures can only contain SELECT, GOTO, IF, WHILE, RETURN, and DECLARE statements%'

    OR [Text] Like '%Replication filter procedures cannot have parameters%'

    OR [Text] Like '%Cannot execute a procedure marked FOR REPLICATION%'

    OR [Text] Like '%Cannot create% on%. Insert, Update, and Delete triggers can only be created on user tables and views%'

    OR [Text] Like '%plicate column specified as ROWGUIDCOL%'

    OR [Text] Like '%The object% does not exist or is invalid for this operation%'

    OR [Text] Like '%In EXECUTE <procname>, procname can only be a literal or variable of type char, varchar, nchar, or nvarchar%'

    OR [Text] Like '%in procedure sp_addextendedproperty, sp_updateextendedproperty and sp_dropextendedproperty and in table-valued function fn_listextendedproperty has been deprecated and will be removed in a future version of SQLv Server%'

    OR [Text] Like '%CREATE RULE and DROP RULE will be removed in a future version of SQL Server. Avoid using CREATE RULE and DROP RULE in new development work, and plan to modify applications that currently use them. Use check constraints instead, which are created using the%'

    OR [Text] Like '%CREATE DEFAULT and DROP DEFAULT will be removed in a future version of SQL Server. Avoid using CREATE DEFAULT and DROP DEFAULT in new development work, and plan to modify applications that currently use them. Instead, use default definitions created using%'

    OR [Text] Like '%INDEXKEY_PROPERTY will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use sys.index_columns instead%'

    OR [Text] Like '%The TEXT IN ROW feature will be removed in a future version of SQL Server. Avoid using sp_tableoption for TEXT IN ROW option in new development work, and plan to modify applications that currently use the text in row option. The preferred method of storin%'

    OR [Text] Like '%in procedure sp_addextendedproperty, sp_updateextendedproperty and sp_dropextendedproperty and in table-valued function fn_listextendedproperty has been deprecated and will be removed in a future version of SQL Server%'

    OR [Text] Like '%FILE_ID will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use FILE_IDEX instead%'

    OR [Text] Like '%SER_ID will be removed from a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use DATABASE_PRINCIPAL_ID instead%'

    OR [Text] Like '%SQL Server performance counters are disabled%'

    OR [Text] Like '%@@REMSERVER will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use the feature. Use linked servers and linked server stored procedures instead%'

    OR [Text] Like '%se of NOLOCK or READUNCOMMITTED hints in the FROM clause of an UPDATE or DELETE statement on the target table of the statement% is deprecated. These hints have no effect in this location. Microsoft recommends that you remove these hints from thi%'

    OR [Text] Like '%A trace control request could not be processed because invalid parameters were specified when events were registered. Confirm that the parameters are within valid ranges%'

    OR [Text] Like '%Cannot find the requested trace template%'

    OR [Text] Like '%Event Tracing for Windows failed to start% To enable Event Tracing for Windows, restart SQL Server%'

    OR [Text] Like '%Event Tracing for Windows failed to send an event. Send failures with the same error code may not be reported in the future. Error ID:%, Event class ID:%, Cause%'

    OR [Text] Like '%erver-level event notifications can not be delivered. Either Service Broker is disabled in msdb, or msdsb failed to start. Event notifications in other databases could be affected as well. Bring msdb online, or enable Service Broker%'

    OR [Text] Like '%Event Tracing for Windows (ETW) failed to send event. The server has run out of memory. The same send failure may not be reported in the future%'

    OR [Text] Like '%Event Tracing for Windows (ETW) failed to send event. This may be due to low resource conditions. The same send failure may not be reported in the future%'

    OR [Text] Like '%Event Tracing for Windows (ETW) failed to send event. Event message size exceeds limit. The same send failure may not be reported in the future%'

    OR [Text] Like '%QL Trace failed to send event notification. The server has run out of memory. The same send failure may not be reported in the future%'

    OR [Text] Like '%QL Trace failed to send event notification. This may be due to low resource conditions. The same send failure may not be reported in the future%'

    OR [Text] Like '%Old style RAISERROR (Format: RAISERROR integer string) will be removed in the next version of SQL Server. Avoid using this in new development work, and plan to modify applications that currently use it to use new style RAISERROR%'

    OR [Text] Like '%QLOLEDB is no longer a supported provider. Please use SQL Native Client (SQLNCLI) to connect to SQL Server using linked server%'

    OR [Text] Like '%QLOLEDB is no longer a supported provider. Please use SQL Native Client (SQLNCLI) for ad hoc connection to SQL Server%'

    OR [Text] Like '%pecifying table hints without using a WITH keyword is a deprecated feature and will be removed in a future version%'

    OR [Text] Like '%pecifying HOLDLOCK as a table hint without parentheses is a deprecated feature and will be removed in the next version of SQL Server%'

    OR [Text] Like '%se of space as a separator for table hints is a deprecated feature and will be removed in a future version. Use a comma to separate individual table hints%'

    OR [Text] Like '%The select list of an aggregate indexed view must contain count_big(*) in 90 compatibility mode and higher%'

    OR [Text] Like '%se of hint% on the target table of INSERT is deprecated because it may be removed in a future version of SQL Server. Modify the INSERT statement to remove the use of this hint%'

    OR [Text] Like '%The indirect application of table hints to an invocation of a multi-statement table-valued function (TVF) through a view will be removed in a future version of SQL Server. Remove hints on references to view% because it references a multi-statement%'

    OR [Text] Like '%The ability to return results from triggers will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%The ALL permission will be removed in a future version of SQL Server. Avoid using this permission in new development work and plan to modify applications that currently use it%'

    OR [Text] Like '%function calling syntax will be removed in a future version of SQL Server. Replace it with "sys."%'

    OR [Text] Like '%The usage of 2-part names in DROP INDEX is deprecated. New-style syntax DROP INDEX <1p-name> ON {<3p-table-name> | <3p-view-name> }%'

    OR [Text] Like '%The ability to not specify a column name when the datatype is timestamp will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%sage of deprecated index option syntax. The deprecated relational index option syntax structure will be removed in a future version of SQL Server. Avoid using this syntax structure in new development work, and plan to modify applications that currently u%'

    OR [Text] Like '%will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it. Use% instead%'

    OR [Text] Like '%The TEXT, NTEXT, and IMAGE data types will be removed in a future version of SQL Server. Avoid using them in new development work, and plan to modify applications that currently use them. Use the varchar(max), nvarchar(max), and varbinary(max) data types%'

    OR [Text] Like '%The use of more than two-part column names will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%This message could not be delivered because the target user with % in database % does not have permission to receive from the queue%'

    OR [Text] Like '%ata type is not allowed%'

    OR [Text] Like '%Remove the duplicate message type%'

    OR [Text] Like '%The service contract% is specified more than once. Remove the duplicate service contract%'

    OR [Text] Like '%An error occurred in the service broker queue rollback handler, while trying to disable a queue%'

    OR [Text] Like '%The dialog lifetime can not be NULL. Specify a valid dialog lifetime value from%'

    OR [Text] Like '%Received a message that contains invalid header fields. This may indicate a network problem or that another application is connected to the Service Broker endpoint%'

    OR [Text] Like '%Target service% does not support contract%'

    OR [Text] Like '%This message could not be delivered because the targeted service does not support the service contract. Targeted service:%, service contract%'

    OR [Text] Like '%The conversation timer cannot be set beyond%'

    OR [Text] Like '%Specify a valid dialog lifetime value%'

    OR [Text] Like '%The syntax of the service name% is inval%'

    OR [Text] Like '%The syntax of the broker instance% is invalid. The specified broker instance is too long, the maximum size is 256 bytes%'

    OR [Text] Like '%The conversation group % is invalid in this context. Specify a different conversion group %'

    OR [Text] Like '%The activated task was aborted because the invoked stored procedure% did not issue COMMIT or ROLLBACK on one or more transactions that it begun%'

    OR [Text] Like '%The service contract name is NULL. Specify a service contract name%'

    OR [Text] Like '%The conversation handle is missing. Specify a conversation handle%'

    OR [Text] Like '%Both the error code and the description must be provided for END CONVERSATION WITH ERROR. Neither value can be NULL%'

    OR [Text] Like '%The conversation group is missing. Specify a conversation group%'

    OR [Text] Like '%The service name is missing. Specify a service name%'

    OR [Text] Like '%The error description is missing. Specify a description of the error%'

    OR [Text] Like '%The service% is not found%'

    OR [Text] Like '%The error code and error description are missing. Specify both the error code and description of the error%'

    OR [Text] Like '%The service contract% is not found%'

    OR [Text] Like '%The conversation handle% is not found%'

    OR [Text] Like '%The conversation endpoint is not in a valid state for END CONVERSATION. The current endpoint state is%'

    OR [Text] Like '%The message type% is not found%'

    OR [Text] Like '%The conversation endpoint is not in a valid state for SEND. The current endpoint state is%'

    OR [Text] Like '%The message body failed the configured validation%'

    OR [Text] Like '%The message type% is not part of the service contract%'

    OR [Text] Like '%The message cannot be sent because the message type% is marked SENT BY TARGET in the contract, however this service is an Initiator%'

    OR [Text] Like '%The message body may not be NULL. A zero-length UNICODE or binary string is allowed%'

    OR [Text] Like '%The message cannot be sent because the message type% is marked SENT BY INTITIATOR in the contract, however this service is a Target%'

    OR [Text] Like '%The conversation group% is not found%'

    OR [Text] Like '%The message received was sent by a Target service, but the message type% is marked SENT BY INITIATOR in the contract%'

    OR [Text] Like '%The conversation endpoint is not in a valid state for MOVE CONVERSATION. The current endpoint state is%'

    OR [Text] Like '%The destination conversation group% is inval%'

    OR [Text] Like '%The conversation group exists, but no queue exists. Possible database corruption. Run DBCC CHECKDB%'

    OR [Text] Like '%There is no Service Broker active in the database. Change to a database context that contains a Service Broker%'

    OR [Text] Like '%The conversation with % and initiator:% references a missing conversation group%. Run DBCC CHECKDB to analyze and repair the database%'

    OR [Text] Like '%The service queue structure is inconsistent. Possible database corruption. Run DBCC CHECKDB%'

    OR [Text] Like '%The conversation handle% is referencing an invalid conversation %, initiator%'

    OR [Text] Like '%A RECEIVE statement that assigns a value to a variable must not be combined with data retrieval operations%'

    OR [Text] Like '%Assignments in the RECEIVE projection are not allowed in conjunction with the INTO clause%'

    OR [Text] Like '%The message received was sent by the initiator of the conversation, but the message type% is marked SENT BY TARGET in the contract%'

    OR [Text] Like '%The conversation endpoint is not in a valid state for BEGIN CONVERSATION TIMER. The current endpoint state is%'

    OR [Text] Like '%The message size, including header information, exceeds the maximum allowed of%'

    OR [Text] Like '%The conversation endpoint with % and is_initiator:% is referencing the invalid conversation handle%'

    OR [Text] Like '%An internal service broker error detected. Possible database corruption. Run DBCC CHECKDB%'

    OR [Text] Like '%The remote conversation endpoint is either in a state where no more messages can be exchanged, or it has been dropped%'

    OR [Text] Like '%Failed to read the message body while marshaling a message. This message is a symptom of another problem. Check the SQL Server error log and the Windows event log for additional messages and address the underlying problem. If the problem persists, the dat%'

    OR [Text] Like '%nderlying service has been altered%'

    OR [Text] Like '%Remote service has been altered%'

    OR [Text] Like '%Remote service has been dropped%'

    OR [Text] Like '%An SNI call failed during a Service Broker/Database Mirroring transport operation. SNI error%'

    OR [Text] Like '%The remote service has sent a message that contains invalid header fields%'

    OR [Text] Like '%The conversation endpoint with % and is_initiator:% has been dropped%'

    OR [Text] Like '%An internal Service Broker error occurred%'

    OR [Text] Like '%sed by test in failpoint simulation%'

    OR [Text] Like '%The remote service contract has been dropped%'

    OR [Text] Like '%The dialog has exceeded the specified LIFETIME%'

    OR [Text] Like '%Cannot find the remote service% because it does not exist%'

    OR [Text] Like '%The service contract% must have at least one message SENT BY INITIATOR or ANY%'

    OR [Text] Like '%The alter of service% must change the queue or at least one contract%'

    OR [Text] Like '%You do not have permission to access the service%'

    OR [Text] Like '%The conversation has already been acknowledged by another instance of this service%'

    OR [Text] Like '%The remote service has sent a message of type% that is not part of the local contract%'

    OR [Text] Like '%The remote service has sent a message body of type% that does not match the message body encoding format. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%MSDTC on server% is unavailable%'

    OR [Text] Like '%received from Microsoft Distributed Transaction Coordinator (MS DTC)%'

    OR [Text] Like '%The import buffer for this transaction is not val%'

    OR [Text] Like '%Cannot change transaction state from%'

    OR [Text] Like '%QueryInterface failed for%'

    OR [Text] Like '%Import of Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed%'

    OR [Text] Like '%Enlist operation failed%'

    OR [Text] Like '%Unknown isolation level%'

    OR [Text] Like '%commit transaction acknowledgement failed%'

    OR [Text] Like '%end transaction acknowledgement failed%'

    OR [Text] Like '%PREPARE acknowledgement failed%'

    OR [Text] Like '%global state is not val%'

    OR [Text] Like '%Failed to get Microsoft Distributed Transaction Coordinator%'

    OR [Text] Like '%Microsoft Distributed Transaction Coordinator (MS DTC) BEGIN TRANSACTION failed%'

    OR [Text] Like '%Current Microsoft Distributed Transaction Coordinator (MS DTC) transaction must be committed by remote client%'

    OR [Text] Like '%Internal Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed to commit%'

    OR [Text] Like '%This awakening state is not valid%'

    OR [Text] Like '%Microsoft Distributed Transaction Coordinator (MS DTC) has stopped this transaction%'

    OR [Text] Like '%PREPARE TRAN statement not allowed on MSDTC transaction%'

    OR [Text] Like '%The current transaction could not be exported to the remote provider. It has been rolled back%'

    OR [Text] Like '%istributed transaction completed. Either enlist this session in a new transaction or the NULL transaction%'

    OR [Text] Like '%Cannot go remote while the session is enlisted in a distributed transaction that has an active savepoint%'

    OR [Text] Like '%An attempt to create a distributed transaction export token failed with this error:%. Contact your Microsoft Distributed Transaction Coordinator (MS DTC) system administrator%'

    OR [Text] Like '%The commit of the Kernel Transaction Manager (KTM) transaction failed%'

    OR [Text] Like '%Unable to extract the Kernel Transaction Manager (KTM) transaction handle from the Microsoft Distributed Transaction Coordinator%'

    OR [Text] Like '%The Windows kernel transaction manager creation failed%'

    OR [Text] Like '%The Windows kernel transaction manager failed to create the enlistment%'

    OR [Text] Like '%Error while reading resource manager notification from Kernel Transaction Manager (KTM)%'

    OR [Text] Like '%Error while waiting for communication from Kernel Transaction Manager (KTM)%'

    OR [Text] Like '%The KTM RM for this database,%, failed to start%'

    OR [Text] Like '%A savepoint operation in the Windows transactional file system failed%'

    OR [Text] Like '%Only single DB updates are allowed with FILESTREAM operations%'

    OR [Text] Like '%This transaction was aborted by Kernel Transaction Manager%'

    OR [Text] Like '%The current isolation level is not supported by the FILESTREAM%'

    OR [Text] Like '%The distributed transaction with UOW% was forced to rollback%'

    OR [Text] Like '%ystem process % tried to terminate the distributed transaction with Unit of Work %. This message occurs when the client executes a KILL statement on the distributed transaction%'

    OR [Text] Like '%tried to commit the distributed transaction with%'

    OR [Text] Like '%Unable to commit a prepared transaction from the Microsoft Distributed Transaction Coordinator (MS DTC). Shutting down server to initiate resource manager (RM) recovery. When the RM recovers, it will query the transaction manager about the outcome of the%'

    OR [Text] Like '%nknown status of commit of a two-phase commit transaction. Shutting down server. Restart server to complete recovery%'

    OR [Text] Like '%nknown status% from Reenlist call in rm_resolve%'

    OR [Text] Like '%Unable to load Microsoft Distributed Transaction Coordinator (MS DTC) library. This error indicates that MS DTC is not installed. Install MS DTC to proceed%'

    OR [Text] Like '%Resource Manager Creation Failed%'

    OR [Text] Like '%unavailable%'

    OR [Text] Like '%MS DTC initialization failed because the transaction manager address is invalid. The protocol element used to carry address information may be too large. A network protocol analyzer may provide additional information about the cause. Contact your applicat%'

    OR [Text] Like '%failed%'

    OR [Text] Like '%Microsoft Distributed Transaction Coordinator (MS DTC) initialization failed due to insufficient memory. It may be necessary to change some server configuration options to make more memory available%'

    OR [Text] Like '%The Microsoft Distributed Transaction Coordinator (MS DTC) service could not be contacted. If you would like distributed transaction functionality, please start this service%'

    OR [Text] Like '%The connection has been lost with Microsoft Distributed Transaction Coordinator (MS DTC). Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) will begin once the connection is re-established%'

    OR [Text] Like '%QL Server failed to prepare DTC transaction. Failure code%'

    OR [Text] Like '%Internal Query Processor Error: The query processor could not obtain access to a required interface%'

    OR [Text] Like '%Indexes used in hints must be explicitly included by the index tuning wizard%'

    OR [Text] Like '%Invalid syntax for internal DBCC REPAIR statement%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Table% has a column level check constraint% on column% that is not loadable for semantic validation%'

    OR [Text] Like '%Index creation operation will use% KB of memory specified in the advanced sp_configure option "min memory per query (KB)" instead of%lu KB specified in "index create memory (KB)" option because the former has to be smaller than the latter%'

    OR [Text] Like '%This index operation requires% KB of memory per DOP. The total requirement of% KB for DOP of%lu is greater than the sp_configure value of%lu KB set for the advanced server configuration option "index create memory (KB)". Increase this setting%'

    OR [Text] Like '%The table% cannot be modified because one or more non-clustered indexes reside in a filegroup which is not online%'

    OR [Text] Like '%The query could not be completed due to an online index build operation and must be recompiled%'

    OR [Text] Like '%The index hints for table% were ignored because the table was considered a fact table in the star join%'

    OR [Text] Like '%The query processor could not produce a query plan because a worktable is required, and its minimum row size exceeds the maximum allowable of% bytes. A typical reason why a worktable is required is a GROUP BY or ORDER BY clause in the query. If the quer%'

    OR [Text] Like '%The query processor could not produce a query plan because a worktable is required, and its minimum row size exceeds the maximum allowable of% bytes. A typical reason why a worktable is required is a GROUP BY or ORDER BY clause in the query. Resubmit yo%'

    OR [Text] Like '%The query processor ran out of stack space during query optimization. Please simplify the query%'

    OR [Text] Like '%Query processor could not produce a query plan because of the hints defined in this query. Resubmit the query without specifying any hints and without using SET FORCEPLAN%'

    OR [Text] Like '%The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. If%'

    OR [Text] Like '%Internal Query Processor Error: The query processor could not produce a query plan. For more information, contact Customer Support Services%'

    OR [Text] Like '%Warning: The join order has been enforced because a local join hint is used%'

    OR [Text] Like '%A time out occurred while waiting to optimize the query. Rerun the query%'

    OR [Text] Like '%Internal Query Processor Error: The query processor encountered an unexpected error during execution%'

    OR [Text] Like '%Internal error: Server stack limit has been reached. Please look for potentially deep nesting in your query, and try to simplify it%'

    OR [Text] Like '%Internal error: An expression services limit has been reached. Please look for potentially complex expressions in your query, and try to simplify them%'

    OR [Text] Like '%The query processor could not produce a query plan because distributed query does not support materializing intermediate results with default in DML queries over remote sources. Try to use actual default values instead of default or split the update into%'

    OR [Text] Like '%The query processor received an error from a cluster communication layer%'

    OR [Text] Like '%The query processor could not produce a query plan for a query with a spatial index hint. Reason:%Try removing the index hints or removing SET FORCEPLAN%'

    OR [Text] Like '%The query processor could not produce a query plan because there is a subquery in the predicate of the full outer join. This is not supported for distributed queries%'

    OR [Text] Like '%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. Consider waiting until the online index build%'

    OR [Text] Like '%The query processor could not start the necessary thread resources for parallel query execution%'

    OR [Text] Like '%Internal Query Processor Error: The plan selected for execution does not support the invoked given execution routine%'

    OR [Text] Like '%A timeout occurred while waiting for memory resources to execute the query in resource pool%. Rerun the query%'

    OR [Text] Like '%Unable to find index entry in index %, of table%, in database%. The indicated index is corrupt or there is a problem with the current update plan. Run DBCC CHECKDB or DBCC CHECKTABLE. If the problem persists, contact product support%'

    OR [Text] Like '%Could not insert a row larger than the page size into a hash table. Resubmit the query using the ROBUST PLAN optimization hint%'

    OR [Text] Like '%The query has been canceled because the estimated cost of this query% exceeds the configured threshold of%. Contact the system administrator%'

    OR [Text] Like '%Could not perform the operation because the requested memory grant was not available in resource pool%Rerun the query, reduce the query load, or check resource governor configuration setting%'

    OR [Text] Like '%The query processor is unable to produce a plan for the table or view% because the table resides in a filegroup which is not online%'

    OR [Text] Like '%The query processor is unable to produce a plan because the index% on table or view% is disabled%'

    OR [Text] Like '%The query processor could not produce a query plan. Resubmit the query after disabling trace flag%'

    OR [Text] Like '%Could not get the memory grant of% KB because it exceeds the maximum configuration limit in workload group% and resource pool%Contact the server administrator to increase the memory usage limit%'

    OR [Text] Like '%Cannot create the clustered index%'

    OR [Text] Like '%The attempt to maintain the indexed view% failed because it contains an expression on aggregate results, or because it contains a ranking or aggregate window function. Consider dropping the clustered index on the view, or changing the view definiti%'

    OR [Text] Like '%Query optimizer reached the internal limit of the maximum number of views that can be used during optimization%'

    OR [Text] Like '%The attempt to maintain the indexed view% failed because of the ignore_dup_key option on index%. Drop the index or re-create it without the ignore_dup_key index option%'

    OR [Text] Like '%The MERGE statement attempted to UPDATE or DELETE the same row more than once. This happens when a target row matches more than one source row. A MERGE statement cannot UPDATE/DELETE the same row of the target table multiple times. Refine the ON clause to%'

    OR [Text] Like '%A MERGE statement is not valid if it triggers % actions for a referential integrity constraint. Modify the actions performed by the MERGE statement to ensure that it does not trigger both these actions f%'

    OR [Text] Like '%Internal Query Processor Error: The query processor encountered an unexpected error during the processing of a remote query phase%'

    OR [Text] Like '%ELECT via cursor failed because in XML plan provided to USE PLAN hint, neither Populate nor Fetch plans are provided, and at least one must be present. For best likelihood of successful plan forcing, use an XML cursor plan captured from SQL Server withou%'

    OR [Text] Like '%Could not force query plan because XML showplan provided in USE PLAN hint contains invalid Star Join specification. Consider specifying a USE PLAN hint that contains an unmodified XML showplan produced by SQL Server. This may allow you to force the plan%'

    OR [Text] Like '%A query plan could not be found because optimizer exceeded number of allowed operations while searching for plan specified in USE PLAN hint. First consider removing USE PLAN hint. Then if necessary consider (1) updating statistics, (2) using other hints s%'

    OR [Text] Like '%Query cannot be compiled because <CursorStmt> element appears in XML plan provided to USE PLAN but USE PLAN was applied to a non-cursor statement. Consider using an XML plan obtained from SQL Server for statement without modification%'

    OR [Text] Like '%Cursor plan forcing failed because input plan has more than one <Operation> node with OperationType=%. Consider using an XML cursor plan captured from SQL Server without modification%'

    OR [Text] Like '%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. Consider removing USE PLAN hint and updating statistics or using different hints to influence query plan choice%'

    OR [Text] Like '%Cursor plan forcing failed because in XML plan provided to USE PLAN, required element% is missing under <CursorPlan> element. Consider using an XML cursor plan captured from SQL Server without modification%'

    OR [Text] Like '%specified in the USE PLAN hint, does not exist. Specify an existing database%'

    OR [Text] Like '%Query cannot be compiled because USE PLAN hint conflicts with hint%. Consider removing hint%'

    OR [Text] Like '%Query cannot be compiled because USE PLAN hint conflicts with SET% ON. Consider setting% OFF%'

    OR [Text] Like '%Cannot compile query because combination of LogicalOp =%, PhysicalOp =%, and sub_element =% under RelOp element in XML plan in USE PLAN hint is not valid. Use a recognized combination instead. Consider using an automatically generated XML%'

    OR [Text] Like '%Cannot execute query because USE PLAN hint conflicts with use of distributed query or full-text operations. Consider removing USE PLAN hint%'

    OR [Text] Like '%Cannot execute query because of incorrectly formed XML plan in USE PLAN hint. Verify that XML plan is a legal plan suitable for plan forcing. See Books Online for additional details%'

    OR [Text] Like '%Cannot run query because of improperly formed Spool element with parent % in XML plan in USE PLAN hint. Verify that each Spool % parent RelOp has unique NodeId attribute, and each Spool element has either a single RelOp sub-elem%'

    OR [Text] Like '%Cannot run query because in XML plan provided to USE PLAN, element% must have% nodes as children, but has%'

    OR [Text] Like '%Query processor could not produce query plan because USE PLAN hint contains plan that could not be verified to be legal for query. Remove or replace USE PLAN hint. For best likelihood of successful plan forcing, verify that the plan provided in the USE %'

    OR [Text] Like '%Cannot run query because it contains more than one USE PLAN hint. Use at most one USE PLAN hint%'

    OR [Text] Like '%Aggregate functions that are used with CUBE, ROLLUP, or GROUPING SET queries must provide for the merging of subaggregates. To fix this problem, remove the aggregate function or write the query using UNION ALL over GROUP BY clauses%'

    OR [Text] Like '%Multiple ordered aggregate functions in the same scope have mutually incompatible orderings%'

    OR [Text] Like '%does not exist. Specify an existing index, or create an index with the specified name%'

    OR [Text] Like '%Cannot execute query%'

    OR [Text] Like '%Cannot execute query. TABLE HINT in the OPTION clause leads to ambiguous reference for object%. Consider USE PLAN query hint instead%'

    OR [Text] Like '%Table error: Object % has inconsistent metadata. This error cannot be repaired and prevents further processing of this object%'

    OR [Text] Like '%Memory allocation error during DBCC processing%'

    OR [Text] Like '%is allocated in both GAM% and SGAM%'

    OR [Text] Like '%is allocated by more than one allocation object%'

    OR [Text] Like '%is marked allocated in the GAM, but no SGAM or IAM has allocated it%'

    OR [Text] Like '%but was not allocated in any IAM. PFS flags%'

    OR [Text] Like '%The spatial index, XML index or indexed view% (object %) contains rows that were not produced by the view definition. This does not necessarily represent an integrity issue with the data in this database. For more information about troubleshoo%'

    OR [Text] Like '%The spatial index, XML index or indexed view% (object %) does not contain all rows that the view definition produces. This does not necessarily represent an integrity issue with the data in this database. For more information about troubleshoo%'

    OR [Text] Like '%contains an incorrect page ID in its page header. The PageId in the page header =%'

    OR [Text] Like '%is allocated to both % and %'

    OR [Text] Like '%The error has been repaired%'

    OR [Text] Like '%allocation errors and% consistency errors in database%'

    OR [Text] Like '%is allocated to% and at least one other object%'

    OR [Text] Like '%Incorrect % free space information % Expected value%'

    OR [Text] Like '%Cannot perform % operation inside a user transaction. Terminate the transaction and reissue the statement%'

    OR [Text] Like '%Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors%'

    OR [Text] Like '%The repair level on the DBCC statement caused this repair to be bypassed%'

    OR [Text] Like '%Repairing this error requires other errors to be corrected first%'

    OR [Text] Like '%Table error: Cross object linkage%'

    OR [Text] Like '%The ghosted record count in the header% does not match the number of ghosted records% found on %'

    OR [Text] Like '%could not be processed. See other errors for details%'

    OR [Text] Like '%Errors found in off-row data with % owned by% record identified by%'

    OR [Text] Like '%has inconsistent metadata. This error cannot be repaired and prevents further DBCC processing. Please restore from a backup%'

    OR [Text] Like '%B-tree level mismatch, %'

    OR [Text] Like '%Could not find filegroup % in sys.filegroups for database%'

    OR [Text] Like '%The low key value on % (level%) is not >= the key value in the parent% slot%'

    OR [Text] Like '%The high key value on % (level%) is not less than the low key value in the parent%, slot% of the next %'

    OR [Text] Like '%The previous link% on % does not match the previous % that the parent%, slot% expects for this page%'

    OR [Text] Like '%B-tree chain linkage mismatch%'

    OR [Text] Like '%B-tree % has two parent nodes%'

    OR [Text] Like '%Unexpected page type%'

    OR [Text] Like '%failed. Values are%'

    OR [Text] Like '%is not aligned%'

    OR [Text] Like '%inval%'

    OR [Text] Like '%overlaps with the prior row%'

    OR [Text] Like '%row extends into free space at%'

    OR [Text] Like '%contain allocations for the same interval%'

    OR [Text] Like '%is marked with the wrong type in %'

    OR [Text] Like '%Possible missing or invalid keys for the index row matching%'

    OR [Text] Like '%Possible extra or invalid keys for%'

    OR [Text] Like '%eleted%'

    OR [Text] Like '%allocation errors % consistency errors not associated with any single object%'

    OR [Text] Like '%is not a valid complex column%'

    OR [Text] Like '%oes not match its reference%'

    OR [Text] Like '%has incorrect node type%'

    OR [Text] Like '%It cannot be placed on a page of type%'

    OR [Text] Like '%is not referenced%'

    OR [Text] Like '%but was not seen in the scan%'

    OR [Text] Like '%Unable to read and latch%'

    OR [Text] Like '%An internal error occurred in DBCC that prevented further processing. Contact Customer Support Services%'

    OR [Text] Like '%is out of the range of this database%'

    OR [Text] Like '%was created NOT NULL, but is NULL in the row%'

    OR [Text] Like '%Forwarded row mismatch%'

    OR [Text] Like '%Forwarded row referenced by more than one row%'

    OR [Text] Like '%CHECKTABLE%encountered%twice%'

    OR [Text] Like '%The off-row data node %'

    OR [Text] Like '%check failed for object%'

    OR [Text] Like '%was not seen in the scan although its parent%'

    OR [Text] Like '%Parent node for % was not encountered%'

    OR [Text] Like '%is missing a reference from previous %. Possible chain linkage problem%'

    OR [Text] Like '%is missing references from parent (unknown) and previous % nodes. Possible bad root entry in system catalog%'

    OR [Text] Like '%but they were not encountered%'

    OR [Text] Like '%The next pointer of% refers to %. Neither% nor its parent were encountered. Possible bad chain linkage%'

    OR [Text] Like '%but is not in the same index%'

    OR [Text] Like '%File%. Extents%, used pages%, reserved pages%, mixed extents%, mixed pages%'

    OR [Text] Like '%A row should be on partition number% but was found in partition number%. Possible extra or invalid keys for%'

    OR [Text] Like '%Could not locate file% for database% in sys.database_files. The file either does not exist, or was dropped%'

    OR [Text] Like '%Too many errors found%'

    OR [Text] Like '%No help available for DBCC statement%'

    OR [Text] Like '%Row % identified by%'

    OR [Text] Like '% found% allocation errors and% consistency errors in database%'

    OR [Text] Like '% found% allocation errors and% consistency errors in table% (object %)%'

    OR [Text] Like '%is not a valid address range%'

    OR [Text] Like '%Check Catalog Msg%'

    OR [Text] Like '%Did not encounter forwarded row. Possible allocation error%'

    OR [Text] Like '%should be pointed to by forwarding row %, slot%. Did not encounter forwarding row. Possible allocation error%'

    OR [Text] Like '%All system tables must be in filegroup%'

    OR [Text] Like '%controls pages in filegroup%, that should be in filegroup%'

    OR [Text] Like '%ervice Broker Msg%'

    OR [Text] Like '%Page errors%'

    OR [Text] Like '%atabase tempdb allocation errors prevent further%'

    OR [Text] Like '%The log for database% is not available. Check the event log for related error messages. Resolve any errors and restart the database%'

    OR [Text] Like '%The transaction log for database% is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases%'

    OR [Text] Like '%The log scan number% passed to log scan in database% is not valid. This error may indicate data corruption or that the log file (.ldf) does not match the data file (.mdf). If this error occurred during replication, re-create the publication%'

    OR [Text] Like '%An error occurred while processing the log for database%If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log%'

    OR [Text] Like '%Either start LSN or end LSN specified in OpenRowset(DBLog, ...) is inval%'

    OR [Text] Like '%Cannot shrink log file%'

    OR [Text] Like '%ser does not have permission to query the virtual table, DBLog. Only members of the sysadmin fixed server role and the db_owner fixed database role have this permission%'

    OR [Text] Like '%ser does not have permission to query backup files with the virtual table DBLog. Only members of the sysadmin fixed server role has this permission%'

    OR [Text] Like '%There have been% misaligned log IOs which required falling back to synchronous IO. The current IO is on file%'

    OR [Text] Like '%The tail of the log for database% is being rewritten to match the new sector size of% bytes. % bytes at offset% in file% will be written%'

    OR [Text] Like '%An error occurred while processing the log for database%. THe log block version is higher than this server allows%'

    OR [Text] Like '%The log record at LSN% is corrupted%'

    OR [Text] Like '%An error occurred while processing the log for database%. The log block could not be decrypted%'

    OR [Text] Like '%Possible index corruption detected. Run DBCC CHECKDB%'

    OR [Text] Like '%auto statistics internal%'

    OR [Text] Like '%The provided statistics stream is corrupt%'

    OR [Text] Like '%Histogram support not allowed for input data type%'

    OR [Text] Like '% active query notification subscription(s) in database% owned by security identification number% were dropped%'

    OR [Text] Like '%The query notification subscription message is inval%'

    OR [Text] Like '%The query notification subscription timeout is invalid. The allowed range is 1 through 2147483647%'

    OR [Text] Like '%does not have permission to request query notification subscriptions on database%'

    OR [Text] Like '%The query notification subscription% cannot be deleted because it does not exist or it has already been fired%'

    OR [Text] Like '%The query notification dialog on conversation handle% closed due to the following error%'

    OR [Text] Like '%Query notification subscription could not get dialog endpoint. Could not open service broker dialog for service name% of broker instance%'

    OR [Text] Like '%Query notification subscription could not begin dialog with service name% of broker instance%'

    OR [Text] Like '%Query notification delivery could not send message on dialog%. Delivery failed for notification% because of the following error in service broker%'

    OR [Text] Like '%Failed to check for pending query notifications in database% because of the following error when opening the database%'

    OR [Text] Like '%Query notification subscription could not access database with %. Could not open broker dialog for service name% of broker instance%'

    OR [Text] Like '%The query notification delivery failed to decode the error message from the Service Broker%'

    OR [Text] Like '%Query notification delivery failed to encode message. Delivery failed for notification%'

    OR [Text] Like '%Failed to delete the expired query notification subscription%'

    OR [Text] Like '%Failed to drop the unused internal query notification table% in database%'

    OR [Text] Like '%Query notifications reached the internal limit of the maximum number of objects%'

    OR [Text] Like '%The query notification subscriptions cleanup operation failed. See previous errors for details%'

    OR [Text] Like '%Query notification dialog on conversation handle% closed due to an unknown service broker error%'

    OR [Text] Like '%Query notification delivery could not get dialog endpoint for dialog%. Delivery failed for notification% because of the following error in service broker%'

    OR [Text] Like '%Internal query notification table has an outdated schema and the table has been dropped. Query notification cleanup has not been performed for this table%'

    OR [Text] Like '% active query notification subscription(s) owned by security identification number% were dropped%'

    OR [Text] Like '%Query notification delivery could not access database with %. Delivery failed for notification%'

    OR [Text] Like '%The notification options identifier string has% characters. The maximum allowed length is% characters%'

    OR [Text] Like '%A string value within the notification options identifier is too long. String with prefix% must be% characters or less%'

    OR [Text] Like '%nmatched quote in notification options identifier string%'

    OR [Text] Like '%Name expected in notification options identifier option%'

    OR [Text] Like '%nknown option name% present in notification options identifier%'

    OR [Text] Like '%was specified multiple times in the notification options identifier%'

    OR [Text] Like '%An equal (=) character was expected after the option name. Found% instead%'

    OR [Text] Like '%A semicolon (;) must be use to separate options in a notification options identifier. String% was found following an option%'

    OR [Text] Like '%must be specified in the notification options identifier%'

    OR [Text] Like '%were both specified in the notification options identifier%'

    OR [Text] Like '%Value missing for option% in notification options identifier%'

    OR [Text] Like '%is not a valid local database%'

    OR [Text] Like '%is not a valid broker database%'

    OR [Text] Like '%Query notification subscriptions are not allowed under an active application role context. Consider re-issuing the request without activating the application role%'

    OR [Text] Like '%Internal query notifications error: The garbage collector corrected an inconsistency%'

    OR [Text] Like '%could not be closed due to a broker error in database with % because of the following error in service broker%'

    OR [Text] Like '%could not be closed because the database with % is not available. Consider closing the dialogs manually once the database is available again%'

    OR [Text] Like '%could not get dialog endpoint for dialog%. Query notification delivery failed because of the following error in service broker:%. See the error log for additional information%'

    OR [Text] Like '%could not send message on dialog%. Query notification delivery failed because of the following error in service broker:%. See the error log for additional information%'

    OR [Text] Like '%could not access metadata for database%. Check whether the database is successfully restored and online%'

    OR [Text] Like '%function only accepts an argument of type%'

    OR [Text] Like '%is not available%'

    OR [Text] Like '%The context item in which the % function is used must be a node%'

    OR [Text] Like '%Syntax error near%'

    OR [Text] Like '%This version of the server only supports XQuery version%'

    OR [Text] Like '%Only type names followed by % are supported in the target of %'

    OR [Text] Like '%cannot be a union type, found%'

    OR [Text] Like '%must be of a single numeric primitive type %'

    OR [Text] Like '%cannot be % found%'

    OR [Text] Like '%cannot contain constructed XML%'

    OR [Text] Like '%Heterogeneous sequences are not allowed in%'

    OR [Text] Like '% is not supported%'

    OR [Text] Like '%This version of the server does not support multiple expressions or expressions mixed with strings in an attribute constructor%'

    OR [Text] Like '%Cannot implicitly atomize or apply % to complex content elements, found type% within inferred type%'

    OR [Text] Like '%Only constant expressions are supported for the name expression of computed element and attribute constructors%'

    OR [Text] Like '%Cannot use % in the name expression of computed attribute constructor%'

    OR [Text] Like '%Syntax error at source character %'

    OR [Text] Like '%Static simple type validation: Invalid simple type value%'

    OR [Text] Like '%The result of applying the % axis on the document node is statically%'

    OR [Text] Like '%The result of applying % is statically %'

    OR [Text] Like '%can only appear in a comment constructor if they are used to close the comment%'

    OR [Text] Like '%in variable names is not supported in this version of the server%'

    OR [Text] Like '%If you want to use the characters %, you need to escape them as %'

    OR [Text] Like '%Computed processing instruction constructors are not supported%'

    OR [Text] Like '%Computed comment constructors are not supported%'

    OR [Text] Like '%All prolog entries need to end with %'

    OR [Text] Like '%Type specification expected, found%'

    OR [Text] Like '%Only comparable types are allowed in%, found%'

    OR [Text] Like '%attribute cannot be specified on a local attribute or element definition that has %'

    OR [Text] Like '%The XQuery syntax% is not supported%'

    OR [Text] Like '%The XML Schema syntax% is not supported%'

    OR [Text] Like '%The XML Schema type%'

    OR [Text] Like '%The value of a namespace declaration attribute must be a string literal. It cannot contain expressions%'

    OR [Text] Like '%attribute cannot be specified on a global attribute or element definition. Location%'

    OR [Text] Like '%Explicit import of the current target namespace is invalid. References to items in the current target namespace that have already been loaded in the schema collection will be resolved implicitly%'

    OR [Text] Like '%An XML instance is only supported as the direct source of an insert using sql:column/sql:variable%'

    OR [Text] Like '%The XML instance referred to by sql:column() and sql:variable() must be either untyped XML or must be typed with the same XML schema collection as the context XML instance on which the XML method is being applied to%'

    OR [Text] Like '%not supported%'

    OR [Text] Like '%unexpected end of input%'

    OR [Text] Like '%unrecognized encoding%'

    OR [Text] Like '%unable to switch the encoding%'

    OR [Text] Like '%unrecognized input signature%'

    OR [Text] Like '%whitespace expected%'

    OR [Text] Like '%semicolon expected%'

    OR [Text] Like '%expected%'

    OR [Text] Like '%A string literal was expected%'

    OR [Text] Like '%equal expected%'

    OR [Text] Like '%well formed check: no % in attribute value%'

    OR [Text] Like '%hexadecimal digit expected%'

    OR [Text] Like '%ecimal digit expected%'

    OR [Text] Like '%illegal xml character%'

    OR [Text] Like '%illegal name character%'

    OR [Text] Like '%incorrect document syntax%'

    OR [Text] Like '%incorrect CDATA section syntax%'

    OR [Text] Like '%incorrect comment syntax%'

    OR [Text] Like '%incorrect conditional section syntax%'

    OR [Text] Like '%incorrect ATTLIST declaration syntax%'

    OR [Text] Like '%incorrect DOCTYPE declaration syntax%'

    OR [Text] Like '%incorrect ELEMENT declaration syntax%'

    OR [Text] Like '%incorrect ENTITY declaration syntax%'

    OR [Text] Like '%incorrect NOTATION declaration syntax%'

    OR [Text] Like '%NDATA expected%'

    OR [Text] Like '%PUBLIC expected%'

    OR [Text] Like '%SYSTEM expected%'

    OR [Text] Like '%name expected%'

    OR [Text] Like '%one root element%'

    OR [Text] Like '%end tag does not match start tag%'

    OR [Text] Like '%uplicate attribute%'

    OR [Text] Like '%text/xmldecl not at the beginning of input%'

    OR [Text] Like '%namespaces beginning with "xml" are reserved%'

    OR [Text] Like '%incorrect text declaration syntax%'

    OR [Text] Like '%incorrect xml declaration syntax%'

    OR [Text] Like '%incorrect encoding name syntax%'

    OR [Text] Like '%incorrect public identifier syntax%'

    OR [Text] Like '%well formed check%'

    OR [Text] Like '%entity content not well formed%'

    OR [Text] Like '%incorrect processing instruction syntax%'

    OR [Text] Like '%incorrect system identifier syntax%'

    OR [Text] Like '%in element content%'

    OR [Text] Like '%illegal qualified name character%'

    OR [Text] Like '%multiple colons in qualified name%'

    OR [Text] Like '%colon in name%'

    OR [Text] Like '%redeclared prefix%'

    OR [Text] Like '%undeclared prefix%'

    OR [Text] Like '%non default namespace with empty uri%'

    OR [Text] Like '%characters long, which exceeds the limit. Maximum allowed length is%'

    OR [Text] Like '%not all chunks of value have been read%'

    OR [Text] Like '%xml:space has a non-legal value%'

    OR [Text] Like '%This URI cannot be used with other prefixes%'

    OR [Text] Like '%is reserved for use by XML%'

    OR [Text] Like '% must be assigned only to prefix%'

    OR [Text] Like '%is reserved and must not be used%'

    OR [Text] Like '%unsupported xml%'

    OR [Text] Like '%The data type% used in the VALUE method is inval%'

    OR [Text] Like '%XQuery: Unable to resolve sql:variable%. The variable must be declared as a scalar TSQL variable%'

    OR [Text] Like '%The string literal provided for the argument% of the% method must not exceed% bytes%'

    OR [Text] Like '%Errors and/or warnings occurred when processing the XQuery statement for XML data type method%'

    OR [Text] Like '%can only be invoked on columns of type xml%'

    OR [Text] Like '%The XML data type method on a remote column used in this query can not be executed either locally or remotely. Please rewrite your query%'

    OR [Text] Like '%The reference parameter given to XMLDT method% was generated from a different XML instance than the one it is being applied to%'

    OR [Text] Like '%XMLUNNEST method requires typed xml column with single global element%'

    OR [Text] Like '%Functionality not yet implemented: XMLNODEREFS cannot use references exposed by views%'

    OR [Text] Like '%Xml data type is not supported as a parameter to remote calls%'

    OR [Text] Like '%Error processing XML data type method%. The following SET options required by XML data type methods are not set%'

    OR [Text] Like '%Xml data type is not supported in distributed queries. Remote object% has xml column(s)%'

    OR [Text] Like '%An XML schema has been altered or dropped, and the query plan is no longer valid. Please rerun the query batch%'

    OR [Text] Like '%XQuery: The name or one of the parts of a multi-part name%'

    OR [Text] Like '%XQuery:% referenced by sql:variable() is not a valid system function name%'

    OR [Text] Like '%Error processing XML data type. The XML data type instance contains a negative xs:date or xs:dateTime value%'

    OR [Text] Like '%The XQuery modify method is not allowed on sparse column sets%'

    OR [Text] Like '%Cannot update the sparse column set% because the XML content supplied references the non-sparse column% which does not belong to this column set. The XML data used to update a sparse column set cannot reference columns%'

    OR [Text] Like '%The XML content provided does not conform to the required XML format for sparse column sets%'

    OR [Text] Like '%The XML content that is supplied for the sparse column set% contains duplicate references to the column%. A column can only be referenced once in XML content supplied to a sparse column set%'

    OR [Text] Like '%is out of range%'

    OR [Text] Like '%is not valid. The attribute is valid only for sparse columns of data type%'

    OR [Text] Like '%The %Encoded attribute can only be used when the corresponding sparse column is of character data type%'

    OR [Text] Like '%Remove the attribute%'

    OR [Text] Like '%In the XML content that is supplied for the column set column%, the% attribute value on the element% is not val%'

    OR [Text] Like '%In the query/DML operation involving column set%, conversion failed when converting from the data type% to the data type% for the column%'

    OR [Text] Like '%In the XML that is supplied for the column set%, the element% should reside in the global namespace. Remove the default namespace declaration or the prefix on the element%'

    OR [Text] Like '%In the query/DML operation involving column set%, conversion failed when converting from the data type% to the data type% for the column%. Please refer to the Books-on-line for more details on providing XML conversion methods for%'

    OR [Text] Like '%Cannot relate to%'

    OR [Text] Like '%Conversation Priorities analyzed%'

    OR [Text] Like '%The conversation priority with % has been dropped%'

    OR [Text] Like '%The conversation priority with % is referencing the missing service with %'

    OR [Text] Like '%The conversation priority with % is referencing the missing service contract with %'

    OR [Text] Like '%contains more than the maximum number of prefixes. The maximum is%'

    OR [Text] Like '%The service% in the FROM SERVICE clause must match the service% referenced by% =%'

    OR [Text] Like '%Cannot find the specified user%'

    OR [Text] Like '%cannot be activated because the activation user is not specified%'

    OR [Text] Like '%cannot be activated because the activation stored procedure is either not specified or is inval%'

    OR [Text] Like '%A message of type% failed XML validation on the target service. % This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%A message of type% was received and failed XML validation. % This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The service queue% is currently disabled%'

    OR [Text] Like '%The message cannot be sent because the service queue% associated with the dialog is currently disabled and retention is on%'

    OR [Text] Like '%Failed to create remote service binding%. A remote service binding for service% already exists%'

    OR [Text] Like '%The activation stored procedure% is invalid. Functions are not allowed%'

    OR [Text] Like '%An error occurred while processing a message in the Service Broker and Database Mirroring transport: error%i, state%i%'

    OR [Text] Like '%The crypto provider context is not initialized%'

    OR [Text] Like '%The key passed in for this operation is in the wrong state%'

    OR [Text] Like '%The key size is unacceptable for this key object%'

    OR [Text] Like '%The key buffer size is inconsistent with the key modulus size%'

    OR [Text] Like '%An internal Service Broker error occurred: an object is in the wrong state for this operation. This error indicates a serious problem with SQL Server. Check the SQL Server error log and the Windows event logs for information pointing to possible hardware%'

    OR [Text] Like '%The hash buffer size is not correct for initializing the hash object%'

    OR [Text] Like '%The encryption/decryption data buffer size is not 8 byte aligned%'

    OR [Text] Like '%The decrypted signature size is wrong%'

    OR [Text] Like '%The signature did not verify the internal hash%'

    OR [Text] Like '%The salt size is unacceptable for this key object%'

    OR [Text] Like '%The salt buffer size is too small%'

    OR [Text] Like '%The passed in name is too long%'

    OR [Text] Like '%ervice Broker was unable to allocate memory for cryptographic operations. This message is a symptom of another problem. Check the SQL Server error log for additional messages, and address the underlying problem%'

    OR [Text] Like '%The certificate is not valid at this point in time%'

    OR [Text] Like '%The requested object was not found%'

    OR [Text] Like '%The passed in serialized object is incorrectly encoded%'

    OR [Text] Like '%The cer or pvk file size is too large%'

    OR [Text] Like '%A password was supplied and the pvk file is not encrypted%'

    OR [Text] Like '%The operation encountered an OS error%'

    OR [Text] Like '%A cryptographic operation failed. This error indicates a serious problem with SQL Server. Check the SQL Server error log and the Windows event logs for further information%'

    OR [Text] Like '%An error occurred in a Service Broker/Database Mirroring transport connection endpoint%'

    OR [Text] Like '%An error occurred in the Service Broker/Database Mirroring transport manager%'

    OR [Text] Like '%An error occurred in the service broker message dispatcher%'

    OR [Text] Like '%An error occurred in the service broker manager%'

    OR [Text] Like '%An error occurred in the timer event cache%'

    OR [Text] Like '%Received a malformed message from the network. Unable to retrieve a broker message attribute from a message destined for database %. This may indicate a network problem or that another application connected to the Service Broker endpoint%'

    OR [Text] Like '%The queue% has been enabled for activation, but the MAX_QUEUE_READERS is zero. No procedures will be activated. Consider increasing the number of MAX_QUEUE_READERS%'

    OR [Text] Like '%A security (SSPI) error occurred when connecting to another service broker:%. Check the Windows Event Log for more information%'

    OR [Text] Like '%A system cryptographic call failed during a Service Broker or Database Mirroring operation: system error%'

    OR [Text] Like '%The system call failed during a Service Broker or Database Mirroring operation. System error%'

    OR [Text] Like '%ervice Broker failed to retrieve the session key for encrypting a message%'

    OR [Text] Like '%The signature of activation stored procedure% is invalid. Parameters are not allowed%'

    OR [Text] Like '%Attempting to use database and it%'

    OR [Text] Like '%The transmission queue table structure in database is inconsistent. Possible database corruption%'

    OR [Text] Like '%The structure of the Service Broker transmission work-table in tempdb is incorrect or corrupt. This indicates possible database corruption or hardware problems. Check the SQL Server error log and the Windows event logs for information on possible hardware%'

    OR [Text] Like '%Cannot access the transmission queue table in database%'

    OR [Text] Like '%of route% cannot be empty%'

    OR [Text] Like '%must be less than% characters long%'

    OR [Text] Like '%The SERVICE_NAME and BROKER_INSTANCE of route% must be specified when using mirroring%'

    OR [Text] Like '%Cannot specify BROKER_INSTANCE without SERVICE_NAME in route%'

    OR [Text] Like '%The system object cannot be modified%'

    OR [Text] Like '%protocol transport is disabled or not configured%'

    OR [Text] Like '%Messages with conversation % have been removed from the transmission queue%'

    OR [Text] Like '%Messages with conversation handle% and conversation group% have been removed from the queue with %'

    OR [Text] Like '%Activation has been disabled on the queue with %'

    OR [Text] Like '%Conversation Groups analyzed%'

    OR [Text] Like '%Message Types analyzed%'

    OR [Text] Like '%ervice Contracts analyzed%'

    OR [Text] Like '%The service contract with % is referencing the missing message type with %'

    OR [Text] Like '%The service with % is referencing the missing service contract with %'

    OR [Text] Like '%The service with % is referencing the missing service queue with %'

    OR [Text] Like '%The conversation endpoint% is referencing the missing conversation group%'

    OR [Text] Like '%The conversation endpoint with % and is_initiator:% is referencing the missing service contract with %'

    OR [Text] Like '%The conversation endpoint with % and is_initiator:% is referencing the missing service with %'

    OR [Text] Like '%The conversation group% is referencing the missing service with %'

    OR [Text] Like '%The service with % has been dropped%'

    OR [Text] Like '%The service contract with % has been dropped%'

    OR [Text] Like '%The conversation endpoint with handle% has been dropped%'

    OR [Text] Like '%The conversation group% has been dropped%'

    OR [Text] Like '%ervice Broker manager has started%'

    OR [Text] Like '%ervice Broker manager has shut down%'

    OR [Text] Like '%protocol transport is now listening for connections%'

    OR [Text] Like '%protocol transport has stopped listening for connections%'

    OR [Text] Like '%protocol transport cannot listen on port% because it is in use by another process%'

    OR [Text] Like '%protocol transport could not listen for connections due to the following error%'

    OR [Text] Like '%Could not start Service Broker manager. Check the SQL Server error log and the Windows error log for additional error messages%'

    OR [Text] Like '%Could not allocate enough memory to start the Service Broker task manager. This message is a symptom of another problem. Check the SQL Server error log for additional messages, and address the underlying problem%'

    OR [Text] Like '%Cannot start the Service Broker primary event handler. This error is a symptom of another problem. Check the SQL Server error log for additional messages, and address this underlying problem%'

    OR [Text] Like '%Could not start Service Broker for database id:%. A problem is preventing SQL Server from starting Service Broker. Check the SQL Server error log for additional messages%'

    OR [Text] Like '%Cannot start Service Broker security manager. This message is a symptom of another problem. Check the SQL Server error log and the Windows event log for additional messages, and address the underlying problem%'

    OR [Text] Like '%Could not allocate memory for extra Service Broker tasks while adding CPUs%'

    OR [Text] Like '%Cannot start Service Broker activation manager. This message is a symptom of another problem. Check the SQL Server error log and the Windows event log for additional messages and address the underlying problem%'

    OR [Text] Like '%This message could not be delivered because it failed XML validation. This failure occurred while the message was being delivered to the target service%'

    OR [Text] Like '%The messages in the queue with % are referencing the invalid conversation handle%'

    OR [Text] Like '%The stored procedure with % is invalid but is referenced by the queue with %'

    OR [Text] Like '%The activation user with % is invalid but is referenced by queue with %'

    OR [Text] Like '%The messages in the queue with % are referencing the invalid conversation group%'

    OR [Text] Like '%The messages in the queue with % are referencing the invalid message type with %'

    OR [Text] Like '%The conversation endpoint with % and is_initiator:% is referencing the invalid conversation group%'

    OR [Text] Like '%The transmission queue is referencing the invalid conversation %'

    OR [Text] Like '%The remote service binding with % is referencing the invalid service contract with %'

    OR [Text] Like '%The message type with % is referencing the invalid XML schema collection %'

    OR [Text] Like '%The conversation endpoint with conversation handle% is in an inconsistent state. Check the SQL Server error logs and the Windows event logs for information on possible hardware problems. To recover the database, restore the database from a clean back%'

    OR [Text] Like '%The conversation group% reports references to% conversation handle(s), but actually references%'

    OR [Text] Like '%Cannot enable stored procedure activation on queue%. Event notification for queue_activation is already configured on this queue%'

    OR [Text] Like '%Cannot create event notification for queue_activation on queue%. Stored procedure activation is already configured on this queue%'

    OR [Text] Like '%The database for this conversation endpoint is attached or restored%'

    OR [Text] Like '%The database for the remote conversation endpoint is attached or restored%'

    OR [Text] Like '%ervice broker failed to clean up conversation endpoints on database%. Another problem is preventing SQL Server from completing this operation. Check the SQL Server error log for additional messages%'

    OR [Text] Like '%will not be started as the broker due to duplication in the broker instance%'

    OR [Text] Like '%The activated proc% running on queue% output the following%'

    OR [Text] Like '%The invalid schema has been dropped from the message type with%'

    OR [Text] Like '%The remote service binding with % has been dropped%'

    OR [Text] Like '%ialog security is not available for this conversation because there is no remote service binding for the target service. Create a remote service binding, or specify ENCRYPTION = OFF in the BEGIN DIALOG statement%'

    OR [Text] Like '%Cannot find the security certificate because the lookup database principal% is not valid. The security principal may have been dropped after the conversation was created%'

    OR [Text] Like '%Cannot find the security certificate because the lookup database principal% does not correspond to a server principal. The security principal may have been dropped after the conversation was created%'

    OR [Text] Like '%ialog security is unavailable for this conversation because there is no security certificate bound to the database principal%. Either create a certificate for the principal, or specify ENCRYPTION = OFF when beginning the conversation%'

    OR [Text] Like '%There is no private key for the security certificate bound to database principal%. The certificate may have been created or installed incorrectly. Reinstall the certificate, or create a new certificate%'

    OR [Text] Like '%The length of the private key for the security certificate bound to database principal% is incompatible with the Windows cryptographic service provider. The key length must be a multiple of 64 bytes%'

    OR [Text] Like '%The length of the public key for the security certificate bound to database principal% is incompatible with the Windows cryptographic service provider. The key length must be a multiple of 64 bytes%'

    OR [Text] Like '%An error occurred in dialog transmission%'

    OR [Text] Like '%The private key for the security certificate bound to the database principal% is password protected. Password protected private keys are not supported for use with secure dialogs%'

    OR [Text] Like '%Cannot create task for Service Broker message dispatcher. This message is a symptom of another problem that is preventing SQL Server from creating tasks. Please check the SQL Server error log and the Windows event log for additional messages%'

    OR [Text] Like '%Message transmitter in service broker message dispatcher failed%'

    OR [Text] Like '%Cannot start the Service Broker message dispatcher. This error is a symptom of another problem. Check the SQL Server error log and the Windows event log for additional messages, and address this underlying problem%'

    OR [Text] Like '%was dropped on upgrade because it referenced a system contract that was dropped%'

    OR [Text] Like '%The activation stored procedure% is invalid. Temporary procedures may not be configured for activation%'

    OR [Text] Like '%of route% must be an address when using mirroring%'

    OR [Text] Like '%is not a valid address%'

    OR [Text] Like '%cannot be % when SERVICE_NAME is specified%'

    OR [Text] Like '%The LIFETIME of route% must be in the range% to%'

    OR [Text] Like '%The ADDRESS and MIRROR_ADDRESS of route% cannot be the same%'

    OR [Text] Like '%protocol transport is not available%'

    OR [Text] Like '%Target queue is busy; message(s) queued for delivery%'

    OR [Text] Like '%No route matches the destination service name for this conversation. Create a route to the destination service name for messages in this conversation to be delivered%'

    OR [Text] Like '%Authentication failed with error%'

    OR [Text] Like '%connection was refused. The user account of the remote server is not permitted to log in to this SQL Server: User account%'

    OR [Text] Like '%The target service broker is unreachable%'

    OR [Text] Like '%Connection attempt failed with error%'

    OR [Text] Like '%An error occurred while receiving data%'

    OR [Text] Like '%An internal exception occurred while connecting to an adjacent broker%'

    OR [Text] Like '%ervice Broker/Database Mirroring network protocol error occurred%'

    OR [Text] Like '%Login protocol negotiation error occurred%'

    OR [Text] Like '%An error occurred while sending data%'

    OR [Text] Like '%The Broker Configuration conversation on dialog handle% closed due to an error. To troubleshoot this problem, investigate the error%'

    OR [Text] Like '%An error occurred while looking up the public key certificate associated with this SQL Server instance: No certificate was found%'

    OR [Text] Like '%An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate found is not valid at the current time%'

    OR [Text] Like '%An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate found is too large%'

    OR [Text] Like '%An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate found has no associated private key%'

    OR [Text] Like '%An unknown internal error% occurred while looking up the public key certificate associated with this SQL Server instance%'

    OR [Text] Like '%The security certificate bound to database principal% has been disabled for use with BEGIN DIALOG. See the Books Online topics "Certificates and Service Broker" for an overview and "ALTER CERTIFICATE (Transact-SQL)" for syntax to make a certificat%'

    OR [Text] Like '%A database user associated with the secure conversation was dropped before credentials had been exchanged with the far endpoint. Avoid using DROP USER while conversations are being created%'

    OR [Text] Like '%Insufficient memory prevented the Service Broker/Database Mirroring Transport Manager from starting%'

    OR [Text] Like '%Locating routes and security information via the Broker Configuration Service%'

    OR [Text] Like '%The service broker manager is disabled in single-user mode%'

    OR [Text] Like '%The Service Broker in database% cannot be enabled because there is already an enabled Service Broker with the same %'

    OR [Text] Like '%The Service Broker in database% is disabled because there is already an enabled Service Broker with the same %'

    OR [Text] Like '%Cannot create a new Service Broker in the attached read-only database%. The Service Broker will be disabled%'

    OR [Text] Like '%Cannot create a new Service Broker in read-only database%'

    OR [Text] Like '%Cannot enable the Service Broker in database% because the Service Broker GUID in the database% does not match the one in sys.databases%'

    OR [Text] Like '%The Service Broker in database% will be disabled because the Service Broker GUID in the database% does not match the one in sys.databases%'

    OR [Text] Like '%Cannot create a new Service Broker in a mirrored database%'

    OR [Text] Like '%ervice Broker received an END CONVERSATION message on this conversation. Service Broker will not transmit the message; it will be held until the application ends the conversation%'

    OR [Text] Like '%The service broker manager is initializing%'

    OR [Text] Like '%The service broker manager is shutting down%'

    OR [Text] Like '%An internal exception occurred while dispatching a message%'

    OR [Text] Like '%NS lookup failed with error%'

    OR [Text] Like '%ervice Broker received an error message on this conversation. Service Broker will not transmit the message; it will be held until the application ends the conversation%'

    OR [Text] Like '%Invalid address specified%'

    OR [Text] Like '%Cannot retrieve user name from security context%'

    OR [Text] Like '%An error occurred while processing broker mirroring routes%'

    OR [Text] Like '%Unable to route the incoming message. The system database msdb containing routing information is not available%'

    OR [Text] Like '%Unable to route the incoming message. The system database msdb containing routing information is not available. The broker is disabled in msdb%'

    OR [Text] Like '%Unable to route the incoming message. The system database msdb containing routing information is in SINGLE USER mode%'

    OR [Text] Like '%The broker is disabled%'

    OR [Text] Like '%Could not forward the message because forwarding is disabled in this SQL Server instance%'

    OR [Text] Like '%The target service name could not be found. Ensure that the service name is specified correctly and/or the routing information has been supplied%'

    OR [Text] Like '%The broker mirroring manager has not fully initialized%'

    OR [Text] Like '%Could not find the target broker in the local SQL Server instance%'

    OR [Text] Like '%The target service name matched a LOCAL route, but there is no service by that name in the local SQL Server instance%'

    OR [Text] Like '%Classification has been delayed because the routing information is currently being updated%'

    OR [Text] Like '%The message could not be delivered because it could not be classified. Enable broker message classification trace to see the reason for the failure%'

    OR [Text] Like '%The result would be truncated%'

    OR [Text] Like '%The locale identifier (LCID)% is not supported by SQL Server%'

    OR [Text] Like '%Invalid data for type%'

    OR [Text] Like '%Column or parameter #%: Invalid fractional second precision% specified for% data type. The maximum fractional second precision is%'

    OR [Text] Like '%Warning: converting% to% caused a loss of information%'

    OR [Text] Like '%The datepart% is not supported by date function%'

    OR [Text] Like '%The input character string does not follow style%, either change the input character string or use a different style%'

    OR [Text] Like '%format is not supported when converting from this character string format to date, time, datetime2 or datetimeoffset%'

    OR [Text] Like '%The style% is not supported for conversions from% to%'

    OR [Text] Like '%The datepart% is not supported by date function% for data type%'

    OR [Text] Like '%The system timezone information could not be retrieved%'

    OR [Text] Like '%The timezone provided to builtin function% is inval%'

    OR [Text] Like '%The timezone provided to builtin function% would cause the datetimeoffset to overflow the range of valid date range in either UTC or local time%'

    OR [Text] Like '%The date provided is before the start of the Hijri calendar which in%'

    OR [Text] Like '%Waitfor delay and waitfor time cannot be of type%'

    OR [Text] Like '%The number of columns in the column set exceeds 2048. Reduce the number of columns that are referenced in the column set%'

    OR [Text] Like '%The specified column set value causes the estimated row size to be at least% bytes. This exceeds the maximum allowed row size of% bytes. To reduce the row size, reduce the number of columns specified in the column set%'

    OR [Text] Like '%Full-text catalog% in database% is low on disk space. Pausing all populations in progress until more space becomes available%'

    OR [Text] Like '%Full-text catalog% in database% is low on system resources. Any population in progress will be paused until more resources become available%'

    OR [Text] Like '%The full-text catalog health monitor reported a failure for full-text catalog% in database%'

    OR [Text] Like '%The full-text catalog% in database% will be remounted to recover from a failure%'

    OR [Text] Like '%Informational: Full-text indexer requested status change for catalog%'

    OR [Text] Like '%Total number of items in full-text catalog % in database % exceeds the supported limit%'

    OR [Text] Like '%Warning: Failed to change the status to% for full-text catalog% in database%. Error%'

    OR [Text] Like '%Warning: Error occurred during full-text% population for table or indexed view%, database% (table or indexed view %, database %). Error%'

    OR [Text] Like '%Informational: Full-text% population initialized for table or indexed view% (table or indexed view %, database %). Population sub-tasks%'

    OR [Text] Like '%Failed to initialize full-text% population for table or indexed view%, database% (table or indexed view %, database %). Error%'

    OR [Text] Like '%Informational: Resuming full-text population for table or indexed view% in database% (table or indexed view %, database %). Prior number of documents processed:%, error encountered%'

    OR [Text] Like '%Failed to resume full-text% population for table or indexed view%'

    OR [Text] Like '%Reinitialized full-text% population for table% (table %, database %) after a temporary failure%'

    OR [Text] Like '%Failed to reinitialize full-text% population after a temporary failure for table or indexed view%, database% (table or indexed view %, database %). Error%'

    OR [Text] Like '%An internal error occurred in full-text docid mapper%'

    OR [Text] Like '%Warning: Full-text catalog% uses FAT volume. Security and differential backup are not supported for the catalog%'

    OR [Text] Like '%Fulltext DDL command failed because SQL Server was started in single user mode%'

    OR [Text] Like '%Warning: Failed to get MSFTESQL indexer interface for full-text catalog% in database%. Error%'

    OR [Text] Like '%Sring upgrade fatal error%'

    OR [Text] Like '%Warning: Full-text population for table or indexed view% failed to send batch of data to MSFTESQL service (table or indexed view %, catalog %, database %). Error%'

    OR [Text] Like '%Warning: Full-text population for table or indexed view% reported low resources while sending a batch of data to MSFTESQL service (table or indexed view %, catalog %, database %). Error%'

    OR [Text] Like '%Rebuild full-text catalog% failed: Catalog header file is read-only%'

    OR [Text] Like '%Rebuild full-text catalog% failed: Full-text catalog is read-only%'

    OR [Text] Like '%Informational: MS Search stop limit reached. The full-text query may have returned fewer rows than it should%'

    OR [Text] Like '%Informational: The full-text search condition contained noise word(s)%'

    OR [Text] Like '%Computed column% cannot be used for full-text search because it is nondeterministic or imprecise nonpersisted computed column%'

    OR [Text] Like '%Computed column% cannot be used as full-text type column for image or varbinary(MAX) column. This computed column must be deterministic, precise or persisted, with a size less or equal than% characters%'

    OR [Text] Like '%Null document type provided. Row will not be full-text indexed%'

    OR [Text] Like '%ocument type exceeds the maximum permitted length. Row will not be full-text indexed%'

    OR [Text] Like '%ocument type value is malformed. Row will not be full-text indexed%'

    OR [Text] Like '%Row was not found. It was deleted or updated while indexing was in progress%'

    OR [Text] Like '%Warning: Wordbreaker, filter, or protocol handler used by catalog% does not exist on this instance. Use sp_help_fulltext_catalog_components and sp_help_fulltext_system_components check for mismatching components. Rebuild catalog is recommended%'

    OR [Text] Like '%Informational: No full-text supported languages found%'

    OR [Text] Like '%Too many full-text columns or the full-text query is too complex to be executed%'

    OR [Text] Like '%Cannot find the specified user or role%'

    OR [Text] Like '%Current user or role% does not have the required permission to set the owner%'

    OR [Text] Like '%Full-text% population for table or indexed view% (table or indexed view %, database %) is terminated due to the preceding error%'

    OR [Text] Like '%Informational: Full-text% population for table or indexed view% (table or indexed view %, database %) is being suspended by the system as the database is unavailable. System will resume the population whenever the database is available%'

    OR [Text] Like '%Informational: Full-text% population for table or indexed view% (table or indexed view %, database %) was cancelled by user%'

    OR [Text] Like '%Informational: Full-text% population completed for table or indexed view% (table or indexed view %, database %). Number of documents processed:%. Number of documents failed:%. Number of documents that will be retried%'

    OR [Text] Like '%Informational: Full-text retry pass of% population completed for table or indexed view% (table or indexed view %, database %). Number of retry documents processed:%. Number of documents failed%'

    OR [Text] Like '%All Full-text populations in progress, for catalog%'

    OR [Text] Like '%Warning: Identity of full-text catalog in directory% does not match database%. The full-text catalog cannot be attached%'

    OR [Text] Like '%Warning: Full-text catalog path% is invalid. It exceeds the length limit, or it is a relative path, or it is a hidden directory. The full-text catalog cannot be attached%'

    OR [Text] Like '%Warning: All Full-text populations in progress for full-text catalog% in database% are paused%'

    OR [Text] Like '%Informational: Full-text catalog health monitor reported a failure for catalog% in database%'

    OR [Text] Like '%Warning: Database% cannot be modified during detach because database is in read-only, standby, or shutdown state%'

    OR [Text] Like '%Informational: Full-text auto change tracking is turned off for table or indexed view% (table or indexed view %, database %) due to fatal crawl error%'

    OR [Text] Like '%The path% has invalid attributes. It needs to be a directory. It must not be hidden, read-only, or on a removable drive%'

    OR [Text] Like '%QL Server failed to communicate with filter daemon launch service%'

    OR [Text] Like '%QL Server failed to create named pipe% to communicate with the full-text filter daemon%'

    OR [Text] Like '%Cannot perform requested task because full-text memory manager is not initialized%'

    OR [Text] Like '%View% is not an indexed view. Full-text index is not allowed to be created on it%'

    OR [Text] Like '%Logical name, size, maxsize, filegrowth, and offline properties of full-text catalog cannot be modified%'

    OR [Text] Like '%Failed to move full-text catalog from% to%. OS error%'

    OR [Text] Like '%Inconsistent accent sensitivity of full-text catalog is detected. Full-text catalog for catalog %, database % is reset%'

    OR [Text] Like '%Failed to finish full-text operation. Filegroup% is empty, read-only, or not online%'

    OR [Text] Like '%NULL or Invalid type of value specified for% parameter%'

    OR [Text] Like '%Cannot use full-text search in master, tempdb, or model database%'

    OR [Text] Like '%A default full-text catalog does not exist in database% or user does not have permission to perform this action%'

    OR [Text] Like '%Warning: No appropriate filter was found during full-text index population for table or indexed view% (table or indexed view %, database %), full-text key value%. Some columns of the row were not indexed%'

    OR [Text] Like '%Warning: No appropriate wordbreaker was found during full-text index population for table or indexed view% (table or indexed view %, database %), full-text key value%. Neutral wordbreaker was used for some columns of the row%'

    OR [Text] Like '%full-text operation because full-text key for table or indexed view% is offline%'

    OR [Text] Like '%offline%'

    OR [Text] Like '%Warning: No appropriate filter for embedded object was found during full-text index population for table or indexed view% (table or indexed view %, database %), full-text key value%. Some embedded objects in the row could not be inde%'

    OR [Text] Like '%atabase 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 ONLINE%'

    OR [Text] Like '%Informational: Full-text% population paused for table or indexed view% (table or indexed view %, database %). Number of documents processed:%. Number of documents failed%'

    OR [Text] Like '%Warning: Only running full population can be paused. The command is ignored. Other type of population can just be stopped and it will continue when your start the same type of crawl again%'

    OR [Text] Like '%Warning: Only paused full population can be resumed. The command is ignored%'

    OR [Text] Like '%Warning: Last population complete time of full-text catalog in directory% does not match database%. The full-text catalog is attached and it may need to be repopulated%'

    OR [Text] Like '%Warning: During upgrade full-text index on table% is disabled because at least one of full-text key column, full-text columns, or type columns is a non-deterministic or imprecise nonpersisted computed column%'

    OR [Text] Like '%Warning: During upgrade full-text catalog% in database% is set as offline because it failed to be created at path%. Please fix the full-text catalog path and rebuild the full-text catalog after upgrade%'

    OR [Text] Like '%Variable parameters can not be passed to fulltext predicates: contains, freetext and functions: containstable, freetexttable applied to remote table%'

    OR [Text] Like '%Cannot use full-text search in user instance%'

    OR [Text] Like '%The value% for the full-text component% is longer than the maximum permitted (% characters). Please reduce the length of the value%'

    OR [Text] Like '%Informational: Full-text% population paused for table or indexed view% (table or indexed view %, database %)%'

    OR [Text] Like '%cannot be added to a full-text index. Full-text indexes are limited to 1024 columns. When you create a full-text index, add fewer columns%'

    OR [Text] Like '%cannot be used for full-text search because it is a sparse column set%'

    OR [Text] Like '%nknown provider error%'

    OR [Text] Like '%The provider reported an unexpected catastrophic failure%'

    OR [Text] Like '%The provider did not implement the functionality%'

    OR [Text] Like '%The provider ran out of memory%'

    OR [Text] Like '%One or more arguments were reported invalid by the provider%'

    OR [Text] Like '%The provider did not support an interface%'

    OR [Text] Like '%The provider indicated an invalid pointer was used%'

    OR [Text] Like '%The provider indicated an invalid handle was used%'

    OR [Text] Like '%The provider terminated the operation%'

    OR [Text] Like '%The provider did not give any information about the error%'

    OR [Text] Like '%The data necessary to complete this operation was not yet available to the provider%'

    OR [Text] Like '%Access denied%'

    OR [Text] Like '%Execution terminated by the provider because a resource limit was reached%'

    OR [Text] Like '%The provider called a method from IRowsetNotify in the consumer, and the method has not yet returned%'

    OR [Text] Like '%The provider does not support the necessary method%'

    OR [Text] Like '%The provider indicates that the user did not have the permission to perform the operation%'

    OR [Text] Like '%Provider caused a server fault in an external process%'

    OR [Text] Like '%No command text was set%'

    OR [Text] Like '%Command was not prepared%'

    OR [Text] Like '%Authentication failed%'

    OR [Text] Like '%Cannot return multiple result sets (not supported by the provider)%'

    OR [Text] Like '%The specified index does not exist or the provider does not support an index scan on this data source%'

    OR [Text] Like '%The specified table or view does not exist or contains errors%'

    OR [Text] Like '%No value was given for one or more of the required parameters%'

    OR [Text] Like '%Cannot set any properties while there is an open rowset%'

    OR [Text] Like '%The insertion was canceled by the provider during notification%'

    OR [Text] Like '%Could not convert the data value due to reasons other than sign mismatch or overflow%'

    OR [Text] Like '%The data value for one or more columns overflowed the type used by the provider%'

    OR [Text] Like '%The data violated the integrity constraints for one or more columns%'

    OR [Text] Like '%The number of rows that have pending changes has exceeded the limit specified by the DBPROP_MAXPENDINGROWS property%'

    OR [Text] Like '%Cannot create the row. Would exceed the total number of active rows supported by the rowset%'

    OR [Text] Like '%The consumer cannot insert a new row before releasing previously-retrieved row handles%'

    OR [Text] Like '%The change was canceled by the provider during notification%'

    OR [Text] Like '%Could not convert the data value due to reasons other than sign mismatch or overflow%'

    OR [Text] Like '%The data value for one or more columns overflowed the type used by the provider%'

    OR [Text] Like '%The data violated the integrity constraints for one or more columns%'

    OR [Text] Like '%The number of rows that have pending changes has exceeded the limit specified by the DBPROP_MAXPENDINGROWS property%'

    OR [Text] Like '%The rowset was using optimistic concurrency and the value of a column has been changed after the containing row was last fetched or resynchronized%'

    OR [Text] Like '%The consumer could not delete the row. A deletion is pending or has already been transmitted to the data source%'

    OR [Text] Like '%The consumer could not delete the row. The insertion has been transmitted to the data source%'

    OR [Text] Like '%The rowset uses integrated indexes and there is no current index%'

    OR [Text] Like '%RestartPosition on the table was canceled during notification%'

    OR [Text] Like '%The table was built over a live data stream and the position cannot be restarted%'

    OR [Text] Like '%The provider did not release some of the existing rows%'

    OR [Text] Like '%The order of the columns was not specified in the object that created the rowset. The provider had to reexecute the command to reposition the next fetch position to its initial position, and the order of the columns changed%'

    OR [Text] Like '%contains the DISTINCT keyword. Consider removing DISTINCT from the view or not indexing the view. Alternatively, consider replacing DISTINCT with GROUP BY or COUNT_BIG(*) to simulate DISTINCT on grouping col%'

    OR [Text] Like '%contains the TOP keyword. Consider removing TOP or not indexing the view%'

    OR [Text] Like '%contains the TABLESAMPLE clause. Consider removing TABLESAMPLE or not indexing the view%'

    OR [Text] Like '%uses OPENROWSET, OPENQUERY, or OPENDATASOURCE. Consider not indexing the view, or eliminating OPENQUERY, OPENROWSET, and OPENDATASOURCE%'

    OR [Text] Like '%references a table using a CONTAINSTABLE or FREETEXTTABLE full-text function. Consider removing use of these functions or not indexing the view%'

    OR [Text] Like '%uses the OPENXML rowset provider. Consider removing OPENXML or not indexing the view%'

    OR [Text] Like '%references an internal system rowset provider. Consider not indexing this view%'

    OR [Text] Like '%uses table variable%. Consider not indexing this view or removing the reference to the table variable%'

    OR [Text] Like '%references a SQL Server internal table%'

    OR [Text] Like '%references derived table% (defined by SELECT statement in FROM clause). Consider removing the reference to the derived table or not indexing the view%'

    OR [Text] Like '%contains an OUTER APPLY. Consider not indexing the view, or removing OUTER APPLY%'

    OR [Text] Like '%contains a join using an ODBC standard escape syntax. Consider using an ANSI join syntax instead%'

    OR [Text] Like '%contains an INNER join that specifies a join hint. Consider removing the join hint%'

    OR [Text] Like '%uses a LEFT, RIGHT, or FULL OUTER join, and no OUTER joins are allowed in indexed views. Consider using an INNER join instead%'

    OR [Text] Like '%uses the PIVOT operator. Consider not indexing this view%'

    OR [Text] Like '%uses the UNPIVOT operator. Consider not indexing this view%'

    OR [Text] Like '%contains one or more UNION, INTERSECT, or EXCEPT operators. Consider creating a separate indexed view for each query that is an input to the UNION, INTERSECT, or EXCEPT operators of the original view%'

    OR [Text] Like '%the view uses the "*" operator to select columns. Consider referencing columns by name instead%'

    OR [Text] Like '%contains a GROUP BY ALL. Consider using a GROUP BY instead%'

    OR [Text] Like '%contains a CUBE, ROLLUP, or GROUPING SETS operator. Consider not indexing this view%'

    OR [Text] Like '%contains a HAVING clause. Consider removing the HAVING clause%'

    OR [Text] Like '%contains a COMPUTE clause. Consider not indexing this view, or using a GROUP BY or aggregate view instead to replace the COMPUTE calculation of aggregate results%'

    OR [Text] Like '%contains a join that uses deprecated Transact-SQL join syntax ( *= and =* ). Consider using = operator (non-outer-join) instead%'

    OR [Text] Like '%references an internal SQL Server column%'

    OR [Text] Like '%Consider eliminating the aggregate, not indexing the view, or using alternate aggregates. For example, for AVG substitute SUM and COUNT_BIG, or for COUNT, substitute COUNT_BIG%'

    OR [Text] Like '%with the DISTINCT keyword. Consider not indexing this view or eliminating DISTINCT. Consider use of a GROUP BY or COUNT_BIG(*) view to simulate DISTINCT on grouping columns%'

    OR [Text] Like '%contains one or more subqueries. Consider changing the view to use only joins instead of subqueries. Alternatively, consider not indexing this view%'

    OR [Text] Like '%uses a CONTAINS or FREETEXT full-text predicate. Consider eliminating CONTAINS or FREETEXT, or not indexing the view%'

    OR [Text] Like '%references the inline or multistatement table-valued function%. Consider expanding the function definition by hand in the view definition, or not indexing the view%'

    OR [Text] Like '%uses non-deterministic common language runtime (CLR) table-valued function%. Consider not indexing the view or changing it to not use this function%'

    OR [Text] Like '%references imprecise common language runtime (CLR) table-valued function%. Consider not indexing the view%'

    OR [Text] Like '%references table valued common language runtime (CLR) function%. Consider removing reference to the function or not indexing the view%'

    OR [Text] Like '%referenced by the view performs user or system data access%'

    OR [Text] Like '%contains more than one APPLY. Consider not indexing the view, or using only one APPLY%'

    OR [Text] Like '%uses the aggregate COUNT. Use COUNT_BIG instead%'

    OR [Text] Like '%references common table expression%. Views referencing common table expressions cannot be indexed. Consider not indexing the view, or removing the common table expression from the view definition%'

    OR [Text] Like '%its select list does not include a proper use of COUNT_BIG. Consider adding COUNT_BIG(*) to select list%'

    OR [Text] Like '%the view uses an implicit conversion from string to datetime or smalldatetime. Use an explicit CONVERT with a deterministic style value%'

    OR [Text] Like '%the view contains a table hint. Consider removing the hint%'

    OR [Text] Like '%references CLR routine (function or method)% outside non-key columns of SELECT list. Recreate or alter view so it does not reference CLR routines except in non-key columns of SELECT list, and then cre%'

    OR [Text] Like '%contains an APPLY. Consider not indexing the view, or removing APPLY%'

    OR [Text] Like '%contains a ranking or aggregate window function. Remove the function from the view definition or, alternatively, do not index the view%'

    OR [Text] Like '%uses the CHANGETABLE function%'

    OR [Text] Like '%references a sparse column set. Views that contain a sparse column set cannot be indexed. Consider removing the sparse column set from the view or not indexing the view%'

    OR [Text] Like '%Cannot invoke mutator on a null CLR type value%'

    OR [Text] Like '%cannot be updated because the field is%'

    OR [Text] Like '%Could not find UdtExtensions.dll. Please check your installation%'

    OR [Text] Like '%which is not present in the current database. SQL Server attempted to locate and automatically load the referenced assembly from the same location where referring assembly came from, but that operation has fai%'

    OR [Text] Like '%which is not present in the current database. SQL Server attempted to locate and automatically load the referenced assembly from the same location where referring assembly came from, but that operation has fai%'

    OR [Text] Like '%Could not get path for SQL Server%'

    OR [Text] Like '%Could not create AppDomain manager%'

    OR [Text] Like '%Failed to enter Common Language Runtime (CLR)%'

    OR [Text] Like '%The Init method for a CLR table-valued function must be annotated with SqlFunctionAttribute%'

    OR [Text] Like '%The SqlFunctionAttribute of the Init method for a CLR table-valued function must set the FillRowMethodName property%'

    OR [Text] Like '%The FillRowMethodName property of SqlFunctionAttribute does not contain a valid method name%'

    OR [Text] Like '%Warning: The Microsoft .NET Framework assembly% you are registering is not fully tested in the SQL Server hosted environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration ro%'

    OR [Text] Like '%Warning: The SQL Server client assembly% you are registering is not fully tested in SQL Server hosted environment%'

    OR [Text] Like '%is marked for unload due to%'

    OR [Text] Like '%.NET Framework execution was aborted. The UDP/UDF/CLR type did not revert thread token%'

    OR [Text] Like '%An error occurred while using the .NET Framework during%. The server may be running out of resources. Try running the query again. If the problem persist, contact a support professional%'

    OR [Text] Like '%An error occurred in the Microsoft .NET Framework while trying to load assembly %. The server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE. Run the query again, or check documentat%'

    OR [Text] Like '%The app domain with specified version % was unloaded due to memory pressure and could not be found%'

    OR [Text] Like '%An error occurred trying to get file version info for the file%'

    OR [Text] Like '% failed because parameter% of method% of type% is annotated with unsupported attribute System.ParamArrayAttribute%'

    OR [Text] Like '%serDefinedType method call failed because parameter% of method% of type% is annotated with unsupported attribute System.ParamArrayAttribute%'

    OR [Text] Like '%Method name% is invalid for%'

    OR [Text] Like '%Method name% is invalid for UserDefinedType method call%'

    OR [Text] Like '%Type% not found in database%'

    OR [Text] Like '%Invalid user code has been identified by .Net Framework Managed Debug Assistant%'

    OR [Text] Like '%WITH ENCRYPTION option of CREATE TRIGGER is only applicable to T-SQL triggers and not to CLR triggers%'

    OR [Text] Like '%The server is shutting down due to stack overflow%'

    OR [Text] Like '%Two versions of assembly% cannot coexist in database%. Keep one version and drop the other%'

    OR [Text] Like '%ASSEMBLY for assembly% failed because assembly% is not authorized for PERMISSION_SET =%The assembly is authorized when either of the following is true: the database owner (DBO) has% permission and the database has the TRUSTWORTH%'

    OR [Text] Like '%There is not enough stack to create appdomain%'

    OR [Text] Like '%Net Framework execution was aborted%'

    OR [Text] Like '%ALTER ASSEMBLY failed because serialization layout of type% would change as a result of a change in type% in the updated assembly. Persisted types are not allowed to change serialization layout%'

    OR [Text] Like '%derives from a generic type which is not supported for a CLR Type%'

    OR [Text] Like '%Cannot create plan guide% because type% provided is not allowed%'

    OR [Text] Like '%Cannot create plan guide% because the statement specified by @stmt and @module_or_batch, or by @plan_handle and @statement_start_offset, matches the existing plan guide% in the database. Drop the existing plan guide before creating the new p%'

    OR [Text] Like '%Operation% is not allowed%'

    OR [Text] Like '%Cannot create plan guide% because parameter @hints is incorrect%'

    OR [Text] Like '%Cannot create plan guide% because value% provided for @module_or_batch is not legal two-part name%'

    OR [Text] Like '%Cannot create plan guide% because parameter @stmt has more than one statement%'

    OR [Text] Like '%Cannot create plan guide% because the statement specified by @stmt and @module_or_batch, or by @plan_handle and @statement_start_offset, does not match any statement in the specified module or batch. Modify the values to match a statement in the mo%'

    OR [Text] Like '%plan guide% because it does not exist or you do not have permission. Verify plan guide name and database of current session, and that you have needed permission%'

    OR [Text] Like '%Cannot create plan guide% because the statement specified by @stmt or @statement_start_offset either contains a syntax error or is ineligible for use in a plan guide. Provide a single valid Transact-SQL statement or a valid starting position of the%'

    OR [Text] Like '%Cannot create plan guide% because there is already a plan guide with that name in the database. Use a unique name%'

    OR [Text] Like '%Cannot create plan guide% because object%'

    OR [Text] Like '%because it is referenced by plan guide%. Use sp_control_plan_guide to drop the plan guide first. Record the plan guide definition for future use if needed%'

    OR [Text] Like '%Cannot create plan guide%'

    OR [Text] Like '%Cannot execute sp_control_plan_guide because of insufficient permissions to control plan guide%. Alter permission on object referenced by plan guide, or alter database permission required%'

    OR [Text] Like '%Cannot create plan guide% because the hints specified in @hints cannot be applied to the statement specified by either @stmt or @statement_start_offset. Verify that the hints can be applied to the statement%'

    OR [Text] Like '%Cannot create plan guide% because @type was specified as% and a non-NULL value is specified for the parameter%. This type requires a NULL value for the parameter. Specify NULL for the parameter, or change the type to one that allows a non%'

    OR [Text] Like '%Cannot create plan guide% because @type was specified as% and the parameter% is NULL. This type requires a non-NULL value for the parameter. Specify a non-NULL value for the parameter, or change the type to one that allows a NULL value fo%'

    OR [Text] Like '%Cannot create plan guide% because @hints has illegal value. @hints must be OPTION(PARAMETERIZATION FORCED) or OPTION(PARAMETERIZATION SIMPLE) if @type is%'

    OR [Text] Like '%Cannot generate query template because @querytext does not contain a valid single query%'

    OR [Text] Like '%Cannot parameterize @querytext%'

    OR [Text] Like '%Plan guide% matched statement after it was parameterized automatically by FORCED or SIMPLE parameterization, but the RECOMPILE hint it contains was ignored. RECOMPILE is not supported on automatically parameterized statements. Consider dropping thi%'

    OR [Text] Like '%Cannot drop% because its trigger% is referenced by plan guide%. Use sp_control_plan_guide to drop the plan guide first. Record the plan guide definition for future use if needed%'

    OR [Text] Like '%Cannot create plan guide% because the object% is a temporary object%'

    OR [Text] Like '%Cannot create plan guide% because its name is inval%'

    OR [Text] Like '%Cannot create plan guide% because there is already a%'

    OR [Text] Like '%Cannot create plan guide% because the statement specified by @statement_start_offset does not match any statement in specified module or batch. Consider modifying @statement_start_offset to match a statement in module or batch%'

    OR [Text] Like '%Cannot create plan guide% from cache because the user does not have adequate permissions. Grant the VIEW SERVER STATE permission to the user creating the plan guide%'

    OR [Text] Like '%Cannot create plan guide% because the batch or module specified by @plan_handle does not contain a statement that is eligible for a plan guide. Specify a different value for @plan_handle%'

    OR [Text] Like '%Cannot create plan guide% because the plan guide name exceeds 124, the maximum number of characters allowed. Specify a name that contains fewer than 125 characters%'

    OR [Text] Like '%Cannot create plan guide% because the value specified for @params is invalid. Specify the value in the form <parameter_name> <parameter_type>, or specify NULL%'

    OR [Text] Like '%Cannot create plan guide% because a plan was not found in the plan cache that corresponds to the specified plan handle. Specify a cached plan handle. For a list of cached plan handles, query the sys.dm_exec_query_stats dynamic management view%'

    OR [Text] Like '%Cannot create plan guide% because the batch or module corresponding to the specified @plan_handle contains more than 1000 eligible statements. Create a plan guide for each statement in the batch or module by specifying a statement_start_offset valu%'

    OR [Text] Like '%Cannot enable plan guide% because the enabled plan guide% contains the same scope and starting offset value of the statement. Disable the existing plan guide before enabling the specified plan guide%'

    OR [Text] Like '%Cannot find the plan guide either because the specified plan guide ID is NULL or invalid, or you do not have permission on the object referenced by the plan guide. Verify that the plan guide ID is valid, the current session is set to the correct database%'

    OR [Text] Like '%Cannot create plan guide% from cache because a query plan is not available for the statement with start offset%.This problem can occur if the statement depends on database objects that have not yet been created. Make sure that all necessary datab%'

    OR [Text] Like '%Cannot specify included columns for a clustered index%'

    OR [Text] Like '%Mixing old and new syntax in CREATE/ALTER/DROP INDEX statement is not allowed%'

    OR [Text] Like '%Cannot rebuild clustered index% on view% because the view is dependent on base table% whose clustered index% is disabled%'

    OR [Text] Like '%Cannot convert a statistic to an index using DROP_EXISTING index option when ONLINE index option is also specified%'

    OR [Text] Like '%Cannot disable primary key index% on table% because the table is published for replication%'

    OR [Text] Like '%Cannot disable the clustered index% on view% because the indexed view is published for replication%'

    OR [Text] Like '%The clustered index% on table% cannot be disabled because the table has change tracking enabled. Disable change tracking on the table before disabling the clustered index%'

    OR [Text] Like '%cannot be disabled because the table has change tracking enabled. Change tracking requires a primary key constraint on the table, and disabling the index will drop the constraint. Disable change tracking on the table bef%'

    OR [Text] Like '%cannot be created on table% because the column% in the filter expression is a computed column. Rewrite the filter expression so that it does not include this column%'

    OR [Text] Like '%cannot be created on object% because it is not a user table. Filtered indexes are only supported on tables. If you are trying to create a filtered index on a view, consider creating an indexed view with the filter expression%'

    OR [Text] Like '%cannot be created on table% because the column% in the filter expression is compared with a constant of higher data type precedence or of a different collation. Converting a column to the data type of a constant is no%'

    OR [Text] Like '%cannot be created on table% because the column% in the filter expression is compared with a constant that cannot be converted to the data type of the column. Rewrite the filter expression so that it does not include t%'

    OR [Text] Like '%could not be created or rebuilt. The key length for this index (% bytes) exceeds the maximum allowed length of% bytes when using the vardecimal storage format%'

    OR [Text] Like '%because the statement sets the IGNORE_DUP_KEY option to ON. Rewrite the statement so that it does not use the IGNORE_DUP_KEY option%'

    OR [Text] Like '%cannot be created on table% because the column% in the filter expression is of a CLR data type. Rewrite the filter expression so that it does not include this column%'

    OR [Text] Like 'cannot be created on table% because the filter expression contains a comparison with a literal NULL value. Rewrite the comparison to use the IS [NOT] NULL comparison operator to test for NULL values%'

    OR [Text] Like '%could not be created because the column% in the filter expression of the index is a column set%'

    OR [Text] Like '%could not be created or rebuilt. A compressed index is not supported on table that contains sparse columns or a column set column%'

    OR [Text] Like '%cannot be created on object% because it is not a user table. Filtered statistics are only supported on user tables%'

    OR [Text] Like '%The table-valued parameter% is READONLY and cannot be modified%'

    OR [Text] Like '%The READONLY option cannot be used in an EXECUTE or CREATE AGGREGATE statement%'

    OR [Text] Like '%The WITH CUBE and WITH ROLLUP options are not permitted with a ROLLUP, CUBE, or GROUPING SETS specification%'

    OR [Text] Like '%Too many grouping sets. The maximum number is%'

    OR [Text] Like '%bqueries are not allowed in the OUTPUT clause%'

    OR [Text] Like '%Too many expressions are specified in the GROUP BY clause. The maximum number is% when grouping sets are supplied%'

    OR [Text] Like '%The CUBE() and ROLLUP() grouping constructs are not allowed in the current compatibility mode. They are only allowed in 100 mode or higher%'

    OR [Text] Like '%EFAULT is not allowed on the right hand side of%'

    OR [Text] Like '%The number of columns for each row in a table value constructor must be the same%'

    OR [Text] Like '%is not allowed in the%'

    OR [Text] Like '%Non-ANSI outer join operators ("*=" or "=*") are not allowed in a MERGE statement. Use the OUTER JOIN keywords instead%'

    OR [Text] Like '%A MERGE statement must be terminated by a semi-colon (;)%'

    OR [Text] Like '%cannot appear more than once in a%'

    OR [Text] Like '%A nested INSERT, UPDATE, DELETE, or MERGE statement must have an OUTPUT clause%'

    OR [Text] Like '%clause is not allowed when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%Query hints are not allowed in nested INSERT, UPDATE, DELETE, or MERGE statements%'

    OR [Text] Like '%Non-ANSI outer join operators ("*=" or "=*") are not allowed in a nested INSERT, UPDATE, DELETE, or MERGE statement. Use the OUTER JOIN keywords instead%'

    OR [Text] Like '%An OUTPUT INTO clause is not allowed in a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%The WHERE CURRENT OF clause is not allowed in a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%The DISTINCT keyword is not allowed when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%In a MERGE statement, a variable cannot be set to a column and expression in the same assignment in the SET clause of an UPDATE action. Assignments of the form % are not valid in the SET clause of an UPDATE action in a%'

    OR [Text] Like '%The FORCESEEK hint is not allowed for target tables of INSERT, UPDATE, or DELETE statements%'

    OR [Text] Like '%Cannot use the VARYING option in a DECLARE, CREATE AGGREGATE or CREATE FUNCTION statement%'

    OR [Text] Like '%User defined aggregates do not support default parameters%'

    OR [Text] Like '%on either side of a JOIN or APPLY operator%'

    OR [Text] Like '%statement is not allowed as the table source of a PIVOT or UNPIVOT operator%'

    OR [Text] Like '%is not allowed in a SELECT statement that is not the immediate source of rows for an INSERT statement%'

    OR [Text] Like '%is not allowed in the FROM clause of an UPDATE or DELETE statement%'

    OR [Text] Like '%is not allowed inside another nested INSERT, UPDATE, DELETE, or MERGE statement%'

    OR [Text] Like '%is not allowed on either side of a UNION, INTERSECT, or EXCEPT operator%'

    OR [Text] Like '%is not allowed in the USING clause of a MERGE statement%'

    OR [Text] Like '%Variable assignment is not allowed in a statement containing a top level UNION, INTERSECT or EXCEPT operator%'

    OR [Text] Like '%Incorrect WHERE clause for filtered% on table%'

    OR [Text] Like '%A full-text stoplist statement must be terminated by a semi-colon (;)%'

    OR [Text] Like '%In an ALTER TABLE REBUILD or ALTER INDEX REBUILD statement, when a partition is specified in a DATA_COMPRESSION clause, PARTITION=ALL must be specified. The PARTITION=ALL clause is used to reinforce that all partitions of the table or index will be rebuil%'

    OR [Text] Like '%The number of row value expressions in the INSERT statement exceeds the maximum allowed number of% row values%'

    OR [Text] Like '%The insert column list used in the MERGE statement cannot contain multi-part identifiers. Use single part identifiers instead%'

    OR [Text] Like '%Failed to configure resource governor during startup. Check SQL Server error log for specific error messages or check the consistency of master database by running DBCC CHECKCATALOG%'

    OR [Text] Like '%ser does not have permission to alter the resource governor configuration%'

    OR [Text] Like '%ser-defined function% does not exist in master database, or the user does not have permission to access it%'

    OR [Text] Like '%The specified schema name% for classifier user-defined function either does not exist, or the user does not have permission to use it%'

    OR [Text] Like '%Resource governor configuration failed. There are active sessions in workload groups being dropped or moved to different resource pools. Disconnect all active sessions in the affected workload groups and try again%'

    OR [Text] Like '%Could not complete resource governor configuration because there is not enough memory. Reduce the server load or try the operation on a dedicated administrator connection%'

    OR [Text] Like '%is not a valid resource governor classifier user-defined function. A valid classifier user-defined function must be schema-bound, return sysname, and have no parameters%'

    OR [Text] Like '%Attribute% with value of% is greater than attribute% with value of%'

    OR [Text] Like '%Attribute% with value of% is less than attribute% with value of%'

    OR [Text] Like '%The resource pool cannot be created. The maximum number of resource pools cannot exceed current limit of% including predefined resource pools%'

    OR [Text] Like '%The operation could not be completed. The specified% value,%, causes the sum of minimums on all resource pools to exceed 100 percent. Reduce the value or modify other resource pools so that the sum is less than 100%'

    OR [Text] Like '%Requested operation cannot be performed because the resource pool% does not exist%'

    OR [Text] Like '%The operation could not be completed. Dropping predefined% is not allowed%'

    OR [Text] Like '%sers are not allowed to% the workload group% in the% resource pool%'

    OR [Text] Like '%The name of the% cannot begin with # of ##%'

    OR [Text] Like '%The operation could not be completed. Altering% is not allowed%'

    OR [Text] Like '%Cannot drop resource pool% because it contains workload group%. Drop or remove all workload groups using this resource pool before dropping it%'

    OR [Text] Like '%ALTER WORKLOAD GROUP failed%'

    OR [Text] Like '%Cannot create% because it already exists%'

    OR [Text] Like '%An error occurred while reading the resource governor configuration from master database. Check the integrity of master database or contact the system administrator%'

    OR [Text] Like '%Cannot% user-defined function%. It is being used as a resource governor classifier%'

    OR [Text] Like '%cannot be moved out of%'

    OR [Text] Like '%failed. Rerun the statement%'

    OR [Text] Like '%failed. The resource governor is not available in this edition of SQL Server. You can manipulate resource governor metadata but you will not be able to apply resource governor configuration. Only Enterprise edition of SQL Server supports resource gov%'

    OR [Text] Like '%Resource governor reconfiguration succeeded%'

    OR [Text] Like '%Failed to run resource governor classifier user-defined function. See previous errors in SQL Server error log from session % for details. Classifier elapsed time:%u ms. %'

    OR [Text] Like '%Resource governor% operation was canceled by user%'

    OR [Text] Like '%Resource governor reconfiguration failed%'

    OR [Text] Like '%nknown status code for this column%'

    OR [Text] Like '%eferred accessor validation occurred. Invalid binding for this column%'

    OR [Text] Like '%Could not convert the data value due to reasons other than sign mismatch or overflow%'

    OR [Text] Like '%ccessfully returned a NULL value%'

    OR [Text] Like '%ccessfully returned a truncated value%'

    OR [Text] Like '%Could not convert the data type because of a sign mismatch%'

    OR [Text] Like '%Conversion failed because the data value overflowed the data type used by the provider%'

    OR [Text] Like '%The provider cannot allocate memory or open another storage object on this column%'

    OR [Text] Like '%The provider cannot determine the value for this column%'

    OR [Text] Like '%The user did not have permission to write to the column%'

    OR [Text] Like '%The data value violated the integrity constraints for the column%'

    OR [Text] Like '%The data value violated the schema for the column%'

    OR [Text] Like '%The column had a bad status%'

    OR [Text] Like '%The column used the default value%'

    OR [Text] Like '%The column was skipped when setting data%'

    OR [Text] Like '%The table was in immediate-update mode, and deleting a single row caused more than one row to be deleted in the data source%'

    OR [Text] Like '%The row was released even though it had a pending change%'

    OR [Text] Like '%eletion of the row was canceled during notification%'

    OR [Text] Like '%The rowset was using optimistic concurrency and the value of a column has been changed after the containing row was last fetched or resynchronized%'

    OR [Text] Like '%The row has a pending delete or the deletion had been transmitted to the data source%'

    OR [Text] Like '%The row is a pending insert row%'

    OR [Text] Like '%BPROP_CHANGEINSERTEDROWS was VARIANT_FALSE and the insertion for the row has been transmitted to the data source%'

    OR [Text] Like '%eleting the row violated the integrity constraints for the column or table%'

    OR [Text] Like '%The row handle was invalid or was a row handle to which the current thread does not have access rights%'

    OR [Text] Like '%eleting the row would exceed the limit for pending changes specified by the rowset property DBPROP_MAXPENDINGROWS%'

    OR [Text] Like '%The row has a storage object open%'

    OR [Text] Like '%The provider ran out of memory and could not fetch the row%'

    OR [Text] Like '%ser did not have sufficient permission to delete the row%'

    OR [Text] Like '%The table was in immediate-update mode and the row was not deleted due to reaching a limit on the server, such as query execution timing out%'

    OR [Text] Like '%pdating did not meet the schema requirements%'

    OR [Text] Like '%There was a recoverable, provider-specific error, such as an RPC failure%'

    OR [Text] Like '%The provider indicates that conflicts occurred with other properties or requirements%'

    OR [Text] Like '%Could not obtain an interface required for text, ntext, or image access%'

    OR [Text] Like '%The provider could not support a required row lookup interface%'

    OR [Text] Like '%The provider could not support an interface required for the UPDATE/DELETE/INSERT statements%'

    OR [Text] Like '%The provider could not support insertion on this table%'

    OR [Text] Like '%The provider could not support updates on this table%'

    OR [Text] Like '%The provider could not support deletion on this table%'

    OR [Text] Like '%The provider could not support a row lookup position%'

    OR [Text] Like '%The provider could not support a required property%'

    OR [Text] Like '%The provider does not support an index scan on this data source%'

    OR [Text] Like '%This message could not be delivered because the FROM service name is missing. The message origin is%'

    OR [Text] Like '%This message has been dropped because the FROM service name exceeds the maximum size of% bytes. Service name:%. Message origin%'

    OR [Text] Like '%This message has been dropped because the FROM broker instance is missing. The message origin is%'

    OR [Text] Like '%This message has been dropped because the FROM broker instance exceeds the maximum size of% bytes. Broker instance:%. Message origin%'

    OR [Text] Like '%This message has been dropped because the TO service name is missing. The message origin is%'

    OR [Text] Like '%This message has been dropped because the TO service name exceeds the maximum size of% bytes. Service name:%. Message origin%'

    OR [Text] Like '%This message has been dropped because the service contract name is missing. The message origin is%'

    OR [Text] Like '%This message has been dropped because the service contract name exceeds the maximum size of% bytes. Contract name%. Message origin%'

    OR [Text] Like '%This message could not be delivered because the conversation ID could not be associated with an active conversation. The message origin is%'

    OR [Text] Like '%This message has been dropped because the TO service could not be found. Service name:%. Message origin%'

    OR [Text] Like '%This message has been dropped because the user does not have permission to access the target database. Database ID:%. Message origin: "%"%'

    OR [Text] Like '%This message could not be delivered because the conversation endpoint has already been closed%'

    OR [Text] Like '%This message could not be delivered because this is not the first message in the conversation%'

    OR [Text] Like '%This message could not be delivered because the% contract could not be found or the service does not accept conversations for the contract%'

    OR [Text] Like '%This message could not be delivered because the user with % in database % does not have permission to send to the service. Service name%'

    OR [Text] Like '%This message could not be delivered because there is already another task processing this message%'

    OR [Text] Like '%This message could not be delivered because it is out of sequence with respect to the conversation. Conversation receive sequence number:%, Message sequence number:%'

    OR [Text] Like '%This message could not be delivered because it is a duplicate%'

    OR [Text] Like '%This message could not be delivered because the destination queue has been disabled. Queue %'

    OR [Text] Like '%This message could not be delivered because the TO broker instance is missing%'

    OR [Text] Like '%This message could not be delivered because there is an inconsistency in the message header%'

    OR [Text] Like '%This message could not be delivered because the TO service name in the message does not match the name in the conversation endpoint. Message TO Service Name:%. Conversation Endpoint TO Service Name%'

    OR [Text] Like '%This message could not be delivered because the service contract name in the message does not match the name in the conversation endpoint. Message service contract name:%. Conversation endpoint service contract name%'

    OR [Text] Like '%This message could not be delivered because another instance of this service program has already started conversing with this endpoint%'

    OR [Text] Like '%This message could not be delivered because the message type name could not be found. Message type name%'

    OR [Text] Like '%This message could not be delivered because the message type is not part of the service contract. Message type name:%. Service contract name%'

    OR [Text] Like '%This message could not be delivered because the initiator service has sent a message with a message type that can only be sent by the target. Message type name:%. Service contract name%'

    OR [Text] Like '%This message could not be delivered because the target service has sent a message with a message type that can only be sent by the initiator. Message type name:%. Service contract name%'

    OR [Text] Like '%This message could not be delivered because the security context could not be retrieved%'

    OR [Text] Like '%This message could not be delivered because the message could not be decrypted and validated%'

    OR [Text] Like '%This message could not be delivered because the conversation endpoint is not secured, however the message is secured%'

    OR [Text] Like '%This message could not be delivered because the conversation endpoint is secured, however the message is not secured%'

    OR [Text] Like '%This message has been dropped because the session key of the conversation endpoint does not match that of the message%'

    OR [Text] Like '%This message could not be delivered because an internal error was encountered while processing it. Error code%, state%'

    OR [Text] Like '%Received a malformed message. The binary message class% is not defined. This may indicate network problems or that another application is connected to the Service Broker endpoint%'

    OR [Text] Like '%The binary header size of% is expected, however the header size received was%'

    OR [Text] Like '%message could not be processed due to insufficient memory. The message was dropped%'

    OR [Text] Like '%The private variable data segment is malformed%'

    OR [Text] Like '%The private variable data segment extends beyond the length of the message%'

    OR [Text] Like '%The binary message preamble is malformed%'

    OR [Text] Like '%The conversation security version number is not%'

    OR [Text] Like '%The maximum number of public variable data elements% has been exceeded. Public variable data elements found%'

    OR [Text] Like '%The public variable data element% has been duplicated in this message%'

    OR [Text] Like '%The handshake validation header is malformed%'

    OR [Text] Like '%The maximum number of private variable data elements% has been exceeded. Private variable data elements found%'

    OR [Text] Like '%The private variable data element% has been duplicated in this message%'

    OR [Text] Like '%The login negotiate header is inval%'

    OR [Text] Like '%The SSPI login header is inval%'

    OR [Text] Like '%The pre-master-secret is inval%'

    OR [Text] Like '%The security certificate key fields must both be present or both be absent. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The service pair security header source certificate and the signature must both be present or both be absent. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%I6%'

    OR [Text] Like '%The destination certificate serial number is missing. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The service pair security header destination certificate, the key exchange key, the key exchange key ID, and the session key must all be present or all be absent. This occurred in the message with Conversation %'

    OR [Text] Like '%The session key ID is missing. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The encryption flag is set, however the message body, MIC or salt is missing. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The MIC is present, however the message body or encryption flag is missing. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The MIC and session key ID are in an invalid state. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The MIC size is%, however it must be no greater than% bytes in length. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The certificate serial number size is%, however it must be no greater than% bytes in length. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The certificate issuer name size is%, however it must be no greater than% bytes in length. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The destination certificate serial number size is%, however it must be no greater than% bytes in length. This occurred in the message with Conversation %, Initiator:%, and Message sequence number%'

    OR [Text] Like '%The destination certificate issuer name size is%, however it must be no greater than% bytes in length. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The service pair security header size is%, however it must be between% and% bytes. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The key exchange key size is%, however it must be between% and% bytes. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The key exchange key ID is invalid. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The encrypted session key size is%, however it must be% bytes. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The session key ID size is%, however it must be% bytes. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The salt size is%, however it must be% bytes. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%A UNICODE string is not two byte aligned within the message. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%A UNICODE string is greater than the maximum allowed size of% bytes. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The conversation ID must not be NULL. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The message ID must not be NULL%'

    OR [Text] Like '%The message body is not properly padded for encryption. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%A sequence number is larger than allowed. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The End of Conversation and Error flags are both set. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The End of Conversation flag has been set on an unsequenced message. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The End of Conversation and Error flags may not be set in the first sequenced message. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The message type is missing for this message. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%The message type must not be set in this message. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%A packet of size%lu bytes could not be processed because it exceeds the receive buffer count%'

    OR [Text] Like '%A corrupted message has been received. The private portion of the message header is malformed%'

    OR [Text] Like '%This message has been dropped due to licensing restrictions. See the documentation for further details%'

    OR [Text] Like '%This forwarded message has been dropped because the hops remaining count has reached 0%'

    OR [Text] Like '%ropped this forwarded message because this SQL Server instance is out of memory%'

    OR [Text] Like '%This forwarded message has been dropped because a duplicate message is already being forwarded%'

    OR [Text] Like '%This forwarded message has been dropped because its memory usage would exceed the configured memory limit%'

    OR [Text] Like '%This forwarded message was dropped because the message could not be delivered within the message time to live. This may indicate that the forwarding route is incorrectly configured or that the destination is unavailable%'

    OR [Text] Like '%This forwarded message has been dropped because the time consumed has exceeded the message%'

    OR [Text] Like '%The forwarded message has been dropped because a transport send error occurred when sending the message. Check previous events for the error%'

    OR [Text] Like '%This forwarded message has been dropped because a transport is shutdown%'

    OR [Text] Like '%This forwarded message has been dropped because the destination route is not val%'

    OR [Text] Like '%Endpoint configuration change detected. Service Broker manager and transport will now restart%'

    OR [Text] Like '%Certificate change detected. Service Broker manager and transport will now restart%'

    OR [Text] Like '%A corrupted message has been received. The private variable data segment offset is incorrect%'

    OR [Text] Like '%A corrupted message has been received. The public variable data segment offset is incorrect%'

    OR [Text] Like '%A corrupted message has been received. An unsequenced message had a non-zero sequence number. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%Error wile committing a readonly or a TEMPDB XDES, Shutting down the server%'

    OR [Text] Like '%Error while performing transaction notification for object%p event%'

    OR [Text] Like '%Error during rollback. shutting down database (location:%)%'

    OR [Text] Like '%Error releasing reserved log space:% space%, code%, state%'

    OR [Text] Like '%Failed to record outcome of a local two-phase commit transaction. Taking database offline%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Index% on indexed view% uses partition function%, but table% uses non-equivalent partition function%. Index on indexed view% and table% must use an equivalent partition%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Table% is%, but index% on indexed view% is%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Target table% is referenced by% indexed view(s), but source table% is only referenced by% indexed view(s). Every indexed view on the target table must have at least one matching indexed view on the so%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Indexed view% is not aligned with table%. The partitioning column% from the indexed view calculates its value from one or more columns or an expression, rather than directly selecting from the tabl%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Target table% is referenced by% indexed view(s), but source table% is only referenced by% matching indexed view(s). Every indexed view on the target table must have at least one matching indexed view%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Table% is not aligned with the index% on indexed view%. The table is partitioned on column%, but the index on the indexed view is partitioned on column%, which is selected from a diff%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. Source and target partitions have different values for the DATA_COMPRESSION option%'

    OR [Text] Like '%Vardecimal storage format can not be enabled for%. Only Enterprise edition of SQL Server supports vardecimal%'

    OR [Text] Like '%Cannot modify the column% in the table% to add or remove the COLUMN_SET attribute. To change a COLUMN_SET attribute of a column, either modify the table to remove the column and then add the column again, or drop and re-create the table%'

    OR [Text] Like '%Cannot remove the column set% in the table% because the table contains more than 1025 columns. Reduce the number of columns in the table to less than 1025%'

    OR [Text] Like '%Cannot modify the column% in the table% to a sparse column because the column has a default or rule bound to it. Unbind the rule or default from the column before designating the column as sparse%'

    OR [Text] Like '%Cannot add the sparse column% to the table% because the data type of the column has a default or rule bound to it. Unbind the rule or default from the data type before adding the sparse column to the table%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed because column% does not have the same sparse storage attribute in tables% and%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed because column% does not have the same column set property in tables% and%'

    OR [Text] Like '%because it does not have a clustered index. This option will be applied only to the table%'

    OR [Text] Like '%Object% cannot be disabled or enabled. This action applies only to foreign key and check constraints%'

    OR [Text] Like '%Cannot% table% because the table either contains sparse columns or a column set column which are incompatible with compression%'

    OR [Text] Like '%Operation is aborted%'

    OR [Text] Like '%Insufficient disk space to write backup%'

    OR [Text] Like '%Cannot create temporary backup file%'

    OR [Text] Like '%Cannot create the virtual device set interface%'

    OR [Text] Like '%is corrupt%'

    OR [Text] Like '%The backup file% does not exist%'

    OR [Text] Like '%Cannot open the backup file%'

    OR [Text] Like '%Cannot create the backupset metadata%'

    OR [Text] Like '%Cannot delete the backupset metadata%'

    OR [Text] Like '%Cannot delete a backup file%'

    OR [Text] Like '%Can not acquire a lock on database%'

    OR [Text] Like '%Transaction log for database% is corrupt%'

    OR [Text] Like '%Cannot find the IO throttler for drive%'

    OR [Text] Like '%Cannot open device%'

    OR [Text] Like '%Cannot query device%'

    OR [Text] Like '%is offline%'

    OR [Text] Like '%Unknown ABR error%'

    OR [Text] Like '%could not be created because the column type is not%'

    OR [Text] Like '%Could not find spatial tessellation scheme%. Specify a valid tessellation scheme name in your USING clause%'

    OR [Text] Like '%Could not find the default spatial tessellation scheme for the column% on table%. Make sure that the column reference is correct, or specify the extension scheme in a USING clause%'

    OR [Text] Like '%Incorrect parameters were passed to the CREATE% statement near%. Validate the statement against the index-creation syntax%'

    OR [Text] Like '%plicate parameters were passed to the create index statement. Validate the statement against the index-creation syntax%'

    OR [Text] Like '%The CREATE% statement is missing the required parameter%. Validate the statement against the index-creation syntax%'

    OR [Text] Like '%Table% does not have a clustered primary key as required by the% index. Make sure that the primary key column exists on the table before creating a% index%'

    OR [Text] Like '%Could not find the% index% on table%. Either no% index with this name exists, or a non-% index might be using the same name. Fix the index name, avoiding duplicates. If a relational index has the same name, drop the regular%'

    OR [Text] Like '%Only one spatial index hint may appear per table, either as the first or the last hinted index%'

    OR [Text] Like '%The value of parameter% of CREATE% must be less than%'

    OR [Text] Like '%The value of parameter% of CREATE% must be greater than%'

    OR [Text] Like '%The value of parameter% of CREATE% must be greater than the value of parameter%'

    OR [Text] Like '%The% parameter of CREATE% is incompletely defined. If the parameter has more than one part, all the parts must be defined%'

    OR [Text] Like '%The index option% in the CREATE% statement has to appear before the general index options%'

    OR [Text] Like '% Creating a% index requires that the primary key in the base table satisfy the following restrictions. The maximum number of primary-key columns is%The maximum combined per-row size of the primary-key columns is% bytes. The primary key on the%'

    OR [Text] Like '%The spatial index is disabled or offline%'

    OR [Text] Like '%The spatial object is not defined in the scope of the predicate%'

    OR [Text] Like '%patial indexes do not support the comparand supplied in the predicate%'

    OR [Text] Like '%patial indexes do not support the comparator supplied in the predicate%'

    OR [Text] Like '%patial indexes do not support the method name supplied in the predicate%'

    OR [Text] Like '%The comparand references a column that is defined below the predicate%'

    OR [Text] Like '%The comparand in the comparison predicate is not deterministic%'

    OR [Text] Like '%The spatial parameter references a column that is defined below the predicate%'

    OR [Text] Like '%Could not find required binary spatial method in a condition%'

    OR [Text] Like '%Could not find required comparison predicate%'

    OR [Text] Like '%ALTER DATABASE failed because FILESTREAM filegroups cannot be added to a database that has either the READ_COMMITTED_SNAPSHOT or the ALLOW_SNAPSHOT_ISOLATION option set to ON. To add FILESTREAM filegroups, you must set READ_COMMITTED_SNAPSHOT and ALLOW_S%'

    OR [Text] Like '%pply either% or% to identify the log entries%'

    OR [Text] Like '%You must specify% when creating a subplan%'

    OR [Text] Like '%pply either% or% to identify the plan or sub-plan to be run%'

    OR [Text] Like '%a USE database statement%'

    OR [Text] Like '%a procedure, function or trigger%'

    OR [Text] Like '%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%'

    OR [Text] Like '%patial index operations%'

    OR [Text] Like '%an INTO clause%'

    OR [Text] Like '%a COMPUTE clause%'

    OR [Text] Like '%a SELECT INTO statement%'

    OR [Text] Like '%varbinary (128) NOT NULL%'

    OR [Text] Like '%parameter%'

    OR [Text] Like '%convert specification%'

    OR [Text] Like '%System table%'

    OR [Text] Like '%Unknown type%'

    OR [Text] Like '%ET option%'

    OR [Text] Like '%character string%'

    OR [Text] Like '%built-in function name%'

    OR [Text] Like '%XML INDEX%'

    OR [Text] Like '%CLR type%'

    OR [Text] Like '%xml schema collection%'

    OR [Text] Like '%EXTENDED INDEX%'

    OR [Text] Like '%PATIAL INDEX%'

    OR [Text] Like '%patial%'

    OR [Text] Like '%a planguide batch%'

    OR [Text] Like '%geometry%'

    OR [Text] Like '%conversation priority%'

    OR [Text] Like '%an assignment%'

    OR [Text] Like '%a cursor declaration%'

    OR [Text] Like '%replication filter%'

    OR [Text] Like '%variable assignment%'

    OR [Text] Like '%filegroup%'

    OR [Text] Like '%write%'

    OR [Text] Like '%function%'

    OR [Text] Like '%rop%'

    OR [Text] Like '%alter%'

    OR [Text] Like '%message type%'

    OR [Text] Like '%contract%'

    OR [Text] Like '%ervice%'

    OR [Text] Like '%queue%'

    OR [Text] Like '%table valued function%'

    OR [Text] Like '%event notification%'

    OR [Text] Like '%ynonym%'

    OR [Text] Like '%thread%'

    OR [Text] Like '%communication buffer%'

    OR [Text] Like '%Common Language Runtime critical section%'

    OR [Text] Like '%principal%'

    OR [Text] Like '%ecurity descriptor%'

    OR [Text] Like '%hypothetical index%'

    OR [Text] Like '%nonclustered index%'

    OR [Text] Like '%credential%'

    OR [Text] Like '%transfer%'

    OR [Text] Like '%Cumulative wait time (ms) per second%'

    OR [Text] Like '%Waits started per second%'

    OR [Text] Like '%Waits in progress%'

    OR [Text] Like '%Average wait time (ms)%'

    OR [Text] Like '%Cumulative execution time (ms) per second%'

    OR [Text] Like '%Execs started per second%'

    OR [Text] Like '%Execs in progress%'

    OR [Text] Like '%Average execution time (ms)%'

    OR [Text] Like '%asymmetric key%'

    OR [Text] Like '%an INSERT SELECT statement%'

    OR [Text] Like '%partition function%'

    OR [Text] Like '%partition scheme%'

    OR [Text] Like '%encryption%'

    OR [Text] Like '%ignature%'

    OR [Text] Like '%password%'

    OR [Text] Like '%rename%'

    OR [Text] Like '%end dialog%'

    OR [Text] Like '%END CONVERSATION WITH ERROR%'

    OR [Text] Like '%MOVE CONVERSATION%'

    OR [Text] Like '%receive sequenced message%'

    OR [Text] Like '%receive end conversation%'

    OR [Text] Like '%receive end conversation with error%'

    OR [Text] Like '%receive broker error%'

    OR [Text] Like '%receive message acknowledgement%'

    OR [Text] Like '%terminate conversation%'

    OR [Text] Like '%broker error%'

    OR [Text] Like '%countersignature%'

    OR [Text] Like '%BEGIN CONVERSATION TIMER%'

    OR [Text] Like '%fire conversation timer%'

    OR [Text] Like '%END CONVERSATION WITH CLEANUP%'

    OR [Text] Like '%BEGIN DIALOG CONVERSATION%'

    OR [Text] Like '%conversation%'

    OR [Text] Like '%ervice Broker%'

    OR [Text] Like '%table or indexed view%'

    OR [Text] Like '%conversation handle%'

    OR [Text] Like '%GET CONVERSATION GROUP%'

    OR [Text] Like '%master key%'

    OR [Text] Like '%another assembly with same SQL name is already present in the current database%'

    OR [Text] Like '%version, culture or public key mismatch%'

    OR [Text] Like '%component%'

    OR [Text] Like '%IL compilation%'

    OR [Text] Like '%Inproc data access%'

    OR [Text] Like '%L operations%'

    OR [Text] Like '%execution cache cleanup%'

    OR [Text] Like '%nspecified operation%'

    OR [Text] Like '%private key cannot be found%'

    OR [Text] Like '%key size is incompatible with the crypto provider%'

    OR [Text] Like '%private key size is incompatible with the encrypted key exchange key%'

    OR [Text] Like '%public key size is incompatible%'

    OR [Text] Like '%private key is password protected%'

    OR [Text] Like '%The key exchange key has an invalid size after being decrypted with the certificate private key%'

    OR [Text] Like '%The database principal used to lookup the cert is inval%'

    OR [Text] Like '%The database principal has no mapping to a server principal%'

    OR [Text] Like '%The certificate is disabled for BEGIN DIALOG%'

    OR [Text] Like '%encryption algorithm%'

    OR [Text] Like '%authentication protocol%'

    OR [Text] Like '%Certificate not found%'

    OR [Text] Like '%Certificate not yet val%'

    OR [Text] Like '%Certificate expired%'

    OR [Text] Like '%Certificate is larger than maximum allowed size%'

    OR [Text] Like '%message timestamp%'

    OR [Text] Like '%TO BROKER INSTANCE%'

    OR [Text] Like '%TO SERVICE%'

    OR [Text] Like '%FROM BROKER INSTANCE%'

    OR [Text] Like '%FROM SERVICE%'

    OR [Text] Like '%ERVICE CONTRACT%'

    OR [Text] Like '%MESSAGE TYPE%'

    OR [Text] Like '%MESSAGE INTEGRITY CHECK%'

    OR [Text] Like '%KEY SALT%'

    OR [Text] Like '%ESSION KEY%'

    OR [Text] Like '%KEY EXCHANGE KEY%'

    OR [Text] Like '%OURCE CERTIFICATE ISSUER NAME%'

    OR [Text] Like '%OURCE CERTIFICATE SERIAL NUMBER%'

    OR [Text] Like '%ESTINATION CERTIFICATE ISSUER NAME%'

    OR [Text] Like '%ESTINATION CERTIFICATE SERIAL NUMBER%'

    OR [Text] Like '%ECURITY HEADER SIGNATURE%'

    OR [Text] Like '%MESSAGE BODY%'

    OR [Text] Like '%clustered index%'

    OR [Text] Like '%primary xml index%'

    OR [Text] Like '%Failover%'

    OR [Text] Like '%Auto Failover%'

    OR [Text] Like '%Failover from partner%'

    OR [Text] Like '%Role Synchronization%'

    OR [Text] Like '%Force_Service_Allow_Data_Loss%'

    OR [Text] Like '%nexpected%'

    OR [Text] Like '%target%'

    OR [Text] Like '%event action%'

    OR [Text] Like '%event session%'

    OR [Text] Like '%event package%'

    OR [Text] Like '%event object%'

    OR [Text] Like '%event predicate comparator%'

    OR [Text] Like '%event attribute or predicate source%'

    OR [Text] Like '%customizable attribute%'

    OR [Text] Like '%event predicate%'

    OR [Text] Like '%predicate source%'

    OR [Text] Like '%event attribute%'

    OR [Text] Like '%partitioned%'

    OR [Text] Like '%not partitioned%'

    OR [Text] Like '%resource pool%'

    OR [Text] Like '%workload group%'

    OR [Text] Like '%resource governor%'

    OR [Text] Like '%torn page%'

    OR [Text] Like '%incorrect checksum%'

    OR [Text] Like '%invalid protection option%'

    OR [Text] Like '%invalid encryption key%'

    OR [Text] Like '%Unable to decrypt page%'

    OR [Text] Like '%ecryption failure%'

    OR [Text] Like '%Unable to decrypt page due to missing%'

    OR [Text] Like '%CREATION_DISPOSITION%'

    OR [Text] Like '%PROVIDER_KEY_NAME%'

    OR [Text] Like '%key source%'

    OR [Text] Like '%ENCRYPTION BY%'

    OR [Text] Like '%public key%'

    OR [Text] Like '%private key%'

    OR [Text] Like '%cryptographic provider%'

    OR [Text] Like '%cryptographic provider DLL path%'

    OR [Text] Like '%cryptographic provider friendly name%'

    OR [Text] Like '%create credential for%'

    OR [Text] Like '%cryptographic provider key name%'

    OR [Text] Like '%key persistence%'

    OR [Text] Like '%cryptographic provider key thumbprint length%'

    OR [Text] Like '%cryptographic provider key blob length%'

    OR [Text] Like '%encryption algorithm tag%'

    OR [Text] Like '%thumbprint%'

    OR [Text] Like '%IV(Initialization Vector) length%'

    OR [Text] Like '%bit length%'

    OR [Text] Like '%constraint%'

    OR [Text] Like '%Anchor record%'

    OR [Text] Like '%Page dictionary%'

    OR [Text] Like '%Compression information structure%'

    OR [Text] Like '%Fulltext Query String%'

    OR [Text] Like '%Fulltext Query Language%'

    OR [Text] Like '%Fulltext Query Max Keys%'

    OR [Text] Like '%fulltext stoplist%'

    OR [Text] Like '%ccess%'

    OR [Text] Like '%Failure%'

    OR [Text] Like '%Insufficient Buffer%'

    OR [Text] Like '%Not Supported%'

    OR [Text] Like '%Object Not Found%'

    OR [Text] Like '%Authentication Failure%'

    OR [Text] Like '%Invalid Argument%'

    OR [Text] Like '%No explanation is available%'

    OR [Text] Like '%Extended stored procedure API will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%outer join operators will be removed in the next version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it. Use ANSI outer joins instead%'

    OR [Text] Like '%The ability to INSERT NULL values into TIMESTAMP columns will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it. Use DEFAULT instead%'

    OR [Text] Like '%The ability to use string literals as column aliases will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it. Use AS clause instead%'

    OR [Text] Like '%as the name of temporary tables and stored procedures will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%Transact-SQL identifiers will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%The ability to use the DEFAULT keyword as a default value will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%FASTFIRSTROW hint will be removed in the next version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it. Use OPTION (FAST n) instead%'

    OR [Text] Like '% will be removed in the next version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%Collation% will be removed in a future version of SQL Server. Avoid using this collation in new development work, and plan to modify applications that currently use it%'

    OR [Text] Like '%Could not find the%'

    OR [Text] Like '%You must supply a publication name%'

    OR [Text] Like '%must be in the current database%'

    OR [Text] Like '%Cannot drop the publication because at least one subscription exists for this publication. Drop all subscriptions to the publication before attempting to drop the publication. If the problem persists, replication metadata might be incorrect; consult Books%'

    OR [Text] Like '%Could not drop the publication%'

    OR [Text] Like '%There are no publications%'

    OR [Text] Like '%There are no articles for publication%'

    OR [Text] Like '%The remote server% is not defined as a subscription server. Ensure you specify the server name rather than a network alias%'

    OR [Text] Like '%Unable to mark server% as a non SQL Server subscriber%'

    OR [Text] Like '%parameter value must be either%'

    OR [Text] Like '%This database is not enabled for publication%'

    OR [Text] Like '%The synchronization method % must be%'

    OR [Text] Like '%The replication frequency%'

    OR [Text] Like '%The publication% already exists%'

    OR [Text] Like '%Invalid @restricted parameter value%'

    OR [Text] Like '%Could not create the publication%'

    OR [Text] Like '%The @operation parameter value must be either add, drop, or alter%'

    OR [Text] Like '%Could not obtain the column ID for the specified column. Schema replication failed%'

    OR [Text] Like '%The column was not added correctly to the article%'

    OR [Text] Like '%parameter value must be either%'

    OR [Text] Like '%The type must be%'

    OR [Text] Like '%cannot be NULL%'

    OR [Text] Like '%is not a supported heterogeneous subscriber type. The value must be 1 (ODBC subscriber), or 3 (OLEDB subscriber)%'

    OR [Text] Like '% does not exist in the current database%'

    OR [Text] Like '%Only user tables, materialized views, and stored procedures can be published as%'

    OR [Text] Like '%The vertical partition switch must be either%'

    OR [Text] Like '%The article% exists in publication%'

    OR [Text] Like '%ser tables and views are the only valid synchronization objects%'

    OR [Text] Like '%The value of parameter% cannot be%'

    OR [Text] Like '%Could not change replication frequency because there are active subscriptions on the publication%'

    OR [Text] Like '%The publication name%'

    OR [Text] Like '%The replication option% of database% has already been set to true%'

    OR [Text] Like '%Could not enable database for publishing%'

    OR [Text] Like '%The replication option% of database% has been set to false%'

    OR [Text] Like '%Could not disable database for publishing%'

    OR [Text] Like '%Could not construct column clause for article view. Reduce the number of columns or create the view manually%'

    OR [Text] Like '%The server% is already a Subscriber%'

    OR [Text] Like '%The% property can only be changed if the publication is enabled for heterogeneous subscriptions. The publication is not enabled%'

    OR [Text] Like '%Could not create Subscriber%'

    OR [Text] Like '%The parameter% passed to stored procedure% cannot be NULL%'

    OR [Text] Like '%Unable to clear subscriber status for the server%'

    OR [Text] Like '%Unable to update subscriber_type in MSdistribution_agents table%'

    OR [Text] Like '%Could not drop article. A subscription exists on it%'

    OR [Text] Like '%Could not drop%'

    OR [Text] Like '%The server% is not a Subscriber%'

    OR [Text] Like '%tored procedures for replication are the only objects that can be used as a filter%'

    OR [Text] Like '%No subscription is on this publication or article%'

    OR [Text] Like '%The parameter value must be%'

    OR [Text] Like '%The @sync_type parameter value must be "automatic", "none", "replication support only", "initialize with backup", or "initialize from lsn"%'

    OR [Text] Like '%The subscription could not be updated at this time%'

    OR [Text] Like '%The subscription does not exist%'

    OR [Text] Like '%The subscription could not be dropped at this time%'

    OR [Text] Like '%The subscription could not be created%'

    OR [Text] Like '%Cannot create the subscription because the subscription already exists in the subscription database. Only one subscription to the same publication is allowed in each subscription database. Drop the subscription and add it again if necessary. If the proble%'

    OR [Text] Like '%Materialized view articles cannot be created for publications with the properties allow_sync_tran, allow_queued_tran, or allow_dts%'

    OR [Text] Like '%bscriber parameters specifying provider properties must be NULL for SQL Server subscribers%'

    OR [Text] Like '%The @pre_creation_cmd parameter value must be%'

    OR [Text] Like '%The Subscriber was dropped%'

    OR [Text] Like '%The remote server does not exist or has not been designated as a valid Subscriber%'

    OR [Text] Like '%The @status parameter value must be%'

    OR [Text] Like '%The previous status must be%'

    OR [Text] Like '%The status value is the same as the previous status value%'

    OR [Text] Like '%The subscription status of the object could not be changed%'

    OR [Text] Like '%Could not update sysarticles. The subscription status could not be changed%'

    OR [Text] Like '%Could not update the distribution database subscription table. The subscription status could not be changed%'

    OR [Text] Like '%Could not find the Distributor or the distribution database for the local server. The Distributor may not be installed, or the local server may not be configured as a Publisher at the Distributor%'

    OR [Text] Like '%The server% is already listed as a Publisher%'

    OR [Text] Like '%The Publisher could not be created at this time%'

    OR [Text] Like '%Could not grant replication login permission to%'

    OR [Text] Like '%The parameter must be%'

    OR [Text] Like '%The remote server% does not exist, or has not been designated as a valid Publisher, or you may not have permission to see available Publishers%'

    OR [Text] Like '%The Subscriber information could not be obtained from the Distributor%'

    OR [Text] Like '%The table% must have a primary key to be published using the transaction-based method%'

    OR [Text] Like '%The clustered index on materialized view% may not contain nullable columns if it is to be published using the transaction-based method%'

    OR [Text] Like '%Error evaluating article synchronization object after column drop. The filter clause for article% must not reference the dropped column%'

    OR [Text] Like '%The @type parameter passed to sp_helpreplicationdb must be either%'

    OR [Text] Like '%Could not change article because there is an existing subscription to the article%'

    OR [Text] Like '%Cannot grant or revoke access directly on publication% because it uses the default publication access list%'

    OR [Text] Like '%Could not subscribe to article% because heterogeneous Subscriber% does not support the @pre_creation_cmd parameter value%'

    OR [Text] Like '%The value for the @sync_method parameter is not valid. Could not subscribe to publication% because non-SQL Server Subscriber% only supports values of%'

    OR [Text] Like '%The path and name of the table creation script must be specified if the @pre_creation_cmd parameter value is%'

    OR [Text] Like '%Cannot drop Distribution Publisher%. The remote Publisher is using% as Distributor. Disable publishing at the Publisher before attempting to drop this relationship%'

    OR [Text] Like '%The server% is already defined as a Distributor. To reconfigure the server as a Distributor, you must first uninstall the exisiting Distributor. Use the stored procedure sp_dropdistributor, or use the Disable Publishing and Distribution Wizard%'

    OR [Text] Like '%pecify all articles when subscribing to a publication using concurrent snapshot processing%'

    OR [Text] Like '%The publication% already has a Snapshot Agent defined%'

    OR [Text] Like '%pecify all articles when unsubscribing from a publication using concurrent snapshot processing%'

    OR [Text] Like '%Inval% value. Valid values are "publisher", "subscriber", or "both"%'

    OR [Text] Like '%istribution retention periods must be greater than or equal to 0%'

    OR [Text] Like '%The @max_distretention value must be larger than the @min_distretention value%'

    OR [Text] Like '%Removed% history records from%'

    OR [Text] Like '%The @security_mode parameter value must be 0 (SQL Server Authentication) or 1 (Windows Authentication)%'

    OR [Text] Like '%For stored procedure articles, the @property parameter value must be%'

    OR [Text] Like '%The @pre_creation_cmd parameter value must be%'

    OR [Text] Like '%This procedure can be executed only against table-based articles%'

    OR [Text] Like '%Could not execute%. Check% in the install directory%'

    OR [Text] Like '%The server% is not configured as a Distributor%'

    OR [Text] Like '%The property parameter value must be%'

    OR [Text] Like '%is not configured as a distribution database%'

    OR [Text] Like '%A stored procedure can be published only as a%'

    OR [Text] Like '%Could not add the distribution database%. This distribution database already exists%'

    OR [Text] Like '%Could not drop the distribution database%. This distributor database is associated with a Publisher%'

    OR [Text] Like '%Could not drop the Distributor%. This Distributor has associated distribution databases%'

    OR [Text] Like '%parameter value must be%'

    OR [Text] Like '%is no longer supported%'

    OR [Text] Like '%A publication must have at least one article before a subscription to it can be created%'

    OR [Text] Like '%You do not have the required permissions to complete the operation%'

    OR [Text] Like '%parameter value. Valid options are%'

    OR [Text] Like '%parameter value must be NULL for%'

    OR [Text] Like '%There is no subscription on Publisher%, publisher database%, publication%'

    OR [Text] Like '%is reserved by replication stored procedures%'

    OR [Text] Like '%parameter value must be either%'

    OR [Text] Like '%Invalid option name%'

    OR [Text] Like '%The replication system table% already exists%'

    OR [Text] Like '%Cannot drop Distributor Publisher%. There are Subscribers associated with it in the distribution database%'

    OR [Text] Like '%Cannot drop Subscriber%. There are subscriptions for it in the publication database%'

    OR [Text] Like '%The article parameter % cannot be NULL%'

    OR [Text] Like '%Restricted publications are no longer supported%'

    OR [Text] Like '%Inval%'

    OR [Text] Like '%replication history records in%'

    OR [Text] Like '%failed%'

    OR [Text] Like '%scheduled for retry%'

    OR [Text] Like '%warning%'

    OR [Text] Like '%The Distributor parameter must be%'

    OR [Text] Like '%Invalid article ID specified for procedure script generation%'

    OR [Text] Like '%The custom stored procedure calling the format for the% command specified in the article definition does not match the% format%'

    OR [Text] Like '%The subscription created by Subscriber% to publication% has expired and has been dropped%'

    OR [Text] Like '%Could not change property% for article% because there is an existing subscription to the article%'

    OR [Text] Like '%One or more subscriptions has exceeded the threshold % for the publication %. Check the status of subscriptions to this publication and change the expiration threshold value if necessary%'

    OR [Text] Like '%The threshold % for the publication % has been set. Make sure that the logreader and distribution agents are running and can match the latency requirement%'

    OR [Text] Like '%One or more subscriptions has exceeded the threshold%'

    OR [Text] Like '%isable publishing ignored error msg%'

    OR [Text] Like '%bscription expiration%'

    OR [Text] Like '%Transactional replication latency%'

    OR [Text] Like '%Long merge over dialup connection%'

    OR [Text] Like '%Long merge over LAN connection%'

    OR [Text] Like '%low merge over LAN connection%'

    OR [Text] Like '%low merge over dialup connection%'

    OR [Text] Like '%Failed to set publication parameter% because it is not supported in Workgroup sku%'

    OR [Text] Like '%The agent has never been run%'

    OR [Text] Like '%Value of% parameter should be in the set%'

    OR [Text] Like '%The value of the% parameter should be in the range%. Verify that the specified parameter value is correct%'

    OR [Text] Like '%The specified job% is not created for maintenance plans. Verify that the job has at least one step calling xp_sqlmaint%'

    OR [Text] Like '%The specified% is inval%'

    OR [Text] Like '%0 (all steps)%'

    OR [Text] Like '%before or after @active_start_time%'

    OR [Text] Like '%p_helplogins [excluding Windows NT groups]%'

    OR [Text] Like '%0..n seconds%'

    OR [Text] Like '%-1 [no maximum], 0..n%'

    OR [Text] Like '%1..7 [1 = E-mail, 2 = Pager, 4 = NetSend]%'

    OR [Text] Like '%0..127 [1 = Sunday .. 64 = Saturday]%'

    OR [Text] Like '%notification%'

    OR [Text] Like '%erver%'

    OR [Text] Like '%(all jobs)%'

    OR [Text] Like '%Core Job Details%'

    OR [Text] Like '%Job Steps%'

    OR [Text] Like '%Job Schedules%'

    OR [Text] Like '%Job Target Servers%'

    OR [Text] Like '%QL Server Warning:% has performed a forced defection of TSX server%. Run sp_delete_targetserver at the MSX in order to complete the defection%'

    OR [Text] Like '%This job has one or more notifications to operators other than%. The job cannot be targeted at remote servers as currently defined%'

    OR [Text] Like '%Cannot rename the% operator%'

    OR [Text] Like '%Cannot modify or delete operator% while this server is a%'

    OR [Text] Like '%Warning: The server name given is not the current MSX server %'

    OR [Text] Like '%Warning: Could not determine local machine name. This prevents MSX operations from being posted%'

    OR [Text] Like '% history entries purged%'

    OR [Text] Like '%erver defected from MSX% job(s) deleted%'

    OR [Text] Like '%erver MSX enlistment changed from% to%'

    OR [Text] Like '%erver enlisted into MSX%'

    OR [Text] Like '%P_POST_MSX_OPERATION:% download instruction(s) posted%'

    OR [Text] Like '%P_POST_MSX_OPERATION Warning: The specified% is not involved in a multiserver job%'

    OR [Text] Like '%pecify either a job_name, job_id, or an originating_server%'

    OR [Text] Like '%pecify a valid job_id%'

    OR [Text] Like '%The specified% is invalid%'

    OR [Text] Like '%Warning: Non-existent step referenced by%'

    OR [Text] Like '%is specified, the New Login parameter must also be supplied%'

    OR [Text] Like '%jobs deleted%'

    OR [Text] Like '%jobs reassigned to%'

    OR [Text] Like '%Job applied to%'

    OR [Text] Like '%Job removed from%'

    OR [Text] Like '%Only a system administrator can reassign ownership of a job%'

    OR [Text] Like '%pecify either the @name, @id, or @loginname of the task(s) to be deleted%'

    OR [Text] Like '%The specified% is too long. It must contain no more than% characters%'

    OR [Text] Like '%Cannot specify% as the operator to be notified%'

    OR [Text] Like '%Cannot perform this action on a job you do not own%'

    OR [Text] Like '%stopped successfully%'

    OR [Text] Like '%The owner % of this job is either an invalid login, or is not a valid user of database%'

    OR [Text] Like '%Cannot start the job% because it does not have any job server or servers defined. Associate the job with a job server by calling sp_add_jobserver%'

    OR [Text] Like '%Cannot stop the job% because it does not have any job server or servers defined. Associate the job with a job server by calling sp_add_jobserver%'

    OR [Text] Like '%Cannot perform this operation while SQLServerAgent is starting. Try again later%'

    OR [Text] Like '%You do not have sufficient permission to run this command. Contact your system administrator%'

    OR [Text] Like '%already exists%'

    OR [Text] Like '%does not exist%'

    OR [Text] Like '%is already a member of group%'

    OR [Text] Like '%is not a member of group%'

    OR [Text] Like '%The MSSQLServer service terminated unexpectedly. Check the SQL Server error log and Windows System and Application event logs for possible causes%'

    OR [Text] Like '%The specified% is inval%'

    OR [Text] Like '%Cannot add a job to the% job category%'

    OR [Text] Like '%There are no jobs at this server that originated from server%'

    OR [Text] Like '%Job% is already targeted at server%'

    OR [Text] Like '%Job% is not currently targeted at server%'

    OR [Text] Like '%A target server cannot be named%'

    OR [Text] Like '%Object-type and object-name must be supplied as a pair%'

    OR [Text] Like '%You must provide either @job_id or @job_name (and, optionally, @schedule_name), or @schedule_%'

    OR [Text] Like '%Cannot add, update, or delete a job (or its steps or schedules) that originated from an MSX server%'

    OR [Text] Like '%The originating server must be either local server or MSX server%'

    OR [Text] Like '%category and cannot be deleted%'

    OR [Text] Like '%The command script does not destroy all the objects that it creates. Revise the command script%'

    OR [Text] Like '%The schedule for this job is inval%'

    OR [Text] Like '%pply either @job_name, @job_id or @originating_server%'

    OR [Text] Like '%pply either a job name (and job aspect), or one or more job filter parameters%'

    OR [Text] Like '%parameter is not necessary when specifying a%'

    OR [Text] Like '%pply either a date (created or last modified) and a data comparator, or no date parameters at all%'

    OR [Text] Like '%pply @target_server_groups or @target_servers, or both%'

    OR [Text] Like '%Cannot specify a job ID for a new job. An ID will be assigned by the procedure%'

    OR [Text] Like '%Cannot add a local job to a multiserver job category%'

    OR [Text] Like '%Cannot add a multiserver job to a local job category%'

    OR [Text] Like '%supplied has an inval%'

    OR [Text] Like '%cannot be before%'

    OR [Text] Like '%cannot contain% characters%'

    OR [Text] Like '%This job is currently targeted at the local server so cannot also be targeted at a remote server%'

    OR [Text] Like '%This job is currently targeted at a remote server so cannot also be targeted at the local server%'

    OR [Text] Like '%There are two or more tasks named%. Specify% instead of% to uniquely identify the task%'

    OR [Text] Like '%There are two or more jobs named%. Specify% instead of% to uniquely identify the job%'

    OR [Text] Like '%pply either% or% to identify the job%'

    OR [Text] Like '%Frequency Type % is no longer supported%'

    OR [Text] Like '%This server is already enlisted into MSX%'

    OR [Text] Like '%Cannot enlist into the local machine%'

    OR [Text] Like '%This server is not currently enlisted into an MSX%'

    OR [Text] Like '%erver% is an MSX. Cannot enlist one MSX into another MSX%'

    OR [Text] Like '%Logins other than the current user can only be seen by members of the sysadmin role%'

    OR [Text] Like '%failed to access registry key%'

    OR [Text] Like '%can run only on Windows 2000 servers%'

    OR [Text] Like '%does not exist in%'

    OR [Text] Like '%The target server (TSX) version is not compatible with the master server (MSX) version (%.%)%'

    OR [Text] Like '%Access to Integration Services package% is denied%'

    OR [Text] Like '%Cannot initialize COM library because CoInitialize failed%'

    OR [Text] Like '%Cannot complete this operation because an unexpected error occurred%'

    OR [Text] Like '%Cannot find Active Directory information in the registry for this SQL Server instance. Run sp_ActiveDirectory_SCP again%'

    OR [Text] Like '%Cannot determine the service account for this SQL Server instance%'

    OR [Text] Like '%Cannot start the MSSQLServerADHelper service. Verify that the service account for this SQL Server instance has the necessary permissions to start the MSSQLServerADHelper service%'

    OR [Text] Like '%The MSSQLServerADHelper service is busy. Retry this operation later%'

    OR [Text] Like '%The Windows Active Directory client is not installed properly on the computer where this SQL Server instance is running. LoadLibrary failed to load ACTIVEDS.DLL%'

    OR [Text] Like '%Cannot list% in Active Directory because the name is too long. Active Directory common names cannot exceed 64 characters%'

    OR [Text] Like '%Active Directory directory service is not enabled on the network, or it is not supported by the operating system%'

    OR [Text] Like '% is already configured as TSX machine%'

    OR [Text] Like '%The MSX server must be running the Standard or Enterprise edition of SQL Server%'

    OR [Text] Like '%The MSX server is not prepared for enlistments%'

    OR [Text] Like '%The TSX server is not currently enlisted%'

    OR [Text] Like '%pecify a valid schedule_u%'

    OR [Text] Like '%Only members of sysadmin role can modify the owner of a schedule%'

    OR [Text] Like '%One or more schedules were not deleted because they are being used by at least one other job. Use "sp_detach_schedule" to remove schedules from a job%'

    OR [Text] Like '%chedule% was not deleted because it is being used by at least one other job. Use "sp_detach_schedule" to remove schedules from a job%'

    OR [Text] Like '%The schedule % is used by more than one job. Specify the job_%'

    OR [Text] Like '%The @originating_server must be either the local server name or the master server (MSX) name for MSX jobs on a target server (TSX)%'

    OR [Text] Like '%There are two or more schedules named%. Specify% instead of% to uniquely identify the schedule%'

    OR [Text] Like '%The schedule was not deleted because it is being used by one or more jobs%'

    OR [Text] Like '%pply either% or% to identify the schedule%'

    OR [Text] Like '%The specified schedule name% is not associated with the job%'

    OR [Text] Like '%More than one schedule named% is attached to job%. Use "sp_update_schedule" to update schedules%'

    OR [Text] Like '%More than one schedule named% is attached to job%. Use "sp_detach_schedule" to remove schedules from a job%'

    OR [Text] Like '%The schedule was not attached to the specified job. The schedule owner and the job owner must be the same or the operation must be performed by a sysadmin%'

    OR [Text] Like '%@sysadmin_only flag is no longer supported by SQLAgent and kept here only for backwards compatibility%'

    OR [Text] Like '%oes not have a matching value in the referenced view%'

    OR [Text] Like '%in table sysoriginatingservers is being referenced by either sysjobs or sysschedules%'

    OR [Text] Like '%Only members of role sysadmin can specify the% parameter%'

    OR [Text] Like '%Only owner of a job or members of sysadmin role can detach a schedule%'

    OR [Text] Like '%Only owner of a job or members of role sysadmin or SQLAgentOperatorRole can purge history of the job%'

    OR [Text] Like '%Only owner of a job or members of role sysadmin or SQLAgentOperatorRole can start and stop the job%'

    OR [Text] Like '%Only owner of a job schedule or members of sysadmin role can modify or delete the job schedule%'

    OR [Text] Like '%is a member of sysadmin server role and cannot be granted to or revoked from the proxy. Members of sysadmin server role are allowed to use any proxy%'

    OR [Text] Like '%Only members of sysadmin server role can modify multi-server jobs%'

    OR [Text] Like '%Only members of sysadmin server role can start/stop multi-server jobs%'

    OR [Text] Like '%Only members of sysadmin server role can create multi-server jobs%'

    OR [Text] Like '%You must supply either a plan_name or a plan_%'

    OR [Text] Like '%Cannot delete this plan. The plan contains enlisted databases%'

    OR [Text] Like '%The destination database is already part of a log shipping plan%'

    OR [Text] Like '%This database is already log shipping%'

    OR [Text] Like '%A log shipping monitor is already defined%'

    OR [Text] Like '%The user name cannot be null when using SQL Server authentication%'

    OR [Text] Like '%This stored procedure must be run in msdb%'

    OR [Text] Like '%Cannot delete the monitor server while databases are participating in log shipping%'

    OR [Text] Like '%The specified @backup_file_name was not created from database%'

    OR [Text] Like '%The specified @backup_file_name is not a database backup%'

    OR [Text] Like '%The log shipping primary database% has backup threshold of% minutes and has not performed a backup log operation for% minutes. Check agent log and logshipping monitor information%'

    OR [Text] Like '%The log shipping secondary database% has restore threshold of% minutes and is out of sync. No restore was performed for% minutes. Restored latency is% minutes. Check agent log and logshipping monitor information%'

    OR [Text] Like '%pply either @plan_id or @plan_name%'

    OR [Text] Like '%Other databases are enlisted on this plan and must be removed before the plan can be deleted%'

    OR [Text] Like '%The database% is already involved in log shipping%'

    OR [Text] Like '%The database% does not seem to be involved in log shipping%'

    OR [Text] Like '%A log shipping monitor is already defined. Call sp_define_log_shipping_monitor with @delete_existing = 1%'

    OR [Text] Like '%A user name is necessary for SQL Server security%'

    OR [Text] Like '%Could not remove the monitor as there are still databases involved in log shipping%'

    OR [Text] Like '%There are still secondary servers attached to this primary%'

    OR [Text] Like '%estination path% is not valid. Unable to list directory contents. Specify a valid destination path%'

    OR [Text] Like '%Could not set single user mode%'

    OR [Text] Like '%Role change succeeded%'

    OR [Text] Like '%Role change failed%'

    OR [Text] Like '%The specified @backup_file_name was not taken from database%'

    OR [Text] Like '%The specified @backup_file_name is not a database backup%'

    OR [Text] Like '%pply either a non-zero message ID, non-zero severity, non-null performance condition, or non-null WMI namespace and query%'

    OR [Text] Like '%An alert % has already been defined on this condition%'

    OR [Text] Like '%parameter must be supplied when specifying an%'

    OR [Text] Like '%parameter should not be supplied when specifying an%'

    OR [Text] Like '%is the fail-safe operator. You must make another operator the fail-safe operator before% can be dropped%'

    OR [Text] Like '%pecify a null% when supplying a performance condition%'

    OR [Text] Like '%Cannot set alerts on message %'

    OR [Text] Like '%A performance condition must be formatted as%'

    OR [Text] Like '%pecify both @wmi_namespace and @wmi_query%'

    OR [Text] Like '%pecify a val% when supplying a @wmi_namespace%'

    OR [Text] Like '%pecify a null% when supplying a @wmi_namespace%'

    OR [Text] Like '%The @wmi_query could not be executed in the @wmi_namespace provided. Verify that an event class selected in the query exists in the namespace and that the query has the correct syntax%'

    OR [Text] Like '%pecify a val% when supplying a @wmi_query%'

    OR [Text] Like '%Analysis query subsystem%'

    OR [Text] Like '%Analysis command subsystem%'

    OR [Text] Like '%Only a member of the sysadmin server role can add a job for a different owner with @owner_login_name%'

    OR [Text] Like '%Proxy% is not allowed for subsystem% and user%. Grant permission by calling sp_grant_proxy_to_subsystem or sp_grant_login_to_proxy%'

    OR [Text] Like '%A proxy account is not allowed for a Transact-SQL subsystem%'

    OR [Text] Like '%Cannot delete proxy%. It is used by at least one jobstep. Change this proxy for all jobsteps first%'

    OR [Text] Like '%Only one of @login_name, @fixed_server_role, or @msdb_role should be specified%'

    OR [Text] Like '%is not a valid SQL Server standard login, Windows NT user, Windows NT group, or msdb database role%'

    OR [Text] Like '%is not a valid SQL Server fixed server role, Windows NT user, or Windows NT group%'

    OR [Text] Like '%is not a valid role of an msdb database, Windows NT user, or Windows NT group%'

    OR [Text] Like '%has not been granted permission to use proxy%'

    OR [Text] Like '%pply either% or%'

    OR [Text] Like '%Only members of sysadmin role are allowed to update or delete jobs owned by a different login%'

    OR [Text] Like '%The specified category% does not exist for category class%'

    OR [Text] Like '%cannot be used by an alert. It should first be associated with a server by calling sp_add_jobserver%'

    OR [Text] Like '%has no steps defined%'

    OR [Text] Like '%is not a valid Windows user%'

    OR [Text] Like '%The Transact-SQL subsystem cannot be executed under the context of a proxy account%'

    OR [Text] Like '%Permission to access proxy already granted. Verify current permissions assignments%'

    OR [Text] Like '%pply both% and%, or none of them%'

    OR [Text] Like '%se either a proxy or user_domain, user_name, or user_password parameter%'

    OR [Text] Like '%All user_domain, user_name, and user_password parameters should be defined%'

    OR [Text] Like '%The user_domain, user_name, and user_password parameters can be specified only for replication subsystems%'

    OR [Text] Like '%Only members of the sysadmin role can specify a% parameter%'

    OR [Text] Like '%Execution in the context of disabled proxy (proxy_id =%) is not allowed. Contact your system administrator%'

    OR [Text] Like '%SIS package execution subsystem%'

    OR [Text] Like '%Only a Standard or Enterprise edition of SQL Server can be enlisted into an MSX%'

    OR [Text] Like '%Only a SQL Server running on Microsoft Windows NT can be enlisted into an MSX%'

    OR [Text] Like '%The version of the MSX% is not recent enough to support this TSX. Version% or later is required at the MSX%'

    OR [Text] Like '%It is invalid for any TSQL step of a multiserver job to have a non-null% value%'

    OR [Text] Like '%owns one or more multiserver jobs. Ownership of these jobs can only be assigned to members of the% role%'

    OR [Text] Like '%This job is owned by%. Only a job owned by a member of the% role can be a multiserver job%'

    OR [Text] Like '%parameter is not valid for a job step of type%'

    OR [Text] Like '%parameter is not supported on Windows 95/98 platforms%'

    OR [Text] Like '%Warning: This change will not be downloaded by the target server(s) until an% for the job is posted using%'

    OR [Text] Like '%Target server% does not have any jobs assigned to it%'

    OR [Text] Like '%Description not requested%'

    OR [Text] Like '%Command-Line Subsystem%'

    OR [Text] Like '%Replication Snapshot Subsystem%'

    OR [Text] Like '%Replication Transaction-Log Reader Subsystem%'

    OR [Text] Like '%Replication Distribution Subsystem%'

    OR [Text] Like '%Replication Merge Subsystem%'

    OR [Text] Like '%Active Scripting Subsystem%'

    OR [Text] Like '%Transact-SQL Subsystem%'

    OR [Text] Like '%@freq_interval must be at least 1 for a daily job%'

    OR [Text] Like '%@freq_interval must be a valid day of the week bitmask [Sunday = 1 .. Saturday = 64] for a weekly job%'

    OR [Text] Like '%@freq_interval must be between 1 and 31 for a monthly job%'

    OR [Text] Like '%@freq_relative_interval must be one of 1st (0x1), 2nd (0x2), 3rd [0x4], 4th (0x8) or Last (0x10)%'

    OR [Text] Like '%@freq_interval must be between 1 and 10 (1 = Sunday .. 7 = Saturday, 8 = Day, 9 = Weekday, 10 = Weekend-day) for a monthly-relative job%'

    OR [Text] Like '%@freq_recurrence_factor must be at least 1%'

    OR [Text] Like '%tarts whenever the CPU usage has remained below% percent for% seconds%'

    OR [Text] Like '%Automatically starts when SQLServerAgent starts%'

    OR [Text] Like '%Replication Transaction Queue Reader Subsystem%'

    OR [Text] Like '%Only a sysadmin can specify%'

    OR [Text] Like '%Only the owner of DTS Package% or a member of the sysadmin role may reassign its ownership%'

    OR [Text] Like '%Only the owner of DTS Package% or a member of the sysadmin role may create new versions of it%'

    OR [Text] Like '%Only the owner of DTS Package% or a member of the sysadmin role may drop it or any of its versions%'

    OR [Text] Like '%ID.VersionID =%'

    OR [Text] Like '%[not specified]%'

    OR [Text] Like '%TS Package% already exists with a different ID in this category%'

    OR [Text] Like '%SIS folder% already exists in the specified parent folder%'

    OR [Text] Like '%TS Category% was found in multiple parent categories. You must uniquely specify the category to be dropped%'

    OR [Text] Like '%SIS folder% contains packages and/or other folders. You must drop these first%'

    OR [Text] Like '%TS Package%'

    OR [Text] Like '%TS Package% exists in different categories. You must uniquely specify the package%'

    OR [Text] Like '%TS Package% exists in another category%'

    OR [Text] Like '%TS Package % already exists with a different name%'

    OR [Text] Like '%Cannot drop the Local, Repository, or LocalDefault DTS categories%'

    OR [Text] Like '%has not been granted permission to use subsystem%'

    OR [Text] Like '%Operator% is not enabled and therefore cannot receive notifications%'

    OR [Text] Like '%Operator% does not have an e-mail address specified%'

    OR [Text] Like '%atabase Mail is not properly configured%'

    OR [Text] Like '%parameters (id and name) cannot be NULL%'

    OR [Text] Like '%parameters (id and name) do not point to the same object%'

    OR [Text] Like '%id is not val%'

    OR [Text] Like '%name is not val%'

    OR [Text] Like '%parameter needs to be supplied%'

    OR [Text] Like '%Mail database to user database association does not exist and therefore cannot be updated%'

    OR [Text] Like '%Either @profile_name or @description parameter needs to be specified for update%'

    OR [Text] Like '%Account sequence number must be supplied for update%'

    OR [Text] Like '%Each principal should have at least one default profile%'

    OR [Text] Like '% is not a valid mailserver_type%'

    OR [Text] Like '%The @username parameter needs to be supplied if the @password is supplied%'

    OR [Text] Like '%Unable to retrieve the newly created credential%'

    OR [Text] Like '%Mail host database specified is inval%'

    OR [Text] Like '%must be specified. This parameter cannot be NULL%'

    OR [Text] Like '%Received an error on the Service Broker conversation with Database Mail. Database Mail may not be available, or may have encountered an error. Check the Database Mail error log for information%'

    OR [Text] Like '%The Service Broker conversation to Database Mail ended without a response from Database Mail. Database Mail may not be available, or may have encountered an error. Check the Database Mail error log for more information%'

    OR [Text] Like '%Parameter @attachmentencoding does not support the value%. The attachment encoding must be "MIME"%'

    OR [Text] Like '%Parameter @importance does not support the value%. Mail importance must be one of LOW, NORMAL, or HIGH%'

    OR [Text] Like '%Parameter @sensitivity does not support the value%. Mail sensitivity must be one of NORMAL, PERSONAL, PRIVATE, or CONFIDENTIAL%'

    OR [Text] Like '%At least one of the following parameters must be specified%'

    OR [Text] Like '%Parameter @attach_query_result_as_file cannot be 1 (true) when no value is specified for parameter @query. A query must be specified to attach the results of the query%'

    OR [Text] Like '%Parameter @mailformat does not support the value%. The mail format must be TEXT or HTML%'

    OR [Text] Like '%Received error% while sending a message as part of the% operation. Database Mail may not be available, or may have encountered an error. Check the Database Mail error log for more information%'

    OR [Text] Like '%The format of the parameter @attachments is incorrect. The file names must be separated by a semicolon ";"%'

    OR [Text] Like '%There is no configuration parameter named%, or the value provided is not of the correct data type%'

    OR [Text] Like '%atabase Mail is not permitted to send files with the file extension%'

    OR [Text] Like '%either does not have permission to access the database specified in the parameter @execute_query_database or cannot impersonate the user specified in the parameter @execute_query_as. Only members of the sysadmin fixed server role a%'

    OR [Text] Like '%The user name% specified in @execute_query_as is invalid. There is no user by that name%'

    OR [Text] Like '%The database name% specified in @execute_query_database is invalid. There is no database by that name%'

    OR [Text] Like '%Mail queued%'

    OR [Text] Like '%No global profile is configured. Specify a profile name in the @profile_name parameter%'

    OR [Text] Like '%Activation failure%'

    OR [Text] Like '%The mail queue was started by login%'

    OR [Text] Like '%The mail queue stopped by login%'

    OR [Text] Like '%Mail not queued. Database Mail is stopped. Use sysmail_start_sp to start Database Mail%'

    OR [Text] Like '%efault attachment encoding%'

    OR [Text] Like '%efault dialog lifetime%'

    OR [Text] Like '%efault maximum file size%'

    OR [Text] Like '%Extensions not allowed in outgoing mails%'

    OR [Text] Like '%Number of retry attempts for a mail server%'

    OR [Text] Like '%elay between each retry attempt to mail server%'

    OR [Text] Like '%Minimum process lifetime in seconds%'

    OR [Text] Like '%Unable to test profile. Database Mail is stopped. Use sysmail_start_sp to start Database Mail%'

    OR [Text] Like '%ervice Broker message delivery is not enabled in this database. Use the ALTER DATABASE statement to enable Service Broker message delivery%'

    OR [Text] Like '%Unable to test profile. Service Broker message delivery is not enabled in this database. Use the ALTER DATABASE statement to enable Service Broker message delivery%'

    OR [Text] Like '%Invalid message received on the ExternalMailQueue. conversation_handle:%message_type_name:%message body%'

    OR [Text] Like '%Inval% value received on the ExternalMailQueue. conversation_handle:%message_type_name:%message body%'

    OR [Text] Like '%nexpected message received on the ExternalMailQueue. conversation_handle:%message_type_name:%message body%'

    OR [Text] Like '%Invalid XML message format received on the ExternalMailQueue. conversation_handle:%message_type_name:%message body%'

    OR [Text] Like '%Mail not queued. Maximum number of mails per day% for login% has been exceeded%'

    OR [Text] Like '%Failed to retrieve SQLPath for syssubsystems population%'

    OR [Text] Like '%Failed to retrieve VerSpecificRootDir for syssubsystems population%'

    OR [Text] Like '%atabase Compatibility Level is too low. Compatibility Level must be Version80 or higher%'

    OR [Text] Like '%Query execution failed%'

    OR [Text] Like '%mailitem_id on conversation% was not found in the sysmail_send_retries table. This mail item will not be sent%'

    OR [Text] Like '%has exceeded the retry count. This mail item will not be sent%'

    OR [Text] Like '%Mail items deletion is initiated by user% items deleted%'

    OR [Text] Like '%ser name cannot be supplied when using default credentials%'

    OR [Text] Like '%has been deleted from sysmail_mailitems table. This mail will not be sent%'

    OR [Text] Like '%eleting profile% failed because there are some unsent emails associated with this profile, use force_delete option to force the deletion of the profile%'

    OR [Text] Like '%Cannot delete the active collection set%. Stop the collection set and then try to delete it again%'

    OR [Text] Like '%Cannot update the name or the parameters of the collection item% in the active collection set%. Stop the collection set and then try to update the collection item again%'

    OR [Text] Like '%Cannot delete the collection item% in the active collection set%. Stop the collection set and then try to delete the collection item again%'

    OR [Text] Like '%Cannot delete the collector type%. Delete all collection items associated with this collector type and then try to delete it again%'

    OR [Text] Like '%Cannot upload data for the inactive collection set%. Start the collection set and then try to upload the data again%'

    OR [Text] Like '%Cannot update the name, target, proxy_id, logging_level, or collection_mode, or add collection item to the active collection set%. Stop the collection set and then try to update it again%'

    OR [Text] Like '%The user does not have permission to change%. The user must be a member of data collector role%'

    OR [Text] Like '%The user does not have permission to perform this operation. The user must be a member of data collector role%'

    OR [Text] Like '%QL Server Trace with % has been stopped and closed by external user. SQL Server Trace collector will attempt to re-create the trace%'

    OR [Text] Like '%The specified% is not valid in this data warehouse%'

    OR [Text] Like '%Management Data Warehouse database can only be installed on an instance of SQL Server 2008 or higher%'

    OR [Text] Like '%Cannot perform this procedure when the collector is disabled. Enable the collector and then try again%'

    OR [Text] Like '%The state of the collection set has changed, but it will not start or stop until the collector is enabled%'

    OR [Text] Like '%A collection set in cached mode requires a schedule%'

    OR [Text] Like '%Caught error%'

    OR [Text] Like '%Collection set:% does not contain any collection items, so starting the collection set will have no effect%'

    OR [Text] Like '%The MDWInstance and MDWDatabase parameters of the configuration store cannot be null%'

    OR [Text] Like '%Invalid value% of the @cache_window parameter. Allowable values are: -1 (cache all upload data from previous upload failures), 0 (cache no upload data), N (cache data from N previous upload failures, where N >= 1)%'

    OR [Text] Like '%A collection set cannot start when SQL Server Agent is stopped. Start SQL Server Agent%'

    OR [Text] Like '%A collection set cannot start if the management data warehouse is not configured. Run the instmdw.sql script to create and configure the management data warehouse%'

    OR [Text] Like '%Cannot perform this procedure when the collector is enabled. Disable the collector and then try again%'

    OR [Text] Like '%The status of the collector cannot be null. This may indicate an internal corruption in the collector configuration data%'

    OR [Text] Like '%Insufficient priveleges to start collection set%'

    OR [Text] Like '%A collection set cannot start without a schedule. Specify a schedule for the collection set%'

    OR [Text] Like '%Cannot upload data on-demand for the collection set% in non-cached mode%'

    OR [Text] Like '%Cannot collect data on-demand for the collection set% in cached mode%'

    OR [Text] Like '%Cannot update or delete a system collection set, or add new collection items to it%'

    OR [Text] Like '%Unable to convert showplan to XML. Error #% on Line%'

    OR [Text] Like '%PowerShell Subsystem%'

    OR [Text] Like '%Collects data about the disk and log usage for all databases%'

    OR [Text] Like '%Collects top-level performance indicators for the computer and the Database Engine. Enables analysis of resource use, resource bottlenecks, and Database Engine activity%'

    OR [Text] Like '%erver Activity%'

    OR [Text] Like '%Collects query statistics, T-SQL text, and query plans of most of the statements that affect performance. Enables analysis of poor performing queries in relation to overall SQL Server Database Engine activity%'

    OR [Text] Like '%Query Statistics%'

    OR [Text] Like '%Changes to SQL dumper configuration will take effect when the collection set is restarted. To perform an immediate dump, use the dtutil /dump option%'

    OR [Text] Like '%Only dbo or members of dc_admin can install or upgrade instmdw.sql. Contact an administrator with sufficient permissions to perform this operation%'

    OR [Text] Like '%A management data warehouse cannot be installed to SQL Server Express Edition%'

    OR [Text] Like '%Attempting to upgrade a Management Data Warehouse of newer version% with an older version%. Upgrade aborted%'

    OR [Text] Like '%does not exist or is not a valid object for this operation%'

    OR [Text] Like '%The procedure% cannot be executed within a transaction%'

    OR [Text] Like '%Only members of the% role can execute this stored procedure%'

    OR [Text] Like '%Name cannot be NULL%'

    OR [Text] Like '%tatistics for all tables have been updated%'

    OR [Text] Like '%is not a valid name because it contains invalid characters%'

    OR [Text] Like '%is not a valid login or you do not have permission%'

    OR [Text] Like '%does not exist in the current database%'

    OR [Text] Like '%The object% does not exist in database% or is invalid for this operation%'

    OR [Text] Like '%does not exist. Supply a valid database name. To see available databases, use sys.databases%'

    OR [Text] Like '%does not exist. Specify a valid database option%'

    OR [Text] Like '%does not exist. Use sys.backup_devices to show available devices%'

    OR [Text] Like '%No columns without statistics found%'

    OR [Text] Like '%does not exist in the current database%'

    OR [Text] Like '%does not exist. Use sp_helpserver to show available servers%'

    OR [Text] Like '%The default% does not exist%'

    OR [Text] Like '%The rule% does not exist%'

    OR [Text] Like '%Creating statistics for the following columns%'

    OR [Text] Like '%The extended stored procedure% does not exist%'

    OR [Text] Like '%tatistics have been created for the% listed columns of the above tables%'

    OR [Text] Like '%Invalid value given for parameter%. Specify a valid parameter value%'

    OR [Text] Like '%The specified user name is already aliased%'

    OR [Text] Like '%ser, group, or role% already exists in the current database%'

    OR [Text] Like '%The server principal% already exists%'

    OR [Text] Like '%Logical device% already exists%'

    OR [Text] Like '%The server% already exists%'

    OR [Text] Like '%The database% already exists. Specify a unique database name%'

    OR [Text] Like '%is not a valid official language name%'

    OR [Text] Like '%The application role password must not be NULL%'

    OR [Text] Like '%The data type% does not exist or you do not have permission%'

    OR [Text] Like '%ser-defined error messages must have an ID greater than 50000%'

    OR [Text] Like '%ser-defined error messages must have a severity level between 1 and 25%'

    OR [Text] Like '%The @with_log parameter is ignored for messages that are not us_english version%'

    OR [Text] Like '%You must specify%'

    OR [Text] Like '%The type% is an unknown backup device type. Use the type "disk" or "tape"%'

    OR [Text] Like '%The logical name cannot be NULL%'

    OR [Text] Like '%The physical name cannot be NULL%'

    OR [Text] Like '%Valid values of the database compatibility level are%,%, or%'

    OR [Text] Like '%Cannot unbind from%. Use ALTER TABLE DROP CONSTRAINT%'

    OR [Text] Like '%Cannot bind default%. The default must be created using the CREATE DEFAULT statement%'

    OR [Text] Like '%Cannot rename the table because it is published for replication%'

    OR [Text] Like '%Objects exist which are not owned by the database owner%'

    OR [Text] Like '%The current compatibility level is%'

    OR [Text] Like '%The suspect flag on the database% is already reset%'

    OR [Text] Like '%name contains spaces, which are not allowed%'

    OR [Text] Like '%has too few names%'

    OR [Text] Like '%has too many names%'

    OR [Text] Like '%List of% names contains name(s) which have% non-alphabetic characters%'

    OR [Text] Like '%The add device request was denied. A physical device named% already exists. Only one backup device may refer to any physical device name%'

    OR [Text] Like '%The guest user cannot be mapped to a login name%'

    OR [Text] Like '%The login already has an account under a different user name%'

    OR [Text] Like '%All user IDs have been assigned%'

    OR [Text] Like '%A default-name mapping of a remote login from remote server% already exists%'

    OR [Text] Like '%A remote user% already exists for remote server%'

    OR [Text] Like '%One or more users are using the database. The requested operation cannot be completed%'

    OR [Text] Like '%Warning: You must recover this database prior to access%'

    OR [Text] Like '%efault, table, and user data types must be in the current database%'

    OR [Text] Like '%Rule, table, and user data type must be in the current database%'

    OR [Text] Like '%The table or view must be in the current database%'

    OR [Text] Like '%Queries processed%'

    OR [Text] Like '%Cannot use parameter% for a Windows login%'

    OR [Text] Like '%Membership of the public role cannot be changed%'

    OR [Text] Like '%Physical data type% does not accept a collation%'

    OR [Text] Like '%The column or user data type must be in the current database%'

    OR [Text] Like '%Usage: sp_addtype name%'

    OR [Text] Like '%Could not find object% or you do not have required permission or the object is not valid for adding extended property%'

    OR [Text] Like '%The size associated with an extended property cannot be more than 7,500 bytes%'

    OR [Text] Like '%The name change cannot be performed because the SID of the new name does not match the old SID of the principal%'

    OR [Text] Like '%The MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF%'

    OR [Text] Like '%Usage: sp_bindefault defaultname, objectname%'

    OR [Text] Like '%Cannot bind a default to a computed column, a sparse column, or to a column of the following data types: timestamp, varchar(max), nvarchar(max), varbinary(max), xml, or CLR type%'

    OR [Text] Like '%Cannot bind a default to an identity column%'

    OR [Text] Like '%Cannot bind a default to a column created with or altered to have a default value%'

    OR [Text] Like '%You do not own a table named%'

    OR [Text] Like '%Usage: sp_bindrule rulename, objectname%'

    OR [Text] Like '%Cannot bind a rule to a computed column, a sparse column, or to a column of the following data types: text, ntext, image, timestamp, varchar(max), nvarchar(max), varbinary(max), xml, or user-defined data type%'

    OR [Text] Like '%Sp_addtype cannot be used to define user-defined data types for varchar(max), nvarchar(max) or varbinary(max) data types. Use CREATE TYPE for this purpose%'

    OR [Text] Like '%Cannot change the owner of the master, model, tempdb or distribution database%'

    OR [Text] Like '%The proposed new database owner is already a user or aliased in the database%'

    OR [Text] Like '%The third parameter for table option % is inval%'

    OR [Text] Like '%Too many failed login attempts. This account has been temporarily locked as a precaution against password guessing. A system administrator can unlock this login with the UNLOCK clause of ALTER LOGIN%'

    OR [Text] Like '%Password validation failed. The password for the user is too recent to change%'

    OR [Text] Like '%Password validation failed. The password cannot be used at this time%'

    OR [Text] Like '%Password validation failed. The password does not meet Windows policy requirements because it is too short%'

    OR [Text] Like '%Password validation failed. The password does not meet Windows policy requirements because it is too long%'

    OR [Text] Like '%Password validation failed. The password does not meet Windows policy requirements because it is not complex enough%'

    OR [Text] Like '%Password validation failed. The password does not meet the requirements of the password filter DLL%'

    OR [Text] Like '%An unexpected error occurred during password validation%'

    OR [Text] Like '%An error occurred during the execution of%. A call to% failed with error code%'

    OR [Text] Like '%The CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF%'

    OR [Text] Like '%The configuration option% does not exist, or it may be an advanced option%'

    OR [Text] Like '%The configuration option% is not unique%'

    OR [Text] Like '%Trigger% is not a trigger for%'

    OR [Text] Like '%Cannot set the default language to a language ID not defined in syslanguages%'

    OR [Text] Like '%The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON%'

    OR [Text] Like '%is not a valid value for configuration option%'

    OR [Text] Like '%There already exists a% trigger for%'

    OR [Text] Like '%Usage: sp_dbremove <dbname> [,dropdev]%'

    OR [Text] Like '%INSTEAD OF trigger% cannot be associated with an order%'

    OR [Text] Like '%No alias exists for the specified user%'

    OR [Text] Like '%Object is invalid. Extended properties are not permitted on%, or the object does not exist%'

    OR [Text] Like '%The database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped%'

    OR [Text] Like '%An error occurred during the execution of sp_xp_cmdshell_proxy_account. Possible reasons: the provided account was invalid or the% credential could not be created. Error code%'

    OR [Text] Like '%The database principal owns a% in the database, and cannot be dropped%'

    OR [Text] Like '%The server principal owns one or more%(s) and cannot be dropped%'

    OR [Text] Like '%is not a valid option for the @updateusage parameter%'

    OR [Text] Like '%The role has members. It must be empty before it can be dropped%'

    OR [Text] Like '%An implicit% creation has failed. Reason: The% may have been dropped or its name may already be in use%'

    OR [Text] Like '%An encryption password must be provided to encrypt the private key of this%'

    OR [Text] Like '%No decryption password should be provided because the private key of this% is encrypted by a master key%'

    OR [Text] Like '%The data type or table column% does not exist or you do not have permission%'

    OR [Text] Like '%have sufficient privileges%'

    OR [Text] Like '%Cannot%'

    OR [Text] Like '%because it does not exist or you do not have permission%'

    OR [Text] Like '%Cannot update user instances%'

    OR [Text] Like '%The xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the% credential exists and contains valid information%'

    OR [Text] Like '%The database principal owns an% and cannot be dropped%'

    OR [Text] Like '%The server principal owns a% and cannot be dropped%'

    OR [Text] Like '%The password that you specified is too long. The password should have no more than% characters%'

    OR [Text] Like '%etuser failed because of one of the following reasons: the database principal% does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission%'

    OR [Text] Like '%Cannot initialize security%'

    OR [Text] Like '%Maximum impersonation nesting level exceeded%'

    OR [Text] Like '%Cannot issue impersonation token from non-primary impersonation context or for non-Windows user%'

    OR [Text] Like '%Cannot set application role% because it does not exist or the password is incorrect%'

    OR [Text] Like '%nexpected error while creating impersonation token%'

    OR [Text] Like '%Invalid timeout value. Valid timeout is between 1 and 7200 sec%'

    OR [Text] Like '% is not a valid login or cannot be issued impersonation token%'

    OR [Text] Like '%Could not find object% or you do not have permission%'

    OR [Text] Like '%Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored%'

    OR [Text] Like '%Cannot generate GU%'

    OR [Text] Like '%Cannot rename the view% and its columns and indexes because it is a system generated view that was created for optimization purposes%'

    OR [Text] Like '%The server option% is not available in this edition of SQL Server%'

    OR [Text] Like '%This login is the owner of% job(s). You must delete or reassign these jobs before the login can be dropped%'

    OR [Text] Like '%Cannot use the parameter% for a certificate or asymmetric key login%'

    OR [Text] Like '%FallBack certificate must be created or dropped in master database in single user mode%'

    OR [Text] Like '%has granted one or more permission(s). Revoke the permission(s) before dropping the login%'

    OR [Text] Like '%owns one or more database(s). Change the owner of the database(s) before dropping the login%'

    OR [Text] Like '%is aliased or mapped to a user in one or more database(s). Drop the user or alias before dropping the login%'

    OR [Text] Like '%The only valid @parameter value is%'

    OR [Text] Like '%Usage: sp_dropmessage <msg number> [,<language>%'

    OR [Text] Like '%Cannot drop or alter a message with an ID less than 50,000%'

    OR [Text] Like '%The message number% or specified language version does not exist%'

    OR [Text] Like '%Cannot disable access to the guest user in master or tempdb%'

    OR [Text] Like '%The database principal owns objects in the database and cannot be dropped%'

    OR [Text] Like '%The database principal owns data types in the database and cannot be dropped%'

    OR [Text] Like '%There is no remote user% mapped to local user% from the remote server%'

    OR [Text] Like '%The server principal is set as the execution context of a trigger or event notification and cannot be dropped%'

    OR [Text] Like '%cannot be dropped because it is used by one or more%(s)%'

    OR [Text] Like '%Cannot create an index that does not include all security columns%'

    OR [Text] Like '%Cannot have more than one security column for a table%'

    OR [Text] Like '%There are still remote logins or linked logins for the server%'

    OR [Text] Like '%Cannot alter or drop the security column of a table%'

    OR [Text] Like '%The MUST_CHANGE option is not supported by this version of Microsoft Windows%'

    OR [Text] Like '%The current security context is non-revertible. The "Revert" statement failed%'

    OR [Text] Like '%There is no text for object%'

    OR [Text] Like '%The name supplied% is not a user, role, or aliased login%'

    OR [Text] Like '%The current security context cannot be reverted. Please switch to the original database where% was called and try it again%'

    OR [Text] Like '%There are no remote servers defined%'

    OR [Text] Like '%There are no remote logins for the remote server%'

    OR [Text] Like '%There are no remote logins defined%'

    OR [Text] Like '%There are no remote logins for%'

    OR [Text] Like '%There are no remote logins for% on remote server%'

    OR [Text] Like '%There are no servers defined%'

    OR [Text] Like '%Invalid Remote Server Option%'

    OR [Text] Like '%The trusted option in remote login mapping is no longer supported%'

    OR [Text] Like '%The certificate, asymmetric key, or private key file does not exist or has invalid format%'

    OR [Text] Like '%An error occurred during encryption%'

    OR [Text] Like '%Invalid certificate subject. The certificate subject must have between 1 and% characters%'

    OR [Text] Like '%Warning: The certificate you created has an invalid validity period; its expiration date precedes its start date%'

    OR [Text] Like '%Warning: The certificate you created is expired%'

    OR [Text] Like '%Warning: The certificate you created is not yet valid; its start date is in the future%'

    OR [Text] Like '%is not a valid option for the @delfile parameter%'

    OR [Text] Like '%Property cannot be updated or deleted. Property% does not exist for%'

    OR [Text] Like '%is not a table%'

    OR [Text] Like '%Cannot change the owner of an indexed view%'

    OR [Text] Like '%Remote login option% is not unique%'

    OR [Text] Like '%The input parameter% is not allowed to be null%'

    OR [Text] Like '%The value for the @newname parameter contains invalid characters or violates a basic restriction%'

    OR [Text] Like '%No item by the name of% could be found in the current database%, given that @itemtype was input as%'

    OR [Text] Like '%Cannot create CLR types from an XML datatype%'

    OR [Text] Like '%cannot be renamed%'

    OR [Text] Like '%The argument specified for the% parameter of stored procedure sp_db_vardecimal_storage_format is not valid. Valid arguments are%'

    OR [Text] Like '%Error starting user instance. Error code%'

    OR [Text] Like '%A certificate with name% already exists or this certificate already has been added to the database%'

    OR [Text] Like '%Property cannot be added. Property% already exists for%'

    OR [Text] Like '%Objects of this type have no space allocated%'

    OR [Text] Like '%Column% has no default%'

    OR [Text] Like '%ser data type% has no default%'

    OR [Text] Like '%Column% has no rule%'

    OR [Text] Like '%ser data type% has no rule%'

    OR [Text] Like '%Cannot write into file%. Verify that you have write permissions, that the file path is valid, and that the file does not already exist%'

    OR [Text] Like '%Usage: sp_dboption [dbname [,optname [,%'

    OR [Text] Like '%atabase option% is not unique%'

    OR [Text] Like '%cannot be changed for the master database%'

    OR [Text] Like '%Only members of the sysadmin role or the database owner may set database options%'

    OR [Text] Like '%Cannot dump the private key of certificate% because the private key cannot be found%'

    OR [Text] Like '%ser does not have permission to perform this action%'

    OR [Text] Like '%Either the parameter @objname is ambiguous or the claimed @objtype% is wrong%'

    OR [Text] Like '%Explicit @objtype% is unrecognized%'

    OR [Text] Like '%The database name component of the object qualifier must be the name of the current database%'

    OR [Text] Like '%Inval% specified. It must be%'

    OR [Text] Like '%The primary or foreign key table name must be given%'

    OR [Text] Like '%yntax error parsing SQL identifier%'

    OR [Text] Like '%Users other than the database owner or guest exist in the database. Drop them before removing the database%'

    OR [Text] Like '%is not a valid value for @autofix%'

    OR [Text] Like '%Usage: sp_certify_removable%'

    OR [Text] Like '%The database that you are attempting to certify cannot be in use at the same time%'

    OR [Text] Like '%The database must be owned by a member of the sysadmin role before it can be removed%'

    OR [Text] Like '%The DEFAULT_SCHEMA clause cannot be used with a Windows group or with principals mapped to certificates or asymmetric keys%'

    OR [Text] Like '%The format of the security descriptor string% is inval%'

    OR [Text] Like '%sage: sp_create_removable <dbname>,<syslogical>,<sysphysical>,<syssize>,<loglogical>,<logphysical>,<logsize>,<datalogical1>,<dataphysical1>,<datasize1> [,<datalogical2>,<dataphysical2>,<datasize2>...<datalogical16>,<dataphysical16>,<datasize16>]%'

    OR [Text] Like '%Invalid file size entered. All files must be at least 1 MB%'

    OR [Text] Like '%A SID in the security descriptor string% could not be found in an account lookup operation%'

    OR [Text] Like '%Could not create the% portion of the database%'

    OR [Text] Like '%An unexpected error has occurred in the processing of the security descriptor string%'

    OR [Text] Like '%Cannot make% database removable%'

    OR [Text] Like '%A security descriptor with name% already exists%'

    OR [Text] Like '%Authentication mode is%'

    OR [Text] Like '%Logical data device% not created%'

    OR [Text] Like '%Invalid @with_log parameter value%'

    OR [Text] Like '%The% is not trusted to execute%'

    OR [Text] Like '%The decryption key is incorrect%'

    OR [Text] Like '%Access to the remote server is denied because the current security context is not trusted%'

    OR [Text] Like '%Cannot provision master key passwords for system databases%'

    OR [Text] Like '%The only valid @parameter_value values are%'

    OR [Text] Like '%Login% is already mapped to user% in database%'

    OR [Text] Like '%You must add the us_english version of this message before you can add the% version%'

    OR [Text] Like '%All localized versions of this message must be dropped before the us_english version can be dropped%'

    OR [Text] Like '%QL Server blocked access to% of component% because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of% by using sp_configure. For more information abo%'

    OR [Text] Like '%A key with name% or user defined unique identifier already exists or you do not have permissions to create it%'

    OR [Text] Like '%The name% contains too many characters%'

    OR [Text] Like '%The database principal has granted or denied permissions to objects in the database and cannot be dropped%'

    OR [Text] Like '%The special word% cannot be used for a logical device name%'

    OR [Text] Like '%Terminating this procedure%'

    OR [Text] Like '%Please specify one decryptor to decrypt a key%'

    OR [Text] Like '%Terminating this procedure. Cannot have an open transaction when this is run%'

    OR [Text] Like '%Terminating this procedure. The% name% is absent or inval%'

    OR [Text] Like '%The row for user% will be fixed by updating its login link to a login already in existence%'

    OR [Text] Like '%Barring a conflict, the row for user% will be fixed by updating its link to a new login%'

    OR [Text] Like '%The number of orphaned users fixed by adding new logins and then updating users was%'

    OR [Text] Like '%The number of orphaned users fixed by updating users was%'

    OR [Text] Like '%General cryptographic failure%'

    OR [Text] Like '%The certificate, asymmetric key, or private key data is inval%'

    OR [Text] Like '%The signature of the public key is inval%'

    OR [Text] Like '%No recognized letter is contained in the parameter value for General Permission Type%. Valid letters are in this set%'

    OR [Text] Like '%Collation% is supported for Unicode data types only and cannot be set at either the database or server level%'

    OR [Text] Like '%atabase_Name should not be used to qualify owner.object for the parameter into this procedure%'

    OR [Text] Like '%The "user options" config value% was rejected because it would set incompatible options%'

    OR [Text] Like '%The severity level of the% version of this message must be the same as the severity level% of the us_english version%'

    OR [Text] Like '%The @TriggerType parameter value must be%'

    OR [Text] Like '%Cannot change the compatibility level of replicated or distributed databases%'

    OR [Text] Like '%Could not change the merge publish option because the server is not set up for replication%'

    OR [Text] Like '%Cannot alter the trustworthy state of the model or tempdb databases%'

    OR [Text] Like '%Failed to configure user instance on startup. Error updating server metadata%'

    OR [Text] Like '%The file named% does not exist%'

    OR [Text] Like '%The file named% is a primary file and cannot be removed%'

    OR [Text] Like '%The key is not encrypted using the specified decryptor%'

    OR [Text] Like '%Either no algorithm has been specified or the bitlength and the algorithm specified for the key are not available in this installation of Windows%'

    OR [Text] Like '%The key% is not open. Please open the key before using it%'

    OR [Text] Like '%Global temporary keys are not allowed. You can only use local temporary keys%'

    OR [Text] Like '%The master key file does not exist or has invalid format%'

    OR [Text] Like '%All fragments for database% on device% are now dedicated for log usage only%'

    OR [Text] Like '%DBCC DBREPAIR REMAP failed for database% (device%)%'

    OR [Text] Like '%An error occurred while decrypting% that was encrypted by the old master key. The FORCE option can be used to ignore this error and continue the operation, but data that cannot be decrypted by the old master key will become unavailable%'

    OR [Text] Like '%There was some problem removing% from sys.master_files%'

    OR [Text] Like '%was removed from tempdb, and will take effect upon server restart%'

    OR [Text] Like '%The selected index does not exist on table%'

    OR [Text] Like '%The option% cannot be changed for the% database%'

    OR [Text] Like '%The current database does not contain a% named%'

    OR [Text] Like '%No extended stored procedures exist%'

    OR [Text] Like '%The database is now offline%'

    OR [Text] Like '%The database is offline already%'

    OR [Text] Like '%The current master key cannot be decrypted. If this is a database master key, you should attempt to open it in the session before performing this operation. The FORCE option can be used to ignore this error and continue the operation but the data encrypte%'

    OR [Text] Like '%There are no matching rows on which to report%'

    OR [Text] Like '%The user% cannot take the action auto_fix due to duplicate S%'

    OR [Text] Like '%The private key is already set for this file. To change it you should drop and re-create the certificate%'

    OR [Text] Like '%The qualified @oldname references a database% other than the current database%'

    OR [Text] Like '%has a private key that is protected by a user defined password. That password needs to be provided to enable the use of the private key%'

    OR [Text] Like '%The new name% is already in use as a% name and would cause a duplicate that is not permitted%'

    OR [Text] Like '%cannot be renamed because the object participates in enforced dependencies%'

    OR [Text] Like '%Caution: sys.sql_dependencies shows that other objects (views, procedures and so on) are referencing this object by its old name. These objects will become invalid, and should be dropped and re-created promptly%'

    OR [Text] Like '%There is no private key provisioned for%'

    OR [Text] Like '%The username and/or password passed in is invalid or the current process does not have sufficient privileges%'

    OR [Text] Like '%Ownership change for% is not supported%'

    OR [Text] Like '%An entity of type% cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys%'

    OR [Text] Like '%Cannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead%'

    OR [Text] Like '%Cannot transfer an object that is owned by a parent object%'

    OR [Text] Like '%Cannot transfer a schemabound object%'

    OR [Text] Like '%Cannot transfer an MS Shipped object%'

    OR [Text] Like '%An attempt to attach an auto-named database for file% failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share%'

    OR [Text] Like '%The CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly%'

    OR [Text] Like '%cannot be dropped because one or more entities are either signed or encrypted using it%'

    OR [Text] Like '%An entity of type% cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys%'

    OR [Text] Like '%Usage: sp_detach_db <dbname>, [TRUE|FALSE], [TRUE|FALSE]%'

    OR [Text] Like '%The current application role has been dropped. The current security context contains no valid database user context%'

    OR [Text] Like '%The current security context was set by%. It cannot be reverted by statement%'

    OR [Text] Like '%User-defined filegroups should be made read-only%'

    OR [Text] Like '%Cannot add functional%'

    OR [Text] Like '%An error occurred while trying to load the xpstar%'

    OR [Text] Like '%An error occurred while trying to read the SQLAgent proxy account credentials from the LSA%'

    OR [Text] Like '%An error occurred while trying to create%'

    OR [Text] Like '%Failed to generate a user instance%'

    OR [Text] Like '%Generating user instances in SQL Server is disabled%'

    OR [Text] Like '%Failed to configure user instance on startup. Error updating Resource Manager %'

    OR [Text] Like '%No database principal is defined for s%'

    OR [Text] Like '%Another batch in the session is changing security context, new batch is not allowed to start%'

    OR [Text] Like '%If the qualified object name specifies a database, that database must be the current database%'

    OR [Text] Like '%There is no user table matching the input name% in the current database or you do not have permission to access the table%'

    OR [Text] Like '%p_indexoption is not supported for XML or spatial indexes. Use ALTER INDEX instead%'

    OR [Text] Like '%Input name% does not have a matching user table or indexed view in the current database%'

    OR [Text] Like '%p_indexoption is not supported for XML Index and the table has an XML index on it. Use ALTER INDEX instead to set the option for ALL the indexes%'

    OR [Text] Like '%The specified option% is not supported by this edition of SQL Server and cannot be changed using sp_configure%'

    OR [Text] Like '%An error occurred while decrypting the password for linked login% that was encrypted by the old master key. 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%'

    OR [Text] Like '%Collation% is not supported by the operating system%'

    OR [Text] Like '%The qualified old name could not be found for item type%'

    OR [Text] Like '%An asymmetric key with name% already exists or this asymmetric key already has been added to the database%'

    OR [Text] Like '%is not protected by a password. A decryption password cannot be used for this operation%'

    OR [Text] Like '%Only objects in the master database owned by dbo can have the startup setting changed%'

    OR [Text] Like '%Could not change startup option because this option is restricted to objects that have no parameters%'

    OR [Text] Like '%Windows NT user or group% not found. Check the name again%'

    OR [Text] Like '%is not a fixed server role%'

    OR [Text] Like '%The server principal% does not exist, does not have server access, or you do not have permission%'

    OR [Text] Like '%Could not obtain information about Windows NT group/user%, error code%#lx%'

    OR [Text] Like '%Cannot use the special principal%'

    OR [Text] Like '%Cannot execute as the server principal because the principal% does not exist, this type of principal cannot be impersonated, or you do not have permission%'

    OR [Text] Like '%is not a valid Windows NT name. Give the complete name: <domain\username>%'

    OR [Text] Like '%cannot be called in this batch because a simultaneous batch has called it%'

    OR [Text] Like '%is not a role%'

    OR [Text] Like '%ser or role% does not exist in this database%'

    OR [Text] Like '%atabase principal or schema% does not exist in this database%'

    OR [Text] Like '%is not a known fixed role%'

    OR [Text] Like '%Cannot make a role a member of itself%'

    OR [Text] Like '%Cannot set compatibility level because database has a view or computed column that is indexed. These indexes require a SQL Server compatible database%'

    OR [Text] Like '%sage: sp_dbcmptlevel [dbname [, compatibilitylevel]]%'

    OR [Text] Like '%Only members of the sysadmin role or the database owner may set the database compatibility level%'

    OR [Text] Like '%pplied parameter sid should be binary(16)%'

    OR [Text] Like '%The group% does not exist in this database%'

    OR [Text] Like '%The database principal owns a database role and cannot be dropped%'

    OR [Text] Like '%Application roles can only be activated at the ad hoc level%'

    OR [Text] Like '%No server principal is defined for s%'

    OR [Text] Like '%You must specify a provider name with this set of properties%'

    OR [Text] Like '%You must specify a provider name for unknown product%'

    OR [Text] Like '%You cannot specify a provider or any properties for product%'

    OR [Text] Like '%is an invalid product name%'

    OR [Text] Like '%You must specify the @rolename parameter%'

    OR [Text] Like '%tored procedure% can only be executed at the ad hoc level%'

    OR [Text] Like '%pplied parameter sid is in use%'

    OR [Text] Like '%Could not drop login% as the user is currently logged in%'

    OR [Text] Like '%atabase is already online%'

    OR [Text] Like '%atabase is no longer published%'

    OR [Text] Like '%atabase is no longer enabled for subscriptions%'

    OR [Text] Like '%atabase is no longer enabled for merge publications%'

    OR [Text] Like '%Checkpointing database that was changed%'

    OR [Text] Like '%Encryption by the machine key cannot be added to the service master key because the service master key cannot be decrypted or does not exist%'

    OR [Text] Like '%New language inserted%'

    OR [Text] Like '%ropping an encryption from the service master key failed. No encryption by the machine key exists%'

    OR [Text] Like '%No alternate languages are available%'

    OR [Text] Like '%s_english is always available, even though it is not in syslanguages%'

    OR [Text] Like '%Language deleted%'

    OR [Text] Like '%Adding an encryption to the service master key failed. An encryption by the machine key already exists%'

    OR [Text] Like '%Configuration option% changed from% to%. Run the RECONFIGURE statement to install%'

    OR [Text] Like '%atabase removed%'

    OR [Text] Like '%In the current database, the specified object references the following%'

    OR [Text] Like '%In the current database, the specified object is referenced by the following%'

    OR [Text] Like '%Object does not reference any object, and no objects reference it%'

    OR [Text] Like '%File% closed%'

    OR [Text] Like '%evice dropped%'

    OR [Text] Like '%nsupported private key format or key length%'

    OR [Text] Like '%The private key password is inval%'

    OR [Text] Like '%An error occurred during decryption%'

    OR [Text] Like '%An error occurred during the generation of the%'

    OR [Text] Like '%No constraints are defined on object%, or you do not have permissions%'

    OR [Text] Like '%No foreign keys reference table%, or you do not have permissions on referencing tables%'

    OR [Text] Like '%The text for object% is encrypted%'

    OR [Text] Like '%The object% does not have any indexes, or you do not have permissions%'

    OR [Text] Like '%Invalid private key. The private key does not match the public key of the%'

    OR [Text] Like '%The database is renamed and in single user mode%'

    OR [Text] Like '%Caution: Changing any part of an object name could break scripts and stored procedures%'

    OR [Text] Like '%Cannot change the owner of a table that has an indexed view%'

    OR [Text] Like '%The dependent aliases were also dropped%'

    OR [Text] Like '%Could not add login using sp_addlogin (user =%). Terminating this procedure%'

    OR [Text] Like '%The dependent aliases were mapped to the new database owner%'

    OR [Text] Like '%The dependent aliases were dropped%'

    OR [Text] Like '%etting database owner to SA%'

    OR [Text] Like '%Giving ownership of all objects to the database owner%'

    OR [Text] Like '%eleting users except guest and the database owner from the system catalog%'

    OR [Text] Like '%Cannot change owner of object% or one of its child objects because the new owner% already has an object with the same name%'

    OR [Text] Like '%An error occurred while signing%'

    OR [Text] Like '%A key required by this operation appears to be corrupted%'

    OR [Text] Like '%An error occurred while generating a key required by this operation%'

    OR [Text] Like '%The password cannot be dropped because another database may be using it%'

    OR [Text] Like '%Cannot enable a login that has an empty password%'

    OR [Text] Like '%efault bound to column%'

    OR [Text] Like '%efault bound to data type%'

    OR [Text] Like '%The new default has been bound to columns(s) of the specified user data type%'

    OR [Text] Like '%Rule bound to table column%'

    OR [Text] Like '%Rule bound to data type%'

    OR [Text] Like '%The new rule has been bound to column(s) of the specified user data type%'

    OR [Text] Like '%Cannot execute as the database principal because the principal% does not exist, this type of principal cannot be impersonated, or you do not have permission%'

    OR [Text] Like '%Cannot execute as the Windows token. It is not valid, or you do not have permission%'

    OR [Text] Like '%efault unbound from table column%'

    OR [Text] Like '%efault unbound from data type%'

    OR [Text] Like '%Columns of the specified user data type had their defaults unbound%'

    OR [Text] Like '%Rule unbound from table column%'

    OR [Text] Like '%Rule unbound from data type%'

    OR [Text] Like '%Columns of the specified user data type had their rules unbound%'

    OR [Text] Like '%p_checknames is used to search for non 7-bit ASCII characters%'

    OR [Text] Like '%in several important columns of system tables. The following%'

    OR [Text] Like '%columns are searched%'

    OR [Text] Like '%Cannot execute as the ticket. It is not valid, or you do not have permission%'

    OR [Text] Like '%The% with name% already exists%'

    OR [Text] Like '%The security descriptor information is not val%'

    OR [Text] Like '%The security descriptor is invalid because it does not contain information about its owner or about its primary group%'

    OR [Text] Like '%Invalid data type is supplied in the% statement%'

    OR [Text] Like '%Cookie generation failed in the% statement%'

    OR [Text] Like '%Cannot set a credential for principal%'

    OR [Text] Like '%In all databases%'

    OR [Text] Like '%Login% does not have access to server%'

    OR [Text] Like '%Login% does not have access to database%'

    OR [Text] Like '%ser% cannot be dropped, it can only be disabled. The user is already disabled in the current database%'

    OR [Text] Like '%The identity string is too long. The identity string should contain no more than% characters%'

    OR [Text] Like '%Cannot drop the credential% because it is used by a server principal%'

    OR [Text] Like '%Cannot create a key without specifying an encryptor%'

    OR [Text] Like '%Cannot decrypt or encrypt using the specified%, either because it has no private key or because the password provided for the private key is incorrect%'

    OR [Text] Like '%There is already a%'

    OR [Text] Like '%Cannot drop%'

    OR [Text] Like '%Cannot drop% because there is a% mapped to it%'

    OR [Text] Like '%Cannot add or drop a signature on% because only modules can be signed%'

    OR [Text] Like '%ignatures based on certificates or asymmetric keys are the only options supported in this version of the product%'

    OR [Text] Like '%The module being executed is not trusted. Either the owner of the database of the module needs to be granted authenticate permission, or the module needs to be digitally signed%'

    OR [Text] Like '%has no private key set for it%'

    OR [Text] Like '%This object does not have any statistics%'

    OR [Text] Like '%This object does not have any statistics or indexes%'

    OR [Text] Like '%You cannot set network name on server% because it is not a linked SQL Server%'

    OR [Text] Like '%Warning: A linked server that refers to the originating server is not a supported scenario. If you wish to use a four-part name to reference a local table, please use the actual server name rather than an alias%'

    OR [Text] Like '%There is already a master key in the database. Please drop it before performing this statement%'

    OR [Text] Like '%Adding an encryption to the symmetric key failed. An encryption by the same% may already exist%'

    OR [Text] Like '%Cannot drop% because% is encrypted by it%'

    OR [Text] Like '%Please create a master key in the database or open the master key in the session before performing this operation%'

    OR [Text] Like '%The module being signed is marked to execute as owner. If the owner changes the signature will not be val%'

    OR [Text] Like '%An error occurred while decrypting% that was encrypted by the old master key. The error was ignored because the FORCE option was specified%'

    OR [Text] Like '%The current master key cannot be decrypted. The error was ignored because the FORCE option was specified%'

    OR [Text] Like '%Error in synchronizing system certificates between master and resource database%'

    OR [Text] Like '%Cannot change owner of Assembly% since dependent assembly% is not owned by the new owner%'

    OR [Text] Like '%The old and new master keys are identical. No data re-encryption is required%'

    OR [Text] Like '%Cannot revert the current security context because the cookie is inval%'

    OR [Text] Like '%Can only use the % statement at the adhoc level%'

    OR [Text] Like '%The current security context cannot be reverted using this statement%'

    OR [Text] Like '%Cannot unset application role because none was set or the cookie is inval%'

    OR [Text] Like '%An error occurred while decrypting the password for linked login% that was encrypted by the old master key. The error was ignored because the FORCE option was specified%'

    OR [Text] Like '%The password is already provisioned for the database%'

    OR [Text] Like '%The password cannot be dropped because it is not provisioned for the database%'

    OR [Text] Like '%use of a UNIQUE index, PRIMARY KEY constraint, or UNIQUE constraint on a table with row-level security can allow information disclosure%'

    OR [Text] Like '%use of an IDENTITY column on a table with row-level security can allow information disclosure%'

    OR [Text] Like '%use of an indexed view on a table with row-level security can allow information disclosure%'

    OR [Text] Like '%use of a FOREIGN KEY constraint on a table with row-level security enabled can allow information disclosure, modification, or deletion not authorized at the row level%'

    OR [Text] Like '%An invalid parameter or option was specified for procedure%'

    OR [Text] Like '%Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable Full-Text Search. The functionality to disable and enable full-text search for a database is deprecated. Please change your application%'

    OR [Text] Like '%BCC DBCONTROL error. Database was not made read-only%'

    OR [Text] Like '%BCC DBCONTROL error. Database was not made single user%'

    OR [Text] Like '%No permission to access database%'

    OR [Text] Like '%Option% not recognized for% parameter%'

    OR [Text] Like '%You attempted to acquire a transactional application lock without an active transaction%'

    OR [Text] Like '%p_dboption command failed%'

    OR [Text] Like '%Cannot execute% because the database is in read-only access mode%'

    OR [Text] Like '%Column% does not exist%'

    OR [Text] Like '%Column% is not a computed column%'

    OR [Text] Like '%No views with schema binding reference table%'

    OR [Text] Like '%cannot perform the operation on the table because its clustered index is disabled%'

    OR [Text] Like '%Cannot create user defined types from XML data type%'

    OR [Text] Like '%Vardecimal storage format is not available in system database%'

    OR [Text] Like '%Cannot run sp_resetstatus against a database snapshot%'

    OR [Text] Like '%specified for parameter schema_name does not exist%'

    OR [Text] Like '%Compressing XML index is not supported by the stored procedure sp_estimate_data_compression_savings%'

    OR [Text] Like '%Compressing temporary tables is not supported by the stored procedure sp_estimate_data_compression_savings%'

    OR [Text] Like '%Compressing tables with sparse columns or column sets is not supported by the stored procedure sp_estimate_data_compression_savings%'

    OR [Text] Like '%This feature has not been implemented yet%'

    OR [Text] Like '%The value of the parameter% is inval%'

    OR [Text] Like '%procedure was called with an incorrect number of parameters%'

    OR [Text] Like '%You can only specify ABSOLUTE in conjunction with DELETE or UPDATE%'

    OR [Text] Like '%The cursor is already open%'

    OR [Text] Like '%Temporary storage used by the cursor to store large object variable values referred by the cursor query is not usable any more%'

    OR [Text] Like '%is not allowed in cursor statements%'

    OR [Text] Like '%The cursor identifier value provided%'

    OR [Text] Like '%is currently used by another statement%'

    OR [Text] Like '%The fetch type% cannot be used with forward only cursors%'

    OR [Text] Like '%procedure was called with too many parameters%'

    OR [Text] Like '%A cursor with the name% already exists%'

    OR [Text] Like '%A cursor with the name% does not exist%'

    OR [Text] Like '%Cursor is not open%'

    OR [Text] Like '%Implicit conversion from data type% to% is not allowed%'

    OR [Text] Like '%The number of variables declared in the INTO list must match that of selected columns%'

    OR [Text] Like '%The fetch type% cannot be used with dynamic cursors%'

    OR [Text] Like '%The column % does not correspond to a text, ntext, or image column%'

    OR [Text] Like '%Cannot fetch into text, ntext, and image variables%'

    OR [Text] Like '%p_cursor: Exec statement is not allowed as source for cursor insert%'

    OR [Text] Like '%The cursor is READ ONLY%'

    OR [Text] Like '%The requested row is not in the fetch buffer%'

    OR [Text] Like '%There are no rows in the current fetch buffer%'

    OR [Text] Like '%The cursor has a FOR UPDATE list and the requested column to be updated is not in this list%'

    OR [Text] Like '%The cursor does not include the table being modified or the table is not updatable through the cursor%'

    OR [Text] Like '%Optimistic concurrency check failed. The row was modified outside of this cursor%'

    OR [Text] Like '%No parameter values were specified for the sp_cursor-% statement%'

    OR [Text] Like '%p_cursor: One or more values parameters were inval%'

    OR [Text] Like '%A server cursor cannot be opened on the given statement or statements. Use a default result set or client cursor%'

    OR [Text] Like '%p_cursoropen/sp_cursorprepare: The statement parameter can only be a batch or a stored procedure with a single select, without FOR BROWSE, COMPUTE BY, or variable assignments%'

    OR [Text] Like '%Cursor updates are not allowed on tables opened with the NOLOCK option%'

    OR [Text] Like '%Could not generate asynchronous keyset. The cursor has been deallocated%'

    OR [Text] Like '%Could not complete cursor operation because the table schema changed after the cursor was declared%'

    OR [Text] Like '%The cursor was not declared%'

    OR [Text] Like '%Could not open the cursor because one or more of its tables have gone out of scope%'

    OR [Text] Like '%No rows were updated or deleted%'

    OR [Text] Like '%The variable% is not a cursor variable, but it is used in a place where a cursor variable is expected%'

    OR [Text] Like '%The variable% is a cursor variable, but it is used in a place where a cursor variable is not val%'

    OR [Text] Like '%The variable% does not currently have a cursor allocated to it%'

    OR [Text] Like '%The variable% cannot be used as a parameter because a CURSOR OUTPUT parameter must not have a cursor allocated to it before execution of the procedure%'

    OR [Text] Like '%A cursor variable cannot be used as a parameter to a remote procedure call%'

    OR [Text] Like '%Remote tables are not updatable. Updatable keyset-driven cursors on remote tables require a transaction with the REPEATABLE_READ or SERIALIZABLE isolation level spanning the cursor%'

    OR [Text] Like '%Executing SQL directly; no cursor%'

    OR [Text] Like '%Could not create an acceptable cursor%'

    OR [Text] Like '%The created cursor is not of the requested type%'

    OR [Text] Like '%FOR UPDATE cannot be specified on a READ ONLY cursor%'

    OR [Text] Like '%Could not complete cursor operation because the set options have changed since the cursor was declared%'

    OR [Text] Like '%nique table computation failed%'

    OR [Text] Like '%You have reached the maximum number of cursors allowed%'

    OR [Text] Like '%One or more FOR UPDATE columns have been adjusted to the first instance of their table in the query%'

    OR [Text] Like '%The target object type is not updatable through a cursor%'

    OR [Text] Like '%You cannot specify scroll locking on a cursor that contains a remote table%'

    OR [Text] Like '%For the optimistic cursor, timestamp columns are required if the update or delete targets are remote%'

    OR [Text] Like '%Cursor scroll locks were invalidated due to a transaction defect. Reissue the UPDATE or DELETE statement after a cursor fetch%'

    OR [Text] Like '%Specified concurrency control option% is incompatible with static or fast forward only cursors. Only read-only is compatible with static or fast forward only cursors%'

    OR [Text] Like '%The cursor operation is required to wait for cursor asynchronous population to complete. However, at this point the transaction cannot be yielded to let the asynchronous population to continue%'

    OR [Text] Like '%cannot take output parameters%'

    OR [Text] Like '%The asynchronous cursor worktable population thread spawn failed%'

    OR [Text] Like '%Internal Cursor Error%'

    OR [Text] Like '%Failure to send an event notification instance of type% on conversation handle%. Error Code =%'

    OR [Text] Like '%Failed to post QUEUE_ACTIVATION event%'

    OR [Text] Like '%Closed event notification conversation endpoint with handle%, due to the following error%'

    OR [Text] Like '%Event notification conversation on dialog handle% closed without an error%'

    OR [Text] Like '%Event notification% in database% dropped due to send time service broker errors. Check to ensure the conversation handle, service broker contract, and service specified in the event notification are active%'

    OR [Text] Like '%A process outside of SQL Server may be preventing SQL Server from reading the files. As a result, errorlog entries may be lost and it may not be possible to view some SQL Server erro%'

    OR [Text] Like '%SQL Server evaluation period has expired%'

    OR [Text] Like '%Operating system error%'

    OR [Text] Like '%The current event was not reported to the Windows Events log%'

    OR [Text] Like '%The evaluation period for your edition of SQL Server expires in%'

    OR [Text] Like '%SQL Server cannot be started%'

    OR [Text] Like '%Could not open error log file%'

    OR [Text] Like '%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 structur%'

    OR [Text] Like '%Clustered instances are not supported on this edition of SQL Server%'

    OR [Text] Like '%Failed to initialize Distributed COM (CoInitializeEx returned%lx). Heterogeneous queries and remote procedure calls are disabled. Check the DCOM configuration using Component Services in Control Panel%'

    OR [Text] Like '%Could not open master database in system task thread context. Terminating server%'

    OR [Text] Like '%Perfmon counters for resource governor pools and groups failed to initialize and are disabled%'

    OR [Text] Like '%Registry startup parameters%'

    OR [Text] Like '%Logging SQL Server messages in file%'

    OR [Text] Like '%An invalid startup option%'

    OR [Text] Like '%while opening file%to obtain configuration information at startup%'

    OR [Text] Like '%while opening file%to obtain configuration information at startup time%'

    OR [Text] Like '%Command Line Startup Parameters%'

    OR [Text] Like '%Failed to initialize distributed COM; DCOM is not installed. Heterogeneous queries and remote procedure calls are disabled. Check the DCOM configuration using Component Services in Control Panel%'

    OR [Text] Like '%The number of concurrent user connections was reduced to%, because it exceeded the allowable limit for this edition of SQL Server. To avoid this message in the future, use sp_configure to permanently adjust the number of user connections within the lic%'

    OR [Text] Like '%SQL Server could not spawn%'

    OR [Text] Like '%this may cause user to see some error messages masked using%'

    OR [Text] Like '%Logging to event log is disabled%'

    OR [Text] Like '%initdata: No memory for kernel buffer hash table%'

    OR [Text] Like '%initdata: No memory for kernel buffers%'

    OR [Text] Like '%initconfig: Warning: affinity mask specified is not valid. Defaulting to no affinity%'

    OR [Text] Like '%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 Database Engine%'

    OR [Text] Like '%Server startup failed due to insufficient memory for descriptor%'

    OR [Text] Like '%Launch of startup procedure% failed%'

    OR [Text] Like '%Launched startup procedure%'

    OR [Text] Like '%Clearing tempdb database%'

    OR [Text] Like '%Unable to allocate enough memory to start%. Reduce non-essential memory load or increase system memory%'

    OR [Text] Like '%The SQL Server image was allocated using the large pages option%'

    OR [Text] Like '%Could not dispatch SQL Server by Service Control Manager. Operating system error =%'

    OR [Text] Like '%Could not register Service Control Handler. Operating system error =%'

    OR [Text] Like '%SQL Server service has been paused. No new connections will be allowed. To resume the service, use SQL Computer Manager or the Services application in Control Panel%'

    OR [Text] Like '%Could not set Service Control Status. Operating system error =%'

    OR [Text] Like '%SQL Server is not allowing new connections because the Service Control Manager requested a pause. To resume the service, use SQL Computer Manager or the Services application in Control Panel%'

    OR [Text] Like '%ervice Control Handler received an invalid control code =%'

    OR [Text] Like '%SQL Server is terminating%'

    OR [Text] Like '%Could not initiate the EventLog Service for the key%, last error code is%'

    OR [Text] Like '%SQL Server could not use the NO_BUFFERING option during I/O, because the master file sector size,%, is incorrect. Move the master file to a drive with a correct sector size%'

    OR [Text] Like '%Unable to locate kernel HTTP driver Httpapi.dll in path. SQL Server native HTTP support is not available%'

    OR [Text] Like '%SQL Server native HTTP support is not available%'

    OR [Text] Like '%SQL Server native HTTP support failed and will not be available%'

    OR [Text] Like '%NIInitialize() failed with error%'

    OR [Text] Like '%Ignoring trace flag% specified during startup. It is either an invalid trace flag or a trace flag that cannot be specified during server startup%'

    OR [Text] Like '%Unable to initialize SQL Server native HTTP support due to insufficient resources. HTTP access to SQL Server will not be available%'

    OR [Text] Like '%The registry settings% protocol configuration are incorrect%'

    OR [Text] Like '%Could not use Address Windowing Extensions because the%'

    OR [Text] Like '%QL Server is not configured to use all of the available system memory. To enable SQL Server to use more memory, set the awe enabled option to 1 by using the sp_configure stored procedure%'

    OR [Text] Like '%TDSSNIClient initialization failed%'

    OR [Text] Like '%The error log has been reinitialized. See the previous log for older entries%'

    OR [Text] Like '%Unable to update password policy%'

    OR [Text] Like '%Failed to enqueue% task. There may be insufficient memory%'

    OR [Text] Like '%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%'

    OR [Text] Like '%SQL Server cannot accept new connections, because it is shutting down. The connection has been closed%'

    OR [Text] Like '%SQL Server failed with error code%'

    OR [Text] Like '%FallBack certificate initialization failed with error code%'

    OR [Text] Like '%Cannot accept a new connection because the session has been terminated. This error occurs when a new batch execution is attempted on a session that is logging out, or when a severe error is encountered upon connection. Check the error log to see if this s%'

    OR [Text] Like '%edicated admin connection support was not started because of error%'

    OR [Text] Like '%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 configured the server. See Books Online%'

    OR [Text] Like '%The server was unable to complete its initialization sequence because the available network libraries do not support the required level of encryption. The server process has stopped. Before restarting the server, verify that SSL certificates have been ins%'

    OR [Text] Like '%Preparing for eventual growth to% GB with Hot Add Memory%'

    OR [Text] Like '%Login failed due to timeout; the connection has been closed. This error may indicate heavy server load. Reduce the load on the server and retry login%'

    OR [Text] Like '%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%'

    OR [Text] Like '%edicated administrator connection support was not started because it is disabled on this edition of SQL Server%'

    OR [Text] Like '%Changing the remote access settings for the Dedicated Admin Connection failed with error%'

    OR [Text] Like '%QL Server cannot start on this machine. The processor(s) (CPU) model does not support all instructions needed for SQL Server to run. Refer to the System Requirements section in BOL for further information%'

    OR [Text] Like '%Could not open file%'

    OR [Text] Like '%Operating system error%'

    OR [Text] Like '%has an incorrect size. It is listed as%'

    OR [Text] Like '%QL Server cannot use the NO_BUFFERING option during I/O on this file, because the sector size for file%,%, is invalid. Move the file to a disk with a valid sector size%'

    OR [Text] Like '%econdary TempDB file% resides on a removable drive and therefore will not be attached during startup%'

    OR [Text] Like '%econdary TempDB file% will not be attached during TempDB startup; Drive check failed with error%'

    OR [Text] Like '%ystem error while trying to initialize disk info; Error%'

    OR [Text] Like '%No free space in the TempDB database%'

    OR [Text] Like '%QL Server was unable to run a new system task, either because there is insufficient memory or the number of configured sessions exceeds the maximum allowed in the server%'

    OR [Text] Like '%The session with SP% was found to be invalid during termination, possibly because of corruption in the session structure. Contact Product Support Services%'

    OR [Text] Like '%generated an access violation. SQL Server is terminating this process%'

    OR [Text] Like '%A user request from the session with SP% generated a fatal exception. SQL Server is terminating this session. Contact Product Support Services with the dump produced in the log directory%'

    OR [Text] Like '%QL Server is terminating%'

    OR [Text] Like '%Unable to locate driver ntdll.dll in path%'

    OR [Text] Like '%erver resumed execution after being idle%'

    OR [Text] Like '%The server resumed execution after being idle for% seconds%'

    OR [Text] Like '%An image corruption/hotpatch detected while reporting exceptional situation. This may be a sign of a hardware problem. Check SQLDUMPER_ERRORLOG.log for details%'

    OR [Text] Like '%Server resumed execution after being idle%'

    OR [Text] Like '%BCC DBRECOVER failed for database %. Restore the database from a backup%'

    OR [Text] Like '%BCC DBREPAIR:% index restored for%'

    OR [Text] Like '%BCC cannot free DLL%. SQL Server requires this DLL in order to function properly%'

    OR [Text] Like '%Warning%'

    OR [Text] Like '%Attempting to change default collation to%'

    OR [Text] Like '%SQL Server should be restarted%'

    OR [Text] Like '%SQL Server shutdown%'

    OR [Text] Like '%Loading default collation% for this instance of SQL Server%'

    OR [Text] Like '%Could not load the DLL%, or one of the DLLs it references. Reason%'

    OR [Text] Like '%Could not find the function% in the library%. Reason%'

    OR [Text] Like '%SQL Server has insufficient memory to run the extended stored procedure%. Release server memory resources by closing connections or ending transactions%'

    OR [Text] Like '%can only be executed in the master database%'

    OR [Text] Like '%connection is unsupported or unknown. The connection has been closed%'

    OR [Text] Like '%There was a memory allocation failure during connection establishment. Reduce nonessential memory load, or increase system memory. The connection has been closed%'

    OR [Text] Like '%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 to SQL Server%'

    OR [Text] Like '%SPI handshake failed%'

    OR [Text] Like '%is not recognized 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%'

    OR [Text] Like '%Could not connect%'

    OR [Text] Like '%The requested service has been stopped or disabled and is unavailable at this time. The connection has been closed%'

    OR [Text] Like '%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%'

    OR [Text] Like '%Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log%'

    OR [Text] Like '%There was a failure while attempting to encrypt a password. The connection has been closed%'

    OR [Text] Like '%The prelogin packet used to open the connection is structurally invalid; the connection has been closed. Please contact the vendor of the client library%'

    OR [Text] Like '%A network error occurred while establishing a connection; the connection has been closed%'

    OR [Text] Like '%the connection has been closed. This may have been caused by client or server login timeout expiration. Time spent during login: total% ms, enqueued% ms, network writes% ms, network r%'

    OR [Text] Like '%The login packet used to open the connection is structurally invalid; the connection has been closed. Please contact the vendor of the client library%'

    OR [Text] Like '%Encryption is required to connect to this server but the client library does not support encryption; the connection has been closed. Please upgrade your client library%'

    OR [Text] Like '%Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library%'

    OR [Text] Like '%is an unsupported Open Data Services API%'

    OR [Text] Like '%New queries assigned to process on Node% have not been picked up by a worker thread in the last% seconds. Blocking or long-running queries can contribute to this condition, and may degrade client response time. Use the "max worker threads" configurati%'

    OR [Text] Like '%An unexpected query string was passed to a Web Service Description Language (WSDL) generation procedure%'

    OR [Text] Like '%The server will drop the connection, because the client driver has sent multiple requests while the session is in single-user mode. This error occurs when a client sends a request to reset the connection while there are batches still running in the sessio%'

    OR [Text] Like '%appear deadlocked due to a large number of worker threads waiting on%'

    OR [Text] Like '%A new connection was rejected because the maximum number of connections on session % has been reached. Close an existing connection on this session and retry%'

    OR [Text] Like '%A significant part of sql server process memory has been paged out. This may result in a performance degradation. Duration:% seconds. Working set (KB):%, committed (KB):%, memory utilization%'

    OR [Text] Like '%appears to be non-yielding on%'

    OR [Text] Like '%Exception happened when running extended stored procedure%'

    OR [Text] Like '%The error is printed in terse mode because there was error during formatting. Tracing, ETW, notifications etc are skipped%'

    OR [Text] Like '%was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the user-defined message is added using sp_addmessage%'

    OR [Text] Like '%occurred when the server tried to reset connection%'

    OR [Text] Like '%The client was unable to reuse a session with SP%, which had been reset for connection pooling. The failure ID is%. This error may have been caused by an earlier operation failing. Check the error logs for failed operations immediately before this e%'

    OR [Text] Like '%Failed to set up execution context%'

    OR [Text] Like '%Failed to load format string for error%'

    OR [Text] Like '%The connection has been dropped because the principal that opened it subsequently assumed a new security context, and then tried to reset the connection under its impersonated security context. This scenario is not supported. See "Impersonation Overview"%'

    OR [Text] Like '%Failed to format string for error%, language %This may be caused by low memory in server, or error happening while formatting the message%'

    OR [Text] Like '%The client was unable to join a session with SP%. This error may have been caused by an earlier operation failing or a change in permissions since the session was established. Check the error logs for failed operations immediately before this error me%'

    OR [Text] Like '%was killed by hostname%'

    OR [Text] Like '%SQL Server shutdown after verifying system indexes%'

    OR [Text] Like '%Operating system error%'

    OR [Text] Like '%Tape mount is being requested on drive%. Expected volume has%'

    OR [Text] Like '%evice or media does not support%. To access this feature, use a different device or media%'

    OR [Text] Like '%ring restore restart, an I/O error occurred on checkpoint file% (operating system error%). The statement is proceeding but cannot be restarted. Ensure that a valid storage location exists for the checkpoint file%'

    OR [Text] Like '%Could not clear% bitmap in database% because of error%. As a result, the differential or bulk-logged bitmap overstates the amount of change that will occur with the next differential or log backup. This discrepancy might slow down later differen%'

    OR [Text] Like '%Infrastructure error occurred. Check for previous errors%'

    OR [Text] Like '%Could not find a login matching the name provided%'

    OR [Text] Like '%Failed to unprotect memory containing sensitive information%'

    OR [Text] Like '%Failed to unprotect memory containing sensitive information%'

    OR [Text] Like '%Could not find a login matching the name provided%'

    OR [Text] Like '%Attempting to use an NT account name with SQL Server Authentication%'

    OR [Text] Like '%An error occurred while evaluating the password%'

    OR [Text] Like '%Password did not match that for the login provided%'

    OR [Text] Like '%Invalid password provided%'

    OR [Text] Like '%Password validation failed with an infrastructure error. Check for previous errors%'

    OR [Text] Like '%Token-based server access validation failed with an infrastructure error. Check for previous errors%'

    OR [Text] Like '%Login-based server access validation failed with an infrastructure error. Check for previous errors%'

    OR [Text] Like '%SQL Server service is paused. No new connections can be accepted at this time%'

    OR [Text] Like '%Interface for login to SQL Server is not supported%'

    OR [Text] Like '%Failed to open the specified database%'

    OR [Text] Like '%Failed to open the database for this login%'

    OR [Text] Like '%Unable to determine the initial language and date format%'

    OR [Text] Like '%The user must change the password, but it cannot be changed with the current connection settings%'

    OR [Text] Like '%Failed to unprotect memory containing sensitive information%'

    OR [Text] Like '%Simulation of a failure while redoing login on the connection%'

    OR [Text] Like '%SQL Server service is paused. Login could not be revalidated at this time%'

    OR [Text] Like '%Reinitialization of security context failed while revalidating the login on the connection%'

    OR [Text] Like '%Access to server validation failed while revalidating the login on the connection%'

    OR [Text] Like '%Failed to open the specified database while revalidating the login on the connection%'

    OR [Text] Like '%Failed to create the user instance while revalidating the login on the connection%'

    OR [Text] Like '%Failed to attach the specified database while revalidating the login on the connection%'

    OR [Text] Like '%Failed to open the database for this login while revalidating the login on the connection%'

    OR [Text] Like '%Failed to determine the language and date format while revalidating the login on the connection%'

    OR [Text] Like '%An exception was raised while revalidating the login on the connection. Check for previous errors%'

    OR [Text] Like '%Simulation of a failure while reauthenticating login%'

    OR [Text] Like '%SQL Server service is paused. Login cannot be reauthenticated at this time%'

    OR [Text] Like '%Failed to reinitialize security context while reauthenticating login%'

    OR [Text] Like '%Failed to access server for validation while reauthenticating login%'

    OR [Text] Like '%Failed to open the specified database while reauthenticating login%'

    OR [Text] Like '%An error occurred while reauthenticating login. Check for previous errors%'

    OR [Text] Like '%Could not retrieve database name or map database to an item%'

    OR [Text] Like '%Cannot connect with a login that does not specify a share%'

    OR [Text] Like '%Failed to open the explicitly specified database%'

    OR [Text] Like '%Unable to determine the database name from the specified file name%'

    OR [Text] Like '%Failed to open the database specified in the login properties%'

    OR [Text] Like '%Failed to store database name and collation. Check for previous errors%'

    OR [Text] Like '%Current collation did not match%'

    OR [Text] Like '%Failed to send an environment change notification to a log shipping partner node%'

    OR [Text] Like '%Failed to retrieve database name or map database to an item while revalidating the login on the connection%'

    OR [Text] Like '%Connection with a login which does not specify a share is not allowed while revalidating the login on the connection%'

    OR [Text] Like '%Failed to open the database configured in the login object while revalidating the login on the connection%'

    OR [Text] Like '%Failed to determine database name from a given file name while revalidating the login on the connection%'

    OR [Text] Like '%Failed to open the database specified in the login properties while revalidating the login on the connection%'

    OR [Text] Like '%Failed to store database name and collation while revalidating the login on the connection. Check for previous errors%'

    OR [Text] Like '%Failed to send an environment change notification to a log shipping partner node while revalidating the login%'

    OR [Text] Like '%Client impersonation failed%'

    OR [Text] Like '%Failed to revert impersonation to self%'

    OR [Text] Like '%Failed to get security token information%'

    OR [Text] Like '%Failed to duplicate of security token%'

    OR [Text] Like '%Failed attempted retry of a process token validation%'

    OR [Text] Like '%An error occurred while attempting to change password%'

    OR [Text] Like '%An attempt to login using SQL authentication failed. Server is configured for Windows authentication only%'

    OR [Text] Like '%Login failed%'

    OR [Text] Like '%Could not connect to server% because% is not defined as a remote server. Verify that you have specified the correct server name%*ls%'

    OR [Text] Like '%Could not connect to server% because% is not defined as a remote login at the server. Verify that you have specified the correct login name%*ls%'

    OR [Text] Like '%Could not connect to server% because it is not configured to accept remote logins. Use the remote access configuration option to allow remote logins%'

    OR [Text] Like '%Login failed for user% because the account is currently locked out. The system administrator can unlock it%'

    OR [Text] Like '%Login failed for user%Reason: The password of the account has expired%'

    OR [Text] Like '%Login failed for user%Reason: The password of the account must be changed%'

    OR [Text] Like '%The dedicated administrator connection is in use by% on%'

    OR [Text] Like '%QL Server could not start because of an invalid serial number. The serial number information retrieved at startup appears invalid. To proceed, reinstall SQL Server%'

    OR [Text] Like '%QL Server cannot start because the license agreement for this% version of SQL Server is invalid. The server is exiting. To proceed, reinstall SQL Server with a valid license%'

    OR [Text] Like '%The user instance login flag is not supported on this version of SQL Server. The connection will be closed%'

    OR [Text] Like '%The user instance login flag is not allowed when connecting to a user instance of SQL Server. The connection will be closed%'

    OR [Text] Like '%The user instance login flag cannot be used along with an attach database file name. The connection will be closed%'

    OR [Text] Like '%cannot start because your system is low on memory%'

    OR [Text] Like '%installation is either corrupt or has been tampered with (%). Please uninstall then re-run setup to correct this problem%'

    OR [Text] Like '%could not find the default instance % - error%. Please specify the name of an existing instance on the invocation of sqlservr.exe.If you believe that your installation is corrupt or has been tampered with, uninstall then re-run setup to%'

    OR [Text] Like '%could not find the specified named instance %'

    OR [Text] Like '%The parameter % is not val%'

    OR [Text] Like '%procedure was called with the wrong number of parameters%'

    OR [Text] Like '%Only one Log Reader Agent or log-related procedure (sp_repldone, sp_replcmds, and sp_replshowcmds) can connect to a database at a time. If you executed a log-related procedure, drop the connection over which the procedure was executed or execute sp_replfl%'

    OR [Text] Like '%Could not allocate memory for replication. Verify that SQL Server has sufficient memory for all operations%'

    OR [Text] Like '%Could not retrieve replication information for table%. Verify that the table has a primary key, and then rerun the Log Reader Agent%'

    OR [Text] Like '%Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication%'

    OR [Text] Like '%Verify that the stored procedures that propagate changes to Subscribers use the appropriate call syntax, and then rerun the Log Reader Agent. Use sp_helparticle and sp_changearticle to view and change the call syntax%'

    OR [Text] Like '%has already been distributed%'

    OR [Text] Like '%Inval%for commit record%Check DBTABLE%'

    OR [Text] Like '%Execution of filter stored procedure% failed%'

    OR [Text] Like '%log sequence number (LSN) that was specified for the replication log scan is inval%'

    OR [Text] Like '%The replbeginlsn field in the DBTABLE is inval%'

    OR [Text] Like '%for replication log scan occurs before%'

    OR [Text] Like '%log scan occurs before the current start of replication in the log%'

    OR [Text] Like '%log scan is not a replicated commit record%'

    OR [Text] Like '%log scan is not present in the transaction log%'

    OR [Text] Like '%Invalid storage type% specified writing variant of type%'

    OR [Text] Like '%Invalid server data type% specified in repl type lookup%'

    OR [Text] Like '%Could not locate text information records for the column% during command construction%'

    OR [Text] Like '%The stored procedure% must be executed within a transaction%'

    OR [Text] Like '%The Log Reader Agent encountered an unexpected log record of type% encountered while processing DML operation%'

    OR [Text] Like '%An error occurred while waiting on the article cache access event%'

    OR [Text] Like '%Error initializing MSMQ components%'

    OR [Text] Like '%Error opening Microsoft Message Queue%'

    OR [Text] Like '%You have specified a value for the @dts_package_password parameter. You must also specify a value for the @dts_package_name parameter%'

    OR [Text] Like '%The value specified for the @backupdevicetype parameter is not val%'

    OR [Text] Like '%Could not locate backup header information for database% in the specified backup device. Specify a backup device that contains a backup of the Publisher database%'

    OR [Text] Like '%The subscription setup script path has been truncated, because the snapshot folder directory path is too long. Reconfigure the Distributor to use a shorter path for this Publisher, and then retry the operation%'

    OR [Text] Like '%The alternate snapshot folder path generated by replication has been truncated. Reconfigure the publication to use a shorter alternate snapshot folder path, and then retry the operation%'

    OR [Text] Like '%The specified publication does not allow subscriptions to be initialized from a backup%'

    OR [Text] Like '%napshot publications cannot use the option to initialize a subscription from a backup. This option is only supported for transactional publications%'

    OR [Text] Like '%Cannot enable the option to initialize a subscription from a backup. This is not supported for non-SQL Server Publishers; it is only supported for transactional publications from SQL Server Publishers%'

    OR [Text] Like '%The valid new types of a log based indexed view article are%only%'

    OR [Text] Like '%The valid new types of a log based table article are%only%'

    OR [Text] Like '%Only users who are members of the following roles can perform this operation: sysadmin fixed server role; dbowner or dbcreator fixed database role in the current database%'

    OR [Text] Like '%Unable to allocate memory for replication schema version node%'

    OR [Text] Like '%Cannot insert a new schema change into the systranschemas system table%'

    OR [Text] Like '%is not a supported help topic%'

    OR [Text] Like '%Peer-to-peer replication has been enabled, and the Log Reader Agent was unable to find an Extended-Originator-Record (EOR) for a transaction that did not originate at this server. Contact Customer Support Services%'

    OR [Text] Like '%The Log-Scan Process failed to construct a replicated command from log sequence number (LSN) {%08lx:%08lx:%04lx}. Back up the publication database and contact Customer Support Services%'

    OR [Text] Like '%Cannot initialize the replication resource. Ensure that SQL Server has sufficient memory. If the problem persists, restart SQL Server%'

    OR [Text] Like '%Cannot find an object ID for the replication system table%. Verify that the system table exists and is accessible by querying it directly. If it does exist, stop and restart the Log Reader Agent; if it does not exist, drop and reconfigure replication%'

    OR [Text] Like '%Article information is not valid. Stop the Log Reader Agent, execute the stored procedure sp_replflush, and then restart the Log Reader Agent%'

    OR [Text] Like '%Cannot restart the scan on%'

    OR [Text] Like '%Inval%'

    OR [Text] Like '%Can not lock the database object in article cache%'

    OR [Text] Like '%Expecting% bytes of data, but only% were found in the transaction log. For more information, contact Customer Support Services%'

    OR [Text] Like '%Text information block not valid. Contact Customer Support Services%'

    OR [Text] Like '%Failed to scan to log sequence number (LSN) {%08lx:%08lx:%04lx}. Contact Customer Support Services%'

    OR [Text] Like '%Failed to lock the current log record at log sequence number (LSN) {%08lx:%08lx:%04lx}. Contact Customer Support Services%'

    OR [Text] Like '%The rowset does not contain any column with offset%. Back up the publication database and contact Customer Support Services%'

    OR [Text] Like '%Invalid value%'

    OR [Text] Like '%Failed to delete rows from the systranschemas table%'

    OR [Text] Like '%The Log Reader Agent scanned to the end of the log before processing all transactions in the hash table.% transactions in the hash table,% transactions processed, end of log LSN {%08lx:%08lx:%04lx}. Back up the publication database and contact Custome%'

    OR [Text] Like '%Invalid filter procedure definition%'

    OR [Text] Like '%Failed to scan to the delete log record of an update base on log sequence number%'

    OR [Text] Like '%A bounded update was logged within the range of another bounded update within the same transaction. First BEGIN_UPDATE {%08lx:%08lx:%04lx}, current BEGIN_UPDATE {%08lx:%08lx:%04lx}. Contact Customer Support Services%'

    OR [Text] Like '%The Log Reader Agent scanned to the end of the log while processing a bounded update%'

    OR [Text] Like '%An unexpected Text Information Begin (TIB) log record was encountered while processing the TIB for%'

    OR [Text] Like '%Encountered an unexpected Text Information End (TIE) log record%'

    OR [Text] Like '%Cannot find rowset % in the current schema. Stop and restart the Log Reader Agent. If the problem persists, reinitialize all subscriptions to the publication%'

    OR [Text] Like '%The Log Reader Agent encountered a NULL command that is not valid. Restart the agent if it has stopped. If the problem persists, reinitialize all subscriptions to the publication%'

    OR [Text] Like '%Cannot locate database information in the article cache. Stop and restart SQL Server and the Log Reader Agent. If the problem persists, back up the publication database, and then contact Customer Support Services%'

    OR [Text] Like '%Failed to retrieve the oldest active log sequence number (LSN) from a commit record. Stop and restart SQL Server and the Log Reader Agent. If the problem persists, reinitialize all subscriptions to the publication%'

    OR [Text] Like '%Failed to allocate or reallocate buffer for replication command%'

    OR [Text] Like '%Invalid compensation range%'

    OR [Text] Like '%Cannot retrieve the rowset ID from log records generated from a text pointer based operation. Reinitialize all subscriptions to the publication%'

    OR [Text] Like '%Possible inconsistent state in the distribution database%'

    OR [Text] Like '%Cannot retrieve the peer-to-peer database information. Contact Customer Support Services%'

    OR [Text] Like '%Failed to evaluate the filter procedure or computed column. Cannot find the column offset information%'

    OR [Text] Like '%nexpected% log record encountered%'

    OR [Text] Like '%Failed to% the replication context%'

    OR [Text] Like '%Failed to read the TXF_REPLICATION_RECORD_WRITE structure. Last error returned%. If the problem persists, contact Customer Support Services%'

    OR [Text] Like '%One or more subscriptions have been marked inactive. Drop and re-create all subscriptions for this node that are failing with this error%'

    OR [Text] Like '%Can not rename the database name because it is published or it is a distribution database used by replication%'

    OR [Text] Like '%Agent% is retrying after an error.% retries attempted. See agent job history in the Jobs folder for more details%'

    OR [Text] Like '%Failed to compare delete and insert log record for column % with table %'

    OR [Text] Like '%Cannot start C2 audit trace. SQL Server is shutting down%'

    OR [Text] Like '%OLE task allocator failed to initialize. Heterogeneous queries, distributed queries, and remote procedure calls are unavailable. Confirm that DCOM is properly installed and configured%'

    OR [Text] Like '%The OLE DB initialization service failed to load. Reinstall Microsoft Data Access Components. If the problem persists, contact product support for the OLEDB provider%'

    OR [Text] Like '%nknown error occurred in the trace%'

    OR [Text] Like '%The active trace must be stopped before modification%'

    OR [Text] Like '%The trace event ID is not val%'

    OR [Text] Like '%The trace column ID is not val%'

    OR [Text] Like '%Filters with the same event column ID must be grouped together%'

    OR [Text] Like '%The comparison operator in the filter is not val%'

    OR [Text] Like '%The boolean operator in the filter is not val%'

    OR [Text] Like '%The trace status is not val%'

    OR [Text] Like '%Could not find the requested trace%'

    OR [Text] Like '%The trace option is not val%'

    OR [Text] Like '%Cannot remove SPID trace column%'

    OR [Text] Like '%Could not create a trace file%'

    OR [Text] Like '%Not enough memory was available for trace%'

    OR [Text] Like '%The requested trace stop time has been already passed%'

    OR [Text] Like '%The parameter is not val%'

    OR [Text] Like '%Cannot modify a restricted trace%'

    OR [Text] Like '%Cannot create a new trace because the trace file path is found in the existing traces%'

    OR [Text] Like '%The trace file path is not valid or not supported%'

    OR [Text] Like '%The trace file name is not valid because it contains a rollover file number%'

    OR [Text] Like '%The default trace cannot be stopped or modified. Use SP_CONFIGURE to turn it off%'

    OR [Text] Like '%topping the trace because the current trace file is full and the rollover option is not specified%'

    OR [Text] Like '%Fail to delete an old trace file%'

    OR [Text] Like '%Windows error occurred while running%'

    OR [Text] Like '%An error occurred starting the default trace%'

    OR [Text] Like '%was stopped because of an error. Cause:%. Restart the trace after correcting the problem%'

    OR [Text] Like '%Initialization succeeded%'

    OR [Text] Like '%Initialization failed with an infrastructure error. Check for previous errors%'

    OR [Text] Like '%Unable to create a node listener object. Check for memory-related errors%'

    OR [Text] Like '%An error occurred while starting shared memory support%'

    OR [Text] Like '%All protocols are disabled%'

    OR [Text] Like '%Unable to create a node listener object for a special instance. Check for memory-related errors%'

    OR [Text] Like '%Unable to trim spaces in an IP address. Check TCP/IP protocol settings%'

    OR [Text] Like '%registry setting is the wrong type%'

    OR [Text] Like '%Unable to configure MDAC-compatibility TCP/IP port in registry%'

    OR [Text] Like '%Unable to initialize the TCP/IP listener%'

    OR [Text] Like '%Unable to retrieve%'

    OR [Text] Like '%Unable to obtain list size for IP addresses configured for listening in registry%'

    OR [Text] Like '%Failed to allocate memory for IP addresses configured for listening. Check for memory-related errors%'

    OR [Text] Like '%Unable to obtain list of IP addresses configured for listening in registry%'

    OR [Text] Like '%Unable to open TCP/IP%'

    OR [Text] Like '%Unable to retrieve%'

    OR [Text] Like '%registry value is the wrong type%'

    OR [Text] Like '%Unable to retrieve registry settings for a specific IP address%'

    OR [Text] Like '%Unable to deallocate structures representing registry key for a specific IP address%'

    OR [Text] Like '%Unable to retrieve registry settings for cluster environment%'

    OR [Text] Like '%erver is configured to listen on a specific IP address in a cluster environment%'

    OR [Text] Like '%Unable to check for a duplicate IP address in the network%'

    OR [Text] Like '%A duplicate IP address was detected in the network%'

    OR [Text] Like '%Unable to open SQL Server Network Interface library configuration key in registry for Dedicated Administrator Connection settings%'

    OR [Text] Like '%Unable to open Dedicated Administrator Connection configuration key in registry%'

    OR [Text] Like '%Unable to open TCP/IP configuration key for Dedicated Administrator Connection in registry%'

    OR [Text] Like '%Unable to retrieve dynamic TCP/IP ports registry settings for Dedicated Administrator Connection%'

    OR [Text] Like '%No or more than one dynamic TCP/IP port is configured for Dedicated Administrator Connection in registry settings%'

    OR [Text] Like '%Error starting Named Pipes support. Check protocol settings%'

    OR [Text] Like '%An error occurred starting VIA support. Check protocol settings%'

    OR [Text] Like '%Failed to allocate memory SSL listening structures. Check for memory-related errors%'

    OR [Text] Like '%An error occurred while obtaining or using the certificate for SSL. Check settings in Configuration Manager%'

    OR [Text] Like '%Unable to add listener endpoints. Check for memory-related errors%'

    OR [Text] Like '%Unable to initialize the communication listeners%'

    OR [Text] Like '%Unable to retrieve SQL Server Network Interface library settings for a special instance%'

    OR [Text] Like '%Unable to retrieve SQL Server Network Interface library settings; the instance name is too long%'

    OR [Text] Like '%Unable to initialize the Shared Memory listener%'

    OR [Text] Like '%Unable to initialize the Named Pipes listener%'

    OR [Text] Like '%Unable to configure MDAC-compatibility Named Pipes protocol pipe name in registry%'

    OR [Text] Like '%Unable to initialize the VIA listener%'

    OR [Text] Like '%Unable to initialize the HTTP listener%'

    OR [Text] Like '%Unable to initialize SSL support%'

    OR [Text] Like '%Unable to configure MDAC-compatibility protocol list in registry%'

    OR [Text] Like '%Unable to open SQL Server Network Interface library configuration key in registry%'

    OR [Text] Like '%There is no nickname for article% in publication%'

    OR [Text] Like '%The filter% already exists for article% in publication%'

    OR [Text] Like '%Could not generate nickname for%'

    OR [Text] Like '%Publication% has the following property:%. SQL Server subscribers below version% will ignore this setting%'

    OR [Text] Like '%: Cannot convert parameter%: Resulting colv would have too many entries%'

    OR [Text] Like '%Cannot make the change because the article might be in a publication that has anonymous or client subscriptions. Set @force_reinit_subscription to 1 to acknowledge that such a subscription will be reinitialized%'

    OR [Text] Like '%The article% could not be added to the publication%'

    OR [Text] Like '%The Snapshot Agent corresponding to the publication% could not be dropped%'

    OR [Text] Like '%Cannot set incompatible publication properties%'

    OR [Text] Like '%The subscription type% is not allowed on publication%'

    OR [Text] Like '%The publication property% cannot be changed when there are subscriptions on it%'

    OR [Text] Like '%Invalid @schema_option value%'

    OR [Text] Like '%Check the security context of xp_cmdshell and close other processes that may be accessing the directory%'

    OR [Text] Like '%Invalid @subscription_type value%'

    OR [Text] Like '%The subscription on the Subscriber does not exist%'

    OR [Text] Like '%The @optional_command_line is too long. Use an agent definition file%'

    OR [Text] Like '%Replication database option% cannot be set unless the database is a publishing database or a distribution database%'

    OR [Text] Like '%The article resolver supplied is either invalid or nonexistent%'

    OR [Text] Like '%The subscription could not be found%'

    OR [Text] Like '%This article has now settings to disable uploads and compensate_for_errors=true. However, local and anonymous subscribers will behave as if compensate_for_errors=false%'

    OR [Text] Like '%Invalid @subscriber_type value%'

    OR [Text] Like '%The alt_snapshot_folder cannot be the same as the working directory%'

    OR [Text] Like '%The publication name must be unique. The specified publication name% has already been used%'

    OR [Text] Like '%The publication% does not exist%'

    OR [Text] Like '%The article% does not exist%'

    OR [Text] Like '%The Distributor has not been installed correctly. Could not enable database for publishing%'

    OR [Text] Like '%The Distributor has not been installed correctly. Could not disable database for publishing%'

    OR [Text] Like '%already exists on another publication with a different column tracking option%'

    OR [Text] Like '%Could not delete the row because it does not exist%'

    OR [Text] Like '%is not defined as a Subscriber for%'

    OR [Text] Like '%Invalid publication type%'

    OR [Text] Like '%Publication% does not support% subscriptions%'

    OR [Text] Like '%The Distributor has not been installed correctly%'

    OR [Text] Like '%already exists in another publication with a different article resolver%'

    OR [Text] Like '%The article filter could not be added to the article% in the publication%'

    OR [Text] Like '%The article filter could not be dropped from the article% in the publication%'

    OR [Text] Like '%Could not drop the article(s) from the publication%'

    OR [Text] Like '%Transaction rolled back. Could not execute trigger. Retry your transaction%'

    OR [Text] Like '%Could not change the article% because the publication has already been activated%'

    OR [Text] Like '%The priority property is invalid for local subscribers%'

    OR [Text] Like '%You must supply an article name%'

    OR [Text] Like '%The article does not exist%'

    OR [Text] Like '%You are not authorized to perform this operation%'

    OR [Text] Like '%To modify the priority of a subscription, run sp_changemergesubscription at the Publisher instead of using sp_changemergepullsubscription at subscriber. This is for backward compatibility only%'

    OR [Text] Like '%The priority value should not be larger than 100.0%'

    OR [Text] Like '%The retention period must be greater than or equal to 0, and it must not extend past December 31, 9999%'

    OR [Text] Like '%The Subscriber is not registered%'

    OR [Text] Like '%The @metatype parameter value must be null, 1, 2, 5, or 6%'

    OR [Text] Like '%An article with a different% value already exists for object%'

    OR [Text] Like '%Current database is not enabled for publishing%'

    OR [Text] Like '%cannot be published for merge replication because it has a timestamp column%'

    OR [Text] Like '%cannot be republished%'

    OR [Text] Like '%The profile name% already exists for the specified agent type%'

    OR [Text] Like '%The @agent_type must be 1 (Snapshot), 2 (Logreader), 3 (Distribution), or 4 (Merge)%'

    OR [Text] Like '%The @profile_type must be 0 (System) or 1 (Custom)%'

    OR [Text] Like '%Compatibility level cannot be smaller than 60%'

    OR [Text] Like '%The compatibility level of this database must be set to 70 or higher to be enabled for merge publishing%'

    OR [Text] Like '%pdating columns with the rowguidcol property is not allowed%'

    OR [Text] Like '%into which you are trying to insert, update, or delete data has been marked as read-only. Only the merge process can perform these operations%'

    OR [Text] Like '%Cannot drop profile. Either it is not defined or it is defined as the default profile%'

    OR [Text] Like '%Cannot drop profile because it is in use%'

    OR [Text] Like '%Profile not defined%'

    OR [Text] Like '%The parameter name% already exists for the specified profile%'

    OR [Text] Like '%The article cannot be created on table% because it has more than% columns%'

    OR [Text] Like '%Cannot validate a merge article that uses looping join filters%'

    OR [Text] Like '%Cannot update subscription row%'

    OR [Text] Like '%Cannot update Subscriber information row%'

    OR [Text] Like '%Articles can be added or changed only at the Publisher%'

    OR [Text] Like '%Only a table object can be published as a "table" article for merge replication%'

    OR [Text] Like '%parameter value must be either%'

    OR [Text] Like '%The @sync_mode parameter value must be%'

    OR [Text] Like '%Problem encountered generating replica nickname%'

    OR [Text] Like '%The @property parameter value must be one of the following%'

    OR [Text] Like '%Invalid @subscription_type parameter value%'

    OR [Text] Like '%Publication property% cannot be NULL%'

    OR [Text] Like '%cannot be subscribed to by Subscriber database%'

    OR [Text] Like '%does not support the nosync type because it contains a table that does not have a rowguidcol column%'

    OR [Text] Like '%You cannot push an anonymous subscription%'

    OR [Text] Like '%Only assign priorities that are greater than or equal to 0 and less than 100%'

    OR [Text] Like '%Could not get license information correctly%'

    OR [Text] Like '%Could not get version information correctly%'

    OR [Text] Like '%p_mergesubscription_cleanup is used to clean up push subscriptions. Use sp_dropmergepullsubscription to clean up pull or anonymous subscriptions%'

    OR [Text] Like '%trying to insert, update, or delete data is currently being upgraded or initialized for merge replication. On the publisher data modifications are disallowed until the upgrade completes and snapshot has successfully run. On s%'

    OR [Text] Like '%Merge replication upgrade is not complete until the snapshot agent is run for the publisher and the merge agent run for all the subscribers%'

    OR [Text] Like '%Cannot drop Subscriber%'

    OR [Text] Like '%The updatable Subscriber stored procedure% does not exist%'

    OR [Text] Like '%Could not insert into sysarticleupdates using sp_articlecolumn%'

    OR [Text] Like '%Valid values are%'

    OR [Text] Like '%Inval% value in%. The publication is not enabled for% updatable subscriptions%'

    OR [Text] Like '%Immediate Updating Subscriptions: The xml values inserted/updated by Subscriber will be replicated as NULL to publisher%'

    OR [Text] Like '%Could not drop synchronous update stored procedure% in%'

    OR [Text] Like '%not found in%'

    OR [Text] Like '%The text, ntext, or image values inserted at the Subscriber will be NULL%'

    OR [Text] Like '%The text, ntext, or image values cannot be updated at the Subscriber%'

    OR [Text] Like '%Cannot update identity columns%'

    OR [Text] Like '%Cannot update timestamp columns%'

    OR [Text] Like '%Rolling back transaction%'

    OR [Text] Like '%does not contain any replication metadata for a row whose ROWGUIDCOL matches the value specified for the @rowguid parameter of sp_showrowreplicainfo. Verify that the value specified for @rowguid parameter is correct%'

    OR [Text] Like '%A rowcount validation request has been submitted to heterogeneous publisher% for article% of publication%Validation results will be posted to distribution history%'

    OR [Text] Like '%Rows do not match between Publisher and Subscriber. Run the Distribution Agent to refresh rows at the Subscriber%'

    OR [Text] Like '%Replicated data is not updatable%'

    OR [Text] Like '%INSERT and DELETE operations are not supported unless published table has a timestamp column%'

    OR [Text] Like '%INSERT operations on tables with identity or timestamp columns are not allowed unless a primary key is defined at the Subscriber%'

    OR [Text] Like '%UPDATE operations on tables with identity or timestamp columns are not allowed unless a primary key is defined at the Subscriber%'

    OR [Text] Like '%p_MSmark_proc_norepl: must be a member of the db_owner or sysadmin roles%'

    OR [Text] Like '%p_MSmark_proc_norepl: invalid object name%'

    OR [Text] Like '%Could not validate the article%. It is not activated%'

    OR [Text] Like '%may be out of synchronization. Rowcounts (actual:%, expected:%). Rowcount method% used (0 = Full, 1 = Fast)%'

    OR [Text] Like '%might be out of synchronization. Rowcounts (actual:%, expected%). Checksum values (actual:%, expected:%)%'

    OR [Text] Like '%passed rowcount% validation. Rowcount method% used (0 = Full, 1 = Fast)%'

    OR [Text] Like '%passed rowcount% and checksum validation. Checksum is not compared for any text or image columns%'

    OR [Text] Like '%etect nonlogged agent shutdown%'

    OR [Text] Like '%Replication agent schedule%'

    OR [Text] Like '%Replication agents checkup%'

    OR [Text] Like '%etects replication agents that are not logging history actively%'

    OR [Text] Like '%Removes replication agent history from the distribution database%'

    OR [Text] Like '%agent failure%'

    OR [Text] Like '%agent retry%'

    OR [Text] Like '%expired subscription dropped%'

    OR [Text] Like '%Removes replicated transactions from the distribution database%'

    OR [Text] Like '%etects and removes expired subscriptions from published databases%'

    OR [Text] Like '%@rowcount_only parameter must be the value 0,1, or 2. 0=7.0 compatible checksum. 1=only check rowcounts. 2=new checksum functionality introduced in version 8.0%'

    OR [Text] Like '%Slow link agent profile%'

    OR [Text] Like '%Agent profile for low bandwidth connections%'

    OR [Text] Like '%Profile used by the Windows Synchronization Manager%'

    OR [Text] Like '%Could not clean up the distribution transaction tables%'

    OR [Text] Like '%Could not clean up the distribution history tables%'

    OR [Text] Like '%The replication agent has not logged a progress message in% minutes. This might indicate an unresponsive agent or high system activity. Verify that records are being replicated to the destination and that connections to the Subscriber, Publisher, and D%'

    OR [Text] Like '%Heartbeats detected for all running replication agents%'

    OR [Text] Like '%Agent shutdown. For more information, see the SQL Server Agent job history for job%'

    OR [Text] Like '%passed full rowcount validation after failing the fast check. DBCC UPDATEUSAGE will be initiated automatically%'

    OR [Text] Like '%Conditional Fast Rowcount method requested without specifying an expected count. Fast method will be used%'

    OR [Text] Like '%An expected checksum value was passed, but checksums will not be compared because rowcount-only checking was requested%'

    OR [Text] Like '%Generated expected rowcount value of%'

    OR [Text] Like '%Subscriber has failed data validation%'

    OR [Text] Like '%Subscriber has passed data validation%'

    OR [Text] Like '%Agent history clean up%'

    OR [Text] Like '%istribution clean up%'

    OR [Text] Like '%Expired subscription clean up%'

    OR [Text] Like '%Reinitialize subscriptions having data validation failures%'

    OR [Text] Like '%Reinitializes all subscriptions that have data validation failures%'

    OR [Text] Like '%has been reinitialized after a validation failure%'

    OR [Text] Like '%Subscription reinitialized after validation failure%'

    OR [Text] Like '%subscription to article% in publication% failed data validation%'

    OR [Text] Like '%subscription to article% in publication% has been reinitialized after a synchronization failure%'

    OR [Text] Like '%No entries were found in msdb..sysreplicationalerts%'

    OR [Text] Like '%agent custom shutdown%'

    OR [Text] Like '%Generated expected rowcount value of% and expected checksum value of% for%'

    OR [Text] Like '%Heartbeats not detected for some replication agents%'

    OR [Text] Like '%Cannot drop server% because it is used as a Distributor in replication%'

    OR [Text] Like '%Cannot drop server% because it is used as a Publisher in replication%'

    OR [Text] Like '%Cannot drop server% because it is used as a Subscriber in replication%'

    OR [Text] Like '%Cannot drop server% because it is used as a Subscriber to remote Publisher% in replication%'

    OR [Text] Like '%Validation Failure%'

    OR [Text] Like '%Inval% value for stored procedure%'

    OR [Text] Like '%The subscription is not initialized. Run the Distribution Agent first%'

    OR [Text] Like '%Agent profile for replicated queued transaction reader%'

    OR [Text] Like '%The article property % cannot include bit 64%'

    OR [Text] Like '%values because the publication allows data transformations%'

    OR [Text] Like '%values because the publication does not allow data transformations%'

    OR [Text] Like '%Cannot modify%'

    OR [Text] Like '%A push subscription to the publication exists%'

    OR [Text] Like '%kipping error signaled%'

    OR [Text] Like '%or members of db_owner can drop the anonymous agent%'

    OR [Text] Like '%ropped% anonymous subscription(s)%'

    OR [Text] Like '%The row was not found at the Subscriber when applying the replicated command%'

    OR [Text] Like '%Continue on data consistency errors%'

    OR [Text] Like '%Agent profile for skipping data consistency errors. It can be used only by SQL Server Subscribers%'

    OR [Text] Like '%Invalid value specified for agent parameter%'

    OR [Text] Like '%The value specified for agent parameter%'

    OR [Text] Like '%The agent profile cannot be used by heterogeneous Subscribers%'

    OR [Text] Like '%You do not have permissions to run agents for push subscriptions%'

    OR [Text] Like '%Invalidated the existing snapshot of the publication. Run the Snapshot Agent again to generate a new snapshot%'

    OR [Text] Like '%Reinitialized subscription(s)%'

    OR [Text] Like '%Cannot make the change because a snapshot is already generated. Set @force_invalidate_snapshot to 1 to force the change and invalidate the existing snapshot%'

    OR [Text] Like '%Cannot make the change because there are active subscriptions. Set @force_reinit_subscription to 1 to force the change and reinitialize the active subscriptions%'

    OR [Text] Like '%Cannot attach subscription file%. Make sure that it is a valid subscription copy file%'

    OR [Text] Like '%Cannot run% when the Log Reader Agent is replicating the database%'

    OR [Text] Like '%Cannot add the article. Publications that allow transformable subscriptions with Data Transformation Services (DTS) can only include tables and indexed views that are published as tables%'

    OR [Text] Like '%Checksum validation is not supported because the publication allows DTS. Use row count only validation%'

    OR [Text] Like '%Validation is not supported for articles that are set up for DTS horizontal partitions%'

    OR [Text] Like '%Validation is not supported for heterogeneous Subscribers%'

    OR [Text] Like '%Unable to add a heterogeneous subscription to the publication. The publication is not enabled for heterogeneous subscriptions%'

    OR [Text] Like '%High Volume Server-to-Server Profile%'

    OR [Text] Like '%Merge agent profile optimized for the high volume server-to-server synchronization scenario%'

    OR [Text] Like '%You must have CREATE DATABASE permission to attach a subscription database%'

    OR [Text] Like '%is not a valid user in database%. Add the user account or%'

    OR [Text] Like '%The security mode specified requires the server% to be registered as a linked server. Use sp_addlinkedserver to add the server%'

    OR [Text] Like '%Cannot copy a subscription database to an existing database%'

    OR [Text] Like '%cannot be set on the publishing database because the database is in Simple Recovery mode%'

    OR [Text] Like '%You cannot validate%'

    OR [Text] Like '%The value specified for the @login parameter is not valid. User% is not a user in database%. Add the user account to the database before attempting to execute the stored procedures sp_grant_publication_access or sp_revoke_publication_access%'

    OR [Text] Like '%Cannot create the merge replication publication access list (PAL) database role for publication%. This role is used by replication to control access to the publication. Verify that you have sufficient permissions to create roles in the publication dat%'

    OR [Text] Like '%Filter% already exists in publication%. Specify a unique name for the @filtername parameter of sp_addmergefilter%'

    OR [Text] Like '%Partition id has to be greater than or equal to 0%'

    OR [Text] Like '%Failed to generate dynamic snapshot%'

    OR [Text] Like '%Failed to get partition id information%'

    OR [Text] Like '%Cannot create partitioned snapshot job. A job already exists for publication% that uses the values you specified for the @suser_sname and/or @host_name parameters of sp_adddynamicsnapshot_job. If the job that already exists is not working correctly,%'

    OR [Text] Like '%Cannot find a location in which to generate a partitioned snapshot. Verify that the there is a valid snapshot folder specified for the publication. This can be the default folder associated with the Distributor or an alternate folder associated with the p%'

    OR [Text] Like '%Failed to create a dynamic snapshot job to generate the dynamic snapshot%'

    OR [Text] Like '%Cannot start the partitioned snapshot job. Verify that SQL Server Agent is running on the Distributor%'

    OR [Text] Like '%The root publication information could not be found on the republisher%'

    OR [Text] Like '%Cannot add a pull subscription agent for a push subscription%'

    OR [Text] Like '%Cannot generate merge replication stored procedures for article%. Stored procedures are generated on the Publisher when the Snapshot Agent runs or when a data definition language action is performed; they are generated on the Subscriber when the snaps%'

    OR [Text] Like '%The article order specified in the @processing_order parameter of sp_addmergearticle does not reflect the primary key-foreign key relationships between published tables. Article% references one or more articles that will be created after it is created%'

    OR [Text] Like '%Merge table articles do not support different values for the @source_object and @destination_object parameters of sp_addmergearticle. Either do not specify a value for @destination_object, or specify the same value for both parameters%'

    OR [Text] Like '%Cannot enable the publication to support non-SQL Server subscriptions because the publication is enabled for updatable subscriptions. To support non-SQL Server subscriptions, drop the existing publication and create a new one with the properties allow_syn%'

    OR [Text] Like '%Cannot change enabled for heterogeneous subscriptions property while there are subscriptions to the publication%'

    OR [Text] Like '%Failed to check if the subset_filterclause has a dynamic function in it%'

    OR [Text] Like '%with one or more dynamic functions in the subset_filterclause% to publication% because the publication could have active subscriptions. Set @force_reinit_subscription to 1 to add the article and reinitialize all active subs%'

    OR [Text] Like '%Cannot change the value of validate_subscriber_info for publication% because the publication has active subscriptions. Set @force_reinit_subscription to 1 to change the value and reinitialize all active subscriptions%'

    OR [Text] Like '%Invalid value% specified for the parameter @identityrangemangementoption. Valid values are "auto", "manual", or "none"%'

    OR [Text] Like '%cannot be modified for publications that are enabled for non-SQL Server subscriptions%'

    OR [Text] Like '%Peer-to-peer publications do not support%. Change the value for parameter%'

    OR [Text] Like '%Cannot modify property%. The publication is used in a peer-to-peer topology, which does not allow this property to be modified after the publication is created%'

    OR [Text] Like '%An article already exists for table% with a different value for the @delete_tracking property. The value must be the same for all publications in which the table is published. Use the stored procedures sp_helpmergearticle and sp_changemergearticle to%'

    OR [Text] Like '%Publications enabled for heterogeneous subscriptions do not support%. Please change the% parameter value%'

    OR [Text] Like '%Cannot enable data definition language (DDL) replication (a value of "true" for the @replicate_ddl parameter) for publication%. This is because the compatibility level of the publication is lower than 90RTM. For new publications, in the stored procedu%'

    OR [Text] Like '%Publication%. Therefore the compatibility level of the publication cannot be set to lower than%. To set the compatibility level lower, disable the feature and then call the stored procedure sp_changemergepublication to lower the compatibility l%'

    OR [Text] Like '%Required metadata for publication% could not be found in the sysmergeschemachange system table. Run the Snapshot Agent again%'

    OR [Text] Like '%Cannot have a dynamic snapshot job with both dynamic_filter_login and dynamic_filter_hostname being NULL%'

    OR [Text] Like '%ynamic snapshots are only valid for merge publications%'

    OR [Text] Like '%The partitioned snapshot process cannot complete. Cannot retrieve the maximum timestamp information from the MSsnapshot_history table in the distribution database. Ensure that a standard snapshot is up-to-date and available%'

    OR [Text] Like '%The @subset_filterclause parameter cannot reference a computed column%'

    OR [Text] Like '%The value for the @pub_identity_range parameter must be a multiple of the increment for the identity column. The increment for table% and identity column% is%'

    OR [Text] Like '%The value for the @identity_range parameter must be a multiple of the increment for the identity column. The increment for table% and identity column% is%'

    OR [Text] Like '%The value of IDENT_CURRENT % is greater than the value in the max_used column of the MSmerge_identity_range system table%'

    OR [Text] Like '%not large enough to allocate the specified @pub_identity_range%'

    OR [Text] Like '%not large enough to allocate the specified @identity_range%'

    OR [Text] Like '%The republisher does not have a range of identity values from the root Publisher% that it can assign to its Subscribers. Ensure that the republisher has a server subscription to the publication at the root Publisher, and then run the Merge Agent to sy%'

    OR [Text] Like '%The identity range allocation entry for the Publisher could not be found in the system table MSmerge_identity_range. Ensure that the value for the @identityrangemanagementoption property is "auto"%'

    OR [Text] Like '%The Publisher cannot be assigned a new range of identity values%'

    OR [Text] Like '%The republisher does not have a range of identity values from the root Publisher that it can assign to its Subscribers. Run the Merge Agent to synchronize with the root Publisher%'

    OR [Text] Like '%Cannot refresh the identity range and/or the check constraint on the Publisher. Ensure the following: that the value in the identity column has not reached the maximum for the data type in the identity column; and that the user who made the last insert ha%'

    OR [Text] Like '%Cannot allocate an identity range for article%. The article is not enabled for automatic identity range management%'

    OR [Text] Like '%Not enough range available to allocate a new range for a subscriber%'

    OR [Text] Like '%Object referenced by the given @article or @art% could not be found%'

    OR [Text] Like '%Cannot add, drop, or alter the identity range check constraint for table%. This constraint is used by replication for automatic identity range management. This error typically occurs if the user who made the last insert in the table does not have permis%'

    OR [Text] Like '%Cannot find the identity range allocation entry for the Subscriber in the MSmerge_identity_range table. Reinitialize the subscription%'

    OR [Text] Like '%A value for the parameter @host_name was specified, but no articles in the publication use HOST_NAME() for parameterized filtering%'

    OR [Text] Like '%A value for the parameter @host_name was specified, but no articles in the publication use SUSER_SNAME() for parameterized filtering%'

    OR [Text] Like '%The publication does not use dynamic filtering%'

    OR [Text] Like '%The identity range values cannot be NULL%'

    OR [Text] Like '%Cannot refresh the Publisher identity range for article%. Execute the stored procedure sp_adjustpublisheridentityrange to refresh the identity range%'

    OR [Text] Like '%Cannot add article% with automatic identity range management. The article is already published in a transactional publication with automatic identity range management%'

    OR [Text] Like '%Could not find the regular snapshot job for the specified publication%'

    OR [Text] Like '%Cannot execute the stored procedure sp_adjustpublisheridentityrange on the current database because the database is a republisher or a Subscriber. To adjust the identity range at a republisher or a Subscriber, synchronize with the root Publisher%'

    OR [Text] Like '%Failed to get metadata for a batch of rows%'

    OR [Text] Like '%Cannot specify a value of 1, 2, or 3 for the parameter @partition_options because publication% has a compatibility level lower than 90RTM. Use the stored procedure sp_changemergepublication to set publication_compatibility_level to 90RTM%'

    OR [Text] Like '%Failed deletion of rows in batched delete attempt on table%'

    OR [Text] Like '%Failed batched deletion on download only article%'

    OR [Text] Like '%eleted more rows than expected in the batched delete attempt on table%. Stop and restart the Merge Agent%'

    OR [Text] Like '%Cannot drop the filter% . The filter specified for the @filtername parameter cannot be found%'

    OR [Text] Like '%Parameter% cannot be NULL or empty when this procedure is run from a% database%'

    OR [Text] Like '%Parameter% must be NULL when this procedure is not being run from a% database%'

    OR [Text] Like '%The tracer token % could not be found for Publisher%, database%, publication%. Use the stored procedure sp_helptracertokens to retrieve a list of valid tracer token IDs%'

    OR [Text] Like '%The check for a Publisher needing a new identity range allocation failed on table%. This check occurs every time the Merge Agent and Snapshot Agent run. Rerun the Merge Agent or Snapshot Agent%'

    OR [Text] Like '%Cannot set up the Publisher identity range for table%. Verify that appropriate ranges were specified when the article was created, and then rerun the Snapshot Agent%'

    OR [Text] Like '%Merge replication upgrade of SQL Server 2005 metadata and triggers on the subscriber failed%'

    OR [Text] Like '%One or more rows to be inserted in the batch insert procedure for table% were present in MSmerge_tombstone; merge replication cannot use batch insert. This typically occurs when rows move from one partition to another. No action is required, but if this%'

    OR [Text] Like '%One or more rows to be inserted in the batch insert procedure for table% were present in MSmerge_contents; merge replication cannot use batch insert. This typically occurs when rows move from one partition to another. No action is required, but if this%'

    OR [Text] Like '%One or more rows to be updated for table% contain changes in the column%, which is used in one or more filters; merge replication cannot use batch processing for these changes. No action is required, but if this condition occurs frequently, verify tha%'

    OR [Text] Like '%rows were updated in the batched update procedure for table%; other rows could not be updated because they have been deleted. No action is required, but if this condition occurs frequently, determine if update-delete conflicts can be%'

    OR [Text] Like '%The object% is marked as shipped by Microsoft (ms_shipped). It cannot be added as an article for merge replication%'

    OR [Text] Like '%Cannot drop article% from publication%. In this publication, this is the only article that uses a parameterized filter. Dropping this article changes the publication to a static publication, which requires reinitialization of all Subscribers. To drop%'

    OR [Text] Like '%A value for the parameter @host_name was not specified while publication uses HOST_NAME() for dynamic filtering%'

    OR [Text] Like '%A value for the parameter @suser_sname was not specified while publication uses SUSER_SNAME() for dynamic filtering%'

    OR [Text] Like '%The dynamic snapshot job schedule could not be changed on the distributor%'

    OR [Text] Like '%The dynamic snapshot job schedule could not be changed due to one or more errors%'

    OR [Text] Like '%One or more rows inserted in % were out of partition while the table was published%'

    OR [Text] Like '%The datatype of the identity column of table% is tinyint. tinyint does not have enough numbers available for merge auto identity range. Change the identity column to have a larger datatype and add the merge article with merge auto identity range manag%'

    OR [Text] Like '%Cannot set @conflict_logging to%'

    OR [Text] Like '%The max or min allowed identity numbers for the identity column could not be found for the given article%'

    OR [Text] Like '%Failed to publish the article with identityrangemanagementoption set to%'

    OR [Text] Like '%An article is not allowed to be part of a logical record when it has a custom business logic resolver%'

    OR [Text] Like '%The merge process could not clean up the conflict table% for publication%'

    OR [Text] Like '%Incorrect identity range allocation was detected when logging identity range allocation information on the distributor for publisher%, publisher_db%, publication% and article%'

    OR [Text] Like '%The dynamic filters property for publication% has been incorrectly set. Use sp_changemergepublication to reset the value to true if the publication uses parameterized filters and false if it does not%'

    OR [Text] Like '%Unable to acquire the replication merge administrative application lock for database%. This could be due an active snapshot running while the schema change (DDL) or the administrative proc change was attempted%'

    OR [Text] Like '%Replication merge admin stored procedure% failed for publication%. This could be due an active snapshot running while the admin proc was called%'

    OR [Text] Like '%Failed to prepare article% in publication% for merge replication%'

    OR [Text] Like '%Failed to create merge replication triggers for object%'

    OR [Text] Like '%Failed to create publication views for merge replication publication%'

    OR [Text] Like '%p_addmergelogsettings failed to add log settings. If log settings already exist for this subscription then use sp_changemergelogsettings to change the settings or sp_dropmergelogsettings to remove the settings%'

    OR [Text] Like '%Log settings do not exist for subscriber server%, subscriber db%, webserver%. Use sp_addmergelogsettings to add the settings%'

    OR [Text] Like '%p_changemergelogsettings failed to update log settings. Check the parameter values%'

    OR [Text] Like '%Log settings do not exist for subscriber server%, subscriber db%, webserver%'

    OR [Text] Like '%p_dropmergelogsettings failed to remove log settings%'

    OR [Text] Like '%failed. The value for parameter% is not val%'

    OR [Text] Like '%Computed column% can only be added to publication after its depending object% is added%'

    OR [Text] Like '%Could not find a valid command line for the dynamic snapshot job with job_% for publication%'

    OR [Text] Like '%Unable to update the dynamic snapshot location for the dynamic snapshot job with job_% in publication%'

    OR [Text] Like '%Failed to change the dynamic snapshot location in one or more dynamic snapshot jobs for the given publication%'

    OR [Text] Like '%An invalid value was specified for parameter @subscription_type%'

    OR [Text] Like '%Failed to restore the max allocated identity value for article% in publication%'

    OR [Text] Like '%The max identity value allocation for article% in publication% could not be found on the distributor%'

    OR [Text] Like '%requires the publication to be at publication_compatibility_level of % or higher%'

    OR [Text] Like '%This edition of SQL Server does not support publications. Dropping existing publications%'

    OR [Text] Like '%property are not compatible with the %'

    OR [Text] Like '%One or more rows updated in % were out of partition%'

    OR [Text] Like '%Cannot add article% to publication%. The publication already contains 256 articles, which is the maximum%'

    OR [Text] Like '%Warning: Values of some of the flags specified in the %'

    OR [Text] Like '%Warning: To allow replication of FILESTREAM data to perform optimally and reduce memory utilization%'

    OR [Text] Like '%Cannot add article% with sparse column or column set to merge publication since merge replication does not support sparse columns and column set%'

    OR [Text] Like '%The DDL operation is not supported for article%. If the column in the DDL operation is enabled for FILESTREAM or is of type hierarchyid, geometry, geography, datetime2, date, time, or datetimeoffset, the publication compatibility level must be at leas%'

    OR [Text] Like '%Cannot reinitialize the article%%'

    OR [Text] Like '%Cannot reinitialize the subscription. The publication is enabled for peer-to-peer transactional replication, which does not allow subscriptions to be reinitialized with a snapshot. Drop and re-create the subscription instead%'

    OR [Text] Like '%Cannot publish objects from the replication administrative user schema %. This schema owns all replication procedures and metadata tables, but it cannot own published objects. Use a different schema for objects that will be published%'

    OR [Text] Like '%Peer-To-Peer topologies require identical articles in publications at all nodes prior to synchronizing. Articles in publication % do not match articles in%'

    OR [Text] Like '%Articles can only be included in a single peer-to-peer publication.% is already included in the peer-to-peer publication%'

    OR [Text] Like '%Peer-to-peer topologies require identical publication names on each Publisher. You are attempting to republish object % that is already being published in the peer-to-peer publication%'

    OR [Text] Like '%An error occurred while executing a peer-to-peer forwarding command. Contact Customer Support Services%'

    OR [Text] Like '%No peers were found for%. If you encounter this error when executing the stored procedure sp_requestpeerresponse, verify that subscriptions have been created before attempting to call the procedure again. If you encounter this error in other circu%'

    OR [Text] Like '%The peer-to-peer publication% does not exist. Execute sp_helppublication to view a list of publication names%'

    OR [Text] Like '%Peer-To-Peer topologies require identical publication names on each publisher. The distribution agent for publication%is attempting to synchronize articles that exist in publication%'

    OR [Text] Like '%The specified source object must be a user-defined aggregate object if it is published as an%'

    OR [Text] Like '%Replication monitoring refresher for%'

    OR [Text] Like '%The specified source object must be a synonym if it is published as a%'

    OR [Text] Like '%Only members of the sysadmin fixed server role can modify a% that does not have a job with a proxy account defined%'

    OR [Text] Like '%istribution Profile for OLEDB streaming%'

    OR [Text] Like '%istribution agent profile enabled for the processing LOB data using OLEDB streaming%'

    OR [Text] Like '%Peer-To-Peer publishers are only supported on Enterprise class editions of SQL Server. This instance is%'

    OR [Text] Like '%An error occurred during the execution of%. A call to% failed with error code:%, return code%'

    OR [Text] Like '%Cannot subscribe to an inactive publication%'

    OR [Text] Like '%Cannot add a Distribution Agent at the Subscriber for a push subscription%'

    OR [Text] Like '%The Distribution Agent for this subscription already exists%'

    OR [Text] Like '%Changing publication names is no longer supported%'

    OR [Text] Like '%Cannot publish the database object% because it is encrypted%'

    OR [Text] Like '%For backward compatibility, sp_addpublisher can be used to add a Publisher for this Distributor. However, sp_adddistpublisher is more flexible%'

    OR [Text] Like '%Cannot use sp_addpublisher to add a Publisher. Use sp_adddistpublisher%'

    OR [Text] Like '%Cannot add the remote Distributor. Make sure that the local server is configured as a Publisher at the Distributor%'

    OR [Text] Like '%Cannot uninstall the Distributor because there are Subscribers defined%'

    OR [Text] Like '%The specified filter procedure is already associated with a table%'

    OR [Text] Like '%Removed% replicated transactions consisting of% statements in% seconds (% rows/sec)%'

    OR [Text] Like '%eactivated subscriptions%'

    OR [Text] Like '%Cannot change the % property of the publication to "false"%'

    OR [Text] Like '%The @optname parameter value must be%'

    OR [Text] Like '%The replication option% has been set to TRUE already%'

    OR [Text] Like '%The replication option% has been set to FALSE already%'

    OR [Text] Like '%Cannot perform SQL Server 7.0 compatible checksum operation on a merge article that has a vertical or horizontal partition. Rowcount validation and SQL Server 2000 compatible binary checksum operation can be performed on this article%'

    OR [Text] Like '%There are too many consecutive snapshot transactions in the distribution database. Run the Log Reader Agent again or clean up the distribution database%'

    OR [Text] Like '%istribution agent for subscription added%'

    OR [Text] Like '%no comment specified%'

    OR [Text] Like '%rop the Distributor before you uninstall replication%'

    OR [Text] Like '%property of a publication to true then must also set%'

    OR [Text] Like '%is no longer supported%'

    OR [Text] Like '%The stored procedure% is already published as an incompatible type%'

    OR [Text] Like '%The string being encrypted cannot have null characters%'

    OR [Text] Like '%Cannot have an anonymous subscription on a publication that does not have an independent agent%'

    OR [Text] Like '%replication stored procedures are not installed. You must reinstall SQL Server with Replication%'

    OR [Text] Like '%Replication components are not installed on this server. Run SQL Server Setup again and select the option to install replication%'

    OR [Text] Like '%Cannot drop a push subscription%'

    OR [Text] Like '%Names of SQL Server replication agents cannot be changed%'

    OR [Text] Like '%is not supported for stored procedure articles%'

    OR [Text] Like '%Could not subscribe because non-SQL Server Subscriber%'

    OR [Text] Like '%Cannot drop server% as Distribution Publisher because there are databases enabled for replication on that server%'

    OR [Text] Like '%Rows inserted or updated at the Subscriber cannot be outside the article partition%'

    OR [Text] Like '%agent for the subscription or subscriptions is running, or the server is working on a previous request by the same agent%'

    OR [Text] Like '%Invalid working directory%'

    OR [Text] Like '%Windows Authentication is not supported by the server%'

    OR [Text] Like '%The article% contains the destination owner%. Non-SQL Server Subscribers require articles to have the destination owner of NULL%'

    OR [Text] Like '%Publication% does not exist%'

    OR [Text] Like '%A remote distribution Publisher is not allowed on this server version%'

    OR [Text] Like '%has no usage and is not supported for a Distributor running on Windows NT 4.0%'

    OR [Text] Like '%The Distributor is not installed%'

    OR [Text] Like '%Cannot ignore the remote Distributor (@ignore_remote_distributor cannot be 1) when enabling the database for publishing or merge publishing%'

    OR [Text] Like '%Cannot uninstall the Distributor because there are databases enabled for publishing or merge publishing%'

    OR [Text] Like '%Cannot change distribution Publisher property%'

    OR [Text] Like '%Cannot drop the local distribution Publisher because there are Subscribers defined%'

    OR [Text] Like '%Cannot add login% to the publication access list because it does not have access to the distribution server%'

    OR [Text] Like '%does not have access permission on publication% because it is not in the publication access list%'

    OR [Text] Like '%Only members of the sysadmin fixed server role or db_owner fixed database role can perform this operation. Contact an administrator with sufficient permissions to perform this operation%'

    OR [Text] Like '%Could not subscribe because non-SQL Server Subscriber% does not support custom stored procedures%'

    OR [Text] Like '%Cannot write to the message queue for the queued updating subscription. Ensure that Microsoft Distributed Transaction Coordinator is running, and that the subscription is active and initialized. If the subscription uses Microsoft Message Queueing, ensure%'

    OR [Text] Like '%Input property parameter is not valid. See SQL Server Books Online for a list of valid parameters for sp_changemergepublication%'

    OR [Text] Like '%The trigger at the Subscriber could not execute commands at the Publisher over the linked server connection (triggers are used for Subscribers with updating subscriptions). Ensure sp_link_publication has been used to configure the linked server properly,%'

    OR [Text] Like '%Invalid value for parameter% specified for%'

    OR [Text] Like '%The subscription to publication% has expired or does not exist%'

    OR [Text] Like '%Anonymous Subscribers cannot have updatable subscriptions%'

    OR [Text] Like '%An updatable subscription to publication% on Subscriber% already exists%'

    OR [Text] Like '%Cannot reinitialize subscriptions of non-immediate_sync publications%'

    OR [Text] Like '%Could not subscribe because non-SQL Server Subscriber% does not support parameterized statements%'

    OR [Text] Like '%Invalid article status% specified when adding article%'

    OR [Text] Like '%The row size of table% exceeds the replication limit of 6,000 bytes%'

    OR [Text] Like '%Table% cannot participate in updatable subscriptions because it is published for merge replication%'

    OR [Text] Like '%The subscription is uninitialized or unavailable for immediate updating as it is marked for reinitialization. If using queued failover option, run Queue Reader Agent for subscription initialization. Try again after the (re)initialization completes%'

    OR [Text] Like '%This subscription does not support automatic reinitialization%'

    OR [Text] Like '%Cannot reinitialize article%'

    OR [Text] Like '%The subscription has not been synchronized within the maximum retention period or it has been dropped at the Publisher. You must reinitialize the subscription to receive data%'

    OR [Text] Like '%The publication specified does not exist%'

    OR [Text] Like '%The subscription(s) have been marked inactive and must be reinitialized. NoSync subscriptions will need to be dropped and recreated%'

    OR [Text] Like '%The initial snapshot for publication% is not yet available%'

    OR [Text] Like '%The initial snapshot for article% is not yet available%'

    OR [Text] Like '%eactivated initial snapshot for anonymous publication(s). New subscriptions must wait for the next scheduled snapshot%'

    OR [Text] Like '%does not exist in the Subscriber database%'

    OR [Text] Like '%The RPC security information for the Publisher is missing or invalid. Use sp_link_publication to specify it%'

    OR [Text] Like '%column must be in the vertical partition of the article that is enabled for updatable subscriptions; it cannot be dropped%'

    OR [Text] Like '%must exist on updatable Subscribers%'

    OR [Text] Like '%has to be false for subscription databases at Subscribers that allow updatable subscriptions%'

    OR [Text] Like '%atabase compatibility level at immediate updating Subscribers cannot be less than 70%'

    OR [Text] Like '%does not allow anonymous subscriptions%'

    OR [Text] Like '%The retention period must be less than the retention period for the distribution database%'

    OR [Text] Like '%The retention period for the distribution database must be greater than the retention period of any existing non-merge publications%'

    OR [Text] Like '%Client subscriptions and anonymous subscriptions cannot republish data. To republish data from this database, the subscription to the root Publisher must be a server subscription with a priority greater than 0. Drop the current subscription and create a s%'

    OR [Text] Like '%The initial snapshot for the publication is not yet available%'

    OR [Text] Like '%Only members of the sysadmin fixed server role can perform this operation%'

    OR [Text] Like '%Cannot upgrade merge replication metadata. Attempt the upgrade again by running the Merge Agent for the Subscriber or by running the Snapshot Agent for the Publisher%'

    OR [Text] Like '%Global subscribers with priority 0 are not allowed to create merge publications%'

    OR [Text] Like '%The custom command name% specified for parameter% will be ignored. A system generated name will be used instead. The publication allows% and command names need not be specified%'

    OR [Text] Like '%This edition of SQL Server cannot act as a Publisher or Distributor for replication%'

    OR [Text] Like '%This edition of SQL Server does not support publications%'

    OR [Text] Like '%is not a table or view%'

    OR [Text] Like '%This edition of SQL Server does not support transactional publications%'

    OR [Text] Like '%The parameters @xact_seqno_start and @xact_seqno_end must be identical if @command_id is specified%'

    OR [Text] Like '%@xact_seqno_start and @publisher_database_id must be specified if @command_id is specified%'

    OR [Text] Like '%is not a valid parameter%'

    OR [Text] Like '%Only members of the sysadmin fixed server role or db_owner fixed database role, or the owner of the subscription can drop subscription% to publication%'

    OR [Text] Like '%Only members of the sysadmin fixed server role and% can drop the pull subscription to the publication%'

    OR [Text] Like '%Cannot drop the distribution database% because it is currently in use%'

    OR [Text] Like '%The agent profile% could not be found at the Distributor%'

    OR [Text] Like '%Cannot find the table name or the table owner corresponding to the alternative table ID(nickname)% in sysmergearticles%'

    OR [Text] Like '%A table used in merge replication must have at least one non-computed column%'

    OR [Text] Like '%Pull subscriptions cannot be created in the same database as the publication%'

    OR [Text] Like '%Only global merge subscriptions can be added to database%'

    OR [Text] Like '%Terminating immediate updating or queued updating INSERT trigger because it is not the first trigger to fire. Use sp_settriggerorder procedure to set the firing order for trigger% to first%'

    OR [Text] Like '%Terminating immediate updating or queued updating UPDATE trigger because it is not the first trigger to fire. Use sp_settriggerorder procedure to set the firing order for trigger% to first%'

    OR [Text] Like '%Terminating immediate updating or queued updating DELETE trigger because it is not the first trigger to fire. Use sp_settriggerorder procedure to set the firing order for trigger% to first%'

    OR [Text] Like '%There are existing subscriptions to heterogeneous publication%. To add new articles, first drop the existing subscriptions to the publication%'

    OR [Text] Like '%Cannot create transactional subscription to merge publication%. The publication type should be either transactional(0) or snapshot(1) for this operation%'

    OR [Text] Like '%Publication% is not enabled to use an independent agent%'

    OR [Text] Like '%The specified job ID must identify a Distribution Agent or a Merge Agent job%'

    OR [Text] Like '%etected inconsistencies in the replication agent table. The specified job ID does not correspond to an entry in%'

    OR [Text] Like '%etected inconsistencies in the replication agent table. The specified job ID corresponds to multiple entries in%'

    OR [Text] Like '%This procedure supports only remote execution of push subscription agents%'

    OR [Text] Like '%property cannot be the same as the Distributor name%'

    OR [Text] Like '%Could not determine the Subscriber name for distributed agent execution%'

    OR [Text] Like '%Agent execution cannot be distributed to a Subscriber that resides on the same server as the Distributor%'

    OR [Text] Like '%The @change_active flag may not be specified for articles with manual filters or views%'

    OR [Text] Like '%The SQL Server% could not obtain Windows group membership information for login%. Verify that the Windows account has access to the domain of the login%'

    OR [Text] Like '%The custom stored procedure schema option is invalid for a snapshot publication article%'

    OR [Text] Like '%Cannot subscribe to publication%'

    OR [Text] Like '%while @alt_snapshot_folder is neither NULL nor empty%'

    OR [Text] Like '%The% database is not published for merge replication%'

    OR [Text] Like '%Both @subscriber and @subscriberdb must be specified with non-null values simultaneously, or both must be left unspecified%'

    OR [Text] Like '%database is not published for transactional or snapshot replication%'

    OR [Text] Like '%Unable to determine the snapshot folder for the specified subscription because the specified Subscriber is not known to the Distributor%'

    OR [Text] Like '%Pre- and post-snapshot commands are not supported for a publication that may support non-SQL Server Subscribers by using the character-mode bcp as the synchronization method%'

    OR [Text] Like '%Cannot create a subscription of sync_type%'

    OR [Text] Like '%Cannot create article%. All articles that are part of a concurrent synchronization publication must use stored procedures to apply changes to the Subscriber%'

    OR [Text] Like '%Cannot change article%All articles that are part of a concurrent synchronization publication must use stored procedures to apply changes to the Subscriber%'

    OR [Text] Like '%Cannot change article%articles that are part of a concurrent synchronization publication can not have ins_cmd/del_cmd which exceeds% characters%'

    OR [Text] Like '%The @status parameter value must be%'

    OR [Text] Like '%The snapshot compression option can be enabled only for a publication having an alternate snapshot generation folder defined%'

    OR [Text] Like '%If a publication is enabled for the Internet%'

    OR [Text] Like '%property must be a non-negative integer < 65536%'

    OR [Text] Like '%Could not change the Publisher because the subscription has been dropped. Use sp_subscription_cleanup to clean up the triggers%'

    OR [Text] Like '%It is invalid to exclude the rowguid column for the table from the partition%'

    OR [Text] Like '%It is not possible to add column% to article% because the snapshot for publication% has been run%'

    OR [Text] Like '%Column% cannot be included in a vertical partition because it is neither nullable nor defined with a default value%'

    OR [Text] Like '%Column% cannot be excluded from a vertical partition because it is neither nullable nor defined with a default value%'

    OR [Text] Like '%Column% does not exist%'

    OR [Text] Like '%The specified job ID does not represent a% agent job for any push subscription in this database%'

    OR [Text] Like '%Only members of the sysadmin fixed server role, members of the db_owner fixed database role, and owners of subscriptions served by the specified replication agent job can modify the agent offload settings%'

    OR [Text] Like '%Could not identify the Publisher% at the Distributor%. Make sure that the server% is registered at the Distributor%'

    OR [Text] Like '%The specified Subscriber cannot use transformable subscriptions using Data Transformation Services. Only SQL Server 2000, SQL Server 2005, and OLE DB Subscribers can use transformable subscriptions%'

    OR [Text] Like '%Could not find package% in msdb at server%'

    OR [Text] Like '%The publication has to be%'

    OR [Text] Like '%Because this publication allows transformable subscriptions using DTS, it requires autogenerated stored procedures and parameterized commands, which are set using default value for the @status%'

    OR [Text] Like '%You cannot change the ins_cmd, upd_cmd, or del_cmd article properties because the publication allows Data Transformation Services or updatable subscriptions%'

    OR [Text] Like '%Only members of the sysadmin fixed server role, db_owner fixed database role, or the creator of the subscription can change the subscription properties%'

    OR [Text] Like '%Could not create column list because it is too long. Create the list manually%'

    OR [Text] Like '%ata Transformation Services (DTS) properties cannot be set because the publication does not allow transformable subscriptions using DTS. To allow transformable subscriptions, you must drop the publication and then and re-create it, specifying that transf%'

    OR [Text] Like '%Invalid @dts_package_location parameter value%'

    OR [Text] Like '%A publication that allows DTS cannot be enabled for updatable subscriptions%'

    OR [Text] Like '%@dts_package_name can be set for push subscriptions only%'

    OR [Text] Like '%The @agent_type parameter must be one of%'

    OR [Text] Like '%Invalid property name%'

    OR [Text] Like '% parameter is incorrect: it should be%,% or%'

    OR [Text] Like '%The subscription is not initialized or not created for failover mode operations%'

    OR [Text] Like '%bscription for Publisher% does not have a valid queue_%'

    OR [Text] Like '%The current mode is the same as the requested mode%'

    OR [Text] Like '%Changed update mode from%'

    OR [Text] Like '%The queue for this subscription with queue_id =% is not empty. Run the Queue Reader Agent to make sure the queue is empty before setting mode from [queued] to [immediate]%'

    OR [Text] Like '%Overriding queue check for setting mode from%'

    OR [Text] Like '%MSrepl_tran_version column is a predefined column used for replication and can be only of data type uniqueidentifier%'

    OR [Text] Like '%@identity_range, @pub_identity_range, or @threshold cannot be NULL when @identityrangemanagementoption is set to AUTO%'

    OR [Text] Like '%Cannot support identity range management because this table does not have an identity column%'

    OR [Text] Like '%A valid identity range is not available. Check the data type of the identity column%'

    OR [Text] Like '%Identity automation failed%'

    OR [Text] Like '%Failed to allocate new identity range%'

    OR [Text] Like '%chema replication failed%'

    OR [Text] Like '%This change cannot take effect until you run the snapshot again%'

    OR [Text] Like '%Publication% does not exist%'

    OR [Text] Like '%ropping a column that is being used by a merge filter clause is not allowed%'

    OR [Text] Like '%It is not possible to drop column% to article% because the snapshot for publication% has already been run%'

    OR [Text] Like '%plicate rows found in%. Unique index not created%'

    OR [Text] Like '%The publication% does not allow subscription copy or its subscription has not been synchronized%'

    OR [Text] Like '%The subscription cannot be attached because the publication does not allow subscription copies to synchronize changes%'

    OR [Text] Like '%Cannot resolve load hint for object% because the object is not a user table%'

    OR [Text] Like '%Cannot find source object ID information for article%'

    OR [Text] Like '%This step failed because column% exists in the vertical partition%'

    OR [Text] Like '%This step failed because column% does not exist in the vertical partition%'

    OR [Text] Like '%The publication must be immediate_sync type to allow subscription copy%'

    OR [Text] Like '%The database is attached from a subscription copy file without using sp_attach_subscription. Drop the database and reattach it using sp_attach_subscription%'

    OR [Text] Like '%Cannot copy subscription. Only single file subscription databases are supported for this operation%'

    OR [Text] Like '%bscribers cannot subscribe to publications that allow DTS without using a DTS package%'

    OR [Text] Like '%Cannot create file% because it already exists%'

    OR [Text] Like '%An alternate synchronization partner can be configured only at the Publisher%'

    OR [Text] Like '%Publisher%, publisher database%, and publication% are not valid synchronization partners%'

    OR [Text] Like '%Publication of% data from Publisher%'

    OR [Text] Like '%The creation_script property cannot be NULL if a schema option%'

    OR [Text] Like '%The specified source object must be a stored procedure object if it is published as a%'

    OR [Text] Like '%Unable to add the article% because a snapshot has been generated for the publication%'

    OR [Text] Like '%The specified source object must be a view object if it is going to be as a%'

    OR [Text] Like '%The @pre_creation_command parameter for a schema only article must be either%'

    OR [Text] Like '% is not a valid property for a schema only article%'

    OR [Text] Like '%property cannot be NULL or empty if the pull subscription agent is to be enabled for remote activation%'

    OR [Text] Like '%The database% does not have a pull subscription to the specified publication%'

    OR [Text] Like '%property cannot be the same as the Subscriber server name%'

    OR [Text] Like '%The specified source object must be a user-defined function object if it is going to be published as a%'

    OR [Text] Like '%not call this stored procedure for schema change because the current database is not enabled for replication%'

    OR [Text] Like '%Automatic identity range support is useful only for publications that allow updating subscribers%'

    OR [Text] Like '%Identity range values must be positive integers that are greater than 1%'

    OR [Text] Like '%Threshold value must be from 1 through 100%'

    OR [Text] Like '%Cannot use the INSERT command because the table has an identity column%'

    OR [Text] Like '%can be set only when the article uses automatic identity range management%'

    OR [Text] Like '%The subscription(s) to Publisher% does not allow subscription copy or it has not been synchronized%'

    OR [Text] Like '%There is a push subscription to Publisher%. Only pull and anonymous subscriptions can be copied%'

    OR [Text] Like '%This database either is a publisher, or there is a push subscription to publication%. Only pull and anonymous subscriptions can be copied%'

    OR [Text] Like '%Cannot copy subscriptions because there is no synchronized subscription found in the database%'

    OR [Text] Like '%is already published as another article with a different automatic identity support option%'

    OR [Text] Like '%The threshold value should be from 1 through 100%'

    OR [Text] Like '%could not be created successfully%'

    OR [Text] Like '%could not be added to the list of synchronization partners%'

    OR [Text] Like '%Character mode publication does not support vertical filtering when the base table does not support column-level tracking%'

    OR [Text] Like '%is not part of publication%'

    OR [Text] Like '%This step failed because table% is not part of any publication%'

    OR [Text] Like '%Cannot create file at%. Ensure the file path is val%'

    OR [Text] Like '%Cannot attach subscription file%. Ensure the file path is valid and the file is updatable%'

    OR [Text] Like '%OLE DB or ODBC Subscribers cannot subscribe to%'

    OR [Text] Like '%Primary key column% cannot be excluded from a vertical partition%'

    OR [Text] Like '%could not be removed from the list of synchronization partners%'

    OR [Text] Like '%It is invalid to remove the default Publisher%, publication database%, and publication% from the list of synchronization partners%'

    OR [Text] Like '%cannot be set to TRUE because Active Directory client package is not installed properly on the machine where SQL Server is running%'

    OR [Text] Like '%The Active Directory operation on publication% could not be completed because Active Directory client package is not installed properly on the machine where SQL Server is running%'

    OR [Text] Like '%Column% already exists in table%'

    OR [Text] Like '%A column used in filter clause% either does not exist in the table% or cannot be excluded from the current partition%'

    OR [Text] Like '%Invalid property% for article%'

    OR [Text] Like '%You must first drop all existing merge publications to add an anonymous or local subscription to database%'

    OR [Text] Like '%Invalid property value%. See SQL Server Books Online for a list of valid parameters for sp_changemergearticle%'

    OR [Text] Like '%chema replication failed because database% on server% is not the original Publisher of table%'

    OR [Text] Like '%The offload server must be specified if the agent for this subscription is to be offloaded for remote execution%'

    OR [Text] Like '%Failed to drop column% from the partition because a computed column is accessing it%'

    OR [Text] Like '%Parameter% cannot be NULL or an empty string%'

    OR [Text] Like '%Column% cannot be dropped from table% because it is a primary key column%'

    OR [Text] Like '%Column% cannot be dropped from table% because there is a unique index accessing this column%'

    OR [Text] Like '%Cannot publish table% for both a merge publication and a publication with the updatable subscribers option%'

    OR [Text] Like '%Invalid value for queue type was specified. Valid values =%'

    OR [Text] Like '%Cannot change the parameter% while there are subscriptions to the publication%'

    OR [Text] Like '%Cannot add a computed column or a timestamp column to a vertical partition for a character mode publication%'

    OR [Text] Like '%Queued snapshot publication property% cannot have the value%'

    OR [Text] Like '%Cannot clean up the meta data for publication% because other publications are using one or more articles in this publication%'

    OR [Text] Like '%You must upgrade the Subscriber to SQL Server 2000 to create updatable subscriptions when the Publisher is SQL Server 2000 or higher%'

    OR [Text] Like '%Invalid publication name%'

    OR [Text] Like '%Cannot publish the schema-bound view%. The value specified for the @type parameter must be "indexed view schema only" (for snapshot or transactional replication) or "indexed view logbased" (for transactional replication only)%'

    OR [Text] Like '%The type must be%'

    OR [Text] Like '%Cannot publish the source object%. The value specified for the @type parameter ("indexed view schema only" or "indexed view logbased") can be used only for indexed views. Either specify a value of "view schema only" for the @type parameter, or modify%'

    OR [Text] Like '%Cannot publish the source object%. The value specified for the @type parameter ("indexed view logbased") requires that the view be schema bound with a unique clustered index. Either specify a value of "view schema only" for the @type parameter, or mo%'

    OR [Text] Like '%property for a merge article cannot be changed after a snapshot is generated for the publication%'

    OR [Text] Like '%cannot be subscribed to by Subscriber database% because it contains one or more articles that have been subscribed to by the same Subscriber database at transaction level%'

    OR [Text] Like '%cannot be subscribed to by Subscriber database% because it contains one or more articles that have been subscribed to by the same Subscriber database at merge level%'

    OR [Text] Like '%@identity_range, @pub_identity_range, and @threshold must be NULL when @identityrangemanagementoption%'

    OR [Text] Like '%cannot be excluded from a vertical partition because there is a computed column that depends on it%'

    OR [Text] Like '%Failed to drop column% from table%'

    OR [Text] Like '%Failed to add column% to table%'

    OR [Text] Like '%Conflict table% does not exist%'

    OR [Text] Like '%The specified @destination_folder is not a valid path of an existing folder%'

    OR [Text] Like '%Could not create the snapshot directory structure in the specified @destination_folder%'

    OR [Text] Like '%Either the snapshot files have not been generated or they have been cleaned up%'

    OR [Text] Like '%The identity range value provided has exceeded the maximum value allowed%'

    OR [Text] Like '%The specified automatic identity support parameters conflict with the settings in another article%'

    OR [Text] Like '%Object% cannot be published twice in the same publication%'

    OR [Text] Like '%Warning: adding updatable subscription for article% may cause data inconsistency as the source table is already subscribed to%'

    OR [Text] Like '%Either @publisher (and @publisher_db) or @subscriber (and @subscriber_db) must be specified, but both cannot be specified%'

    OR [Text] Like '%does not contain any article that uses automatic identity range management%'

    OR [Text] Like '%Parameter @resync_type must be either 0, 1, 2%'

    OR [Text] Like '%Invalid resync type. No validation has been performed for this subscription%'

    OR [Text] Like '%Failed to resynchronize this subscription%'

    OR [Text] Like '%Invalid Subscriber partition validation expression%'

    OR [Text] Like '%The resolver information was specified without specifying the resolver to be used for article%. The default resolver will be used%'

    OR [Text] Like '%The resolver information should be specified while using the% resolver%'

    OR [Text] Like '%The resolver information should specify a column with data type, datetime, or smalldatetime while using the% resolver%'

    OR [Text] Like '%The article% should enable column tracking to use the% resolver. The default resolver will be used to resolve conflicts on this article%'

    OR [Text] Like '%The merge triggers could not be created on the table%'

    OR [Text] Like '%The schema change information could not be updated at the subscription database%'

    OR [Text] Like '%The copy of the subscription could not be made because the subscription to publication% has expired%'

    OR [Text] Like '%The subscription could not be attached because the subscription to publication% has expired%'

    OR [Text] Like '%Rowcount validation profile%'

    OR [Text] Like '%Profile used by the Merge Agent to perform rowcount validation%'

    OR [Text] Like '%Rowcount and checksum validation profile%'

    OR [Text] Like '%Profile used by the Merge Agent to perform rowcount and checksum validation%'

    OR [Text] Like '%Cannot change this publication property because there are active subscriptions to this publication%'

    OR [Text] Like '%bscriber partition validation expression must be NULL for static publications%'

    OR [Text] Like '%There must be one and only one of% and% that is not NULL%'

    OR [Text] Like '%Failed to adjust Publisher identity range for table%'

    OR [Text] Like '%Failed to adjust Publisher identity range for publication%'

    OR [Text] Like '%A push subscription to the publication% already exists. Use sp_mergesubscription_cleanup to drop defunct push subscriptions%'

    OR [Text] Like '%must have at least one column that is included in the vertical partition%'

    OR [Text] Like '%Could not find the Snapshot Agent command line for the specified publication. Check that a valid regular snapshot job exists on the distributor%'

    OR [Text] Like '%The version of the Distributor cannot be lower than the version of the Publisher%'

    OR [Text] Like '%The parameter @dynamic_snapshot_location cannot be an empty string%'

    OR [Text] Like '%This publication logs conflicts on both replicas. Pre-SQL Server 2005 subscribers will not honor this setting%'

    OR [Text] Like '%A dynamic snapshot job can be scheduled only for a publication with dynamic filtering enabled%'

    OR [Text] Like '%A Snapshot Agent must be added for the specified publication before a dynamic snapshot job can be scheduled%'

    OR [Text] Like '%Could not find the Snapshot Agent ID for the specified publication%'

    OR [Text] Like '%Could not find the dynamic snapshot job with a% of% for the specified publication%'

    OR [Text] Like '%is not a valid dynamic snapshot job name%'

    OR [Text] Like '%The specified dynamic snapshot job name% is already in use. Try the operation again with a different job name%'

    OR [Text] Like '%Only one of the parameters, @dynamic_snapshot_jobid or @dynamic_snapshot_jobname, can be specified with a nondefault value%'

    OR [Text] Like '%Cannot create a sub-directory under the snapshot folder%. Ensure that there is enough disk space available, and that the account under which the Snapshot Agent runs has permissions to create a sub-directory under the snapshot folder%'

    OR [Text] Like '%Cannot copy user script file to the snapshot folder at the Distributor%. Ensure that there is enough disk space available, and that the account under which the Snapshot Agent runs has permissions to write to the snapshot folder and its subdirectories%'

    OR [Text] Like '%Failed to retrieve information about the publication :%. Check the name again%'

    OR [Text] Like '%A generation that was expected to be in%.dbo.MSmerge_genhistory could not be found. If this error occurred in a subscription database, reinitialize the subscription. If this error occurred in a publication database, restore the database from a backup%'

    OR [Text] Like '%Cannot initialize Message Queuing-based subscription because the platform is not Message Queuing% compliant%'

    OR [Text] Like '%Warning: column% already exists in the vertical partition%'

    OR [Text] Like '%Warning: column% does not exist in the vertical partition%'

    OR [Text] Like '%Invalid @subscriber_type value%'

    OR [Text] Like '%Cannot execute sp_dropmergearticle if the publication has a Subscriber that is running on a version of SQL Server 2000 or earlier. Drop and re-create the publication without the article% or set the publication compatibility level of publication% t%'

    OR [Text] Like '%Warning: the publication uses a feature that is only supported only by subscribers running% or higher%'

    OR [Text] Like '%On Demand user script cannot be applied to the snapshot publication%'

    OR [Text] Like '%@dynamic_snapshot_location cannot be a non-empty string while @alt_snapshot_folder is neither empty nor null%'

    OR [Text] Like '%@dynamic_snapshot_location cannot be a non-empty string while @use_ftp%'

    OR [Text] Like '%Could not find stored procedure%'

    OR [Text] Like '%Invalid value specified for% parameter%'

    OR [Text] Like '%Excluding the last column in the partition is not allowed%'

    OR [Text] Like '%Failed to change the owner of% to%'

    OR [Text] Like '%cannot be excluded from the vertical partitioning because there is a unique index accessing this column%'

    OR [Text] Like '%Invalid property name%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication% because decentralized conflict logging is designated%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because a compressed snapshot is used%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because vertical filters are being used%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because schema replication is performed%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication% because publication wide reinitialization is performed%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because publication wide reinitialization is performed%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication% because merge metadata cleanup task is performed%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication% because publication wide validation task is performed%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because data types new in SQL Server 2000 exist in one of its articles%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because at least one timestamp column exists in one of its articles%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because automatic identity ranges are being used%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because a new article has been added to the publication after its snapshot has been generated%'

    OR [Text] Like '%The specified @agent_jobid is not a valid job id for a% agent job%'

    OR [Text] Like '%Merge filter% does not exist%'

    OR [Text] Like '%Failed to add publication% to Active Directory%'

    OR [Text] Like '%Could not add article% because a snapshot is already generated. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing snapshot%'

    OR [Text] Like '%Could not add article% because there are active subscriptions. Set @force_reinit_subscription to 1 to force this and reinitialize the active subscriptions%'

    OR [Text] Like '%Could not add filter% because a snapshot is already generated. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing snapshot%'

    OR [Text] Like '%Could not add filter% because there are active subscriptions. Set @force_reinit_subscription to 1 to force this and reinitialize the active subscriptions%'

    OR [Text] Like '%The specified offload server name contains the invalid character%'

    OR [Text] Like '%Could not remove publication% from Active Directory%'

    OR [Text] Like '%The resync date specified% is not a valid date%'

    OR [Text] Like '%Could not propagate the change on publication% to Active Directory%'

    OR [Text] Like '%Cannot drop filter% from publication% because its snapshot has been run and this publication could have active subscriptions. Set @force_reinit_subscription to 1 to reinitialize all subscriptions and drop the filter%'

    OR [Text] Like '%Could not open database%. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the database is available%'

    OR [Text] Like '%pgrading distribution settings and system objects in database%'

    OR [Text] Like '%pgrading publication settings and system objects in database%'

    OR [Text] Like '%Could not open database%. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the database is available%'

    OR [Text] Like '%pgrading subscription settings and system objects in database%'

    OR [Text] Like '%Could not open distribution database% because it is offline or being recovered. Replication settings and system objects could not be upgraded. Be sure this database is available and run sp_vupgrade_replication again%'

    OR [Text] Like '%Cannot drop article% from publication% because a snapshot is already generated. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing snapshot%'

    OR [Text] Like '%Cannot add timestamp column without forcing reinitialization. Set @force_reinit_subscription to 1 to force reinitialization%'

    OR [Text] Like '%Cannot add (drop) column to table% because the table belongs to publication(s) with an active updatable subscription. Set @force_reinit_subscription to 1 to force reinitialization%'

    OR [Text] Like '%Cannot drop filter% because a snapshot is already generated. Set @force_invalidate_snapshot to 1 to force this and invalidate the existing snapshot%'

    OR [Text] Like '%Cannot enable a merge publication on this server because the working directory of its Distributors is not using a UNC path%'

    OR [Text] Like '%The specified subscription does not exist or has not been synchronized yet%'

    OR [Text] Like '%napshot failed to process publication%. Possibly due to active schema change activity or new articles being added%'

    OR [Text] Like '%chema change failed on object%. Possibly due to active snapshot or other schema change activity%'

    OR [Text] Like '%The expanded dynamic snapshot view definition of one of the articles exceeds the system limit of 3499 characters. Consider using the default mechanism instead of the dynamic snapshot for initializing the specified subscription%'

    OR [Text] Like '%The concurrent snapshot for publication% is not available because it has not been fully generated or the Log Reader Agent is not running to activate it. If generation of the concurrent snapshot was interrupted, the Snapshot Agent for the publication m%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because column-level collation is scripted out with the article schema creation script%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because extended properties are scripted out with the article schema creation script%'

    OR [Text] Like '%Warning: only Subscribers running SQL Server 2000 or later can synchronize with publication% because it contains schema-only articles%'

    OR [Text] Like '%Row filter% is invalid for column partition% for article% in publication%'

    OR [Text] Like '%ropping row filter% for article% in%. Reissue sp_articlefilter and sp_articleview to create a row filter%'

    OR [Text] Like '%Invalid schema option specified for publication that allows updating subscribers. Need to set the schema option to include DRI constraints%'

    OR [Text] Like '%This column cannot be included in a transactional publication because the column ID is greater than 255%'

    OR [Text] Like '%The value specified for the @type parameter of sp_addsubscriber or the @subscriber_type parameter of sp_addsubscription is not valid. See SQL Server Books Online for a list of valid values%'

    OR [Text] Like '%The transactions required for synchronizing the nosync subscription created from the specified backup are unavailable at the Distributor. Retry the operation again with a more up-to-date log, differential, or full database backup%'

    OR [Text] Like '%Could not complete setting up the no-sync subscription at the Distributor while the distribution cleanup agent is running%'

    OR [Text] Like '%The transactions required for synchronizing the subscription with the specified log sequence number (LSN) are unavailable at the Distributor. Specify a higher LSN%'

    OR [Text] Like '%Article property must be changed at the original Publisher of article%'

    OR [Text] Like '%Article name cannot be%'

    OR [Text] Like '%Incorrect value for parameter%'

    OR [Text] Like '%publication property must be greater than or equal to zero%'

    OR [Text] Like '%The value must be a positive integer greater than 300 or 0%'

    OR [Text] Like '%The value must be an integer greater than or equal to%'

    OR [Text] Like '%The value must be 0 or 1%'

    OR [Text] Like '%Cannot create the subscription. If you specify a value of "initialize with backup" for the @sync_type parameter, you must subscribe to all articles in the publication by specifying a value of "all" for the @article parameter%'

    OR [Text] Like '%Cannot create the subscription. You must specify a value of "Active" or "Subscribed" for the @status parameter. This is because the value specified for the @sync_type parameter is "initialize with backup" or "replication support only"%'

    OR [Text] Like '%Only one of%'

    OR [Text] Like '%Failed to acquire the application lock indicating the front of the queue%'

    OR [Text] Like '%Unexpected failure acquiring an application lock. Ensure that the 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, run the Merge Agent when there are more server resources av%'

    OR [Text] Like '%Unexpected failure releasing an application lock. Ensure that the 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, run the Merge Agent when there are more server resources av%'

    OR [Text] Like '%Having a queue timeout value of over 12 hours is not allowed%'

    OR [Text] Like '%cannot be changed%'

    OR [Text] Like '%cannot be dropped because there are other articles using it as a join article%'

    OR [Text] Like '%Queue Reader Agent startup message%'

    OR [Text] Like '%Either the publication% does not exist or you do not have sufficient permissions to access it. Ensure that the publication exists and that the account under which the Merge Agent connects to the Publisher is included in the publication access list (PA%'

    OR [Text] Like '%The @publisher parameter must be NULL for SQL Server publishers%'

    OR [Text] Like '%The @publisher parameter may not be NULL for heterogeneous publishers%'

    OR [Text] Like '%No shared agent subscription exists for publication% and the subscriber/subscriber database pair%/%'

    OR [Text] Like '%The replication% could not be upgraded for% databases%'

    OR [Text] Like '%password has been changed%'

    OR [Text] Like '%Warning: The% agent job has been implicitly created and will run under the SQL Server Agent Service Account%'

    OR [Text] Like '%The internal procedure sp_MStran_is_snapshot_required must be executed at the Distributor if the @run_at_distributor parameter has a value of 1. If the problem persists, contact Microsoft Customer Support Services%'

    OR [Text] Like '%Value provided for parameter% is not val%'

    OR [Text] Like '%The primary key for source table% includes the timestamp column%. Cannot create the article for the specified publication because it allows updating Subscribers%'

    OR [Text] Like '%Cannot create replication subscription(s) in the master database. Choose another database for creating subscriptions%'

    OR [Text] Like '% can only be executed in the%'

    OR [Text] Like '%Article validation was requested for snapshot publication%. Article validation is only valid for transactional publications%'

    OR [Text] Like '%Tracer tokens cannot be posted for a snapshot publication%'

    OR [Text] Like '%An error occurred while logging the tracer token history information. The tracer token could not be posted%'

    OR [Text] Like '%An error occurred while inserting the tracer token to the log. The tracer token could not be posted%'

    OR [Text] Like '%No active subscriptions were found. The publication must have active subscriptions in order to post a tracer token%'

    OR [Text] Like '%A database% already exists. If you intend this to be your distribution database set @existing_db = 1%'

    OR [Text] Like '%The value specified for the% parameter of sp_mergearticlecolumn must be%'

    OR [Text] Like '%The procedure% failed to% the resource%. Server error =%'

    OR [Text] Like '%Invalid subscription type is specified. A subscription to publication% already exists in the database with a different subscription type%'

    OR [Text] Like '%The supplied resolver information does not specify a valid column name to be used for conflict resolution by%'

    OR [Text] Like '%The publication% does not allow the subscription to synchronize to an alternate synchronization partner%'

    OR [Text] Like '%Cleanup of merge meta data cannot be performed while merge processes are running. Retry this operation after the merge processes have completed%'

    OR [Text] Like '%Cleanup of merge meta data at republisher% could not be performed because merge processes are propagating changes to the republisher. All subscriptions to this republisher must be reinitialized%'

    OR [Text] Like '%Changes to publication% cannot be merged because it has been marked inactive%'

    OR [Text] Like '%p_mergecompletecleanup cannot be executed before sp_mergepreparecleanup is executed. Use sp_mergepreparecleanup to initiate the first phase of merge meta data cleanup%'

    OR [Text] Like '%All prerequisites for cleaning up merge meta data have been completed. Execute sp_mergecompletecleanup to initiate the final phase of merge meta data cleanup%'

    OR [Text] Like '%Cleanup of merge meta data cannot be performed while merge processes are running. Cleanup will proceed after the merge processes have completed%'

    OR [Text] Like '%Cleanup of merge meta data cannot be performed because some republishers have not quiesced their changes. Cleanup will proceed after all republishers have quiesced their changes%'

    OR [Text] Like '%ata changes are not allowed while cleanup of merge meta data is in progress%'

    OR [Text] Like '%Neither MSmerge_contents nor MSmerge_tombstone contain meta data for this row%'

    OR [Text] Like '%parameter is shorter than the minimum required size%'

    OR [Text] Like '%Cannot complete the requested operation in the subscription database because a snapshot is currently being delivered to the database. Perform the operation again at a later time. To stop the delivery of the snapshot, stop the Distribution Agent or Merge A%'

    OR [Text] Like '%Replication custom procedures will not be scripted because the specified publication% is a snapshot publication%'

    OR [Text] Like '%Transactional replication custom procedures for publication% from database%'

    OR [Text] Like '%Replication custom procedures will not be scripted for article% because the auto-generate custom procedures schema option is not enabled%'

    OR [Text] Like '%Replication custom procedures for article%'

    OR [Text] Like '%Custom procedures will not be scripted for article update commands based on direct INSERT, UPDATE, or DELETE statements%'

    OR [Text] Like '%Custom procedure will not be scripted because% is not a recognized article update command syntax%'

    OR [Text] Like '%ome generation values are above the upper limit of% used in SQL Server 2000. Change the publication_compatibility_level of the publication to 90 to make this work%'

    OR [Text] Like '%This article cannot use the% feature because the publication compatibility level is less than 90%'

    OR [Text] Like '%Articles can have at most% columns, including columns that have been filtered%'

    OR [Text] Like '%A lightweight replica must be anonymous%'

    OR [Text] Like '%Article% already belongs to a subscription with a different value for the @lightweight property%'

    OR [Text] Like '%because a publication with a lower compatibility level already exists. All merge publications in a database must have the same compatibility level%'

    OR [Text] Like '%because a publication with a higher compatibility level already exists. All merge publications in a database must have the same compatibiliy level%'

    OR [Text] Like '%The schema change failed during execution of an internal replication procedure. For corrective action, see the other error messages that accompany this error message%'

    OR [Text] Like '%The data definition language (DDL) command cannot be executed at the Subscriber. DDL commands can only be executed at the Publisher. In a republishing hierarchy, DDL commands can only be executed at the root Publisher, not at any of the republishing Subsc%'

    OR [Text] Like '%Cannot add a data definition language trigger for replicating% events%'

    OR [Text] Like '%Cannot insert information into the schema change tracking table sysmergeschemachange%'

    OR [Text] Like '%The article% is already published in another publication, and is set to use nonoverlapping partitions with multiple subscribers per partition (@partition_options = 2). This setting does not permit the article to be included in more than one publicatio%'

    OR [Text] Like '%is involved in a foreign key relationship with a column in table%, but this column was not found in the specified join clause. A logical record relationship between these tables should include this column%'

    OR [Text] Like '%as a parent in a logical record relationship because it already has a different parent table. A logical record relationship allows only one parent table for a given child table%'

    OR [Text] Like '%A logical record relationship, specified by the @filter_type parameter, requires a one-to-one or a one-to-many join from the parent table to the child table. Either change the value of the @filter_type parameter, or set the @join_unique_key parameter to 1%'

    OR [Text] Like '%You cannot drop a column defined as data type uniqueidentifier with the rowguidcol property because merge replication uses this column for tracking. To drop the column, you must first drop the table from all publications and subscriptions%'

    OR [Text] Like '%Cannot complete ALTER TABLE command%'

    OR [Text] Like '%Encountered server error% while executing%'

    OR [Text] Like '%The schema for the article% was either not generated properly or was not applied properly during initial synchronization. This may be due to permissions issues. Verify whether the object exists, and whether the necessary permissions are granted%'

    OR [Text] Like '%Value specified for the publication property replicate_ddl is not valid. The value must be 1 or 0%'

    OR [Text] Like '%You cannot disable a trigger used by merge replication on a published table. To drop the trigger, drop the table from the publication%'

    OR [Text] Like '%Cannot replicate the ALTER TABLE command. It contains multiple DROP commands, including a DROP command for a column that is not included in all subscriptions to this article. Use a single DROP command in each ALTER TABLE command%'

    OR [Text] Like '%Encountered server error% while restoring the log for database%'

    OR [Text] Like '%Cannot execute sp_change_subscription_properties. This stored procedure can only be used for publications that have at least one pull subscription%'

    OR [Text] Like '%Cannot add the computed column% to the publication. You must first add all columns on which this column depends; you cannot filter any of these colunmns from the article%'

    OR [Text] Like '%Before you drop the column from the publication, all computed columns that depend on column% must be dropped%'

    OR [Text] Like '%Only members of the sysadmin or db_owner or db_ddladmin roles can perform this operation%'

    OR [Text] Like '%Merge data definition language (DDL) error: Dropping a column used in a row filter or a join filter is not allowed. To drop a column used in a row filter, first change the row filter using sp_changemergearticle. To drop a column used in a join filter, fir%'

    OR [Text] Like '%The value specified for parameter% =% is not val%'

    OR [Text] Like '%The table% contains the column msrepl_tran_version, which is used by replication. The column is set to NULL, but it must be set to NOT NULL. Replication failed to alter this column, so you must drop the column and then add the table as an article again%'

    OR [Text] Like '%The call format VCALL cannot be used for the specified article. VCALL format can be used only for articles in publications that allow updating subscriptions. If you do not require updating subscriptions, specify a different call format. If you do require%'

    OR [Text] Like '%The article% in the publication% does not have a valid conflict table entry in the system table sysarticleupdates. This entry is required for publications that allow queued updating subscriptions. Check for errors in the last run of the Snapshot Agent%'

    OR [Text] Like '%Cannot create the logical record relationship. Table% does not have a foreign key referencing table%. A logical record relationship requires a foreign key relationship between the parent and child tables%'

    OR [Text] Like '%Cannot create the logical record relationship in publication%. The use_partition_groups option for the publication must be set to "true" in order to use logical records. Use sp_changemergepublication to set the option to "true"%'

    OR [Text] Like '%Cannot add a logical record relationship because the foreign key constraint% on table% is disabled. To create the logical record relationship, first enable the foreign key constraint%'

    OR [Text] Like '%Cannot add a logical record relationship because the foreign key constraint% on table% is defined with the NOT FOR REPLICATION option. To add the logical record relationship, first drop the foreign key constraint, and then re-create it without the%'

    OR [Text] Like '%Cannot add a logical record relationship because the article% is published in publication%, which has a compatibility level lower than 90RTM. Use sp_changemergepublication to set the publication_compatibility_level to 90RTM%'

    OR [Text] Like '%The value specified for the property filter_type is not valid. Valid values are 1 (join filter only), 2 (logical record relation only), and 3 (join filter and logical record relation)%'

    OR [Text] Like '%Cannot add a logical record relationship between tables% and% because the foreign key column% in table% allows NULL values. Alter the column to disallow NULL values%'

    OR [Text] Like '%In order to use partition_options of 2 (non overlapping partitions with multiple subscriptions per partition) or 3 (non overlapping partitions one subscription per partition) the publication% must be enabled to use partition groups functionality. Use%'

    OR [Text] Like '%Article% in publication% does not qualify for the partition option that you specified. You cannot specify a value of 2 or 3 (nonoverlapping partitions) for the @partition_options parameter because the article is involved in multiple join filters%'

    OR [Text] Like '%Article% in publication% does not qualify for the partition option that you specified. You cannot specify a value of 2 or 3 (nonoverlapping partitions) for the @partition_options parameter because the article is involved in both a row filter and%'

    OR [Text] Like '%Article% in publication% does not qualify for the partition option that you specified. You cannot specify a value of 2 or 3 (nonoverlapping partitions) for the @partition_options parameter because the article has a join filter with a join_unique_%'

    OR [Text] Like '%Article% in publication% does not qualify for the partition option that you specified. You cannot specify a value of 2 or 3 (nonoverlapping partitions) for the @partition_options parameter because the article has a direct or indirect join filter%'

    OR [Text] Like '%Cannot update the column in article%. The article has a value of 2 or 3 (nonoverlapping partitions) for the partition_options property, and the column is involved in a row filter and/or a join filter. In this situation, the column cannot be updated at%'

    OR [Text] Like '%Cannot insert the row for article%'

    OR [Text] Like '%Cannot specify custom article ordering in publication% because the publication has a compatibility level lower than 90RTM. Use sp_changemergepublication to set the publication_compatibility_level to 90RTM%'

    OR [Text] Like '%The article includes only the rowguidcol column. You must publish at least one other column%'

    OR [Text] Like '%Modifying DDL triggers created by replication is disallowed since these are required to track DDL changes%'

    OR [Text] Like '%The parameters @article and @join_articlename cannot have the same value. Specify different articles for the two parameters; self-joins are not permitted%'

    OR [Text] Like '%Non-SQL Server Publisher % cannot be found. Execute sp_helpdistpublishers to view a list of available Publishers%'

    OR [Text] Like '%The value of the parameter @type must be %'

    OR [Text] Like '%The refresh of Oracle publisher% by sp_refresh_heterogeneous_publisher was not successful%'

    OR [Text] Like '%The non-SQL Server Publisher vendor is not valid. Attempt to add the Publisher again. If the problem persists, contact Microsoft Customer Support Services%'

    OR [Text] Like '%Non-SQL Server Publishers must be configured in the context of the distribution database. Execute sp_adddistpublisher in the context of the distribution database%'

    OR [Text] Like '%Parameter% is for non-SQL Server Publishers only. The value of this parameter must be% for a SQL Server Publisher%'

    OR [Text] Like '%p_refresh_heterogeneous_publisher was unable to obtain publisher information for Oracle publisher%. sp_refresh_heterogeneous_publisher may only be called to refresh Oracle publishers currently defined at the distributor%'

    OR [Text] Like '%Cannot use a value of TRUE for the parameter @ignore_distributor. The value must be FALSE for a non-SQL Server Publisher%'

    OR [Text] Like '%Non-SQL Server publications do not support updatable subscriptions. The properties allow_sync_tran and allow_queued_tran must be "false"%'

    OR [Text] Like '%The failed attempt by sp_refresh_heterogeneous_publisher to refresh publisher% did not alter any meta data at the Oracle publisher. Make certain that the correct Oracle publisher has been identified and that the requirements for refreshing the Oracle%'

    OR [Text] Like '%Cannot drop the distribution Publisher% because it has publications defined. Drop the publications first%'

    OR [Text] Like '%For non-SQL Server Publishers, the value of the @sync_method parameter must be "character" or "concurrent_c"%'

    OR [Text] Like '%Constraint column% not found in%'

    OR [Text] Like '%Index column% not found in%'

    OR [Text] Like '%Unable to find table information for article%. Local distributor cache may be corrupt%'

    OR [Text] Like '%Verify that the column exists in the underlying table, and that it is included in the article%'

    OR [Text] Like '%Unable to run SQL*PLUS. Make certain that a current version of the Oracle client code is installed at the distributor. For addition information, see SQL Server Error 21617 in Troubleshooting Oracle Publishers in SQL Server Books Online%'

    OR [Text] Like '%The Publisher% does not exist. To view a list of Publishers, use the stored procedure sp_helpdistpublisher%'

    OR [Text] Like '%Must provide both @SelectColumnList and @InsColumnList%'

    OR [Text] Like '%The version of SQL*PLUS that is accessible through the system Path variable is not current enough to support Oracle publishing. Make certain that a current version of the Oracle client code is installed at the distributor. For addition information, see SQ%'

    OR [Text] Like '%Unable to create the public synonym%. Verify that the replication administrative user has been granted the CREATE SYNONYM permission%'

    OR [Text] Like '%Unable to grant SELECT permission on the public synonym%. Verify that the replication administrative user has sufficient permissions%'

    OR [Text] Like '%Unable to update the public synonym%'

    OR [Text] Like '%Unable to locate the registered Oracle OLEDB provider, OraOLEDB.Oracle, at distributor%. Make certain that a current version of the Oracle OLEDB provider is installed and registered at the distributor. For addition information, see SQL Server Error 21%'

    OR [Text] Like '%Unable to update the publisher table HREPL_PUBLISHER at the Oracle instance%'

    OR [Text] Like '%Unable to connect to Oracle database server% using the Oracle OLEDB provider OraOLEDB.Oracle. For addition information, see SQL Server Error 21626 in Troubleshooting Oracle Publishers in SQL Server Books Online%'

    OR [Text] Like '%Unable to connect to Oracle database server% using the Microsoft OLEDB provider MSDAORA. For addition information, see SQL Server Error 21627 in Troubleshooting Oracle Publishers in SQL Server Books Online%'

    OR [Text] Like '%Unable to update the registry of distributor% to allow Oracle OLEDB provider OraOLEDB.Oracle to run in process with SQL Server. Make certain that current login is authorized to modify SQL Server owned registry keys. For addition information, see SQL S%'

    OR [Text] Like '%The CLSID registry key indicating that the Oracle OLEDB Provider for Oracle, OraOLEDB.Oracle, has been registered is not present at the distributor. Make certain that the Oracle OLEDB provider is installed and registered at the distributor. For addition i%'

    OR [Text] Like '%Unable to determine whether the table% is still being published. Contact Customer Support Services%'

    OR [Text] Like '%Cannot unpublish table%; the remote call to the Oracle Publisher failed. Verify that the replication administrative user login can connect to the Oracle Publisher using SQL*PLUS. If you can connect but the problem persists, drop and reconfigure Oracle%'

    OR [Text] Like '%The parameter% is not supported for non-SQL Server publications. The value specified for this parameter must be%'

    OR [Text] Like '%The publication% could not be added because non-SQL Server Publishers only support the @sync_method parameter values "character" or "concurrent_c"%'

    OR [Text] Like '%The parameter% does not support the value% when using non-SQL Server publications. The value must be%'

    OR [Text] Like '%An unsupported schema option combination was specified. Non-SQL Server publications only support the following schema options: 0x01, 0x02, 0x10, 0x40, 0x80, 0x4000, and 0x8000%'

    OR [Text] Like '% is required for heterogeneous publications%'

    OR [Text] Like '%You have specified a value of% for the @repl_freq parameter of sp_addpublication. For non-SQL Server publications, this requires one of the following values for the @sync_method parameter%'

    OR [Text] Like '%Heterogeneous publishers can not use trusted connections, set @trusted to false%'

    OR [Text] Like '%Non-SQL Server Publishers do not support a value of 1 for the parameter @thirdparty_flag. When executing the stored procedure sp_adddistpublisher, specify a value of 0 for the parameter%'

    OR [Text] Like '%The% parameter is for non-SQL Server Publishers only. It must be NULL for SQL Server Publishers%'

    OR [Text] Like '%Heterogeneous publishers require a linked server. A linked server named% already exists. Please remove linked server or choose a different publisher name%'

    OR [Text] Like '%The value specified for the parameter% must be MSSQLSERVER, ORACLE, or ORACLE GATEWAY%'

    OR [Text] Like '% value of% is not supported for heterogeneous subscribers, must be%'

    OR [Text] Like '%The value% is not a valid non-SQL Server Publisher type. For SQL Server 2005, the value must be ORACLE or ORACLE GATEWAY%'

    OR [Text] Like '%The Oracle server % is already defined as the Publisher % on the Distributor%. Drop the Publisher or drop the public synonym%'

    OR [Text] Like '%The Oracle Publisher support package could not be loaded. Drop the replication administrative user schema and re-create it; ensure it is granted the documented permissions%'

    OR [Text] Like '%Cannot change the property%. Non-SQL Server Publishers do not support this property%'

    OR [Text] Like '%The value specified for @rowcount_only for the article% is not 1. For an article in a publication from a non-SQL Server Publisher, 1 is the only valid setting for this parameter%'

    OR [Text] Like '%Failed to execute the HREPL.% request to Oracle Publisher%. Verify that the Oracle package code exists on the Publisher, and that the replication administrative user account has sufficient permissions%'

    OR [Text] Like '%The database management system (DBMS)% does not exist. Verify the supported DBMS and versions by querying msdb.dbo.MSdbms%'

    OR [Text] Like '%The data type% does not exist. Verify the supported data types and mappings by querying msdb.dbo.sysdatatypemappings%'

    OR [Text] Like '%The data type% already exists%'

    OR [Text] Like '%The data type mapping for% does not exist. Verify the list of available mappings by querying msdb.dbo.sysdatatypemappings%'

    OR [Text] Like '%The data type mapping for% already exists%'

    OR [Text] Like '%The data type mapping does not exist. Verify the list of mappings by querying msdb.dbo.sysdatatypemappings%'

    OR [Text] Like '%Cannot execute this procedure for a SQL Server Publisher. The Publisher must be a non-SQL Server Publisher%'

    OR [Text] Like '%The value specified for the parameter @full_or_fast for article% must be 0, 1, or 2%'

    OR [Text] Like '%The value specified for the @shutdown_agent parameter for article% must be 0 or 1%'

    OR [Text] Like '%The source object % on the non-SQL Server Publisher was either not found or is not supported. If the object exists, verify that it meets the requirements for being published%'

    OR [Text] Like '%A valid primary key is required to publish the table. Add or correct the primary key definition on the source table%'

    OR [Text] Like '%Index % contains unique nullable column%'

    OR [Text] Like '%Key % contains unique nullable column%'

    OR [Text] Like '%Cannot specify more than% column names for the index or primary key because this exceeds the maximum number of columns supported by SQL Server.% columns were specified%'

    OR [Text] Like '%The index% was not created. The index has a key length of at least% bytes. The maximum key length supported by SQL Server is% bytes%'

    OR [Text] Like '%The constraint% was not created because one or more columns in the constraint is not published. Either include all columns in the published article, or alter the constraint to remove columns that are not published%'

    OR [Text] Like '%Column % cannot be published because it uses an unsupported data type %. View supported data types by querying msdb.dbo.sysdatatypemappings%'

    OR [Text] Like '%Connection to server % failed%'

    OR [Text] Like '%Cannot execute the procedure. Administration of a non-SQL Server Publisher must be performed at the associated SQL Server Distributor. Execute the procedure at the Distributor%'

    OR [Text] Like '%The login% has insufficient authorization to execute this command%'

    OR [Text] Like '%Test connection to publisher % failed. Verify authentication information%'

    OR [Text] Like '%Unable to update the linked server % for the login%'

    OR [Text] Like '%Cannot specify more than% indexes for a single table.% indexes specified. Excess indexes have been ignored%'

    OR [Text] Like '%could not add a subscription for heterogeneous publication% because publication sync method is not%'

    OR [Text] Like '%Heterogeneous publisher% cannot be defined as a subscriber%'

    OR [Text] Like '%The parameter% can be set to% only when% is set to%'

    OR [Text] Like '%Peer-to-peer publications only support a% parameter value of%'

    OR [Text] Like '%The Distribution Agent was unable to update the cached log sequence numbers (LSNs) for Originator%, OriginatorDB%, OriginatorDBVersion%, OriginatorPublication%. Stop and restart the Distribution Agent. If the problem persists, contact Customer S%'

    OR [Text] Like '%oes not have a valid linked server login mapping for non-SQL Server Publisher%'

    OR [Text] Like '%Cannot publish table%'

    OR [Text] Like '%Cannot verify administrator login privileges for Oracle Publisher%. Verify connection information and ensure that you can connect to the Publisher through a tool like SQL*PLUS%'

    OR [Text] Like '%The replication administrative user for Oracle Publisher% has insufficient permissions. Refer to the script /MSSQL/Install/oracleadmin.sql for the required permissions%'

    OR [Text] Like '%Request% for Oracle schema filter for Oracle publisher% failed%'

    OR [Text] Like '%The operation% is not valid. Valid operations are "add", "drop", and "help"%'

    OR [Text] Like '%chema filters are supported only for Oracle Publishers. The Publisher% is a% Publisher%'

    OR [Text] Like '%The current login% is not in the publication access list (PAL) of any publication at Publisher%. Use a login that is in the PAL, or add this login to the PAL%'

    OR [Text] Like '%A NULL @schema value is invalid for add and drop schema filter operations%'

    OR [Text] Like '%The subscriber db cannot be the same as the publisher db when the subscriber is the same as the publisher%'

    OR [Text] Like '%p_mergesubscription_cleanup should be called on the subscription database%'

    OR [Text] Like '%Failed to script the subscriber stored procedures for article% in publication%'

    OR [Text] Like '% cannot be null or empty when% is set to 0 (SQL Server Authentication). Specify a login or set security mode to 1 (Windows Authentication)%'

    OR [Text] Like '%The replication agent job% was not removed because it has a non-standard name; manually remove the job when it is no longer in use%'

    OR [Text] Like '%The stored procedure only applies to Oracle Publishers. The Publisher% is a% Publisher%'

    OR [Text] Like '%The parameter% is no longer supported%'

    OR [Text] Like '%Unable to reuse view%'

    OR [Text] Like '%Cannot register the article resolver%. This can occur if the account under which SQL Server is running does not have access to the distribution database. Add the class ID and the custom resolver name manually to the MSmerge_articleresolver table in the%'

    OR [Text] Like '%The article resolver name cannot be an empty string or NULL. Specify a valid value for the @article_resolver parameter%'

    OR [Text] Like '%For a COM resolver, the @resolver_clsid cannot be an empty string or NULL. Specify a valid value for @resolver_cls%'

    OR [Text] Like '%The Subscriber% was not marked for reinitialization at the Publisher because the subscription is either anonymous or not valid. Verify that valid values were specified for the @subscriber and @subscriber_db parameters of sp_reinitmergesubscriptio%'

    OR [Text] Like '%Cannot find a job that matches the ID or name specified in the parameters @dynamic_snapshot_jobid or @dynamic_snapshot_jobname. Verify the values specified for those parameters%'

    OR [Text] Like '%serScripts%'

    OR [Text] Like '%Failed to add an extended trigger for replicating the% event%'

    OR [Text] Like '%The value specified for the @pubid parameter of procedure% is not valid or is NULL. Verify that the Merge Agent is running correctly. Reinitalize the subscription if the problem persists%'

    OR [Text] Like '%Cannot add the foreign key% with the CASCADE option because table% is published. Add the NOT FOR REPLICATION clause to the foreign key definition%'

    OR [Text] Like '%Cannot alter the view. An indexed view replicated as a table cannot be altered to a nonindexed view. Drop the view from the publication before attempting to alter it%'

    OR [Text] Like '%Cannot complete the replication operation. The security check for the current user is failing. Only members of the sysadmin fixed server role, or db_owner or db_ddladmin fixed database roles can perform this operation%'

    OR [Text] Like '%The article can support logical record level conflict detection only if it uses logical record conflict resolution%'

    OR [Text] Like '%The @keep_partition_changes property cannot be set to "true." This is because the @publication_compatibility_level property is set to 90RTM or higher and the @use_partition_groups property is set to "true." Set a lower compatibility level or set the @use_%'

    OR [Text] Like '%Table% can not be replicated because it contains imprecise Primary Key column, please recreate table without%'

    OR [Text] Like '%Cannot add a constraint or default without an explicit name, because the table is included in a publication that replicates DDL events. Specify a unique name for the constraint and then reissue the DDL statement%'

    OR [Text] Like '%sing Data Transformation Services (DTS) packages in replication requires a password that is not NULL or empty. Specify a valid value for parameter%'

    OR [Text] Like '%Cannot open database%. The upgrade of replication% could not be performed. Run% again from the% database when the% is accessible%'

    OR [Text] Like '%Peer-to-peer publications do not support replicating timestamp columns as varbinary(8). You cannot add an article with this option, nor add or alter a table to include a timestamp column as varbinary(8)%'

    OR [Text] Like '%is a temporary object and cannot be published%'

    OR [Text] Like '%Unable to relocate the article log table to a different tablespace. Verify that the replication administrative user login can connect to the Oracle Publisher using SQL*PLUS. If you can connect, but the problem persists, it might be caused by insufficient%'

    OR [Text] Like '%The property% is not valid for% Publishers%'

    OR [Text] Like '%The property% is not valid for% publications%'

    OR [Text] Like '%Cannot alter property%. You must first call the stored procedure sp_articleview to initialize the article; the property can then be altered%'

    OR [Text] Like '%Oracle subscriber% not found. Loopback support cannot be checked%'

    OR [Text] Like '%Unable to retrieve distributor information from Oracle publisher%. Bi-directional publishing requires Oracle publisher to exist before the Oracle subscriber%'

    OR [Text] Like '%The Oracle Publisher name is% and the Oracle Subscriber name is%. Bidirectional Oracle publishing requires the Oracle Publisher and Subscriber names to be the same%'

    OR [Text] Like '%Unable to retrieve the originator information for the Oracle subscriber%'

    OR [Text] Like '%Oracle bidirectional publishing requires parameter% to have a value of%'

    OR [Text] Like '%Cannot generate a filter view or procedure. Verify that the value specified for the @filter_clause parameter of sp_addarticle can be added to the WHERE clause of a SELECT statement to produce a valid query%'

    OR [Text] Like '%character length must not exceed%'

    OR [Text] Like '%Cannot establish a connection to the Oracle Publisher%. Verify connection information and ensure that you can connect to the Publisher through a tool like SQL*PLUS%'

    OR [Text] Like '%The article was dropped at the Distributor, but information at the Publisher% was not dropped. No action is required; the information is cleaned up if the Publisher is dropped%'

    OR [Text] Like '%The Publisher was dropped at the Distributor, but information on the Publisher% was not dropped. Connect to the Oracle Publisher with SQL*PLUS and drop the replication administrative user%'

    OR [Text] Like '%does not have a primary key, which is required for transactional replication. Create a primary key on the table%'

    OR [Text] Like '%Cannot publish view% as a table because it does not have a unique clustered index. Publish the view as a view, or add a unique clustered index%'

    OR [Text] Like '%The current user% does not have SELECT permission on the table%. The user must have SELECT permission to retrieve rows at the Subscriber that have updates pending in the queue%'

    OR [Text] Like '%which is specified in the @tablename parameter of sp_getqueuedrows, is not part of any active initialized queued subscription. Ensure your queued subscriptions are properly initialized by running the Snapshot Agent, Distribution Agent, and Q%'

    OR [Text] Like '%Processing has been terminated. The resultset for sp_getqueuedrows is larger than 16,000, the maximum size that the procedure can return. Run the Queue Reader Agent to flush the queue at the Subscriber before executing this procedure again%'

    OR [Text] Like '%Failed to mark% as a system object%'

    OR [Text] Like '%Based on article settings, table% should have an identity column, but it does not have one. Verify article settings with sp_helparticle and change them if necessary with sp_changearticle%'

    OR [Text] Like '%The subscription is read-only. The publication that this subscription synchronizes with allows updates at the Subscriber, but a value of %'

    OR [Text] Like '%Cannot find a valid Queue Reader Agent ID for the subscription to Publisher%, database%, publication%. The specified subscription to an updating Subscriber publication is not initialized. Run the Snapshot Agent, Distribution Agent, and Queue Reader%'

    OR [Text] Like '%Cannot add the column% to the table%. The table already contains the maximum number of columns allowed for an article in a merge publication (246 columns)%'

    OR [Text] Like '%Cannot execute the replication script in the%'

    OR [Text] Like '%Cannot execute the replication script; the current session will be terminated. Check for any errors returned by SQL Server during execution of the script%'

    OR [Text] Like '%The distribution database% has a compatibility level of%, which is different from that of the master database. The two compatibility levels must be the same, so the distribution database level is being changed to%. This is an informational message%'

    OR [Text] Like '%Message Queuing Service is not running. Start this service and retry the operation%'

    OR [Text] Like '%Cannot create the publication%'

    OR [Text] Like '%The column msrepl_tran_version has been predefined and allows NULLs. This column will be dropped and recreated to not allow NULLs for updating subscribers%'

    OR [Text] Like '%marked as Not For Replication, but the @identitymanagementoption parameter of sp_addarticle is set to %'

    OR [Text] Like '%Warning: The parameter% is obsolete and is available only for backwards compatibility. It will not be available in future releases. Instead of this parameter, use the parameter%'

    OR [Text] Like '%When executing sp_adddistributor for a remote Distributor, you must use a password. The password specified for the @password parameter must be the same when the procedure is executed at the Publisher and at the Distributor%'

    OR [Text] Like '%Custom data type mappings are not supported. You must validate the correctness of the mapping. If mappings are not compatible, errors will likely occur when moving data from the Publisher to the Subscriber%'

    OR [Text] Like '%ata type mapping from% to% does not exist. Review source and destination data type, length, precision, scale, and nullability. Query the system table msdb.dbo.sysdatatypemappings for a list of supported mappings%'

    OR [Text] Like '%is not within the supported range of%'

    OR [Text] Like '%requires the parameters @force_invalidate_snapshot and @force_reinit_subscription to be set to "true"%'

    OR [Text] Like '%The distribution database% cannot be opened due to inaccessible files. The database will be dropped, but distribution database cleanup tasks will not occur. Check the database and server error logs for more information about why the database files can%'

    OR [Text] Like '%This procedure is supported only for non-SQL Server Publishers. The Publisher%, on which you are executing the procedure, is a SQL Server Publisher%'

    OR [Text] Like '%Failed to generate column bitmap for article%'

    OR [Text] Like '%Failed to generate published column bitmap for article%'

    OR [Text] Like '%Failed to generate article view name for article%'

    OR [Text] Like '%Cannot add Publisher objects to the Oracle Publisher for article%. Verify connection information and ensure that you can connect to the Publisher through a tool like SQL*PLUS. Ensure that the replication administrative user schema has the required per%'

    OR [Text] Like '%Cannot use the specified data type mapping. The matching destination data type for source type% cannot be found. Query the system table msdb.dbo.sysdatatypemappings for a list of supported mappings. Verify that the length, precision, scale, and nullabil%'

    OR [Text] Like '%The non-SQL Server Publisher is missing one or more% objects. Drop and re-create the Publisher and the replication administrative user schema%'

    OR [Text] Like '%Unable to retrieve heterogeneous metadata. Verify connection information%'

    OR [Text] Like '%Cannot add primary key column% to article%. If the Publisher is a non-SQL Server Publisher, the primary key could have violated SQL Server limits for number and length of columns. For more information, see errors returned by sp_addarticle%'

    OR [Text] Like '%Cannot add the Publisher triggers and the article log table to the Oracle Publisher for the article%. Verify connection information and ensure that you can connect to the Publisher through a tool like SQL*PLUS. Ensure that the replication administrati%'

    OR [Text] Like '%You must specify a non-NULL value for the @rowfilter parameter%'

    OR [Text] Like '%Failure to query Oracle XactSet Job attributes for publisher%'

    OR [Text] Like '%Failure to refresh Oracle XactSet Job for publisher%'

    OR [Text] Like '%Failure to query Oracle Xact batching enabled flag for publisher%'

    OR [Text] Like '%Invalid parameter passed to sp_IHSetXactBatching. The bit flag to enable/disable Xact batching must be 0 or 1%'

    OR [Text] Like '%Failure to set the Oracle Xact batching enabled flag for publisher%'

    OR [Text] Like '%Cannot publish the table% from the Publisher%. Verify connection information and ensure that you can connect to the Publisher through a tool like SQL*PLUS. Ensure that the replication administrative user schema has the required permissions%'

    OR [Text] Like '%already appears in a transactional publication on Oracle Gateway Publisher%. When using the Oracle Gateway option, a table published using transactional replication can only be included in one publication. To publish this table in mo%'

    OR [Text] Like '%already appears in the transactional publication% on Publisher%. The Oracle Gateway publishing option (the default) allows a table to be included as an article in any number of snapshot publications, but only in one transactional%'

    OR [Text] Like '%Non-SQL Server Publishers are supported only in the Enterprise and Developer editions of SQL Server. The edition of this instance is%'

    OR [Text] Like '%The value specified for the @propertyname parameter is not valid. Use one of the following values%'

    OR [Text] Like '%The value specified for property% is not valid. Use one of the following values%'

    OR [Text] Like '%The property "xactsetjobinterval" must be assigned a value greater than or equal to 0%'

    OR [Text] Like '%must be a valid Windows login in the form%'

    OR [Text] Like '%Cannot execute the replication administrative procedure. The% agent job must be added through% before continuing. See the documentation for%'

    OR [Text] Like '%agent for Publisher%, database%, publication% cannnot be found. Create the agent with the appropriate procedure: sp_addpublication_snapshot, sp_addlogreader_agent, or sp_addqreader_agent%'

    OR [Text] Like '%The common generation watermark is invalid at this replica since it does not exist or metadata for changes not yet propagated may have been cleaned up%'

    OR [Text] Like '%The stored procedure sp_createagentparameter failed to add one or more parameters to the system table msdb.dbo.MSagentparameterlist. Check for any errors returned by sp_createagentparameter and errors returned by SQL Server during execution of sp_createag%'

    OR [Text] Like '%The agent profile creation process cannot validate the specified agent parameter value.% is not a valid value for the% parameter. The value must be an integer less than or equal to%. Verify that replication is installed properly%'

    OR [Text] Like '%Cannot update agent parameter metadata. Replication could not insert parameter% into table%. Verify that replication is properly installed. Check errors returned by SQL Server during execution of sp_createagentparameter%'

    OR [Text] Like '%The value% specified for the @agent_type parameter of sp_getagentparameterlist is not valid. Specify a valid value of 1, 2, 3, 4, or 9%'

    OR [Text] Like '%The agent profile creation process cannot validate the specified agent parameter value.% is not a valid value for the% parameter. The value must be an integer. Verify that replication is installed properly and that sp_add_agent_parameter is invoke%'

    OR [Text] Like '%The agent profile creation process cannot validate the specified agent parameter value: the profile_% does not exist or it does not support the parameter%. The value must be an integer. Verify that replication is installed properly and that sp_add_a%'

    OR [Text] Like '%For a .NET Assembly Business Logic Handler, the @resolver_clsid must be specified as NULL%'

    OR [Text] Like '%For a .NET Assembly Business Logic Handler, the @resolver_info must contain the class name in% that implements the Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicModule interface%'

    OR [Text] Like '%L replication is not enabled for database% because its compatibility level is less than 80%'

    OR [Text] Like '%Identity column can only be added to a published table with%'

    OR [Text] Like '%Cannot drop the column% because it is used by replication: it is referenced in a filter or view by article%. To drop the column, you must first remove the filter from the article%'

    OR [Text] Like '%Cannot perform "Disable Trigger All" on table% because it belongs to a publication that supports updatable subscriptions (replication adds triggers to tables for these types of publications). You may, however, disable user triggers individually. Specify%'

    OR [Text] Like '%Can not disable trigger% on table% because it is required by updatable publication%'

    OR [Text] Like '%replication failed to refresh custom procedures, please run%'

    OR [Text] Like '%Can not alter replicated object%'

    OR [Text] Like '%An invalid value was specified for parameter%. The value must be% when changing this property%'

    OR [Text] Like '%is only valid for push subscriptions%'

    OR [Text] Like '%The parameters for security, batch size, and scheduling have been deprecated and should no longer be used. For more information, see the "sp_addsubscriber" documentation%'

    OR [Text] Like '%Cannot change the property% . This property is only valid for subscriptions that allow updating at the Subscriber. The subscription against which the procedure was called does not allow updates at the Subscriber%'

    OR [Text] Like '%Cannot write to the script file in the snapshot folder at the Distributor%. Ensure that there is enough disk space available. Also ensure that the account under which the Snapshot Agent runs has permissions to write to the snapshot folder and its sub%'

    OR [Text] Like '%pecify one and only one of the parameters -% or%'

    OR [Text] Like '%Cannot perform% on% as entry already exists%'

    OR [Text] Like '%Cannot perform% on% as entry does not exist%'

    OR [Text] Like '%Can not add constraints to multiple columns because table% is published but column% is not in all active partitions, please use separate DDL statement%'

    OR [Text] Like '%Can not drop constraints in the same DDL statement which drops columns from table% because the table is published, please use separate DDL statement%'

    OR [Text] Like '%The property% is valid only for%'

    OR [Text] Like '%The% parameters have been deprecated and should no longer be used. For more information, see the% documentation%'

    OR [Text] Like '%The proxy account for jobstep_u% could not be found%'

    OR [Text] Like '%You cannot specify schema_option 0x4 (script identity as identity rather than the base data type) for article%. The value specified for the parameter @identityrangemanagementoption is NONE. To replicate identity as identity, the value must be MANUAL o%'

    OR [Text] Like '%The% already exists. Use% to change any settings/properties%'

    OR [Text] Like '%Only members of the sysadmin fixed server role can perform this operation without specifying%'

    OR [Text] Like '%An error occurred when creating a trace event at Oracle publisher%. The trace event could not be posted%'

    OR [Text] Like '%The primary key for% has% columns. SQL Server supports a maximum of% columns. Redefine the primary key so that it has no more than the maximum number of columns%'

    OR [Text] Like '%The index for the primary key% is at least% bytes. SQL Server supports a maximum key length of% bytes. Reduce the number of columns in the primary key or redefine the columns to use smaller data types%'

    OR [Text] Like '%The distribution agent must be run in single subscription stream mode prior to resetting the subscription xact_seqno%'

    OR [Text] Like '%A replication agent job% for this subscription already exists%'

    OR [Text] Like '%parameter(s) have been deprecated from this procedure. The value(s) should now be specified when calling%'

    OR [Text] Like '%Article% can not support schema_option 0x20 or 0x2000000000 because it contains computed column, check/default constraint or primary key which is based on CLR type column, change @schema_option setting and try again%'

    OR [Text] Like '%Can not add CLR type based computed column or check constraint to table% because article% supports schema_option 0x20%'

    OR [Text] Like '%replication is forcing reinitialization because either publication% uses character mode bcp, or timestamp/identity column is being replicated as base type only for article%'

    OR [Text] Like '%can only be specified/changed for heterogeneous publications when% is set to%'

    OR [Text] Like '%can not be added, an indexed view published as%'

    OR [Text] Like '%Can not alter XML, CLR type or MAX type column because table is published and article% supports the schema option to map this to a base column type%'

    OR [Text] Like '%Can not alter procedure%'

    OR [Text] Like '%Cannot find a distribution agent job for the specified transactional or snapshot push subscription%'

    OR [Text] Like '%Cannot find a merge agent job for the specified merge push subscription%'

    OR [Text] Like '%The specified pull subscription is not configured with a synchronization agent job%'

    OR [Text] Like '%The property% cannot be changed to% after the value has already been set to%'

    OR [Text] Like '%Peer-to-peer publications only support a% value of%. Article% currently has a% value of%. This value must be changed to continue%'

    OR [Text] Like '%Peer-to-peer publications do not support%. Article% currently has%. This must be changed to continue%'

    OR [Text] Like '%Warning: The% property for% has been changed to% because it is required by%'

    OR [Text] Like '%Could not add new article to publication% because of active schema change activities or a snapshot is being generated%'

    OR [Text] Like '%The login% provided in sp_link_publication is not mapped to any user in publishing database%'

    OR [Text] Like '%For a .NET Assembly Business Logic Handler, the .NET Assembly name should be the name of a valid assembly in% that contains the class that implements the Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicModule interface. Check the reg%'

    OR [Text] Like '%Forcing re-initialization for article% in publication%, the clustered index on indexed view% may have been dropped by upgrade or restore process, please re-create the index and re-sync your data%'

    OR [Text] Like '%napshot can not process article% in publication%, the clustered index on indexed view% may have been dropped by upgrade or restore process, please re-create the index and re-run snapshot%'

    OR [Text] Like '%Cannot change subscription property% because there is no entry for this subscription in the MSsubscription_properties table. Call sp_addmergepullsubscription_agent before changing this property%'

    OR [Text] Like '%Table% in database% is subscribing to transactional queued publication and published for merge for uploading changes, this may cause non-convergence between transactional publisher and subscriber%'

    OR [Text] Like '%The current operation was aborted because it would deactivate an article in a publication for which a snapshot was being generated%'

    OR [Text] Like '%FILESTREAM columns cannot be published in a publication by using a synchronization method of either%'

    OR [Text] Like '%Cannot add the SPARSE property to a column for the article% because merge replication does not support sparse columns%'

    OR [Text] Like '%Cannot publish the article% or add the COLUMN_SET attribute set to its base table% because replication does not support column sets%'

    OR [Text] Like '%publication property must be either%'

    OR [Text] Like '%The publication property% can only be set to% when the publication property% is set to%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. The table% belongs to a publication which does not allow switching of partitions%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed. The statement is not allowed because one or more of the tables in this statement is an article with a different destination table or owner%'

    OR [Text] Like '%Cannot add filter between proposed parent article% and proposed child article% since this would introduce a cycle in the filter relationships. The proposed parent is already being filtered by the child%'

    OR [Text] Like '%The value supplied for the change_columns argument of CHANGE_TRACKING_IS_COLUMN_IN_MASK function is not valid. The value must be a bitmask returned by the CHANGETABLE(CHANGES ...) function%'

    OR [Text] Like '%The arguments supplied are not valid for the CHANGES option of the CHANGETABLE function%'

    OR [Text] Like '%The arguments supplied are not valid for the VERSION option of the CHANGETABLE function%'

    OR [Text] Like '%A table returned by the CHANGETABLE function must be aliased%'

    OR [Text] Like '%Change tracking is not enabled on table%'

    OR [Text] Like '%The CHANGETABLE function does not support remote data sources%'

    OR [Text] Like '%is of a data type that is not supported by the CHANGETABLE function. The object must be a user-defined table%'

    OR [Text] Like '%The CHANGE_TRACKING_CONTEXT WITH clause cannot be used with a SELECT statement%'

    OR [Text] Like '%The "context" argument for the CHANGE_TRACKING_CONTEXT WITH clause must be of type varbinary data type with a maximum length of 128%'

    OR [Text] Like '%The number of columns specified in the CHANGETABLE(VERSION ...) function does not match the number of primary key columns for table%'

    OR [Text] Like '%The column% specified in the CHANGETABLE(VERSION ...) function is not part of the primary key for table%'

    OR [Text] Like '%Each primary key column must be specified once in the CHANGETABLE(VERSION ...) function. The column% is specified more than once%'

    OR [Text] Like '% is not allowed because the table is being tracked for change tracking%'

    OR [Text] Like '%Change tracking options for ALTER DATABASE cannot be combined with other ALTER DATABASE options%'

    OR [Text] Like '%Change tracking is enabled for one or more tables in database%. Disable change tracking on each table before disabling it for the database. Use the sys.change_tracking_tables catalog view to obtain a list of tables for which change tracking is enab%'

    OR [Text] Like '%Change tracking is not supported by this edition of SQL Server%'

    OR [Text] Like '%Unexpected%'

    OR [Text] Like '%All articles in the publication passed data validation (rowcount and checksum)%'

    OR [Text] Like '%Not All articles in the publication passed data validation (rowcount only)%'

    OR [Text] Like '%The merge completed with no data changes processed%'

    OR [Text] Like '%Cannot use partition groups with unfiltered publications. Set "use_partition_groups" to "false" using sp_changemergepublication%'

    OR [Text] Like '%Cannot use partition groups because the join filter between the following articles contains one or more functions:% and%'

    OR [Text] Like '%Cannot use partition groups because one or more filters reference the following view, which contains functions%'

    OR [Text] Like '%The publication cannot use precomputed partitions because there is at least one circular reference in the join filters specified for the articles in the publication. To use precomputed partitions, ensure that no circular join filter relationships exist%'

    OR [Text] Like '%was defined as having dynamic filters, but it does not contain any dynamic filters%'

    OR [Text] Like '%The publication was defined as having no dynamic filters, but contains one or more dynamic filters%'

    OR [Text] Like '%Cannot use column of type image, ntext, xml, CLR type, varchar(max), nvarchar(max), or varbinary(max) in a subset or join filter for article%'

    OR [Text] Like '%Cannot add a logical record relationship between tables% and% because a text, image, ntext, xml, varchar(max), nvarchar(max), or varbinary(max) column was referenced in the join clause%'

    OR [Text] Like '%A filtering type changed for the article. 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. Check the documentation for details%'

    OR [Text] Like '%Unable to synchronize the row because the row was updated by a different process outside of replication%'

    OR [Text] Like '%cannot be published because it is published in another merge publication. An article that has a value of 3 for the @partition_options parameter of sp_addmergearticle (nonoverlapping partitions with a single subscription per partition) cannot%'

    OR [Text] Like '%An article cannot use @partition_options 2 or 3 (nonoverlapping partitions) and be a part of a logical record relationship at the same time. Check article%'

    OR [Text] Like '%is published in another merge publication, with a different value specified for the @partition_options parameter of sp_addmergearticle. The specified value must be the same in all merge publications. Either specify the same value as the exist%'

    OR [Text] Like '%The publication% cannot allow multiple subscriptions per partition if it contains articles using @partition_options = 3%'

    OR [Text] Like '%An invalid value was specified for%. Valid values are 0 (none), 1 (enforced partitions), 2 (nonoverlapping partitions with multiple subscriptions per partition), and 3 (nonoverlapping partitions with single subscription per partition)%'

    OR [Text] Like '%Invalid value specified for%'

    OR [Text] Like '%Cannot use a retention period unit other than "days" for publication% because the compatibility level of the publication is lower than 90. Use sp_changemergepublication to set publication_compatibility_level to 90RTM%'

    OR [Text] Like '%Cannot change the retention period unit for publication% because the compatibility level of the publication is lower than 90. Use sp_changemergepublication to set publication_compatibility_level to 90RTM%'

    OR [Text] Like '%Cannot update any column in article% that is used in a logical record relationship clause%'

    OR [Text] Like '%Initialization%'

    OR [Text] Like '%pload of Subscriber changes to the Publisher%'

    OR [Text] Like '%ownload of Publisher changes to the Subscriber%'

    OR [Text] Like '%Character mode publication does not support partitioned tables%'

    OR [Text] Like '%For heterogeneous publications, the% parameters should be specified when calling%'

    OR [Text] Like '%parameter value cannot be updated or changed for heterogeneous publications%'

    OR [Text] Like '%The job_login provided must match the Publisher login specified when adding the distribution Publisher (sp_adddistpublisher)%'

    OR [Text] Like '%Only replication jobs or job schedules can be added, modified, dropped or viewed through replication stored procedures%'

    OR [Text] Like '%se of parameters% is invalid when parameter% is set to%'

    OR [Text] Like '%Cannot change publication% to use sync_mode of "character", because it contains one or more logical record relationships%'

    OR [Text] Like '%Cannot add a logical record relationship in publication% because it uses sync_mode of "character" and could have SQL Server Compact Edition subscribers%'

    OR [Text] Like '%Invalid value for property @subscriber_upload_options. Valid values are 0 (allow uploads), 1 (disable uploads), 2 (disable uploads prohibit subscriber changes), and 3 (disable_outofpartition_subscriber_changes)%'

    OR [Text] Like '%When the publication property @allow_partition_realignment is set to "false", the article property @subscriber_upload_options for all articles in the publication must be set to disable uploads%'

    OR [Text] Like '%Warning: The procedure sp_mergecleanupmetadata has been deprecated. In SQL Server 2000 SP1 and later, the merge agent calls sp_mergemetadataretentioncleanup every time it runs, so manual cleanup of metadata is not needed. Ignoring passed-in parameters and%'

    OR [Text] Like '%Cannot add a logical record relationship in publication% because it allows Web synchronization%'

    OR [Text] Like '%Cannot change publication% to allow Web synchronization because it contains one or more logical record relationships%'

    OR [Text] Like '%A concurrent snapshot is not allowed for snapshot publications%'

    OR [Text] Like '%Vertical partitioning is only allowed for log-based articles%'

    OR [Text] Like '%A shared distribution agent% already exists for this subscription%'

    OR [Text] Like '%Cannot drop identity column% from the vertical partition when identityrangemanagementoption is set to auto%'

    OR [Text] Like '%The type% is invalid. Valid types are "merge", "tran", and "both"%'

    OR [Text] Like '%A valid value for parameter "@resync_date_str" needs to be provided when "@resync_type" is set to 2%'

    OR [Text] Like '%but this subscription has never been successfully validated%'

    OR [Text] Like '%Cannot change publication% to use the sync_mode of "character" because it uses a retention period unit other than "day". Use sp_changemergepublication to set the retention period unit to "day"%'

    OR [Text] Like '%Cannot set the retention period unit to a value other than "day" for publication% because it uses the sync_mode of "character" and may have SQL Server Compact Edition subscribers%'

    OR [Text] Like '%Invalid value for the property%. Valid values are 1 and 0%'

    OR [Text] Like '%The status of the schema change could not be updated because the publication compatibility level is less than 90. Use sp_changemergepublication to set the publication_compatibility_level of publication% to 90RTM%'

    OR [Text] Like '%The status of the schema change could not be updated%'

    OR [Text] Like '%The status of the schema change must be "active" or "skipped"%'

    OR [Text] Like '%Merge replication does not allow filters that reference dynamic functions that take one or more parameters. Check the function%'

    OR [Text] Like '%The requested operation failed because the publication compatibility level is less than 90. Use sp_changemergepublication to set the publication_compatibility_level of publication% to 90RTM%'

    OR [Text] Like '%Cannot change the compatibility level of a publication to a value lower than the existing value%'

    OR [Text] Like '%contains one or more articles that do not upload changes%'

    OR [Text] Like '%ses ddl replication%'

    OR [Text] Like '%ses other than day as unit of retention period%'

    OR [Text] Like '%ses logical records%'

    OR [Text] Like '%contains one or more articles that use subscription-based or partition-based filtering%'

    OR [Text] Like '%contains one or more articles which will not compensate for errors%'

    OR [Text] Like '%contains one or more schema only articles%'

    OR [Text] Like '%contains one or more articles that use automatic identity range management%'

    OR [Text] Like '%contains one or more articles that use datatypes new in SQL Server 2000%'

    OR [Text] Like '%contains one or more articles with a timestamp column%'

    OR [Text] Like '%ses snapshot compression with snapshot_in_defaultfolder set to false%'

    OR [Text] Like '%contains one or more articles that use vertical partitioning%'

    OR [Text] Like '%has to be set to disable uploads%'

    OR [Text] Like '%Invalid failover_mode value of%'

    OR [Text] Like '%Failed to add subscription because the allowed number of% subscriptions for SQL Workgroup Edition Publisher% would be exceeded. The maximum allowed number is%'

    OR [Text] Like '%Cannot change publication% to disallow use_partition_groups because it contains one or more logical record relationships%'

    OR [Text] Like '%The subscription to publication% was not found but a shared agent does exist. To specify a subscription to a publication that is replicated via a shared agent specify% for the publication name%'

    OR [Text] Like '%Cannot publish database% because it is marked as published on a different server%'

    OR [Text] Like '%cannot be added or modified in publication%'

    OR [Text] Like '%The replication of FILESTREAM columns is not supported for publications%'

    OR [Text] Like '%cannot be added or modified in%'

    OR [Text] Like '%not compatible with the%'

    OR [Text] Like '%The schema option to script out the FILESTREAM attribute on varbinary(max) columns has been enabled for article%. Enabling this option after the article is created can cause replication to fail when the data in a FILESTREAM column exceeds 2GB and ther%'

    OR [Text] Like '%Column% cannot be added or modified in article% of publication%. The DDL operatoin on hierarchyid and FILESTREAM columns is not supported for publications that have a % of 1 (character mode) or with a lower than 90RTM backward compat%'

    OR [Text] Like '%tarting the Change Data Capture Collection Agent job. To report on the progress of the operation, query the sys.dm_cdc_log_scan_sessions dynamic management view%'

    OR [Text] Like '%tarting the Change Data Capture Cleanup Agent job using low watermark%'

    OR [Text] Like '%Change Data Capture has scanned the log from LSN{%} to LSN{%},% transactions with% commands have been extracted. To report on the progress of the operation, query the sys.dm_cdc_log_scan_sessions dynamic management view%'

    OR [Text] Like '%Change Data Capture cannot proceed with the job-related action because transactional replication is enabled on database% but Distributor information cannot be retrieved to determine the state of the logreader agent. Make the Distributor database availab%'

    OR [Text] Like '%For more information, query the sys.dm_cdc_errors dynamic management view%'

    OR [Text] Like '%is not valid. You must specify a non-zero ID that has never been used in the topology%'

    OR [Text] Like '%The publication property% cannot be modified because the peer-to-peer publication% is not enabled for conflict detection. To enable the publication for conflict detection, use sp_configure_peerconflictdetection%'

    OR [Text] Like '%must be enabled for peer-to-peer replication before you execute this procedure. To enable the publication for peer-to-peer replication, use sp_changepublication%'

    OR [Text] Like '%The existing conflict table% was dropped%'

    OR [Text] Like '%is not val%'

    OR [Text] Like '%The roundtrip time-out must be greater than 0%'

    OR [Text] Like '%The roundtrip% finished with timeout: % seconds%'

    OR [Text] Like '%The topology contains peer node versions that do not support conflict detection. To use conflict detection, ensure that all nodes in the topology are SQL Server 2008 or later versions%'

    OR [Text] Like '%The topology contains a duplicate originator ID. To use conflict detection, the originator ID must be unique across the topology%'

    OR [Text] Like '%A conflict of type% was detected at peer% between peer% (incoming), transaction % and peer% (on disk), transaction %'

    OR [Text] Like '%The qualified table name% is too long to be enabled for peer-to-peer conflict detection%'

    OR [Text] Like '%A delete-delete conflict was detected and resolved. The row could not be deleted from the peer since the row does not exist. The incoming delete was skipped%'

    OR [Text] Like '%A delete-update conflict between peer% (incoming) and peer% (on disk) was detected and could not be resolved automatically. The incoming delete was skipped by peer%. The conflict has to be resolved manually to guarantee data convergence between the%'

    OR [Text] Like '%A delete-update conflict between peer% (incoming) and peer% (on disk) was detected and resolved. The incoming delete was applied to peer%'

    OR [Text] Like '%An update-update conflict between peer% (incoming) and peer% (on disk) was detected and resolved. The incoming update was skipped by peer%'

    OR [Text] Like '%An update-update conflict between peer% (incoming) and peer% (on disk) was detected and resolved. The incoming update was applied to peer%'

    OR [Text] Like '%An update-delete conflict was detected and unresolved. The row could not be updated since the row does not exist. The incoming update was skipped. Check the priority of the destination peer and run data validation to ensure the delete conflict did not re%'

    OR [Text] Like '%An insert-insert conflict between peer% (incoming) and peer% (on disk) was detected and resolved. The incoming insert was skipped by peer%'

    OR [Text] Like '%An insert-insert conflict between peer% (incoming) and peer% (on disk) was detected and resolved. The incoming insert was applied to peer%'

    OR [Text] Like '%Peer-to-peer conflict detection alert%'

    OR [Text] Like '%The publication% was already% for peer-to-peer conflict detection%'

    OR [Text] Like '%failed. The values specified for the @ins_cmd, @del_cmd or @upd_cmd cannot be appended with schema name% within the size limit%'

    OR [Text] Like '%Could not update the metadata that indicates database% is enabled for Change Data Capture. The failure occurred when executing the command%'

    OR [Text] Like '%Could not update the metadata that indicates database% is not enabled for Change Data Capture. The failure occurred when executing the command%'

    OR [Text] Like '%Could not update the metadata that indicates table% is enabled for Change Data Capture. The failure occurred when executing the command%. The error returned was%'

    OR [Text] Like '%Could not update the metadata that indicates table% is not enabled for Change Data Capture. The failure occurred when executing the command%. The error returned was%'

    OR [Text] Like '%Could not modify the the verbose logging status for table%. The failure occurred when executing the command%. The error returned was%. Use the action and error to determine the cause of the failure and resubmit the request%'

    OR [Text] Like '%Could not update the metadata for database% to indicate that a Change Data Capture job has been dropped. The failure occurred when executing the command%. The error returned was%. Use the action and error to determine the cause of the failur%'

    OR [Text] Like '%Could not update the metadata for database% to indicate that a Change Data Capture job has been added. The failure occurred when executing the command%. The error returned was%'

    OR [Text] Like '%Could not delete table entries or drop objects associated with capture instance%. The failure occurred when executing the command%. The error returned was%. Use the action and error to determine the cause of the failure and resubmit the re%'

    OR [Text] Like '%All columns of a CDC unique index must be defined as NOT NULL. Index% selected as the CDC unique index for source table% does not meet this requirement. Define all columns of the selected index as NOT NULL or select another unique index as the%'

    OR [Text] Like '%The application lock request% needed to modify Change Data Capture metadata was not granted. The value returned from the request was%: -1 = timeout; -2 = canceled; -3 = deadlock victim; -999 validation or other call error. Examine the error cause an%'

    OR [Text] Like '%Could not upgrade the metadata for database% that is enabled for Change Data Capture. The failure occurred when executing the action%. The error returned was%. Use the action and error to determine the cause of the failure and resubmit the%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed because the partitioned destination table is enabled for Change Data Capture and does not have @allow_partition_switch set to 1%'

    OR [Text] Like '%ALTER TABLE SWITCH statement failed because the partitioned source table is enabled for Change Data Capture and does not have @allow_partition_switch set to 1%'

    OR [Text] Like '%option must be either 1 or 0%'

    OR [Text] Like '%The threshold value specified for the Change Data Capture cleanup process must be greater than 0. When creating or modifying the cleanup job, specify a positive threshold value. If this error is encountered when executing the sys.sp_cdc_cleanup_change_tab%'

    OR [Text] Like '%Could not update cdc.change_tables to indicate a change in the low water mark for database%'

    OR [Text] Like '%Could not delete change table entries made obsolete by a change in one or more low water marks for capture instances of database%. The failure occurred when executing the command%. The error returned was%'

    OR [Text] Like '%Could not delete obsolete entries in the cdc.lsn_time_mapping table for database%. The failure occurred when executing the command%. The error returned was%'

    OR [Text] Like '%Can not enable Change Data Capture on table% or add ColumnSet column to it because CDC does not support ColumnSet%'

    OR [Text] Like '%Warning: The @allow_partition_switch parameter is set to 1. Change data capture will not track changes introduced in the table resulting from a partition switch which will cause data inconsistency when changes are consumed. Refer to books online for more%'

    OR [Text] Like '%Warning: The @allow_partition_switch parameter is set to 0. ALTER TABLE ... SWITCH PARTITION statement will be disallowed on this partitioned table. Refer to books online for more information about partition switching behavior when using Change Data Captu%'

    OR [Text] Like '%Warning: The @allow_partition_switch parameter must be 1 for tables that are not partitioned. The explicit setting of the parameter to 0 was ignored. Refer to books online for more information about partition switching behavior when using Change Data Capt%'

    OR [Text] Like '%Unable to add entries to the Change Data Capture LSN time mapping table to reflect dml changes applied to the tracked tables. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Log Scan process failed in processing log records. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Log scan process failed in processing a ddl log record. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Unable to upgrade database%'

    OR [Text] Like '%The database snapshot% does not exist. Correct the parameter value and resubmit the request%'

    OR [Text] Like '%Failed to insert rows into Change Data Capture change tables. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%The call to sp_MScdc_capture_job by the Capture Job for database% failed. Look at previous errors for the cause of the failure%'

    OR [Text] Like '%is not enabled for Change Data Capture. Ensure that the correct database context is set and retry the operation. To report on the databases enabled for Change Data Capture, query the is_cdc_enabled column in the sys.databases catalog vie%'

    OR [Text] Like '%Caller is not authorized to initiate the requested action. Sysadmin privileges are required%'

    OR [Text] Like '%Another connection is already running%'

    OR [Text] Like '%Caller is not authorized to initiate the requested action. DBO privileges are required%'

    OR [Text] Like '%is already enabled for Change Data Capture. Ensure that the correct database context is set, and retry the operation. To report on the databases enabled for Change Data Capture, query the is_cdc_enabled column in the sys.databases catalog vi%'

    OR [Text] Like '%cannot be enabled for Change Data Capture because a database user%'

    OR [Text] Like '%Parameter @role_name cannot be empty. Specify a value for @role_name and retry the operation. Supply null as the value if no role is to be used to gate access to captured change data%'

    OR [Text] Like '%Could not create the Change Data Capture objects in database%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Failed to cleanup the cdc.lsn_time_mapping table in database% when the last database table enabled for Change Data Capture was disabled. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%The cleanup request for database% failed. The database is not enabled for Change Data Capture%'

    OR [Text] Like '%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. When Change Data Capture and transactional replication are both enabled on a database, use the logre%'

    OR [Text] Like '%Could not drop the Change Data Capture objects in database%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Only members of the sysadmin or db_owner or db_ddladmin roles can perform this operation when Change Data Capture is enabled for a database%'

    OR [Text] Like '%Could not grant SELECT permission for the change enumeration functions for capture instance% and source table% for the specified role. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%One or more columns in the list of included columns was not a captured column of the change table%'

    OR [Text] Like '%One or more columns in the list of columns needing update flags was not a captured column of the change table%'

    OR [Text] Like '%The named capture instance% does not exist for database%'

    OR [Text] Like '%Unable to generate scripts for all capture instances that the caller is authorized to access%'

    OR [Text] Like '%Could not compute the new low endpoint for database% from retention%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not clean up change tables for database%. A failure occurred when attempting to clean up the database change tables based upon the current retention time. Refer to previous errors in the current session to identify the cause and correct any asso%'

    OR [Text] Like '%The number of columns captured by capture instance% exceeds the maximum allowed number:%. Use the @captured_columns_list parameter to specify a subset of the columns less than or equal to the maximum allowed and resubmit the request%'

    OR [Text] Like '%Could not create a capture instance because the capture instance name% already exists in the current database. Specify an explicit unique name for the parameter @capture_instance%'

    OR [Text] Like '%Capture instance name% exceeds the length limit of 100 characters. Specify a name that satisfies the length constraint%'

    OR [Text] Like '%Index name% is not an index for table%. Specify a valid index name for the table%'

    OR [Text] Like '%Index% must be either a primary key or a unique index for table%. Specify an index that meets at least one of these requirements%'

    OR [Text] Like '%Could not locate% as a column of source table%. Specify a valid column name%'

    OR [Text] Like '%ource table% does not exist in the current database. Ensure that the correct database context is set. Specify a valid schema and table name for the database%'

    OR [Text] Like '%is invalid. Specify a valid name%'

    OR [Text] Like '%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%'

    OR [Text] Like '%Could not remove DDL history entries in the Change Data Capture metadata for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not retrieve column information for index% of source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Columns specified in the captured column list could not be mapped to columns in source table%. Verify that the columns specified in the parameter @captured_column_list are delimited properly and match columns in the source table%'

    OR [Text] Like '%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 columns of the source table, or the columns defined for the index specified in the parameter @index_name to the li%'

    OR [Text] Like '%Could not create the specified database role% for gating access to change table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not add column information%'

    OR [Text] Like '%Could not add column information to the cdc.captured_columns system table for source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not create the change table for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not create the change enumeration functions for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not update the Change Data Capture metadata for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not remove index column entries in the Change Data Capture metadata for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not remove captured column entries in the Change Data Capture metadata for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not drop Change Data Capture objects created for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not remove Change Data Capture metadata for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not cleanup change tables for capture instance% using low end point%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not obtain the maximum %'

    OR [Text] Like '%Could not obtain the minimum %'

    OR [Text] Like '%is not within the Change Data Capture timeline%'

    OR [Text] Like '%Could not create the function to query for all changes for capture instance%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not create the function to query for net changes for capture instance%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Change data capture instance% has not been enabled for the source table%. Use sys.sp_cdc_help_change_data_capture to verify the capture instance name and retry the operation%'

    OR [Text] Like '%Could not create a nonclustered index to support net change tracking for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Two capture instances already exist for source table%. A table can have at most two capture instances. If the current tracking options are not appropriate, disable change tracking for the obsolete instance by using sys.sp_cdc_disable_table and retr%'

    OR [Text] Like '%cannot be null or empty. Specify a value for the named parameter and retry the operation%'

    OR [Text] Like '%specified as the new low end point for change table cleanup must represent the start% value of a current entry in the cdc.lsn_time_mapping table. Choose an LSN value that satisfies this requirement%'

    OR [Text] Like '%A quoted column in the column list is not properly terminated. Verify that columns are correctly delimited and retry the operation%'

    OR [Text] Like '%Could not create table dbo.systranschemas in database%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not create a clustered index for table dbo.systranschemas in database%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not create DDL trigger% when enabling Change Data Capture for database%. Additional messages in the SQL Server error log and system event log may provide more detail%'

    OR [Text] Like '%The value for parameter @maxscans specified for the Change Data Capture job must be greater than 0%'

    OR [Text] Like '%Could not allocate memory for the log reader history cache. Verify 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 application is excessively consum%'

    OR [Text] Like '%When calling stored procedure [sys].sp_cdc_help_change_data capture, if either @source_schema or @source_name is non-null and non-empty, the other parameter must also be non-null and non-empty%'

    OR [Text] Like '%The specified filegroup% is not a valid filegroup for database%. Specify a valid existing filegroup or create the named filegroup, and retry the operation%'

    OR [Text] Like '%Tables contained in the cdc schema cannot be enabled for Change Data Capture%'

    OR [Text] Like '%ource table% contains one of the following reserved column names: __$start%, __$end%, __$seqval, __$operation, and __$update_mask. To enable Change Data Capture for this table, specify a captured column list and ensure that these columns are ex%'

    OR [Text] Like '%Could not alter column% of change table% in response to a data type change in the corresponding column of the source table%. The Change Data Capture meta data for source table% no longer accurately reflects the source table. Refer to previ%'

    OR [Text] Like '%Unable to update DDL history information to reflect columns changes applied to the tracked table associated with change table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%Could not update the cdc.captured_columns entry for column% of change table% to reflect a data type change in the corresponding column of the source table%. Change Data Capture column meta data for table% no longer accurately reflects the%'

    OR [Text] Like '%is used by Change Data Capture. The constraint using this index cannot be dropped or disabled%'

    OR [Text] Like '%The unique index% on table% is disabled and cannot be used as a unique index by Change Data Capture. Enable the index%'

    OR [Text] Like '%Object does not exist or access is denied%'

    OR [Text] Like '%Could not create internal stored procedures used to populate the change table for capture instance% and source table%. Refer to previous errors in the current session to identify the cause and correct any associated problems%'

    OR [Text] Like '%The unique index% on source table% is used by Change Data Capture. To alter or drop the index, you must first disable Change Data Capture on the table%'

    OR [Text] Like '%An error occurred while waiting on the log reader history cache event. This error is reported by the internal task scheduling and might be transient. Retry the operation%'

    OR [Text] Like '%Change data capture has not been enabled for source table%. 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 the sys.tables catalog view%'

    OR [Text] Like '%Could not allocate memory for Change Data Capture population. Verify that SQL Server has sufficient memory for all operations. Check the physical and virtual memory settings on the server and examine memory usage to see if another application is consuming%'

    OR [Text] Like '%Change Data Capture population failed writing blob data for one or more large object columns. Verify that SQL Server has sufficient memory for all operations. Check the physical and virtual memory settings on the server and examine memory usage to see if%'

    OR [Text] Like '%This instance of SQL Server is the%. Change data capture is only available in the Enterprise, Developer, and Enterprise Evaluation editions%'

    OR [Text] Like '%Could not enable Change Data Capture for database%. Change data capture is not supported on system databases, or on a distribution database%'

    OR [Text] Like '%The value specified for the parameter @pollinginterval cannot exceed 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)%'

    OR [Text] Like '%The value specified for the parameter @maxtrans must be greater than 0%'

    OR [Text] Like '%The specified @job_type% is not supported%'

    OR [Text] Like '%The Change Data Capture job table containing job information for % cannot be found in the msdb system database%'

    OR [Text] Like '%The retention value specified for the Change Data Capture cleanup process must be greater than 0 and less than or equal to 52594800. When creating or modifying the cleanup job, specify a retention value (in minutes) that is within that range. If this erro%'

    OR [Text] Like '%A value for the parameter @retention cannot be specified when the job type is%'

    OR [Text] Like '%When adding or modifying the CDC cleanup job, @pollinginterval, @maxtrans, @maxscans, and @continuous may not be assigned non-null values%'

    OR [Text] Like '%The Change Data Capture% job does not exist in the system table%'

    OR [Text] Like '%The value specified for the parameter @continuous must be 0 or 1%'

    OR [Text] Like '%The value specified for the parameter @pollinginterval must be null or 0 when the stored procedure%'

    OR [Text] Like '%The WinFS share permissions have become corrupted%'

    OR [Text] Like '%Invalid input parameter(s)%'

    OR [Text] Like '%Access is denied%'

    OR [Text] Like '%Item does not exist%'

    OR [Text] Like '%Folder already exists%'

    OR [Text] Like '%Folder does not exist%'

    OR [Text] Like '%Operation violates hierarchical namespace uniqueness%'

    OR [Text] Like '%Container is not empty%'

    OR [Text] Like '%Item cannot be copied onto itself%'

    OR [Text] Like '%coping path does not exist or is inval%'

    OR [Text] Like '%Container does not exist%'

    OR [Text] Like '%No more items to enumerate%'

    OR [Text] Like '%Item does not exist in the given scope%'

    OR [Text] Like '%Transaction not in active state%'

    OR [Text] Like '%Item either does not exist or it is not a file-backed one%'

    OR [Text] Like '%haring violation%'

    OR [Text] Like '%Transaction bindtoken must be null when called within the context of a transaction%'

    OR [Text] Like '%Inconsistent StreamSize and/or AllocationSize data%'

    OR [Text] Like '%File-backed item does not exist%'

    OR [Text] Like '%ItemId of folder% not found%'

    OR [Text] Like '%does not exist in Catalog%'

    OR [Text] Like '%Could not delete Share% in Catalog%'

    OR [Text] Like '%tore item not found in Catalog%'

    OR [Text] Like '%Could not delete Store item in Catalog%'

    OR [Text] Like '%tore database name not found in Catalog%'

    OR [Text] Like '%Could not create share to the ItemPath%'

    OR [Text] Like '%Could not add Share item for% in Catalog%'

    OR [Text] Like '%ItemPath% does not exist in Store%'

    OR [Text] Like '%Could not update Store state in Catalog%'

    OR [Text] Like '%Could not start Store Manager. Please look in WinFS UT Log for details%'

    OR [Text] Like '%Itempath% is a compound item%'

    OR [Text] Like '%Operation failed with HRESULT%'

    OR [Text] Like '%Multiple store items were found for the given store name in the catalog%'

    OR [Text] Like '%Cannot create a store with the specified name, it already exists%'

    OR [Text] Like '%Cannot delete the system stores (Catalog or DefaultStore)%'

    OR [Text] Like '%tore not found%'

    OR [Text] Like '%A share with the same name already exists%'

    OR [Text] Like '%Could not find a share with the specified name%'

    OR [Text] Like '%The specified itempath is inval%'

    OR [Text] Like '%Cannot delete system shares (Catalog or DefaultStore)%'

    OR [Text] Like '%ystem error occurred%'

    OR [Text] Like '%WinFS could not find the specified volume%'

    OR [Text] Like '%WinFS Store manager is not ready for requests%'

    OR [Text] Like '%WinFS Store Manager currently does not support non-system volumes%'

    OR [Text] Like '%There was a timeout trying to get a lock on the volume object for this operation%'

    OR [Text] Like '%The specified volume is not mounted or is not supported by WinFS%'

    OR [Text] Like '%Access Denied. Look in the WinFS UT log for more details%'

    OR [Text] Like '%Invalid argument(S)%'

    OR [Text] Like '%Itempath does not exist in Store%'

    OR [Text] Like '%Not enough memory available in the system to process the request%'

    OR [Text] Like '%The Disk or File Group is full%'

    OR [Text] Like '%Error accessing files on disk. Refer to the WinFS UT log for more information%'

    OR [Text] Like '%The database operation was rolled back due to a deadlock. Refer to WinFS UT log for details%'

    OR [Text] Like '%Cannot call sp_winfs_deletestore on a connection to the store specified for delete%'

    OR [Text] Like '%Could not initialize the WSM memory clerk during startup%'

    OR [Text] Like '%Could not initialize the WSM memory object during startup%'

    OR [Text] Like '%Could not initialize WSM tracing during startup%'

    OR [Text] Like '%Item container does not exist%'

    OR [Text] Like '%Owning Item does not exist%'

    OR [Text] Like '%NamespaceName is empty or exceeds the maximum length%'

    OR [Text] Like '%Invalid Source endpoint type%'

    OR [Text] Like '%Invalid Target endpoint type%'

    OR [Text] Like '%A File-backed item must be a compound item type%'

    OR [Text] Like '%A File Backed Item may not contain other Items%'

    OR [Text] Like '%ource Item does not exist%'

    OR [Text] Like '%Item with name already exists in container%'

    OR [Text] Like '%New container cannot be a sub-container of item%'

    OR [Text] Like '%Item does not exist%'

    OR [Text] Like '%Item can not be deleted if it has children%'

    OR [Text] Like '%Target Item does not exist%'

    OR [Text] Like '%Invalid Namespace Name%'

    OR [Text] Like '%Operation can not be called inside a un-committable transaction%'

    OR [Text] Like '%Win32 file handle is open for item%'

    OR [Text] Like '%Cannot change ContainerId when replacing item%'

    OR [Text] Like '%This procedure is reserved and cannot be called%'

    OR [Text] Like '%File stream cannot be null%'

    OR [Text] Like '%Container ids must be the same%'

    OR [Text] Like '%The request could not be performed because of an device I/O error%'

    OR [Text] Like '%ystem error occurred {ErrorCode:%}%'

    OR [Text] Like '%Not enough memory available in the system to process the request%'

    OR [Text] Like '%nspecified error(s) occurred%'

    OR [Text] Like '%The specified Publisher is not enabled as a remote Publisher at this Distributor. Ensure the value specified for the parameter @publisher is correct, and that the Publisher is enabled as a remote Publisher at the Distributor%'

    OR [Text] Like '%pgrade of the distribution database MSmerge_subscriptions table failed. Rerun the upgrade procedure in order to upgrade the distribution database%'

    OR [Text] Like '%It is invalid to drop the default constraint on the rowguid column that is used by merge replication%'

    OR [Text] Like '%The new column cannot be added to article% because it has more than% replicated columns%'

    OR [Text] Like '%Cannot synchronize the subscription because the schemas of the article at the Publisher and the Subscriber do not match. It is likely that pending schema changes have not yet been propagated to the Subscriber. Run the Merge Agent again to propagate the ch%'

    OR [Text] Like '%The merge replication views could not be regenerated after performing the data definition language (DDL) operation%'

    OR [Text] Like '%specified while executing sp_changemergearticle on % for the%'

    OR [Text] Like '%The constraint is used by merge replication for identity management and cannot be dropped directly. Execute sp_changemergearticle @publication, @article, "identityrangemanagementoption", "none" to disable merge identity management, which will also drop th%'

    OR [Text] Like '%Cannot add an identity column since the table is published for merge replication%'

    OR [Text] Like '%Cannot perform alter table because the table is published in one or more publications with a publication_compatibility_level of lower than %. Use sp_repladdcolumn or sp_repldropcolumn%'

    OR [Text] Like '%p_repladdcolumn does not allow adding columns of datatypes that are new to this release%'

    OR [Text] Like '%chema Changes and Bulk Inserts%'

    OR [Text] Like '%Prepare Dynamic Snapshot%'

    OR [Text] Like '%Failed to execute the command% through xp_cmdshell. Detailed error information is returned in a result set%'

    OR [Text] Like '%Precomputed partitions cannot be used because articles% and% are part of a join filter and at least one of them has a constraint with a CASCADE action defined%'

    OR [Text] Like '%The logical record relationship between articles% and% cannot be added because at least one of the articles has a constraint with a CASCADE action defined%'

    OR [Text] Like '%The article cannot be created on table% because it has more than% columns and column-level tracking is being used. Either reduce the number of columns in the table or change to row-level tracking%'

    OR [Text] Like '%Replication stored procedure sp_MSupdategenhistory failed to update the generation%. This generation will be retried in the next merge%'

    OR [Text] Like '%The snapshot storage option (@snapshot_storage_option) must be%'

    OR [Text] Like '%Stored procedures containing table-value parameters cannot be published as%'

    OR [Text] Like '%incompatible with the use of character mode bcp for snapshot generation%'

    OR [Text] Like '%Cannot add a sparse column or a sparse column set because the table is published for merge replication. Merge replication does not support sparse columns%'

    OR [Text] Like '%The proc sp_registercustomresolver cannot proceed because it is not run in the context of the distribution database, or the distribution database is not properly upgraded%'

    OR [Text] Like '%The extended event engine is out of memory%'

    OR [Text] Like '%encountered a configuration error during initialization. Object cannot be added to the event session%'

    OR [Text] Like '%could not be added. The maximum number of singleton targets has been reached%'

    OR [Text] Like '%The extended event engine is disabled%'

    OR [Text] Like '%could not be added. The maximum number of packages has been reached%'

    OR [Text] Like '%The extended event engine could not be initialized. Check the SQL Server error log and the Windows event logs for information about possible related problems%'

    OR [Text] Like '%The extended event engine has been disabled by startup options. Features that depend on extended events may fail to start. %'

    OR [Text] Like '%is invalid, or the object could not be found%'

    OR [Text] Like '%have been violated. The object does not support binding to actions or predicates. Event not added to event session%'

    OR [Text] Like '%already exists in the event session. Object cannot be added to the event session%'

    OR [Text] Like '%the customizable attribute,%, does not exist%'

    OR [Text] Like '%The predicate expression bound to% ,%, has mismatching types%'

    OR [Text] Like '%already exists. Choose a unique name for the event session%'

    OR [Text] Like '%The specified buffer size is less than the minimum size%'

    OR [Text] Like '%The buffer size specified exceeds the maximum size%'

    OR [Text] Like '%The dispatch latency specified is below the minimum size%'

    OR [Text] Like '%An attempt was made to add an asynchronous target to a session with a maximum memory of 0. For asynchronous targets to be added to a session, the session must have a maximum memory greater than 0%'

    OR [Text] Like '%ource and comparator types of the predicate do not match%'

    OR [Text] Like '%Event data exceeded allowed maximum%'

    OR [Text] Like '%exceeds the number of allowable bound actions%'

    OR [Text] Like '%Maximum event size is smaller than configured event session memory. Specify a larger value for maximum event size, or specify 0%'

    OR [Text] Like '%the parameter% passed is invalid%'

    OR [Text] Like '%Mandatory customizable attributes are missing for%'

    OR [Text] Like '%can not be added to an event session that specifies no event loss%'

    OR [Text] Like '%cannot be bound to the event session%'

    OR [Text] Like '%is invalid%'

    OR [Text] Like '%can not coexist. Please remove one%'

    OR [Text] Like '%was specified multiple times%'

    OR [Text] Like '%the value specified for customizable attribute% did not match the expected type%'

    OR [Text] Like '%does not exist in the event session. Object cannot be dropped from the event session%'

    OR [Text] Like '%The extended event engine failed unexpectedly while performing an operation%'

    OR [Text] Like '%Invalid event session name%. Temporary event sessions are not allowed%'

    OR [Text] Like '%The event session option% is set more than once. Remove the duplicate session option and re-issue the statement%'

    OR [Text] Like '%The event session option% has an invalid value. Correct the value and re-issue the statement%'

    OR [Text] Like '%The event session has already been stopped%'

    OR [Text] Like '%The event session has already been started%'

    OR [Text] Like '%could not be found%'

    OR [Text] Like '%Event session option% cannot be changed while the session is running. Stop the event session before changing this session option%'

    OR [Text] Like '%specified exceeds the maximum allowed value. Specify a smaller configuration value%'

    OR [Text] Like '%One or more event sessions failed to start. Refer to previous errors in the current session to identify the cause, and correct any associated problems%'

    OR [Text] Like '%Event session% failed to start. Refer to previous errors in the current session to identify the cause, and correct any associated problems%'

    OR [Text] Like '%Failed to parse an event predicate%'

    OR [Text] Like '%An invalid comparison operator was specified for an event predicate%'

    OR [Text] Like '%The value specified for% is inval%'

    OR [Text] Like '%The predicate on event% is invalid. Operator% is not defined for type%,%'

    OR [Text] Like '%The predicate on event% exceeds the maximum length of% characters%'

    OR [Text] Like '%The operating system returned error% while reading from the file%'

    OR [Text] Like '%The log file name% is invalid. Verify that the file exists and that the SQL Server service account has access to it%'

    OR [Text] Like '%Initial file name and initial offset must be specified as a pair. Please correct the parameters and retry your query%'

    OR [Text] Like '%skipping records%'

    OR [Text] Like '%The metadata file name% is invalid. Verify that the file exists and that the SQL Server service account has access to it%'

    OR [Text] Like '%The offset% is invalid for log file%Specify an offset that exists in the log file and retry your query%'

    OR [Text] Like '%An error occurred while obtaining metadata information from the file%The file may be damaged%'

    OR [Text] Like '%Predicate too large for display%'

    OR [Text] Like '%KB buffer size specified is too low for the ETW target. Increase the size and retry your command%'

    OR [Text] Like '%The log file path% to the ETW target is invalid. Verify that the path exists and that the SQL Server startup account has access to the log file%'

    OR [Text] Like '%The session name specified exceeds the maximum length of% characters%'

    OR [Text] Like '%The operating system returned error 5 (ACCESS_DENIED) while creating an ETW tracing session%'

    OR [Text] Like '%is invalid for the event%. Verify that the field exists and try your command again%'

    OR [Text] Like '%does not exist. Verify that the action exists and try your command again%'

    OR [Text] Like '%The filtering event% does not exist. Verify that the event exists and try your command again%'

    OR [Text] Like '%The source type% is invalid. Valid types are 0 for event fields or 1 for actions%'

    OR [Text] Like '%The slot count% exceeds the maximum slot count size of%Reduce the slot count value and try your command again%'

    OR [Text] Like '%The column or action name specified exceeds the maximum length of% characters%'

    OR [Text] Like '%The event% was not found%'

    OR [Text] Like '%The column% was not found%'

    OR [Text] Like '%The action% was not found%'

    OR [Text] Like '%The number of begin and end columns must match. Specify the same number of columns for begin and end matching%'

    OR [Text] Like '%The number of begin and end actions must match. Specify the same number of actions for begin and end matching%'

    OR [Text] Like '%The begin and end columns at position% are not of the same type. Specify matching columns that are the same type and try your command again%'

    OR [Text] Like '%The begin and end action at postition% are not of the same type. Specify matching actions that are the same type and try your command again%'

    OR [Text] Like '%The operating system returned error% while creating the file%Verify that the path exists and that the SQL Server startup account has access to the location%'

    OR [Text] Like '%Counter target could not add package% to the list of packages to count. Events from this package will not be counted%'

    OR [Text] Like '%Ring Buffer target could not add package% to the package occurrence list. Events from this package will not be kept based on occurrence number%'

    OR [Text] Like '%The server could not load the certificate it needs to initiate an SSL connection%'

    OR [Text] Like '%The server was unable to initialize encryption because of a problem with a security library. The security library may be missing. Verify that security.dll exists on the system%'

    OR [Text] Like '%The server has attempted to initialize SSL encryption when it has already been initialized. This indicates a problem with SQL Server. Contact Technical Support%'

    OR [Text] Like '%Unable to load user-specified certificate [Cert Hash(sha1) "%"]. The server will not accept a connection. You should verify that the certificate is correctly installed. See "Configuring Certificate for Use by SSL" in Books Online%'

    OR [Text] Like '%Unable to load user-specified certificate. Because connection encryption is required, the server will not be able to accept any connections. You should verify that the certificate is correctly installed. See "Configuring Certificate for Use by SSL" in Boo%'

    OR [Text] Like '%Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate%'

    OR [Text] Like '%Tcp port is already in use%'

    OR [Text] Like '%Server failed to listen on%'

    OR [Text] Like '%HTTP authentication failed%'

    OR [Text] Like '%Virtual Interface Architecture protocol is not supported for this particular edition of SQL Server%'

    OR [Text] Like '%Server named pipe provider failed to listen on%'

    OR [Text] Like '%Server shared memory provider is ready for clients to connect%'

    OR [Text] Like '%Server shared memory provider failed to initialize%'

    OR [Text] Like '%Server VIA provider is ready for clients to connect%'

    OR [Text] Like '%Server VIA provider failed to initialize%'

    OR [Text] Like '%The SQL Server Network Interface library was unable to execute polite termination due to outstanding connections. It will proceed with immediate termination%'

    OR [Text] Like '%The SQL Server Network Interface library was unable to close socket handle due to a closesocket failure under memory pressure. Winsock error%'

    OR [Text] Like '%The SQL Server Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service%'

    OR [Text] Like '%The SQL Server Network Interface library could not deregister the Service Principal Name (SPN) for the SQL Server service%'

    OR [Text] Like '%The SQL Server Network Interface library was unable to load SPN related library%'

    OR [Text] Like '%erver TCP provider has stopped listening on port % due to a failure%'

    OR [Text] Like '%erver HTTP provider has stopped listening due to a failure%'

    OR [Text] Like '%erver named pipe provider has stopped listening on % due to a failure%'

    OR [Text] Like '%erver shared memory provider has stopped listening due to a failure%'

    OR [Text] Like '%erver local connection provider failed to listen%'

    OR [Text] Like '%erver local connection provider has stopped listening%'

    OR [Text] Like '%QL Server Network Interfaces failed to initialize listeners%'

    OR [Text] Like '%Could not find any IP address that this SQL Server instance depends upon. Make sure that the cluster service is running, that the dependency relationship between SQL Server and Network Name resources is correct, and that the IP addresses on which this SQL%'

    OR [Text] Like '%The SQL Server failed to initialize VIA support library%'

    OR [Text] Like '%Failed to update the dedicated administrator connection (DAC) port number in the registry%'

    OR [Text] Like '%Failed to determine the fully qualified domain name of the computer while initializing SSL support%'

    OR [Text] Like '%A TCP provider is enabled, but there are no TCP listening ports configured. The server cannot accept TCP connections%'

    OR [Text] Like '%Failed to determine the fully qualified domain name of the computer while composing the Service Principal Name (SPN)%'

    OR [Text] Like '%Invalid parameter detected while initializing TCP listening port%'

    OR [Text] Like '%A null or invalid SqlCommand object was supplied to Fuzzy Lookup Table Maintenance by SQLCLR. Reset the connection%'

    OR [Text] Like '%Bad token encountered during tokenization%'

    OR [Text] Like '%nexpected token type encountered during tokenization%'

    OR [Text] Like '%Error Tolerant Index is corrupt%'

    OR [Text] Like '%eleted more than one rid from ridlist during delete operation. Error Tolerant Index is corrupt%'

    OR [Text] Like '%Attempt to delete from empty ridlist. Error Tolerant Index is corrupt%'

    OR [Text] Like '%rid to be deleted not found in rid-list. Error Tolerant Index is corrupt%'

    OR [Text] Like '%Error Tolerant Index frequencies must be non-negative. Error Tolerant Index is corrupt%'

    OR [Text] Like '%Attempt to insert row whose ID is already present. Error Tolerant Index is corrupt%'

    OR [Text] Like '%No ridlist provided for appending. Error Tolerant Index is corrupt%'

    OR [Text] Like '%Cannot delete token. Error Tolerant Index is corrupt%'

    OR [Text] Like '%Tokenizer object has no delimiter set. Error Tolerant Index is corrupt%'

    OR [Text] Like '%eletion failed because token does not occur in index. Error Tolerant Index is corrupt%'

    OR [Text] Like '%nexpected ridlist length. Error Tolerant Index is corrupt%'

    OR [Text] Like '%Cannot connect to Error Tolerant Index. Bad or missing SqlCommand object%'

    OR [Text] Like '%Failed to drop index on reference table copy%'

    OR [Text] Like '%Could not retrieve metadata from Error Tolerant Index. The index is probably corrupt%'

    OR [Text] Like '%Could not initialize from metadata contained in Error Tolerant Index. The index is probably corrupt%'

    OR [Text] Like '%An error specific to fuzzy lookup table maintenance has occurred%'

    OR [Text] Like '%A system error occurred during execution of fuzzy lookup table maintenance%'

    OR [Text] Like '%Cannot write at negative index position. Could not update Error Tolerant Index. The index is probably corrupt%'

    OR [Text] Like '%Argument is not a valid hex string. Could not initialize from metadata contained in Error Tolerant Index. The index is probably corrupt%'

    OR [Text] Like '%Negative count in Error Tolerant Index metadata. The index is probably corrupt%'

    OR [Text] Like '%Error tolerant index metadata contains unsupported normalization flags. The index is probably corrupt%'

    OR [Text] Like '%Invalid Error Tolerant Index metadata. The index is probably corrupt%'

    OR [Text] Like '%Invalid Error Tolerant Index metadata version%'

    OR [Text] Like '%Missing metadata. The Error Tolerant Index is probably corrupt%'

    OR [Text] Like '%Unable to parse token counts in Error Tolerant Index metadata. The index is probably corrupt%'

    OR [Text] Like '%Error Tolerant Index Metadata string too long. Index is probably corrupt%'

    OR [Text] Like '%Error Tolerant Index Metadata length limit exceeded%'

    OR [Text] Like '%nexpected end of Error Tolerant Index metadata. Index is probably corrupt%'

    OR [Text] Like '%No table name provided for Error Tolerant Index. The index is probably corrupt%'

    OR [Text] Like '%No input provided for decoding in Error Tolerant Index metadata. Index is probably corrupt%'

    OR [Text] Like '%No input provided for encoding in Error Tolerant Index metadata. Index is probably corrupt%'

    OR [Text] Like '%No Error Tolerant Index metadata string provided for initialization. Index is probably corrupt%'

    OR [Text] Like '%No Error Tolerant Index metadata provided for serialization. The index is probably corrupt%'

    OR [Text] Like '%Could not lookup object_id. No object name provided%'

    OR [Text] Like '%Could not lookup object_id. Null command object provided%'

    OR [Text] Like '%Open connection required. Cannot query Error Tolerant Index%'

    OR [Text] Like '%Cannot write to null output buffer. Could not update Error Tolerant Index. The index is probably corrupt%'

    OR [Text] Like '%Output buffer provided is too small. Could not update Error Tolerant Index. The index is probably corrupt%'

    OR [Text] Like '%The number of min-hash q-grams per token must be positive%'

    OR [Text] Like '%Could not create index on reference table copy%'

    OR [Text] Like '%Reference table (or internal copy) missing integer identity column. Error tolerant index is probably corrupt%'

    OR [Text] Like '%The maximum allow integer identity value has been reached. Consider re-building the error tolerant index to use any gaps in sequence%'

    OR [Text] Like '%Could not read rid from data provided (missing column name, null reader object, or corrupted data). The index is probably corrupted%'

    OR [Text] Like '%Table maintenance insertion failed%'

    OR [Text] Like '%A positive q-gram length is required for tokenization%'

    OR [Text] Like '%Maintenance trigger already installed on this reference table%'

    OR [Text] Like '%Missing extended property on maintenance trigger%'

    OR [Text] Like '%Maintenance trigger name out of sync with Error Tolerant Index metadata. Index is probably corrupt%'

    OR [Text] Like '%A SQL error occurred during execution of fuzzy lookup table maintenance%'

    OR [Text] Like '%Could not lookup object_id. The reference table or maintenance trigger could not be found%'

    OR [Text] Like '%The Error Tolerant Index table name provided is not a valid SQL identifier%'

    OR [Text] Like '%The Error Tolerant Index table name provided refers to a missing table. Check sys.tables%'

    OR [Text] Like '%An auxiliary Fuzzy Lookup table maintenance table is missing%'

    OR [Text] Like '%An auxiliary Fuzzy Lookup table maintenance table name is null. Maintenance cannot proceed%'

    OR [Text] Like '%The row deleted from the reference table could not be located in the reference table copy%'

    OR [Text] Like '%Fuzzy Lookup Table Maintenance is not installed or the Error Tolerant Index is corrupt%'

    OR [Text] Like '%The decrypted session key has an unexpected size%'

    OR [Text] Like '%A corrupted message has been received. It contains invalid flags. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%Cannot start service broker manager. Operating system error%'

    OR [Text] Like '%An internal service broker error occurred. Operating system error%'

    OR [Text] Like '%action cannot be performed in the% state%'

    OR [Text] Like '%An exception occurred while enqueueing a message in the target queue%'

    OR [Text] Like '%ser does not have permission to%'

    OR [Text] Like '%A corrupted message has been received. The highest seen message number must be greater than the acknowledged message number. This occurred in the message with Conversation %, Initiator:%, and Message sequence number:%'

    OR [Text] Like '%is inval%'

    OR [Text] Like '%The crypto API has detected bad data while trying to perform a decryption operation%'

    OR [Text] Like '%This message could not be delivered because it contains an invalid acknowledged message number. Highest expected message number:%. Acknowledged message number:%, fragment number%'

    OR [Text] Like '%This message could not be delivered because its% has expired or is inval%'

    OR [Text] Like '%The Service Broker in the target database is unavailable%'

    OR [Text] Like '%The service broker is administratively disabled%'

    OR [Text] Like '%The database is in read-only mode%'

    OR [Text] Like '%The database is in single-user mode%'

    OR [Text] Like '%The message has been dropped because the service broker in the target database is unavailable%'

    OR [Text] Like '%The message has been dropped because the target service broker is unreachable%'

    OR [Text] Like '%The database is a replica of a mirrored database%'

    OR [Text] Like '%ystem error% occurred while creating a new message element GUID for this forwarded message%'

    OR [Text] Like '%Could not create user token for user% in database%'

    OR [Text] Like '%One or more messages could not be delivered to the local service targeted by this dialog%'

    OR [Text] Like '%An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate is not yet val%'

    OR [Text] Like '%An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate has expired%'

    OR [Text] Like '%The security certificate bound to database principal% is not yet valid. Either wait for the certificate to become valid or install a certificate that is currently val%'

    OR [Text] Like '%The security certificate bound to database principal% has expired. Create or install a new certificate for the database principal%'

    OR [Text] Like '%Connection handshake failed%'

    OR [Text] Like '%A previously existing connection with the same peer was detected during connection handshake. This connection lost the arbitration and it will be closed. All traffic will be redirected to the previously existing connection. This is an informational messag%'

    OR [Text] Like '%A corrupted message has been received%'

    OR [Text] Like '% login attempt failed with error%'

    OR [Text] Like '% login attempt by user% failed with error%'

    OR [Text] Like '%The session keys for this conversation could not be created or accessed. The database master key is required for this operation%'

    OR [Text] Like '%Could not save a dialog session key. A master key is required in the database to save the session key%'

    OR [Text] Like '%Cannot decrypt session key while regenerating master key with FORCE option%'

    OR [Text] Like '%ervice Broker could not upgrade conversation session keys in database% to encrypted format%. The Service Broker in this database was disabled. A master key is required to the database in order to enable the broker%'

    OR [Text] Like '%ervice Broker needs to access the master key in the database%. Error code:%. The master key has to exist and the service master key encryption is required%'

    OR [Text] Like '%The certificate% is not valid for endpoint authentication. 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 certificate expiration date%'

    OR [Text] Like '%This message could not be delivered because the user with % in database % does not have control permission on the service. Service name%'

    OR [Text] Like '%ervice Broker in database% has a pending conversation upgrade operation. A database master key in the database is required for this operation to complete%'

    OR [Text] Like '%ervice Broker could not upgrade this conversation during a database upgrade operation%'

    OR [Text] Like '%The AES encryption algorithm is only supported on Windows XP, Windows Server 2003 or later versions%'

    OR [Text] Like '%nexpected session key when encrypting a dialog message%'

    OR [Text] Like '%A serious error occurred in the Service Broker message transmitter%'

    OR [Text] Like '%An out of memory condition has occurred in the Service Broker message transmitter%'

    OR [Text] Like '%ervice Broker could not upgrade conversation with conversation_handle%. Use END CONVERSATION ... WITH CLEANUP to delete this conversation, then try again to enable the broker. Use ALTER DATABASE ... SET ERROR_BROKER to error all conversations in thi%'

    OR [Text] Like '%is in single user mode. Messages cannot be delivered while in single user mode%'

    OR [Text] Like '%Could not query the FIPS compliance mode flag from registry%'

    OR [Text] Like '%The RC4 encryption algorithm is not supported when running in FIPS compliance mode%'

    OR [Text] Like '%The database principal% cannot be used in a remote service binding because it cannot own certificates. Remote service bindings cannot be associated with 1) roles, 2) groups or 3) principals mapped to certificates or asymmetric keys%'

    OR [Text] Like '%The activated task was ended because the associated queue was dropped%'

    OR [Text] Like '%The activated task was ended because either the queue or activation was disabled%'

    OR [Text] Like '%The activated task was aborted because the invoked stored procedure% did not execute RECEIVE%'

    OR [Text] Like '%The activated task was aborted due to an error%'

    OR [Text] Like '%The database principal% cannot be used in a remote service binding because it cannot own certificates. This is a special user for backward compatibility with implicitly connected user schemas%'

    OR [Text] Like '%An error occurred while deleting sent messages from the transmission queue%'

    OR [Text] Like '%already exist. That object is now reserved by the system in this version of SQL Server. Because it already exists in the database, the upgrade proce%'

    OR [Text] Like '%oes not have permission to debug the requested client connection%'

    OR [Text] Like '%Batch execution is terminated because of debugger request%'

    OR [Text] Like '%QLSQM.EXE cannot be launched. This can either be caused if the required information in the registry is missing or corrupted or SQLSQM.EXE cannot be found%'

    OR [Text] Like '%To connect to this server you must use SQL Server Management Studio or SQL Server Management Objects (SMO)%'

    OR [Text] Like '%Invalid parameter combinations%'

    OR [Text] Like '%nknown property specified%'

    OR [Text] Like '%A fulltext system view or stvf cannot open database %'

    OR [Text] Like '%A fulltext system view or stvf cannot open user table object %'

    OR [Text] Like '%The name specified for full-text index fragment% is not val%'

    OR [Text] Like '%A fulltext system view or stvf cannot open fulltext index for user table object %'

    OR [Text] Like '%Parameters of dm_fts_index_keywords and dm_fts_index_keywords_by_document cannot be null%'

    OR [Text] Like '%The level number specified for function fn_fulltext_compindex is not valid. Valid level numbers start from 0 and must be less than the number of levels of the compressed index. Use the correct level number%'

    OR [Text] Like '%The argument data type% specified for the full-text query is not valid. Allowed data types are char, varchar, nchar, nvarchar%'

    OR [Text] Like '%The full-text query parameter for% is not val%'

    OR [Text] Like '%Warning: The configuration of a full-text stoplist was modified using the WITH NO POPULATION clause. This put the full-text index into an inconsistent state. To bring the full-text index into a consistent state, start a full population. The basic Transact%'

    OR [Text] Like '%The fulltext stoplist% does not exist or the current user does not have permission to perform this action. Verify that the correct stoplist name is specified and that the user had the permission required by the Transact-SQL statement%'

    OR [Text] Like '%The fulltext stoplist% already exists in the current database. Duplicate stoplist names are not allowed. Rerun the statement and specify a unique stoplist name%'

    OR [Text] Like '%There is a problem communicating with the host controller or filter daemon host%'

    OR [Text] Like '%The full-text host controller failed to start%'

    OR [Text] Like '%A full-text master merge failed on full-text catalog%'

    OR [Text] Like '%does not contain fulltext stopword% with locale %. Specify a valid stopword and locale identifier (LCID) in the Transact-SQL statement%'

    OR [Text] Like '%already contains full-text stopword% with locale %. Specify a unique stopword and locale identifier (LCID) in the Transact-SQL statement%'

    OR [Text] Like '%Full-text stoplist% cannot be dropped because it is being used by at least one full-text index. To identify which full-text index is using a stoplist: obtain the stoplist ID from the stoplist_id column of the sys.fulltext_indexes catalog view, and%'

    OR [Text] Like '%An argument passed to a fulltext function is not val%'

    OR [Text] Like '%Fulltext index error during compression or decompression. Full-text index may be corrupted on disk. Run dbcc checkdatabase and re-populate the index%'

    OR [Text] Like '%ata coming back to the SQL Server process from the filter daemon host is corrupted. This may be caused by a bad filter. The batch for the indexing operation will automatically be retried using a smaller batch size%'

    OR [Text] Like '%topwords of zero length cannot be added to a full-text stoplist. Specify a unique stopword that contains at least one character%'

    OR [Text] Like '%The user does not have permission to alter the current default stoplist%. To change the default stoplist of the database, ALTER permission is required on both new and old default stoplists%'

    OR [Text] Like '%Fulltext index error during compression or decompression. Full-text index may be corrupted on disk. Run dbcc checkdatabase and re-populate the index%'

    OR [Text] Like '%QL Server encountered error % while communicating with full-text filter daemon host (FDHost) process. Make sure that the FDHost process is running%'

    OR [Text] Like '%The user does not have permission to% stoplist%'

    OR [Text] Like '%Informational: Ignoring duplicate thesaurus rule% while loading thesaurus file for LC%. A duplicate thesaurus phrase was encountered in either the <sub> section of an expansion rule or the <pat> section of a replacement rule. This causes an ambig%'

    OR [Text] Like '%Fulltext thesaurus internal error%'

    OR [Text] Like '%Both the thesaurus file for % and the global thesaurus could not be loaded%'

    OR [Text] Like '%Phrases longer than 512 unicode characters are not allowed in a thesaurus file. Phrase%'

    OR [Text] Like '%Word breaking timed out for the full-text query string. This can happen if the wordbreaker took a long time to process the full-text query string, or if a large number of queries are running on the server. Try running the query again under a lighter load%'

    OR [Text] Like '%Full-text catalog import has started for full-text catalog% in database%'

    OR [Text] Like '%Full-text catalog import has finished for full-text catalog% in database% fragments and% keywords were processed%'

    OR [Text] Like '%Upgrade option% is being used for full-text catalog% in database%'

    OR [Text] Like '%fatal error%'

    OR [Text] Like '%SQL Server failed%'

    OR [Text] Like '%SQL Server could not set fdhost.exe processor affinity%'

    OR [Text] Like '%The detach operation cannot delete a full-text index created%'

    OR [Text] Like '%in a previous SQL Server release is not the current version %. This may cause search results to differ slightly from previous releases%'

    OR [Text] Like '%The full-text word-breaker component% used to populate catalog% in a previous SQL Server release is not the current version (component version is%, full path is%, language requested is%, language used is%). This may cause search%'

    OR [Text] Like '%The full-text protocol handler component% used to populate catalog% in a previous SQL Server release is not the current version (component version is%, full path is%, program ID is%). This may cause search results to differ sl%'

    OR [Text] Like '%The master merge of full-text catalog% in database% was cancelled%'

    OR [Text] Like '%Full-text crawls for database% will be stopped since the clustered index on the table has been altered or dropped. Crawl will need to re-start from the beginning%'

    OR [Text] Like '%Full-text crawl forward progress information for database% has been reset due to the modification of the clustered index. Crawl will re-start from the beginning when it is unpaused%'

    OR [Text] Like '%The full-text query did not use the value specified for the OPTIMIZE FOR query hint. Only single terms are allowed as values for full-text queries that contain an OPTIMIZE FOR query hint. Modify the OPTIMIZE FOR query hint value to be a single, non-empty%'

    OR [Text] Like '%The fulltext query did not use the value specified for the OPTIMIZE FOR hint because the query contained more than one type of full-text logical operator%'

    OR [Text] Like '%The full text query ignored UNKNOWN in the OPTIMIZE FOR hint%'

    OR [Text] Like '%The full-text population on table% cannot be started because the full-text catalog is importing data from existing catalogs. After the import operation finishes, rerun the command%'

    OR [Text] Like '%A cached plan was compiled using trace flags that are incompatible with the current values. Consider recompiling the query with the new trace flag settings%'

    OR [Text] Like '%Full-text predicates cannot appear in an aggregate expression. Place the aggregate expression in a subquery%'

    OR [Text] Like '%Full-text predicates cannot appear in the GROUP BY clause. Place a GROUP BY clause expression in a subquery%'

    OR [Text] Like '%The full-text index cannot be created because filegroup% does not exist or the filegroup name is incorrectly specified. Specify a valid filegroup name%'

    OR [Text] Like '%A stoplist cache cannot be generated while processing a full-text query or performing full-text indexing. There is not enough memory to load the stoplist cache. Rerun the query or indexing command when more resources are available%'

    OR [Text] Like '%The system ran out of memory while building a full-text index. The batch for the full-text indexing operation will automatically be retried using a smaller batch size%'

    OR [Text] Like '%ata coming back to the SQL Server process from the filter daemon host is corrupted. This may be caused by a bad filter. The batch for the indexing operation will automatically be retried using a smaller batch size%'

    OR [Text] Like '%The full-text filter daemon host process has stopped normally. The process will be automatically restarted if necessary%'

    OR [Text] Like '%The fulltext filter daemon host (FDHost) process has stopped abnormally. This can occur if an incorrectly configured or malfunctioning linguistic component, such as a wordbreaker, stemmer or filter has caused an irrecoverable error during full-text indexi%'

    OR [Text] Like '%A request to start a full-text index population on table or indexed view% is ignored because a population is currently paused. Either resume or stop the paused population. To resume it, use the following Transact-SQL statement: ALTER FULLTEXT INDEX%'

    OR [Text] Like '%Full-text stoplist % does not exist%'

    OR [Text] Like '%The SQL Server word-breaking client failed to initialize. This might be because a filter daemon host process is not in a valid state. This can prevent SQL Server from initializing critical system objects. Full-text queries will fail until this issue is re%'

    OR [Text] Like '%The full-text indexing pipeline could not be initialized. This might be because the resources on the system are too low to allocate memory or create tasks. Try restarting the instance of SQL Server%'

    OR [Text] Like '%The version of the language components used by full-text catalog% in database% is different from the version of the language components included this version of SQL Server. The full-text catalog will still be imported as part of database upgrade%'

    OR [Text] Like '%A full-text retry pass of% population started for table or indexed view%. Table or indexed view ID is%. Database ID is%'

    OR [Text] Like '%The fulltext catalog upgrade failed because of an inconsistency in metadata between sys.master_files and sys.fulltext_catalogs for the catalog % in database %. Try to reattach this database. If this fails, then the catalog will need to be dropped%'

    OR [Text] Like '%An internal query to load data for a crawl on database% and table% failed with error code%. Check the sql error code for more information about the condition causing this failure. The crawl needs to be restarted after this condition is rem%'

    OR [Text] Like '%Fulltext internal error%'

    OR [Text] Like '%The session% already exists. Use a different session name%'

    OR [Text] Like '%This operation can be performed only by the owner of the session%'

    OR [Text] Like '%ser does not have enough permissions to tune one or more of the databases specified%'

    OR [Text] Like '%Log shipping backup log job for%'

    OR [Text] Like '%Log shipping copy job for%'

    OR [Text] Like '%Log shipping restore log job for%'

    OR [Text] Like '%Log shipping backup log job step%'

    OR [Text] Like '%Log shipping copy job step%'

    OR [Text] Like '%Log shipping restore log job step%'

    OR [Text] Like '%is not ONLINE%'

    OR [Text] Like '%A log shipping primary entry already exists for database%'

    OR [Text] Like '%does not exist as log shipping primary%'

    OR [Text] Like '%Primary Database% has active log shipping secondary database(s). Drop the secondary database(s) first%'

    OR [Text] Like '%already exists for primary%'

    OR [Text] Like '%A log shipping entry already exists for secondary database%'

    OR [Text] Like '%does not exist as log shipping secondary%'

    OR [Text] Like '%The primary database% cannot have SIMPLE recovery for log shipping to work properly%'

    OR [Text] Like '%The specified agent_% or agent_type% do not form a valid pair for log shipping monitoring processing%'

    OR [Text] Like '%Log shipping is supported on Enterprise, Developer, Standard and Workgroup editions of SQL Server. This instance has% and is not supported%'

    OR [Text] Like '%Log shipping is not installed on this instance%'

    OR [Text] Like '%Log shipping alert job%'

    OR [Text] Like '%Log shipping alert job step%'

    OR [Text] Like '%Log shipping alert job schedule%'

    OR [Text] Like '%Cannot add a log shipping job with name%. A job with same name already exists in the system and this job does not belong to log shipping category%'

    OR [Text] Like '%An entry for primary server%, primary database% does not exist on this secondary. Register the primary first%'

    OR [Text] Like '%An entry for primary server%, primary database% already exists%'

    OR [Text] Like '%Primary Server%, Database% has active log shipping secondary database(s) on the secondary. Drop the secondary database(s) first%'

    OR [Text] Like '%Log shipping Primary Server Alert%'

    OR [Text] Like '%Log shipping Secondary Server Alert%'

    OR [Text] Like '%Invalid value =% for parameter @threshold_alert was specified%'

    OR [Text] Like '%Could not query monitor information for log shipping primary% from monitor server%'

    OR [Text] Like '%Could not query monitor information for log shipping secondary% from monitor server%'

    OR [Text] Like '%Invalid value% for update period. Update period should be between 1 and 120 minutes%'

    OR [Text] Like '%The update job for the database mirroring monitor already exists. To change the update period, use sys.sp_dbmmonitorchangemonitoring%'

    OR [Text] Like '%An internal error occurred when setting up the database mirroring monitoring job%'

    OR [Text] Like '%An internal error occurred when modifying the database mirroring monitoring job%'

    OR [Text] Like '%Parameter(s) out of range%'

    OR [Text] Like '%The units for the update period for the database mirroring monitor job have been changed%'

    OR [Text] Like '%An internal error has occurred in the database mirroring monitor%'

    OR [Text] Like '%The database% is not being mirrored. No update of the base table was done%'

    OR [Text] Like '%The database mirroring monitor base tables have not been created%'

    OR [Text] Like '%The current value of% surpasses the threshold%'

    OR [Text] Like '%must be executed in msdb%'

    OR [Text] Like '%in msdb can perform this operation%'

    OR [Text] Like '%atabase Mirroring Monitor Job%'

    OR [Text] Like '%atabase Mirroring Monitor Schedule%'

    OR [Text] Like '%The database mirroring monitoring job does not exist. Run sp_dbmmonitoraddmonitoring to setup the job%'

    OR [Text] Like '%Alerts cannot be created on the system databases, master, msdb, model or tempdb%'

    OR [Text] Like '%ystem administrator privilege is required to update the base table. The base table was not updated%'

    OR [Text] Like '%cannot be null or empty. Specify a value for the named parameter and retry the operation%'

    OR [Text] Like '%The server name, given by%'

    OR [Text] Like '%There was an error establishing a link to the remote monitor server%'

    OR [Text] Like '%There was an error configuring the remote monitor server%'

    OR [Text] Like '%Cannot drop the option because the option is not specified on%'

    OR [Text] Like '%Access to% is blocked because the signature is not val%'

    OR [Text] Like '%statement is not allowed%'

    OR [Text] Like '%The password of login% is invalid. A new password should be set for this login without specifying the old password%'

    OR [Text] Like '%Cannot find the certificate or asymmetric key from the file%'

    OR [Text] Like '%WITH SIGNATURE option cannot be specified on database%'

    OR [Text] Like '%Cannot encrypt symmetric key with itself%'

    OR [Text] Like '%Cannot grant, deny, or revoke% permission on INFORMATION_SCHEMA or SYS%'

    OR [Text] Like '%The database owner SID recorded in the master database differs from the database owner SID recorded in database%. You should correct this situation by resetting the owner of database% using the ALTER AUTHORIZATION statement%'

    OR [Text] Like '%The MUST_CHANGE option cannot be specified together with the HASHED option%'

    OR [Text] Like '%private key cannot be dropped because one or more entities are encrypted by it%'

    OR [Text] Like '%Signature already exists or cannot be added%'

    OR [Text] Like '%oes not exist%'

    OR [Text] Like '%Only modules can be countersigned%'

    OR [Text] Like '%The database principal is referenced by a% in the database, and cannot be dropped%'

    OR [Text] Like '%The user cannot be remapped to a login. Remapping can only be done for users that were mapped to Windows or SQL logins%'

    OR [Text] Like '%Cannot remap a user of one type to a login of a different type. For example, a SQL user must be mapped to a SQL login; it cannot be remapped to a Windows login%'

    OR [Text] Like '%Cannot remap user to login %, because the login is already mapped to a user in the database%'

    OR [Text] Like '%Cannot create implicit user for the special login%'

    OR [Text] Like '%A HASHED password cannot be set for a login that has CHECK_POLICY turned on%'

    OR [Text] Like '%Failed to generate a user instance of SQL Server. Only local user accounts, interactive users accounts, service accounts, or batch accounts can generate a user instance. The connection will be closed%'

    OR [Text] Like '%Cannot obtain cryptographic provider properties. Provider error code%'

    OR [Text] Like '%is too long. Maximum allowed length is%'

    OR [Text] Like '%Cryptographic provider% in dll is different from the guid recorded in system catalog for provider with %'

    OR [Text] Like '%Invalid cryptograpihic provider property%'

    OR [Text] Like '%Cryptographic provider with gu% already exists%'

    OR [Text] Like '%Cannot load library%'

    OR [Text] Like '%Cannot open session for%. Provider error code:%. %'

    OR [Text] Like '%Cannot initialize cryptographic provider. Provider error code%'

    OR [Text] Like '%Cryptographic provider is not available%'

    OR [Text] Like '%Cryptographic provider% is in disabled%'

    OR [Text] Like '%not supported%'

    OR [Text] Like '%Cannot specify algorithm for existing key%'

    OR [Text] Like '%Cannot create key% in the provider. Provider error code%'

    OR [Text] Like '%Cannot drop the key with thumbprint% in the provider%'

    OR [Text] Like '%Cannot export% from the provider. Provider error code%'

    OR [Text] Like '%Operation is not supported by cryptographic provider key%'

    OR [Text] Like '%Invalid algorithm%. Provider error code%'

    OR [Text] Like '%Cryptographic provider key cannot be encrypted by password or other key%'

    OR [Text] Like '%Cannot create login token for existing authenticators. If dbo is a windows user make sure that its windows account information is accessible to SQL Server%'

    OR [Text] Like '%Cannot add% because it is already mapped to a login%'

    OR [Text] Like '%Cannot add% because there is already% specified for the login%'

    OR [Text] Like '%Cannot drop% because there is% referencing this provider%'

    OR [Text] Like '%Cannot drop% because it is not mapped to this login%'

    OR [Text] Like '%erver principal% has no credential associated with%'

    OR [Text] Like '%Fail to obtain or decrypt secret for%'

    OR [Text] Like '%Cannot use% under non-primary security context%'

    OR [Text] Like '%Key with% does not exist in the provider or access is denied. Provider error code%'

    OR [Text] Like '%Cannot create key% in the provider. Provider does not allow specifying key names%'

    OR [Text] Like '%Invalid algorithm id%. Provider error code%'

    OR [Text] Like '%Cryptographic provider key cannot be a temporary key%'

    OR [Text] Like '%Extensible Key Management is disabled or not supported on this edition of SQL Server%'

    OR [Text] Like '%Extensible key management is not supported in this edition of SQL Server%'

    OR [Text] Like '%Exception happened when calling cryptographic provider% in the API%. SQL Server is terminating process%'

    OR [Text] Like '%Cannnot impersonate login% to access%'

    OR [Text] Like '%Cryptographic provider is now disabled. However users who have an open cryptographic session with the provider can still use it. Restart the server to disable the provider for all users%'

    OR [Text] Like '%Cryptographic provider is now dropped. However users who have an open cryptographic session with the provider can still use it. Restart the server to drop the provider for all users%'

    OR [Text] Like '%The specified maximum size limit for the audit log file is less than the minimum value allowed. The maximum size limit must be at least 2 MB%'

    OR [Text] Like '%This command requires% to be disabled. Disable the% and rerun this command%'

    OR [Text] Like '%The audit log file path is inval%'

    OR [Text] Like '%Cannot find% or you do not have the required permissions%'

    OR [Text] Like '%Cannot% a% from a user database. This operation must be performed in the master database%'

    OR [Text] Like '%Auditing is not available in this edition of SQL Server. For more information about feature support in the editions of SQL Server, see SQL Server Books Online%'

    OR [Text] Like '%The specified maximum size limit is greater than the maximum value allowed. The maximum size limit must be less than 16777215 TB%'

    OR [Text] Like '%RESERVE_DISK_SPACE cannot be specified when setting MAXSIZE = UNLIMITED. Either reduce MAXSIZE or do not specify RESERVE_DISK_SPACE%'

    OR [Text] Like '%Cannot bind a default or rule to the CLR type% because an existing sparse column uses this data type. Modify the data type of the sparse column or remove the sparse designation of the column%'

    OR [Text] Like '%Failed to load cryptographic provider% due to an invalid Authenticode signature or invalid file path. Check previous messages for other failures%'

    OR [Text] Like '%Cannot find Cryptographic provider library with gu%'

    OR [Text] Like '%Cannot create% for% because it is not supported by the extensible key management provider%'

    OR [Text] Like '%The OPEN SYMMETRIC KEY statement cannot reference a symmetric key created from an Extensible Key Management%'

    OR [Text] Like '%One or more methods cannot be found in cryptographic provider library%'

    OR [Text] Like '%SQL Server Audit failed to record% action%'

    OR [Text] Like '%property of the key returned by % match the expected value%'

    OR [Text] Like '%The algorithm% is not supported for EKM operations by SQL Server%'

    OR [Text] Like '%Key validation failed since an attempt to get algorithm info for that key failed. Provider error code%'

    OR [Text] Like '%The certificate used for encrypting the database encryption key has not been backed up. You should immediately back up the certificate and the private key associated with the certificate. If the certificate ever becomes unavailable or if you must%'

    OR [Text] Like '%Cannot use% because its private key is not present or it is not protected by the database master key. SQL Server requires the ability to automatically access the private key of the% used for this operation%'

    OR [Text] Like '%Cannot encrypt a system database%'

    OR [Text] Like '%A database encryption key already exists for this database%'

    OR [Text] Like '%A database encryption key does not exist for this database%'

    OR [Text] Like '%Cannot drop the database encryption key because it is currently in use. Database encryption needs to be turned off to be able to drop the database encryption key%'

    OR [Text] Like '%Cannot change database encryption state because no database encryption key is set%'

    OR [Text] Like '%Cannot enable database encryption because it is already enabled%'

    OR [Text] Like '%Cannot disable database encryption because it is already disabled%'

    OR [Text] Like '%Cannot disable database encryption while an encryption, decryption, or key change scan is in progress%'

    OR [Text] Like '%Cannot change database encryption key while an encryption, decryption, or key change scan is in progress%'

    OR [Text] Like '%Cannot find server%'

    OR [Text] Like '%atabase encryption scan for database% was aborted. Reissue ALTER DB to resume the scan%'

    OR [Text] Like '%CREATE/ALTER/DROP DATABASE ENCRYPTION KEY failed%'

    OR [Text] Like '%Transparent Data Encryption is not available in the edition of this SQL Server instance. See books online for more details on feature support in different SQL Server editions%'

    OR [Text] Like '%Cannot enable or modify database encryption on a database that is read-only, has read-only files or is not recovered%'

    OR [Text] Like '%Cannot modify filegroup read-only/read-write state while an encryption transition is in progress%'

    OR [Text] Like '%In order to encrypt the database encryption key with an%, please use an% that resides on an extensible key management provider%'

    OR [Text] Like '%oes not have a login associated with it%'

    OR [Text] Like '%This command requires a database encryption scan on database%. However, the database has changes from previous encryption scans that are pending log backup. Take a log backup and retry the command%'

    OR [Text] Like '%Cannot drop or alter the database encryption key since it is currently in use on a mirror. Retry the command after all the previous reencryption scans have propagated to the mirror or after mirroring is disabled%'

    OR [Text] Like '%atabase encryption scan for database% cannot complete since one or more files are offline. Bring the files online to run the scan to completion%'

    OR [Text] Like '%An error occurred in reading from the audit file or file-pattern%'

    OR [Text] Like '%SQL Server Audit could not write%'

    OR [Text] Like '%SQL Server Audit failed%'

    OR [Text] Like '%has been changed to ON_FAILURE=CONTINUE because the server was started by using the -m flag%'

    OR [Text] Like '%SQL Server Audit failed to start, and the server is being shut down. To troubleshoot this issue, use the -m flag (Single User Mode) to bypass Audit-generated shutdowns when the server is starting%'

    OR [Text] Like '%A list of subentities, such as columns, cannot be specified for entity-level audits%'

    OR [Text] Like '%There is an invalid column list after the object name in the AUDIT SPECIFICATION statement%'

    OR [Text] Like '%All actions in an audit specification statement must be at the same scope%'

    OR [Text] Like '%The operation cannot be performed because SQL Server Audit has not been started%'

    OR [Text] Like '%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 each error%'

    OR [Text] Like '%The server was stopped because SQL Server Audit% is configured to shut down on failure. To troubleshoot this issue, use the -m flag (Single User Mode) to bypass Audit-generated shutdowns when the server is starting%'

    OR [Text] Like '%Audit actions at the server scope can only be granted when the current database is master%'

    OR [Text] Like '%You can only create audit actions on objects in the current database%'

    OR [Text] Like '%Audit% failed to%'

    OR [Text] Like '%ALTER SERVER AUDIT requires the STATE option to be specified without using any other options%'

    OR [Text] Like '%The specified pattern did not return any files or does not represent a valid file share. Verify the pattern parameter and rerun the command%'

    OR [Text] Like '%The specified values for initial_file_name and audit_record_offset do not represent a valid location within the audit file set. Verify the file name and offset location, and then rerun the command%'

    OR [Text] Like '%The fn_get_audit_file function is skipping records from% at offset%'

    OR [Text] Like '%The specified value for QUEUE_DELAY is not valid. Specify either 0 or 1000 and higher%'

    OR [Text] Like '%You cannot configure SQL Server Audit to shutdown the server because you do not have the permission to shut down the server. Contact your system administrator%'

    OR [Text] Like '%Changes to an audit specification must be done while the audit specification is disabled%'

    OR [Text] Like '%An audit specification for audit% already exists%'

    OR [Text] Like '%You can only specify securable classes DATABASE, SCHEMA, or OBJECT in AUDIT SPECIFICATION statements%'

    OR [Text] Like '%that is specified for conversation priority% is not valid%'

    OR [Text] Like '%A conversation priority already exists in the database with either the name% or the properties%=%,%=%, and%=%. Either use a unique name or a unique set of properties%'

    OR [Text] Like '%error%'

    OR [Text] Like '%was encountered while processing an event. The error message is%'

    OR [Text] Like '%is not a valid execution mode%'

    OR [Text] Like '%already exists in the database%'

    OR [Text] Like '%pecified value for property% cannot be used with execution mode%'

    OR [Text] Like '%Cannot delete% referenced by a%'

    OR [Text] Like '%Cannot add another reference%'

    OR [Text] Like '%Facet does not exist%'

    OR [Text] Like '%Policy group% does not exist%'

    OR [Text] Like '%Invalid target filer%'

    OR [Text] Like '%Automated policies cannot reference conditions that contain script%'

    OR [Text] Like '%is not a val%'

    OR [Text] Like '%is inval%'

    OR [Text] Like '%Configuration option% is unknown%'

    OR [Text] Like '%Invalid value type for configuration option%'

    OR [Text] Like '%Policy automation is turned off%'

    OR [Text] Like '%Policy Management cannot be enabled on this edition of SQL Server%'

    OR [Text] Like '%An error was encountered during object serialization operation. Examine the state to find out more details about this error%'

    OR [Text] Like '%An object in serialized stream has version% but maximum supported version of this class is%'

    OR [Text] Like '%Error in formatter during serialize/deserialize. Required to process% elements but processed only% elements%'

    OR [Text] Like '%An error was encountered during object serialization operation. The object that failed serialization is%'

    OR [Text] Like '%Parent Server Group does not exist%'

    OR [Text] Like '%erver type and parent Server Group type are not the same%'

    OR [Text] Like '%Cannot move node to one of its children%'

    OR [Text] Like '%Could not find server group%'

    OR [Text] Like '%An invalid value NULL was passed in for @server_group_%'

    OR [Text] Like '%An invalid value NULL was passed in for @server_%'

    OR [Text] Like '%Could not find shared registered server%'

    OR [Text] Like '%Cannot delete system shared server groups%'

    OR [Text] Like '%An invalid value NULL was passed in for @server_type%'

    OR [Text] Like '%An invalid value% was passed in for parameter @server_type%'

    OR [Text] Like '%The @server_name parameter cannot be a relative name%'

    OR [Text] Like '%You cannot add a shared registered server with the same name as the Configuration Server%' )

    AND

    ([Text] NOT LIKE '%FILESTREAM: effective level = 0, configured level = 0, file system access share name = ''MSSQLSERVER''.%'

    AND [Text] NOT LIKE '%Starting up database%'

    AND [Text] NOT LIKE '%No user action is required%'

    AND [Text] NOT LIKE '%Succesfully registered%'

    AND [Text] NOT LIKE '%Clearing tempdb database%'

    AND [Text] NOT LIKE '%Server Local connection is ready to accept connection%'

    AND [Text] NOT LIKE '%was started by login "sa".%'

    AND [Text] NOT LIKE '%System Manufacturer%'

    AND [Text] NOT LIKE '%All rights reserved%'

    AND [Text] NOT LIKE '%Microsoft Corporation%'

    AND [Text] NOT LIKE '%A new instance of the full-text filter daemon host process has been successfully started%'

    AND [Text] NOT LIKE '%The SQL Server Network Interface library successfully%'

    AND [Text] NOT LIKE '%Server local connection provider is ready to accept connection%'

    AND [Text] NOT LIKE '%A self-generated certificate was successfully loaded for encryption.%'

    AND [Text] NOT LIKE '%Setting database option COMPATIBILITY_LEVEL to 100 for database ReportServerTempDB.%'

    AND [Text] NOT LIKE '%Setting database option COMPATIBILITY_LEVEL to 100 for database tempdb%'

    AND [Text] NOT LIKE '%Setting database option COMPATIBILITY_LEVEL to 100 for database ReportServer%'

    AND [Text] NOT LIKE '%Setting database option COMPATIBILITY_LEVEL to 100 for database master%'

    AND [Text] NOT LIKE '%Setting database option COMPATIBILITY_LEVEL to 100 for database model%'

    AND [Text] NOT LIKE '%Setting database option COMPATIBILITY_LEVEL to 100 for database msdb%'

    AND [Text] NOT LIKE 'Error: %, Severity: %, State: %')

    ORDER BY [LogDate] DESC