SQL Server 2016

  1. Cannot create a distributed availability replica for availability group '%1!s!'. There is an already existing distributed ...
  2. Cannot create a row that has sparse data of size %1!s! which is greater than the allowable maximum sparse data size of %2!s!. ...
  3. Cannot create a sub-directory under the snapshot folder (%1!s!). Ensure that there is enough disk space available, and that ...
  4. Cannot create a subscription of sync_type 'none' to a publication using the 'concurrent' or 'concurrent_c' synchronization ...
  5. Cannot create a task from XML. This occurs when the runtime is unable to resolve the name to create a task. Verify that the ...
  6. Cannot create a type identity of type '{0}' as a child of identity '{1}'. The specified type requires key property values ...
  7. Cannot create a type identity of type '{0}' as a child of type '{1}'. The specified number of key values does not match required ...
  8. Cannot create a type identity of type '{0}' as a child of type '{1}'. The specified type is not a child type of the specified ...
  9. Cannot create additional orphans with the stored procedure sp_createorphan. Free up some of the orphan handles that you have ...
  10. Cannot create an availability replica for availability group '%1!s!'. An availability replica of the specified availability ...
  11. Cannot create an index on a view or computed column because the compatibility level of this database is less than 80. Use ...
  12. Cannot create an instance path of type '{0}' as a child of type '{1}'. The specified type is not a child type of the specified ...
  13. Cannot create article '%1!s!'. All articles that are part of a concurrent synchronization publication must use stored procedures ...
  14. Cannot create event notification for queue_activation on queue "%1!s!". Stored procedure activation is already configured ...
  15. Cannot create index or statistics '%1!s!' on table '%2!s!' because SQL Server cannot verify that key column '%3!s!' is precise ...
  16. Cannot create index or statistics '%1!s!' on table '%2!s!' because the computed column '%3!s!' is imprecise and not persisted. ...
  17. Cannot create index or statistics '%1!s!' on view '%2!s!' because cannot verify key column '%3!s!' is precise and deterministic. ...
  18. Cannot create index or statistics '%1!s!' on view '%2!s!' because key column '%3!s!' is imprecise, computed and not persisted. ...
  19. Cannot create login token for existing authenticators. If dbo is a windows user make sure that its windows account information ...
  20. Cannot create more than one clustered index on %1!s! '%2!s!'. Drop the existing clustered index '%3!s!' before creating another. ...
  21. Cannot create more than one clustered index on table '{0}'. Drop the existing clustered index '{1}' before creating another. ...
  22. Cannot create more than one clustered index on view '{0}'. Drop the existing clustered index '{1}' before creating another. ...
  23. Cannot create nonunique clustered index on view '%1!s!' because only unique clustered indexes are allowed. Consider creating ...
  24. Cannot create nonunique clustered index on view '{0}' because only unique clustered indexes are allowed. Consider creating ...
  25. Cannot create or modify relationship between foreign key column '%{fktable/}'[%{fkcol/} and primary key column '%{pktable/}'[%{pkcol/} ...
  26. Cannot create partitioned snapshot job. A job already exists for publication '%1!s!' that uses the values you specified for ...
  27. Cannot create plan guide '%1!s!' because @hints has illegal value. @hints must be OPTION(PARAMETERIZATION FORCED) or OPTION(PARAMETERIZATION ...
  28. Cannot create plan guide '%1!s!' because @type was specified as '%2!s!' and a non-NULL value is specified for the parameter ...
  29. Cannot create plan guide '%1!s!' because @type was specified as '%2!s!' and the parameter '%3!s!' is NULL. This type requires ...
  30. Cannot create plan guide '%1!s!' because a plan was not found in the plan cache that corresponds to the specified plan handle. ...
  31. Cannot create plan guide '%1!s!' because object '@module_or_batch' is encrypted. Consider tuning query using other techniques ...
  32. Cannot create plan guide '%1!s!' because the batch or module corresponding to the specified @plan_handle contains more than ...
  33. Cannot create plan guide '%1!s!' because the batch or module specified by @plan_handle does not contain a statement that ...
  34. Cannot create plan guide '%1!s!' because the hints specified in @hints cannot be applied to the statement specified by either ...
  35. Cannot create plan guide '%1!s!' because the plan guide name exceeds 124, the maximum number of characters allowed. Specify ...
  36. Cannot create plan guide '%1!s!' because the statement specified by @statement_start_offset does not match any statement ...
  37. Cannot create plan guide '%1!s!' because the statement specified by @stmt and @module_or_batch, or by @plan_handle and @statement_start_offset, ...
  38. Cannot create plan guide '%1!s!' because the statement specified by @stmt and @module_or_batch, or by @plan_handle and @statement_start_offset, ...
  39. Cannot create plan guide '%1!s!' because the statement specified by @stmt or @statement_start_offset either contains a syntax ...
  40. Cannot create plan guide '%1!s!' because the value specified for @params is invalid. Specify the value in the form , or specify ...
  41. Cannot create plan guide '%1!s!' because there is already a plan guide with that name in the database. Use a unique name. ...
  42. Cannot create plan guide '%1!s!' because value '%2!s!' provided for @module_or_batch is not legal two-part name. Use 'schema_name.object_name'. ...
  43. Cannot create plan guide '%1!s!' from cache because a query plan is not available for the statement with start offset %2!s!.This ...
  44. Cannot create plan guide '%1!s!' from cache because the user does not have adequate permissions. Grant the VIEW SERVER STATE ...
  45. Cannot create primary xml, selective xml or spatial index '%1!s!' on '%2!s!' because PRIMARY KEY constraint contains column(s) ...
  46. Cannot create primary xml, selective xml or spatial index '%1!s!' on table '%2!s!', column '%3!s!', because the column is ...
  47. Cannot create procedure '%1!s!' with a group number of %2!s! because a procedure with the same name and a group number of ...
  48. Cannot create reference dimension '%{degdimname/}' on measure group '%{mgname/}', since the granularity attribute '%{attributename/}' ...
  49. Cannot create relationship from the '%{mgname/}' table to the '%{degdimname/}' table because the '%{attributename/}' column ...
  50. Cannot create ROLAP aggregation because the cartridge for the '%{datasource/}' data source does not support indexed views. ...
  51. Cannot create Shared Access Signature as the credentials does not have account name information. Please check that the credentials ...
  52. Cannot create task for Service Broker message dispatcher. This message is a symptom of another problem that is preventing ...
  53. Cannot create the agent job. '%1!s!' must be a valid Windows login in the form : 'MACHINE\Login' or 'DOMAIN\Login'. See the ...
  54. Cannot create the clustered index "%1!s!" on view "%2!s!" because for clustered indexes on aggregate views without GROUP ...
  55. Cannot create the clustered index "%1!s!" on view "%2!s!" because its select list does not include COUNT_BIG(*). Consider ...
  56. Cannot create the clustered index "%1!s!" on view "%2!s!" because no row can satisfy the view definition. Consider eliminating ...
  57. Cannot create the clustered index "%1!s!" on view "%2!s!" because the index key includes columns that are not in the GROUP ...
  58. Cannot create the clustered index "%1!s!" on view "%2!s!" because the select list of the view definition does not include ...
  59. Cannot create the clustered index "%1!s!" on view "%2!s!" because the view references an unknown value (SUM aggregate of ...
  60. Cannot create the clustered index '%1!s!' on view '%2!s!' because the select list of the view contains an expression on result ...
  61. Cannot create the directory '[2]'. A file with this name already exists. Please rename or remove the file and click Retry, ...
  62. Cannot create the file "%1!s!". Use WITH MOVE to specify a usable physical file name. Use WITH REPLACE to overwrite an existing ...
  63. Cannot create the file '[2]'. A directory with this name already exists. Cancel the installation and try installing to a ...
  64. Cannot create the foreign key "%1!s!" with the SET DEFAULT referential action, because one or more referencing not-nullable ...
  65. Cannot create the foreign key "%1!s!" with the SET NULL referential action, because one or more referencing columns are not ...
  66. Cannot create the full-text catalog in the directory "%1!s!" for the clustered server. Only directories on a disk in the ...
  67. Cannot create the logical record relationship in publication '%1!s!'. The use_partition_groups option for the publication ...
  68. Cannot create the logical record relationship. Table '%1!s!' does not have a foreign key referencing table '%2!s!'. A logical ...
  69. Cannot create the merge replication publication access list (PAL) database role for publication '%1!s!'. This role is used ...
  70. Cannot create the publication. Specifying a value of 'msmq' for the parameter @queue_type is supported only on Microsoft ...
  71. Cannot create the SELECT INTO target table "%1!s!" because the xml column "%2!s!" is typed with a schema collection "%3!s!" ...
  72. Cannot create the sparse column '%1!s!' in the table '%2!s!' because an option or data type specified is not valid. A sparse ...
  73. Cannot create the sparse column '{0}' in the table '{1}' because an option or data type specified is not valid. A sparse ...
  74. Cannot create the sparse column set '%1!s!' in the '%2!s!' table because the table contains one or more encrypted sparse ...
  75. Cannot create the sparse column set '%1!s!' in the table '%2!s!' because a sparse column set must be a nullable xml column. ...