Page tree
Skip to end of metadata
Go to start of metadata

No new writeups yet.

13900    10           Warning: a default (object id %d) is defined on column '%.*s' being modified. Check the validity of the default value after this ALTER TABLE operation.
13901    10           Warning: a rule or constraint is defined on column '%.*s' being modified. Verify the validity of rules and constraints after this ALTER TABLE operation.
13902    10           Warning: Column '%.*s' being modified is a key in one or more indexes. Verify the validity of these indexes after this ALTER TABLE operation.
13903    10           Warning: primary or foreign keys are defined on column '%.*s' being modified. Verify the validity of the RI constraint after this ALTER TABLE operation.
13904    10           Warning: A logical RI constraint, using sp_primarykey/sp_foreignkey exists on column '%.*s' being modified.
                             Verify the validity of the logical RI constraint after this ALTER TABLE operation.
13905    10           Warning: no columns to drop, add or modify. ALTER TABLE '%.*s' was aborted.
13906    16           ALTER TABLE '%.*s' failed. You cannot add new non-NULL TEXT/IMAGE/UNITEXT or modify to non-NULL TEXT/IMAGE/UNITEXT column '%.*s'.
                             Such columns may only be added as NULL columns.
13907    16           ALTER TABLE '%.*s' failed. You cannot modify column '%.*s' to %s %s type.
13908    16           ALTER TABLE '%.*s' failed. You cannot add off-row Java/TEXT/IMAGE/UNITEXT column in conjunction with either dropping or modifying such a column.
13909    16           ALTER TABLE '%.*s' failed. Both virtual computed column and column of in-row java type are uncompressible.
13910    10           Warning: since data is not copied when altering table '%.*s', the specified 'exp_row_size' value will not be honored.
                             Use sp_chgattribute to change the 'exp_row_size' value after this ALTER TABLE operation.
13911    10           Warning: when modifying column '%.*s', user specified NULL type overrides the NULL type of user defined datatype '%.*s'.
13912    10           Warning: when modifying column '%.*s', the NULL type of the user-defined datatype '%.*s' will be applied to the column.
13913    10           Warning: column '%.*s' is referenced by one or more rules or constraints. Verify the validity of the rules/constraints after this ALTER TABLE operation.
13914    16           ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' which is referenced in one or more constraints. Drop the constraints before dropping the column.
13915    16           ALTER TABLE failed. You cannot add table-level constraints when the operation on table '%.*s' requires data copy. Add the constraints in a separate ALTER TABLE statement.
13916    16           ALTER TABLE '%.*s' failed. You cannot add column-level constraints, such as referential integrity or primary key/unique constraints, when the operation requires data copy.
13917    16           ALTER TABLE '%.*s' failed. You cannot alter a roundrobin partitioned table with a global placement index when the operation requires data copy. Drop the index and try again.
13918    16           ALTER TABLE '%.*s' failed. Default cannot be an expression when adding non-NULL column '%.*s'. Use a default value instead.
13919    16           ALTER TABLE '%.*s' failed because the table definition has been changed.
13920    16           ALTER TABLE '%.*s' failed. Lock change operation cannot be supported with other operations that do not require data copy.
13921    16           ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' on which a primary/foreign key constraint is defined using sp_primarykey or sp_foreignkey.
                             Drop the key definitions before dropping the column.
13922    16           ALTER TABLE '%.*s' failed. You cannot modify timestamp column '%.*s'.
13923    16           ALTER TABLE '%.*s' failed. You cannot modify the datatype of column '%.*s' to timestamp.
13924    16           ALTER TABLE '%.*s' failed. You cannot modify a primary key column to NULL.
13925    10           Warning: ALTER TABLE operation%sdid not affect column '%.*s'.
13926    16           ALTER TABLE '%.*s' failed. A table with a clustered index cannot be altered if the operation includes a lock scheme change.
13927    16           ALTER TABLE '%.*s' failed. You cannot add an identity column to a partitioned table when the operation requires data copy.
13928    16           ALTER TABLE '%.*s' failed. You cannot specify a default clause when adding identity column '%.*s'.
13929    16           ALTER TABLE '%.*s' failed. You cannot drop identity column '%.*s' when IDENTITY_INSERT or IDENTITY_UPDATE is ON.
                             Set this option OFF before dropping the identity column.
13930    16           The procedure '%.*s' contains an ALTER TABLE statement requiring data copy. This should be the only statement in the procedure.
13931    16           ALTER TABLE '%.*s' failed. Internal error detected while trying to update SYSCOLUMNS with TEXT/IMAGE/UNITEXT replication status.
13932    16           ALTER TABLE '%.*s' failed. You cannot modify column '%.*s' to type '%.*s' which has identity property.
13933    16           ALTER TABLE '%.*s' failed. You cannot modify identity column '%.*s' whose datatype is user-defined.
13934    16           ALTER TABLE '%.*s' failed. You cannot modify column '%.*s'. You cannot modify a Java column or modify a column to type Java ADT.
13935    16           ALTER TABLE '%.*s' failed. You cannot add new non-null Java column '%.*s'. Such columns may only be added as NULL columns.
13936    16           ALTER TABLE '%.*s' failed. You cannot alter a partitioned table that has Java columns when the operation requires data copy. 
                             To alter the schema, unpartition the table, then repartition it.
13937    10           Warning: The schema for table '%.*s' has changed. Drop and re-create each trigger on this table that uses the 'if update(column-name)' clause.
13938    16           ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' because it is part of the partition key for the table or index '%.*s'. Drop the index or unpartition the table first.
13939    16           ALTER TABLE '%.*s' failed. You cannot modify column '%.*s' because it is part of the partition key.
13940    16           One or more column names in the specified table contain reserved words or special characters, for example '%.*s'.
                             Set the QUOTED_IDENTIFIER option to handle the column(s) and re-run the command.
13941    16           Cannot partition table '%.*s' because your release level does not support partitioning.
13942    16           Failure regenerating partition condition for table '%.*s' index '%.*s'.
13943    16           ALTER TABLE '%.*s' failed. This MODIFY operation cannot be performed on computed column '%.*s'.
13944    16           ALTER TABLE '%.*s' failed. This MODIFY operation can only be performed on computed columns. Column '%.*s'is not a computed column.
13945    16           ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' because it is referenced in one or more computed columns.
                             Drop the computed columns before dropping the column.
13946    16           ALTER TABLE '%.*s' failed. You cannot modify column '%.*s' because it is referenced in one or more computed columns.
                             Drop the computed columns before modifying the column.
13947    16           ALTER TABLE '%.*s' failed. You cannot '%s' computed column '%.*s'. The new definition cannot reference columns being modified or dropped.
13948    16           ALTER TABLE '%.*s' failed. You cannot modify the column that is part of the global clustered index key.
13949    16           ALTER TABLE '%.*s' failed. You can only add partitions to range or list partitioned table.
13950    16           ALTER TABLE '%.*s' failed. Range partition(s) can only be added to the high end of the existing partition boundaries.
13951    16           ALTER TABLE '%.*s' failed. You cannot add partition(s) whose partition type is different from that of the table.
13952    16           ALTER TABLE '%.*s' failed. You cannot add new off-row Java/TEXT/IMAGE/UNITEXT computed column '%.*s'.
13953    16           ALTER TABLE '%.*s' failed. Virtual computed column '%.*s' must be nullable.
13954    16           ALTER TABLE '%.*s' failed. You cannot modify column '%.*s' to be a materialized off-row Java/TEXT/IMAGE/UNITEXT computed column.
13955    16           ALTER TABLE '%.*s' failed. You cannot modify computed column (%.*s) to be virtual when it is an index key.
13956    16           ALTER TABLE '%.*s' failed. Repartition with rebuilding index is not supported when partition type changes. Drop the indexes before repartition.
13957    16           ALTER TABLE '%.*s' failed. Repartition with rebuilding index is not supported when partition key changes. Drop the indexes before repartition.
13958    16           ALTER TABLE '%.*s' failed. You cannot specify different segment for different partitions when repartition with global placement index.
13959    10           Warning: During repartition, the name and segment associated with the old local index partitions will be lost, and regenerated for
                             the new index partitions from information specified at index level.
13960    16           Column '%.*s' can not be decrypted because it is not currently encrypted.
13961    16           An internal buffer is not big enough for the number of encrypted or uncompressed columns in the altered table.
13962    16           ALTER TABLE '%.*s' failed. In order to encrypt the indexed column '%.*s' you must specify a key defined for use without an initialization vector or data padding.
13963    16           ALTER TABLE '%.*s' failed. Unpartition is not supported on tables with indexes. Drop the indexes and retry.
                             Or, use the ALTER TABLE ... PARTITION BY command to relocate the data and create an unpartitioned table.
13964    16           ALTER TABLE '%.*s' failed. Unpartition operation is only permitted on roundrobin partitioned tables. Table is partitioned by %s.
                             Use the ALTER TABLE ... PARTITION BY command to create an unpartitioned table. This will involve data relocation.
13965    16           ALTER TABLE '%.*s' failed. You cannot unpartition a table when its partitions are bound to different segments.
                             Use the ALTER TABLE ... PARTITION BY command to move the data to one segment and unpartition the table.
13966    16           ALTER TABLE '%.*s' failed. You can only drop partitions from range or list partitioned table.
13967    16           ALTER TABLE '%.*s' failed. You cannot drop a partition more than once.
13968    16           ALTER TABLE '%.*s' failed. You cannot drop all partitions of a table.
13969    21           ALTER TABLE '%.*s' drop partition failed. Partition condition with partitionid %d not found for indid %d.
13970    16           Object '%.*s' is not a trigger associated with table '%.*s'.
13971    16           Could not drop partition with data from table '%.*s', because there are referential constraints defined on the table and there are data rows in some of the referencing tables.
13972    16           Cannot run ALTER TABLE on table '%.*s' as ALTER TABLE is not supported on virtually hashed tables.
13973    10           Warning: a decrypt_default is defined on column '%.*s' being modified. Check the validity of the decrypt_default value after this ALTER TABLE operation.
13974    16           You may not declare a decrypt_default on column '%.*s' because that column is not encrypted.
13975    16           You may not declare a null-valued decrypt_default on column '%.*s' because that column is not nullable.
13976    16           Failed to drop a decrypt_default on column '%.*s' because no decrypt_default has been declared on that column.
13977    10           Warning: unable to alter the proxy table in the HA companion server. You can recreate the proxy database by issuing the following command from 
                             the companion server: alter database <dbname> for proxy_update.
13978    11           Ownership change failed. User '%.*s' does not own %S_MSG '%.*s'.
13979    11           Ownership change failed. User '%.*s' does not own any objects with type '%S_MSG' in the current database, or no change is needed.
13980    16           Ownership change on system table '%.*s' failed. You cannot change the ownership of a system table.
13981    16           Ownership change failed. The owner of object '%.*s' can only be changed by modifying the owner of the parent table/view.
13982    16           Ownership change failed. The new owner '%.*s' already owns an object with name '%.*s'.
13983    11           Ownership change failed. User '%.*s' does not own any objects in the current database, or no change is needed.
13984    16           Ownership change failed. Adaptive Server cannot access object '%.*s' in the current database.
13985    16           Ownership change of %ld out of %ld objects failed. Use sp_helpuser or sp_help to identify them, and retry the command.
13986    16           Ownership change of object '%.*s' failed. See previous messages for more information.
13987    16           ALTER TABLE '%.*s' merge partition failed. The partitions being merged must be on the same segment.
13988    16           ALTER TABLE '%.*s' failed. You cannot modify datatype of column (%.*s) to '%.*s' when it is an index key.
13991    16           User '%.*s' does not own user-defined datatype '%.*s' in the current database.
13992    16           User '%.*s' does not own any user-defined datatypes in the current database.
13993    16           Cannot transfer object ownership to user '%.*s'.
13994    16           Cannot use wild-card '*' to alter dbo-owned objects.
13998    16           Ownership change failed. With LOGINAME ONLY specified, the new owner must have the same user identity in the database as the current owner.
13999    16           User name '%.*s' is not a valid user in the current database.

  • No labels