table.hovertable {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #999999;
border-collapse: collapse;
}
table.hovertable th {
background-color:#c3dde0;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
table.hovertable tr {
background-color:#d4e3e5;
}
table.hovertable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
SQL Server error messages list 14000 to 16000.
Following is the list of error messages for sql server (14000 to 16000):
error | severity | description |
---|---|---|
14002 | 16 | Could not find the ‘Sync’ subsystem with the task ID %ld. |
14003 | 16 | You must supply a publication name. |
14004 | 16 | %s must be in the current database. |
14005 | 16 | 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 |
14006 | 16 | Could not drop the publication. |
14008 | 11 | There are no publications. |
14009 | 11 | There are no articles for publication ‘%s’. |
14010 | 16 | The remote server ‘%s’ is not defined as a subscription server. Ensure you specify the server name rather than a network alias. |
14011 | 16 | Unable to mark server ‘%s’ as a non SQL Server subscriber. |
14012 | 16 | The @status parameter value must be either ‘active’ or ‘inactive’. |
14013 | 16 | This database is not enabled for publication. |
14014 | 16 | The synchronization method (@sync_method) must be ‘[bcp] native’, ‘[bcp] character’, ‘concurrent’, ‘concurrent_c’, ‘database snapshot’, or ‘database snapshot character’. |
14015 | 16 | The replication frequency (@repl_freq) must be either ‘continuous’ or ‘snapshot’. |
14016 | 16 | The publication ‘%s’ already exists. |
14017 | 16 | Invalid @restricted parameter value. Valid options are ‘true’ or ‘false’. |
14018 | 16 | Could not create the publication. |
14019 | 16 | The @operation parameter value must be either add, drop, or alter. |
14020 | 16 | Could not obtain the column ID for the specified column. Schema replication failed. |
14021 | 16 | The column was not added correctly to the article. |
14022 | 16 | The @property parameter value must be either ‘description’, ‘sync_object’, ‘type’, ‘ins_cmd’, ‘del_cmd’, ‘upd_cmd’, ‘filter’, ‘dest_table’, ‘dest_object’, ‘creation_script’, ‘pre_creation_cmd’, ‘status’, ‘schema_option’, or ‘destination_owner’. |
14023 | 16 | The type must be ‘[indexed view ]logbased[ (manualview|manualfilter|manualboth)]’, ‘[serializable ]proc exec’, or ‘(view|indexed view|proc|func|aggregate|synonym) schema only’. |
14024 | 16 | The value of property ‘subscriber_provider’ cannot be NULL. |
14025 | 10 | Article update successful. |
14026 | 16 | The value of property ‘subscriber_type is not a supported heterogeneous subscriber type. The value must be 1 (ODBC subscriber), or 3 (OLEDB subscriber). |
14027 | 11 | %s does not exist in the current database. |
14028 | 16 | Only user tables, materialized views, and stored procedures can be published as ‘logbased’ articles. |
14029 | 16 | The vertical partition switch must be either ‘true’ or ‘false’. |
14030 | 16 | The article ‘%s’ exists in publication ‘%s’. |
14031 | 16 | User tables and views are the only valid synchronization objects. |
14032 | 16 | The value of parameter %s cannot be ‘all’. It is reserved by replication stored procedures. |
14033 | 16 | Could not change replication frequency because there are active subscriptions on the publication. |
14034 | 16 | The publication name (@publication) cannot be the keyword ‘all’. |
14035 | 16 | The replication option ‘%s’ of database ‘%s’ has already been set to true. |
14036 | 16 | Could not enable database for publishing. |
14037 | 16 | The replication option ‘%s’ of database ‘%s’ has been set to false. |
14038 | 16 | Could not disable database for publishing. |
14039 | 16 | Could not construct column clause for article view. Reduce the number of columns or create the view manually. |
14040 | 16 | The server ‘%s’ is already a Subscriber. |
14041 | 16 | The ‘%s’ property can only be changed if the publication is enabled for heterogeneous subscriptions. The publication is not enabled. |
14042 | 16 | Could not create Subscriber. |
14043 | 16 | The parameter %s passed to stored procedure %s cannot be NULL. |
14044 | 16 | Unable to clear subscriber status for the server. |
14045 | 16 | Unable to update subscriber_type in MSdistribution_agents table. |
14046 | 16 | Could not drop article. A subscription exists on it. |
14047 | 16 | Could not drop %s. |
14048 | 16 | The server ‘%s’ is not a Subscriber. |
14049 | 16 | Stored procedures for replication are the only objects that can be used as a filter. |
14050 | 11 | No subscription is on this publication or article. |
14051 | 16 | The parameter value must be ‘sync_type’ or ‘dest_db’. |
14052 | 16 | The @sync_type parameter value must be “automatic”, “none”, “replication support only”, “initialize with backup”, or “initialize from lsn”. |
14053 | 16 | The subscription could not be updated at this time. |
14054 | 10 | The subscription was updated successfully. |
14055 | 10 | The subscription does not exist. |
14056 | 16 | The subscription could not be dropped at this time. |
14057 | 16 | The subscription could not be created. |
14058 | 16 | 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 |
14059 | 16 | Materialized view articles cannot be created for publications with the properties allow_sync_tran, allow_queued_tran, or allow_dts. |
14060 | 16 | Subscriber parameters specifying provider properties must be NULL for SQL Server subscribers. |
14061 | 16 | The @pre_creation_cmd parameter value must be ‘none’, ‘drop’, ‘delete’, or ‘truncate’. |
14062 | 10 | The Subscriber was dropped. |
14063 | 11 | The remote server does not exist or has not been designated as a valid Subscriber. |
14065 | 16 | The @status parameter value must be ‘initiated’, ‘active’, ‘inactive’, or ‘subscribed’. |
14066 | 16 | The previous status must be ‘active’, ‘inactive’, or ‘subscribed’. |
14067 | 16 | The status value is the same as the previous status value. |
14068 | 16 | The subscription status of the object could not be changed. |
14069 | 16 | Could not update sysarticles. The subscription status could not be changed. |
14070 | 16 | Could not update the distribution database subscription table. The subscription status could not be changed. |
14071 | 16 | 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. |
14074 | 16 | The server ‘%s’ is already listed as a Publisher. |
14075 | 16 | The Publisher could not be created at this time. |
14076 | 16 | Could not grant replication login permission to ‘%s’. |
14077 | 10 | The publication was updated successfully. |
14078 | 16 | The parameter must be ‘description’, ‘taskid’, ‘sync_method’, ‘status’, ‘repl_freq’, ‘restricted’, ‘retention’, ‘immediate_sync’, ‘enabled_for_internet’, ‘allow_push’, ‘allow_pull’, ‘allow_anonymous’, or ‘retention’. |
14080 | 16 | The remote server “%s” does not exist, or has not been designated as a valid Publisher, or you may not have permission to see available Publishers. |
14085 | 16 | The Subscriber information could not be obtained from the Distributor. |
14088 | 16 | The table ‘%s’ must have a primary key to be published using the transaction-based method. |
14089 | 16 | The clustered index on materialized view ‘%s’ may not contain nullable columns if it is to be published using the transaction-based method. |
14090 | 16 | Error evaluating article synchronization object after column drop. The filter clause for article ‘%s’ must not reference the dropped column. |
14091 | 16 | The @type parameter passed to sp_helpreplicationdb must be either ‘pub’ or ‘sub’. |
14092 | 16 | Could not change article because there is an existing subscription to the article. |
14093 | 16 | Cannot grant or revoke access directly on publication ‘%s’ because it uses the default publication access list. |
14094 | 16 | Could not subscribe to article ‘%s’ because heterogeneous Subscriber ‘%s’ does not support the @pre_creation_cmd parameter value ‘truncate’. |
14095 | 16 | The value for the @sync_method parameter is not valid. Could not subscribe to publication ‘%s’ because non-SQL Server Subscriber ‘%s’ only supports values of ‘character’, ‘bcp character’, ‘concurrent_c’, and ‘database snapshot character’ for the @sync_me |
14096 | 16 | The path and name of the table creation script must be specified if the @pre_creation_cmd parameter value is ‘drop’. |
14097 | 16 | The ‘status’ value must be ‘no column names’, ‘include column names’, ‘string literals’, ‘parameters’, ‘DTS horizontal partitions’ or ‘no DTS horizontal partitions’. |
14098 | 16 | Cannot drop Distribution Publisher ‘%s’. The remote Publisher is using ‘%s’ as Distributor. Disable publishing at the Publisher before attempting to drop this relationship. |
14099 | 16 | The server ‘%s’ 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. |
14100 | 16 | Specify all articles when subscribing to a publication using concurrent snapshot processing. |
14101 | 16 | The publication ‘%s’ already has a Snapshot Agent defined. |
14102 | 16 | Specify all articles when unsubscribing from a publication using concurrent snapshot processing. |
14103 | 16 | Invalid “%s” value. Valid values are “publisher”, “subscriber”, or “both”. |
14105 | 10 | You have updated the distribution database property ‘%s’ successfully. |
14106 | 16 | Distribution retention periods must be greater than or equal to 0. |
14107 | 10 | The @max_distretention value must be larger than the @min_distretention value. |
14108 | 10 | Removed %ld history records from %s. |
14109 | 10 | The @security_mode parameter value must be 0 (SQL Server Authentication) or 1 (Windows Authentication). |
14110 | 16 | For stored procedure articles, the @property parameter value must be ‘description’, ‘dest_table’, ‘dest_object’, ‘creation_script’, ‘pre_creation_cmd’, ‘schema_option’, or ‘destination_owner’. |
14111 | 16 | The @pre_creation_cmd parameter value must be ‘none’ or ‘drop’. |
14112 | 16 | This procedure can be executed only against table-based articles. |
14113 | 16 | Could not execute ‘%s’. Check ‘%s’ in the install directory. |
14114 | 16 | The server ‘%s’ is not configured as a Distributor. |
14115 | 16 | The property parameter value must be %s. |
14117 | 16 | ‘%s’ is not configured as a distribution database. |
14118 | 16 | A stored procedure can be published only as a ‘serializable proc exec’ article, a ‘proc exec’ article, or a ‘proc schema only’ article. |
14119 | 16 | Could not add the distribution database ‘%s’. This distribution database already exists. |
14120 | 16 | Could not drop the distribution database ‘%s’. This distributor database is associated with a Publisher. |
14121 | 16 | Could not drop the Distributor ‘%s’. This Distributor has associated distribution databases. |
14122 | 16 | The @article parameter value must be ‘all’ for immediate_sync publications. |
14123 | 16 | The subscription @sync_type parameter value ‘manual’ is no longer supported. |
14124 | 16 | A publication must have at least one article before a subscription to it can be created. |
14126 | 16 | You do not have the required permissions to complete the operation. |
14128 | 16 | Invalid @subscription_type parameter value. Valid options are ‘push’ or ‘pull’. |
14129 | 16 | The @status parameter value must be NULL for ‘automatic’ sync_type when you add subscriptions to an immediate_sync publication. |
14135 | 16 | There is no subscription on Publisher ‘%s’, publisher database ‘%s’, publication ‘%s’. |
14136 | 16 | The keyword ‘all’ is reserved by replication stored procedures. |
14137 | 16 | The @value parameter value must be either ‘true’ or ‘false’. |
14138 | 16 | Invalid option name ‘%s’. |
14139 | 16 | The replication system table ‘%s’ already exists. |
14143 | 16 | Cannot drop Distributor Publisher ‘%s’. There are Subscribers associated with it in the distribution database ‘%s’. |
14144 | 16 | Cannot drop Subscriber ‘%s’. There are subscriptions for it in the publication database ‘%s’. |
14146 | 16 | The article parameter ‘@schema_option’ cannot be NULL. |
14147 | 16 | Restricted publications are no longer supported. |
14148 | 16 | Invalid ‘%s’ value. Valid values are ‘true’ or ‘false’. |
14149 | 10 | Removed %ld replication history records in %s seconds (%ld row/secs). |
14150 | 10 | Replication-%s: agent %s succeeded. %s |
14151 | 18 | Replication-%s: agent %s failed. %s |
14152 | 10 | Replication-%s: agent %s scheduled for retry. %s |
14153 | 10 | Replication-%s: agent %s warning. %s |
14154 | 16 | The Distributor parameter must be ‘@heartbeat_interval’. |
14155 | 16 | Invalid article ID specified for procedure script generation. |
14156 | 16 | The custom stored procedure calling the format for the %s command specified in the article definition does not match the %s format. |
14157 | 10 | The subscription created by Subscriber ‘%s’ to publication ‘%s’ has expired and has been dropped. |
14158 | 10 | Replication-%s: agent %s: %s. |
14159 | 16 | Could not change property ‘%s’ for article ‘%s’ because there is an existing subscription to the article. |
14160 | 10 | One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. Check the status of subscriptions to this publication and change the expiration threshold value if necessary. |
14161 | 10 | The threshold [%s:%s] for the publication [%s] has been set. Make sure that the logreader and distribution agents are running and can match the latency requirement. |
14162 | 10 | One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. Check the status of subscriptions to this publication and adjust the threshold value if necessary. |
14163 | 10 | One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. Check the status of subscriptions to this publication and adjust the threshold value if necessary. |
14164 | 10 | One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. Check the status of subscriptions to this publication and adjust the threshold value if necessary. |
14165 | 10 | One or more subscriptions has exceeded the threshold [%s:%s] for the publication [%s]. Check the status of subscriptions to this publication and adjust the threshold value if necessary. |
14166 | 10 | Disable publishing ignored error msg %d, severity %d, state %d: %s. |
14167 | 10 | Subscription expiration |
14168 | 10 | Transactional replication latency |
14169 | 10 | Long merge over dialup connection |
14170 | 10 | Long merge over LAN connection |
14171 | 10 | Slow merge over LAN connection |
14172 | 10 | Slow merge over dialup connection |
14173 | 16 | Failed to set publication parameter %s because it is not supported in Workgroup sku. |
14196 | 10 | The agent has never been run. |
14197 | 10 | Value of %s parameter should be in the set %s |
14198 | 10 | The value of the %s parameter should be in the range %s. Verify that the specified parameter value is correct. |
14199 | 10 | The specified job ‘%s’ is not created for maintenance plans. Verify that the job has at least one step calling xp_sqlmaint. |
14200 | 16 | The specified ‘%s’ is invalid. |
14201 | 10 | 0 (all steps) .. |
14202 | 10 | before or after @active_start_time |
14203 | 10 | sp_helplogins [excluding Windows NT groups] |
14204 | 10 | 0 (non-idle), 1 (executing), 2 (waiting for thread), 3 (between retries), 4 (idle), 5 (suspended), 7 (performing completion actions) |
14205 | 10 | (unknown) |
14206 | 10 | 0..n seconds |
14207 | 10 | -1 [no maximum], 0..n |
14208 | 10 | 1..7 [1 = E-mail, 2 = Pager, 4 = NetSend] |
14209 | 10 | 0..127 [1 = Sunday .. 64 = Saturday] |
14210 | 10 | notification |
14211 | 10 | server |
14212 | 10 | (all jobs) |
14213 | 10 | Core Job Details: |
14214 | 10 | Job Steps: |
14215 | 10 | Job Schedules: |
14216 | 10 | Job Target Servers: |
14217 | 10 | SQL Server Warning: ‘%s’ has performed a forced defection of TSX server ‘%s’. Run sp_delete_targetserver at the MSX in order to complete the defection. |
14218 | 10 | hour |
14219 | 10 | minute |
14220 | 10 | second |
14221 | 16 | This job has one or more notifications to operators other than ‘%s’. The job cannot be targeted at remote servers as currently defined. |
14222 | 16 | Cannot rename the ‘%s’ operator. |
14223 | 16 | Cannot modify or delete operator ‘%s’ while this server is a %s. |
14224 | 10 | Warning: The server name given is not the current MSX server (‘%s’). |
14225 | 16 | Warning: Could not determine local machine name. This prevents MSX operations from being posted. |
14226 | 10 | %ld history entries purged. |
14227 | 10 | Server defected from MSX ‘%s’. %ld job(s) deleted. |
14228 | 10 | Server MSX enlistment changed from ‘%s’ to ‘%s’. |
14229 | 10 | Server enlisted into MSX ‘%s’. |
14230 | 10 | SP_POST_MSX_OPERATION: %ld %s download instruction(s) posted. |
14231 | 10 | SP_POST_MSX_OPERATION Warning: The specified %s (‘%s’) is not involved in a multiserver job. |
14232 | 16 | Specify either a job_name, job_id, or an originating_server. |
14233 | 16 | Specify a valid job_id (or 0x00 for all jobs). |
14234 | 16 | The specified ‘%s’ is invalid (valid values are returned by %s). |
14235 | 16 | The specified ‘%s’ is invalid (valid values are greater than 0 but excluding %ld). |
14236 | 10 | Warning: Non-existent step referenced by %s. |
14237 | 16 | When an action of ‘REASSIGN’ is specified, the New Login parameter must also be supplied. |
14238 | 10 | %ld jobs deleted. |
14239 | 10 | %ld jobs reassigned to %s. |
14240 | 10 | Job applied to %ld new servers. |
14241 | 10 | Job removed from %ld servers. |
14242 | 16 | Only a system administrator can reassign ownership of a job. |
14243 | 10 | Job ‘%s’ started successfully. |
14245 | 16 | Specify either the @name, @id, or @loginname of the task(s) to be deleted. |
14250 | 16 | The specified %s is too long. It must contain no more than %ld characters. |
14251 | 16 | Cannot specify ‘%s’ as the operator to be notified. |
14252 | 16 | Cannot perform this action on a job you do not own. |
14253 | 10 | %ld (of %ld) job(s) stopped successfully. |
14254 | 10 | Job ‘%s’ stopped successfully. |
14255 | 16 | The owner (‘%s’) of this job is either an invalid login, or is not a valid user of database ‘%s’. |
14256 | 16 | Cannot start the job “%s” (ID %s) because it does not have any job server or servers defined. Associate the job with a job server by calling sp_add_jobserver. |
14257 | 16 | Cannot stop the job “%s” (ID %s) because it does not have any job server or servers defined. Associate the job with a job server by calling sp_add_jobserver. |
14258 | 16 | Cannot perform this operation while SQLServerAgent is starting. Try again later. |
14260 | 16 | You do not have sufficient permission to run this command. Contact your system administrator. |
14261 | 16 | The specified %s (‘%s’) already exists. |
14262 | 16 | The specified %s (‘%s’) does not exist. |
14263 | 16 | Target server ‘%s’ is already a member of group ‘%s’. |
14264 | 16 | Target server ‘%s’ is not a member of group ‘%s’. |
14265 | 24 | The MSSQLServer service terminated unexpectedly. Check the SQL Server error log and Windows System and Application event logs for possible causes. |
14266 | 16 | The specified ‘%s’ is invalid (valid values are: %s). |
14267 | 16 | Cannot add a job to the ‘%s’ job category. |
14268 | 16 | There are no jobs at this server that originated from server ‘%s’. |
14269 | 16 | Job ‘%s’ is already targeted at server ‘%s’. |
14270 | 16 | Job ‘%s’ is not currently targeted at server ‘%s’. |
14271 | 16 | A target server cannot be named ‘%s’. |
14272 | 16 | Object-type and object-name must be supplied as a pair. |
14273 | 16 | You must provide either @job_id or @job_name (and, optionally, @schedule_name), or @schedule_id. |
14274 | 16 | Cannot add, update, or delete a job (or its steps or schedules) that originated from an MSX server. |
14275 | 16 | The originating server must be either local server or MSX server. |
14276 | 16 | ‘%s’ is a permanent %s category and cannot be deleted. |
14277 | 16 | The command script does not destroy all the objects that it creates. Revise the command script. |
14278 | 16 | The schedule for this job is invalid (reason: %s). |
14279 | 16 | Supply either @job_name, @job_id or @originating_server. |
14280 | 16 | Supply either a job name (and job aspect), or one or more job filter parameters. |
14281 | 10 | Warning: The @new_owner_login_name parameter is not necessary when specifying a ‘DELETE’ action. |
14282 | 16 | Supply either a date (created or last modified) and a data comparator, or no date parameters at all. |
14283 | 16 | Supply @target_server_groups or @target_servers, or both. |
14284 | 16 | Cannot specify a job ID for a new job. An ID will be assigned by the procedure. |
14285 | 16 | Cannot add a local job to a multiserver job category. |
14286 | 16 | Cannot add a multiserver job to a local job category. |
14287 | 16 | The ‘%s’ supplied has an invalid %s. |
14288 | 16 | %s cannot be before %s. |
14289 | 16 | %s cannot contain ‘%s’ characters. |
14290 | 16 | This job is currently targeted at the local server so cannot also be targeted at a remote server. |
14291 | 16 | This job is currently targeted at a remote server so cannot also be targeted at the local server. |
14292 | 16 | There are two or more tasks named ‘%s’. Specify %s instead of %s to uniquely identify the task. |
14293 | 16 | There are two or more jobs named ‘%s’. Specify %s instead of %s to uniquely identify the job. |
14294 | 16 | Supply either %s or %s to identify the job. |
14295 | 16 | Frequency Type 0x2 (OnDemand) is no longer supported. |
14296 | 16 | This server is already enlisted into MSX ‘%s’. |
14297 | 16 | Cannot enlist into the local machine. |
14298 | 16 | This server is not currently enlisted into an MSX. |
14299 | 16 | Server ‘%s’ is an MSX. Cannot enlist one MSX into another MSX. |
14301 | 16 | Logins other than the current user can only be seen by members of the sysadmin role. |
14303 | 16 | Stored procedure ‘%s’ failed to access registry key. |
14304 | 16 | Stored procedure ‘%s’ can run only on Windows 2000 servers. |
14305 | 16 | Column ‘%.*ls’ does not exist in table ‘%.*ls’. |
14306 | 16 | The target server (TSX) version is not compatible with the master server (MSX) version (%ld.%ld.%ld). |
14307 | 16 | Access to Integration Services package ‘%s’ is denied. |
14350 | 16 | Cannot initialize COM library because CoInitialize failed. |
14351 | 16 | Cannot complete this operation because an unexpected error occurred. |
14352 | 16 | Cannot find Active Directory information in the registry for this SQL Server instance. Run sp_ActiveDirectory_SCP again. |
14353 | 16 | Cannot determine the service account for this SQL Server instance. |
14354 | 16 | Cannot start the MSSQLServerADHelper service. Verify that the service account for this SQL Server instance has the necessary permissions to start the MSSQLServerADHelper service. |
14355 | 16 | The MSSQLServerADHelper service is busy. Retry this operation later. |
14356 | 16 | 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. |
14357 | 16 | Cannot list ‘%s’ in Active Directory because the name is too long. Active Directory common names cannot exceed 64 characters. |
14359 | 16 | Active Directory directory service is not enabled on the network, or it is not supported by the operating system. |
14360 | 16 | %s is already configured as TSX machine |
14362 | 16 | The MSX server must be running the Standard or Enterprise edition of SQL Server |
14363 | 16 | The MSX server is not prepared for enlistments [there must be an operator named ‘MSXOperator’ defined at the MSX] |
14364 | 16 | The TSX server is not currently enlisted |
14365 | 16 | Specify a valid schedule_uid. |
14366 | 16 | Only members of sysadmin role can modify the owner of a schedule. |
14367 | 16 | 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. |
14368 | 16 | Schedule “%s” was not deleted because it is being used by at least one other job. Use “sp_detach_schedule” to remove schedules from a job. |
14369 | 16 | The schedule ID “%s” is used by more than one job. Specify the job_id. |
14370 | 16 | The @originating_server must be either the local server name or the master server (MSX) name for MSX jobs on a target server (TSX). |
14371 | 16 | There are two or more schedules named “%s”. Specify %s instead of %s to uniquely identify the schedule. |
14372 | 16 | The schedule was not deleted because it is being used by one or more jobs. |
14373 | 16 | Supply either %s or %s to identify the schedule. |
14374 | 16 | The specified schedule name “%s” is not associated with the job “%s”. |
14375 | 16 | More than one schedule named “%s” is attached to job “%s”. Use “sp_update_schedule” to update schedules. |
14376 | 16 | More than one schedule named “%s” is attached to job “%s”. Use “sp_detach_schedule” to remove schedules from a job. |
14377 | 16 | 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. |
14378 | 16 | @sysadmin_only flag is no longer supported by SQLAgent and kept here only for backwards compatibility |
14379 | 16 | Table ‘%s’ foreign key ‘originating_server_id’ does not have a matching value in the referenced view ‘dbo.sysoriginatingservers_view’. |
14380 | 16 | Field ‘originating_server_id’ in table sysoriginatingservers is being referenced by either sysjobs or sysschedules. |
14390 | 16 | Only members of role sysadmin can specify the %s parameter. |
14391 | 16 | Only owner of a job or members of sysadmin role can detach a schedule. |
14392 | 16 | Only owner of a job or members of role sysadmin or SQLAgentOperatorRole can purge history of the job. |
14393 | 16 | Only owner of a job or members of role sysadmin or SQLAgentOperatorRole can start and stop the job. |
14394 | 16 | Only owner of a job schedule or members of sysadmin role can modify or delete the job schedule. |
14395 | 16 | ‘%s’ 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. |
14396 | 16 | Only members of sysadmin server role can modify multi-server jobs |
14397 | 16 | Only members of sysadmin server role can start/stop multi-server jobs |
14398 | 16 | Only members of sysadmin server role can create multi-server jobs |
14410 | 16 | You must supply either a plan_name or a plan_id. |
14411 | 16 | Cannot delete this plan. The plan contains enlisted databases. |
14412 | 16 | The destination database is already part of a log shipping plan. |
14413 | 16 | This database is already log shipping. |
14414 | 16 | A log shipping monitor is already defined. |
14415 | 16 | The user name cannot be null when using SQL Server authentication. |
14416 | 16 | This stored procedure must be run in msdb. |
14417 | 16 | Cannot delete the monitor server while databases are participating in log shipping. |
14418 | 16 | The specified @backup_file_name was not created from database ‘%s’. |
14419 | 16 | The specified @backup_file_name is not a database backup. |
14420 | 16 | The log shipping primary database %s.%s has backup threshold of %d minutes and has not performed a backup log operation for %d minutes. Check agent log and logshipping monitor information. |
14421 | 16 | The log shipping secondary database %s.%s has restore threshold of %d minutes and is out of sync. No restore was performed for %d minutes. Restored latency is %d minutes. Check agent log and logshipping monitor information. |
14422 | 16 | Supply either @plan_id or @plan_name. |
14423 | 16 | Other databases are enlisted on this plan and must be removed before the plan can be deleted. |
14424 | 16 | The database ‘%s’ is already involved in log shipping. |
14425 | 16 | The database ‘%s’ does not seem to be involved in log shipping. |
14426 | 16 | A log shipping monitor is already defined. Call sp_define_log_shipping_monitor with @delete_existing = 1. |
14427 | 16 | A user name is necessary for SQL Server security. |
14428 | 16 | Could not remove the monitor as there are still databases involved in log shipping. |
14429 | 16 | There are still secondary servers attached to this primary. |
14430 | 16 | Destination path %s is not valid. Unable to list directory contents. Specify a valid destination path. |
14440 | 16 | Could not set single user mode. |
14441 | 16 | Role change succeeded. |
14442 | 16 | Role change failed. |
14450 | 16 | The specified @backup_file_name was not taken from database ‘%s’. |
14451 | 16 | The specified @backup_file_name is not a database backup. |
14500 | 16 | Supply either a non-zero message ID, non-zero severity, non-null performance condition, or non-null WMI namespace and query. |
14501 | 16 | An alert (‘%s’) has already been defined on this condition. |
14502 | 16 | The @target_name parameter must be supplied when specifying an @enum_type of ‘TARGET’. |
14503 | 16 | The @target_name parameter should not be supplied when specifying an @enum_type of ‘ALL’ or ‘ACTUAL’. |
14504 | 16 | ‘%s’ is the fail-safe operator. You must make another operator the fail-safe operator before ‘%s’ can be dropped. |
14505 | 16 | Specify a null %s when supplying a performance condition. |
14506 | 16 | Cannot set alerts on message ID %ld. |
14507 | 16 | A performance condition must be formatted as: ‘object_name|counter_name|instance_name|comparator(> or < or =)|numeric value'. |
14508 | 16 | Specify both @wmi_namespace and @wmi_query. |
14509 | 16 | Specify a valid %s when supplying a @wmi_namespace. |
14510 | 16 | Specify a null %s when supplying a @wmi_namespace. |
14511 | 16 | 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. |
14512 | 16 | Specify a valid %s when supplying a @wmi_query. |
14513 | 10 | Analysis query subsystem |
14514 | 10 | Analysis command subsystem |
14515 | 16 | Only a member of the sysadmin server role can add a job for a different owner with @owner_login_name. |
14516 | 16 | Proxy (%d) is not allowed for subsystem “%s” and user “%s”. Grant permission by calling sp_grant_proxy_to_subsystem or sp_grant_login_to_proxy. |
14517 | 16 | A proxy account is not allowed for a Transact-SQL subsystem. |
14518 | 16 | Cannot delete proxy (%d). It is used by at least one jobstep. Change this proxy for all jobsteps first. |
14519 | 16 | Only one of @login_name, @fixed_server_role, or @msdb_role should be specified. |
14520 | 16 | “%s” is not a valid SQL Server standard login, Windows NT user, Windows NT group, or msdb database role. |
14521 | 16 | “%s” is not a valid SQL Server fixed server role, Windows NT user, or Windows NT group. |
14522 | 16 | ‘”%s” is not a valid role of an msdb database, Windows NT user, or Windows NT group. |
14523 | 16 | “%s” has not been granted permission to use proxy “%s”. |
14524 | 16 | Supply either %s or %s. |
14525 | 16 | Only members of sysadmin role are allowed to update or delete jobs owned by a different login. |
14526 | 16 | The specified category “%s” does not exist for category class “%s”. |
14527 | 16 | Job “%s” cannot be used by an alert. It should first be associated with a server by calling sp_add_jobserver. |
14528 | 16 | Job “%s” has no steps defined. |
14529 | 16 | Proxy “%s” is not a valid Windows user. |
14530 | 16 | The Transact-SQL subsystem cannot be executed under the context of a proxy account. |
14531 | 16 | Permission to access proxy already granted. Verify current permissions assignments. |
14532 | 16 | Supply both %s and %s, or none of them. |
14533 | 16 | Use either a proxy or user_domain, user_name, or user_password parameter. |
14534 | 16 | All user_domain, user_name, and user_password parameters should be defined. |
14535 | 16 | The user_domain, user_name, and user_password parameters can be specified only for replication subsystems. |
14536 | 16 | Only members of the sysadmin role can specify a “%s” parameter. |
14537 | 16 | Execution in the context of disabled proxy (proxy_id = %d) is not allowed. Contact your system administrator. |
14538 | 10 | SSIS package execution subsystem |
14539 | 16 | Only a Standard or Enterprise edition of SQL Server can be enlisted into an MSX. |
14540 | 16 | Only a SQL Server running on Microsoft Windows NT can be enlisted into an MSX. |
14541 | 16 | The version of the MSX (%s) is not recent enough to support this TSX. Version %s or later is required at the MSX. |
14542 | 16 | It is invalid for any TSQL step of a multiserver job to have a non-null %s value. |
14543 | 16 | Login ‘%s’ owns one or more multiserver jobs. Ownership of these jobs can only be assigned to members of the %s role. |
14544 | 16 | This job is owned by ‘%s’. Only a job owned by a member of the %s role can be a multiserver job. |
14545 | 16 | The %s parameter is not valid for a job step of type ‘%s’. |
14546 | 16 | The %s parameter is not supported on Windows 95/98 platforms. |
14547 | 10 | Warning: This change will not be downloaded by the target server(s) until an %s for the job is posted using %s. |
14548 | 10 | Target server ‘%s’ does not have any jobs assigned to it. |
14549 | 10 | (Description not requested.) |
14550 | 10 | Command-Line Subsystem |
14551 | 10 | Replication Snapshot Subsystem |
14552 | 10 | Replication Transaction-Log Reader Subsystem |
14553 | 10 | Replication Distribution Subsystem |
14554 | 10 | Replication Merge Subsystem |
14555 | 10 | Active Scripting Subsystem |
14556 | 10 | Transact-SQL Subsystem |
14557 | 10 | [Internal] |
14558 | 10 | (encrypted command) |
14559 | 10 | (append output file) |
14560 | 10 | (include results in history) |
14561 | 10 | (normal) |
14562 | 10 | (quit with success) |
14563 | 10 | (quit with failure) |
14564 | 10 | (goto next step) |
14565 | 10 | (goto step) |
14566 | 10 | (idle) |
14567 | 10 | (below normal) |
14568 | 10 | (above normal) |
14569 | 10 | (time critical) |
14570 | 10 | (Job outcome) |
14571 | 10 | No description available. |
14572 | 10 | @freq_interval must be at least 1 for a daily job. |
14573 | 10 | @freq_interval must be a valid day of the week bitmask [Sunday = 1 .. Saturday = 64] for a weekly job. |
14574 | 10 | @freq_interval must be between 1 and 31 for a monthly job. |
14575 | 10 | @freq_relative_interval must be one of 1st (0x1), 2nd (0x2), 3rd [0x4], 4th (0x8) or Last (0x10). |
14576 | 10 | @freq_interval must be between 1 and 10 (1 = Sunday .. 7 = Saturday, 8 = Day, 9 = Weekday, 10 = Weekend-day) for a monthly-relative job. |
14577 | 10 | @freq_recurrence_factor must be at least 1. |
14578 | 10 | Starts whenever the CPU usage has remained below %ld percent for %ld seconds. |
14579 | 10 | Automatically starts when SQLServerAgent starts. |
14580 | 10 | job |
14581 | 10 | Replication Transaction Queue Reader Subsystem |
14582 | 16 | Only a sysadmin can specify ‘@output_file_name’ parameter for a jobstep. |
14583 | 16 | Only a sysadmin can specify ‘@database_user_name’ parameter. |
14585 | 16 | Only the owner of DTS Package ‘%s’ or a member of the sysadmin role may reassign its ownership. |
14586 | 16 | Only the owner of DTS Package ‘%s’ or a member of the sysadmin role may create new versions of it. |
14587 | 16 | Only the owner of DTS Package ‘%s’ or a member of the sysadmin role may drop it or any of its versions. |
14588 | 10 | ID.VersionID = |
14589 | 10 | [not specified] |
14590 | 16 | DTS Package ‘%s’ already exists with a different ID in this category. |
14591 | 16 | SSIS folder ‘%s’ already exists in the specified parent folder. |
14592 | 16 | DTS Category ‘%s’ was found in multiple parent categories. You must uniquely specify the category to be dropped. |
14593 | 16 | SSIS folder ‘%s’ contains packages and/or other folders. You must drop these first. |
14594 | 10 | DTS Package |
14595 | 16 | DTS Package ‘%s’ exists in different categories. You must uniquely specify the package. |
14596 | 16 | DTS Package ‘%s’ exists in another category. |
14597 | 16 | DTS Package ID ‘%s’ already exists with a different name. |
14598 | 16 | Cannot drop the Local, Repository, or LocalDefault DTS categories. |
14599 | 10 | Name |
14600 | 16 | Proxy “%s” has not been granted permission to use subsystem “%s”. |
14601 | 16 | Operator “%s” is not enabled and therefore cannot receive notifications. |
14602 | 16 | Operator “%s” does not have an e-mail address specified. |
14603 | 16 | Database Mail is not properly configured. |
14604 | 16 | Both %s parameters (id and name) cannot be NULL |
14605 | 16 | Both %s parameters (id and name) do not point to the same object |
14606 | 16 | %s id is not valid |
14607 | 16 | %s name is not valid |
14608 | 16 | Either %s or %s parameter needs to be supplied |
14609 | 16 | Mail database to user database association does not exist and therefore cannot be updated |
14610 | 16 | Either @profile_name or @description parameter needs to be specified for update |
14611 | 16 | Account sequence number must be supplied for update |
14612 | 16 | Each principal should have at least one default profile |
14614 | 16 | %s is not a valid mailserver_type |
14615 | 16 | The @username parameter needs to be supplied if the @password is supplied. |
14616 | 16 | Unable to retrieve the newly created credential [%s] from the credential store. |
14617 | 16 | Mail host database specified is invalid |
14618 | 16 | Parameter ‘%s’ must be specified. This parameter cannot be NULL. |
14619 | 16 | 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. |
14620 | 16 | 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. |
14621 | 16 | Parameter @attachmentencoding does not support the value “%s”. The attachment encoding must be “MIME”. |
14622 | 16 | Parameter @importance does not support the value “%s”. Mail importance must be one of LOW, NORMAL, or HIGH. |
14623 | 16 | Parameter @sensitivity does not support the value “%s”. Mail sensitivity must be one of NORMAL, PERSONAL, PRIVATE, or CONFIDENTIAL. |
14624 | 16 | At least one of the following parameters must be specified. “%s”. |
14625 | 16 | 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. |
14626 | 16 | Parameter @mailformat does not support the value “%s”. The mail format must be TEXT or HTML. |
14627 | 16 | Received error %d while sending a message as part of the %s operation. Database Mail may not be available, or may have encountered an error. Check the Database Mail error log for more information. |
14628 | 16 | The format of the parameter @attachments is incorrect. The file names must be separated by a semicolon “;”. |
14629 | 16 | There is no configuration parameter named “%s”, or the value provided is not of the correct data type. |
14630 | 16 | Database Mail is not permitted to send files with the file extension %s. |
14631 | 16 | The current user (‘%s’) 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 |
14632 | 16 | The user name %s specified in @execute_query_as is invalid. There is no user by that name. |
14633 | 16 | The database name “%s” specified in @execute_query_database is invalid. There is no database by that name. |
14634 | 10 | Warning: %s’ |
14635 | 10 | Mail queued. |
14636 | 16 | No global profile is configured. Specify a profile name in the @profile_name parameter. |
14637 | 10 | Activation failure. |
14638 | 10 | Activation successful. |
14639 | 10 | The mail queue was started by login “%s”. |
14640 | 10 | The mail queue stopped by login “%s”. |
14641 | 16 | Mail not queued. Database Mail is stopped. Use sysmail_start_sp to start Database Mail. |
14642 | 10 | Default attachment encoding |
14643 | 10 | Default dialog lifetime |
14644 | 10 | Default maximum file size |
14645 | 10 | Extensions not allowed in outgoing mails |
14646 | 10 | Number of retry attempts for a mail server |
14647 | 10 | Delay between each retry attempt to mail server |
14648 | 10 | Minimum process lifetime in seconds |
14649 | 16 | Unable to test profile. Database Mail is stopped. Use sysmail_start_sp to start Database Mail. |
14650 | 16 | Service Broker message delivery is not enabled in this database. Use the ALTER DATABASE statement to enable Service Broker message delivery. |
14651 | 16 | 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. |
14652 | 16 | Invalid message received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s. |
14653 | 16 | Invalid %s value received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s. |
14654 | 10 | Unexpected message received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s. |
14655 | 16 | Invalid XML message format received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s. |
14657 | 16 | Mail not queued. Maximum number of mails per day (%ld) for login %s has been exceeded. |
14658 | 16 | Failed to retrieve SQLPath for syssubsystems population. |
14659 | 16 | Failed to retrieve VerSpecificRootDir for syssubsystems population. |
14660 | 16 | Database Compatibility Level is too low. Compatibility Level must be Version80 or higher. |
14661 | 16 | Query execution failed: %s |
14662 | 10 | mailitem_id on conversation %s was not found in the sysmail_send_retries table. This mail item will not be sent. |
14663 | 10 | Mail Id %d has exceeded the retry count. This mail item will not be sent. |
14664 | 16 | Database Mail logging level: normal – 1, extended – 2 (default), verbose – 3 |
14665 | 10 | Mail items deletion is initiated by user “%s”. %d items deleted. |
14666 | 16 | User name cannot be supplied when using default credentials |
14667 | 16 | Mail Id %d has been deleted from sysmail_mailitems table. This mail will not be sent. |
14668 | 16 | Deleting profile %s failed because there are some unsent emails associated with this profile, use force_delete option to force the deletion of the profile. |
14670 | 16 | Cannot delete the active collection set ‘%s’. Stop the collection set and then try to delete it again. |
14671 | 16 | Cannot update the name or the parameters of the collection item ‘%s’ in the active collection set ‘%s’. Stop the collection set and then try to update the collection item again. |
14672 | 16 | Cannot delete the collection item ‘%s’ in the active collection set ‘%s’. Stop the collection set and then try to delete the collection item again. |
14673 | 16 | Cannot delete the collector type ‘%s’. Delete all collection items associated with this collector type and then try to delete it again. |
14674 | 16 | Cannot upload data for the inactive collection set ‘%s’. Start the collection set and then try to upload the data again. |
14675 | 16 | Cannot update the name, target, proxy_id, logging_level, or collection_mode, or add collection item to the active collection set ‘%s’. Stop the collection set and then try to update it again. |
14676 | 16 | The user does not have permission to change ‘%s’. The user must be a member of data collector role ‘%s’. |
14677 | 16 | The user does not have permission to perform this operation. The user must be a member of data collector role ‘%s’. |
14678 | 16 | SQL Server Trace with id %d has been stopped and closed by external user. SQL Server Trace collector will attempt to re-create the trace. |
14679 | 16 | The specified %s (%s) is not valid in this data warehouse. |
14680 | 16 | Management Data Warehouse database can only be installed on an instance of SQL Server 2008 or higher. |
14681 | 16 | Cannot perform this procedure when the collector is disabled. Enable the collector and then try again. |
14682 | 16 | The state of the collection set has changed, but it will not start or stop until the collector is enabled. |
14683 | 16 | A collection set in cached mode requires a schedule. |
14684 | 16 | Caught error#: %d, Level: %d, State: %d, in Procedure: %s, Line: %d, with Message: %s |
14685 | 16 | Collection set: ‘%s’ does not contain any collection items, so starting the collection set will have no effect. |
14686 | 16 | The MDWInstance and MDWDatabase parameters of the configuration store cannot be null. |
14687 | 16 | Invalid value (%d) 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) |
14688 | 16 | A collection set cannot start when SQL Server Agent is stopped. Start SQL Server Agent. |
14689 | 16 | 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. |
14690 | 16 | Cannot perform this procedure when the collector is enabled. Disable the collector and then try again. |
14691 | 16 | The status of the collector cannot be null. This may indicate an internal corruption in the collector configuration data. |
14692 | 16 | Insufficient priveleges to start collection set: ‘%s’. Only a member of the ‘sysadmin’ fixed server role can start a collection set without a SQL Server Agent proxy. Attach a SQL Server Agent proxy to the collection set before retrying. |
14693 | 16 | A collection set cannot start without a schedule. Specify a schedule for the collection set. |
14694 | 16 | Cannot upload data on-demand for the collection set ‘%s’ in non-cached mode. |
14695 | 16 | Cannot collect data on-demand for the collection set ‘%s’ in cached mode. |
14696 | 16 | Cannot update or delete a system collection set, or add new collection items to it. |
14697 | 16 | Unable to convert showplan to XML. Error #%d on Line %d: %s |
14698 | 10 | PowerShell Subsystem |
14700 | 10 | Collects data about the disk and log usage for all databases. |
14701 | 10 | Disk Usage |
14702 | 10 | Disk Usage – Data Files |
14703 | 10 | Disk Usage – Log Files |
14704 | 10 | Collects top-level performance indicators for the computer and the Database Engine. Enables analysis of resource use, resource bottlenecks, and Database Engine activity. |
14705 | 10 | Server Activity |
14706 | 10 | Server Activity – DMV Snapshots |
14707 | 10 | Server Activity – Performance Counters |
14708 | 10 | 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. |
14709 | 10 | Query Statistics |
14710 | 10 | Query Statistics – Query Activity |
14711 | 10 | Changes to SQL dumper configuration will take effect when the collection set is restarted. To perform an immediate dump, use the dtutil /dump option. |
14712 | 16 | Only dbo or members of dc_admin can install or upgrade instmdw.sql. Contact an administrator with sufficient permissions to perform this operation. |
14713 | 21 | A management data warehouse cannot be installed to SQL Server Express Edition. |
14714 | 16 | Attempting to upgrade a Management Data Warehouse of newer version ‘%s’ with an older version ‘%s’. Upgrade aborted. |
14715 | 10 | Collects data about instances of SQL Server that are managed in the SQL Server Utility. |
14716 | 10 | Utility Information |
14718 | 10 | Utility Information – Managed Instance |
15001 | 16 | Object ‘%ls’ does not exist or is not a valid object for this operation. |
15002 | 16 | The procedure ‘%s’ cannot be executed within a transaction. |
15003 | 16 | Only members of the %s role can execute this stored procedure. |
15004 | 16 | Name cannot be NULL. |
15005 | 10 | Statistics for all tables have been updated. |
15006 | 16 | ‘%s’ is not a valid name because it contains invalid characters. |
15007 | 16 | ‘%s’ is not a valid login or you do not have permission. |
15008 | 16 | User ‘%s’ does not exist in the current database. |
15009 | 16 | The object ‘%s’ does not exist in database ‘%s’ or is invalid for this operation. |
15010 | 16 | The database ‘%s’ does not exist. Supply a valid database name. To see available databases, use sys.databases. |
15011 | 16 | Database option ‘%s’ does not exist. Specify a valid database option. |
15012 | 16 | The device ‘%s’ does not exist. Use sys.backup_devices to show available devices. |
15013 | 10 | Table ‘%s’: No columns without statistics found. |
15014 | 16 | The role ‘%s’ does not exist in the current database. |
15015 | 16 | The server ‘%s’ does not exist. Use sp_helpserver to show available servers. |
15016 | 16 | The default ‘%s’ does not exist. |
15017 | 16 | The rule ‘%s’ does not exist. |
15018 | 10 | Table ‘%s’: Creating statistics for the following columns: |
15019 | 16 | The extended stored procedure ‘%s’ does not exist. |
15020 | 10 | Statistics have been created for the %d listed columns of the above tables. |
15021 | 16 | Invalid value given for parameter %s. Specify a valid parameter value. |
15022 | 16 | The specified user name is already aliased. |
15023 | 16 | User, group, or role ‘%s’ already exists in the current database. |
15025 | 16 | The server principal ‘%s’ already exists. |
15026 | 16 | Logical device ‘%s’ already exists. |
15028 | 16 | The server ‘%s’ already exists. |
15032 | 16 | The database ‘%s’ already exists. Specify a unique database name. |
15033 | 16 | ‘%s’ is not a valid official language name. |
15034 | 16 | The application role password must not be NULL. |
15036 | 16 | The data type ‘%s’ does not exist or you do not have permission. |
15040 | 16 | User-defined error messages must have an ID greater than 50000. |
15041 | 16 | User-defined error messages must have a severity level between 1 and 25. |
15042 | 10 | The @with_log parameter is ignored for messages that are not us_english version. |
15043 | 16 | You must specify ‘REPLACE’ to overwrite an existing message. |
15044 | 16 | The type “%s” is an unknown backup device type. Use the type “disk” or “tape”. |
15045 | 16 | The logical name cannot be NULL. |
15046 | 16 | The physical name cannot be NULL. |
15048 | 10 | Valid values of the database compatibility level are %d, %d, or %d. |
15049 | 11 | Cannot unbind from ‘%s’. Use ALTER TABLE DROP CONSTRAINT. |
15050 | 11 | Cannot bind default ‘%s’. The default must be created using the CREATE DEFAULT statement. |
15051 | 11 | Cannot rename the table because it is published for replication. |
15053 | 16 | Objects exist which are not owned by the database owner. |
15054 | 10 | The current compatibility level is %d. |
15056 | 10 | The suspect flag on the database “%s” is already reset. |
15057 | 16 | List of %s name contains spaces, which are not allowed. |
15058 | 16 | List of %s has too few names. |
15059 | 16 | List of %s has too many names. |
15060 | 16 | List of %s names contains name(s) which have ‘%s’ non-alphabetic characters. |
15061 | 16 | The add device request was denied. A physical device named “%s” already exists. Only one backup device may refer to any physical device name. |
15062 | 16 | The guest user cannot be mapped to a login name. |
15063 | 16 | The login already has an account under a different user name. |
15065 | 16 | All user IDs have been assigned. |
15066 | 16 | A default-name mapping of a remote login from remote server ‘%s’ already exists. |
15068 | 16 | A remote user ‘%s’ already exists for remote server ‘%s’. |
15069 | 16 | One or more users are using the database. The requested operation cannot be completed. |
15070 | 10 | Object ‘%s’ was successfully marked for recompilation. |
15071 | 16 | Usage: sp_addmessage ,, [, [,FALSE | TRUE [,REPLACE]]] |
15072 | 16 | Usage: sp_addremotelogin remoteserver [,loginname [,remotename]] |
15074 | 10 | Warning: You must recover this database prior to access. |
15076 | 16 | Default, table, and user data types must be in the current database. |
15077 | 16 | Rule, table, and user data type must be in the current database. |
15078 | 16 | The table or view must be in the current database. |
15079 | 10 | Queries processed: %d. |
15080 | 16 | Cannot use parameter %s for a Windows login. |
15081 | 16 | Membership of the public role cannot be changed. |
15083 | 16 | Physical data type ‘%s’ does not accept a collation |
15084 | 16 | The column or user data type must be in the current database. |
15085 | 16 | Usage: sp_addtype name, ‘data type’ [,’NULL’ | ‘NOT NULL’] |
15096 | 16 | Could not find object ‘%ls’ or you do not have required permission or the object is not valid for adding extended property. |
15097 | 16 | The size associated with an extended property cannot be more than 7,500 bytes. |
15098 | 16 | The name change cannot be performed because the SID of the new name does not match the old SID of the principal. |
15099 | 16 | The MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF. |
15100 | 16 | Usage: sp_bindefault defaultname, objectname [, ‘futureonly’] |
15101 | 16 | 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. |
15102 | 16 | Cannot bind a default to an identity column. |
15103 | 16 | Cannot bind a default to a column created with or altered to have a default value. |
15104 | 16 | You do not own a table named ‘%s’ that has a column named ‘%s’. |
15106 | 16 | Usage: sp_bindrule rulename, objectname [, ‘futureonly’] |
15107 | 16 | 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. |
15108 | 16 | 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. |
15109 | 16 | Cannot change the owner of the master, model, tempdb or distribution database. |
15110 | 16 | The proposed new database owner is already a user or aliased in the database. |
15112 | 11 | The third parameter for table option ‘text in row’ is invalid. It should be ‘on’, ‘off’, ‘0’, or a number from 24 through 7000. |
15113 | 16 | 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. |
15114 | 16 | Password validation failed. The password for the user is too recent to change. |
15115 | 16 | Password validation failed. The password cannot be used at this time. |
15116 | 16 | Password validation failed. The password does not meet Windows policy requirements because it is too short. |
15117 | 16 | Password validation failed. The password does not meet Windows policy requirements because it is too long. |
15118 | 16 | Password validation failed. The password does not meet Windows policy requirements because it is not complex enough. |
15119 | 16 | Password validation failed. The password does not meet the requirements of the password filter DLL. |
15120 | 16 | An unexpected error occurred during password validation. |
15121 | 16 | An error occurred during the execution of %ls. A call to ‘%ls’ failed with error code: ‘%d’. |
15122 | 16 | The CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF. |
15123 | 16 | The configuration option ‘%s’ does not exist, or it may be an advanced option. |
15124 | 16 | The configuration option ‘%s’ is not unique. |
15125 | 16 | Trigger ‘%s’ is not a trigger for ‘%s’. |
15127 | 16 | Cannot set the default language to a language ID not defined in syslanguages. |
15128 | 16 | The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON. |
15129 | 16 | ‘%d’ is not a valid value for configuration option ‘%s’. |
15130 | 16 | There already exists a ‘%s’ trigger for ‘%s’. |
15131 | 16 | Usage: sp_dbremove [,dropdev] |
15133 | 16 | INSTEAD OF trigger ‘%s’ cannot be associated with an order. |
15134 | 16 | No alias exists for the specified user. |
15135 | 16 | Object is invalid. Extended properties are not permitted on ‘%s’, or the object does not exist. |
15136 | 16 | The database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped. |
15137 | 16 | An error occurred during the execution of sp_xp_cmdshell_proxy_account. Possible reasons: the provided account was invalid or the ‘%.*ls’ credential could not be created. Error code: ‘%d’. |
15138 | 16 | The database principal owns a %S_MSG in the database, and cannot be dropped. |
15141 | 16 | The server principal owns one or more %S_MSG(s) and cannot be dropped. |
15143 | 16 | ‘%s’ is not a valid option for the @updateusage parameter. Enter either ‘true’ or ‘false’. |
15144 | 16 | The role has members. It must be empty before it can be dropped. |
15145 | 16 | An implicit %S_MSG creation has failed. Reason: The %S_MSG may have been dropped or its name may already be in use. |
15146 | 16 | An encryption password must be provided to encrypt the private key of this %S_MSG. |
15147 | 16 | No decryption password should be provided because the private key of this %S_MSG is encrypted by a master key. |
15148 | 16 | The data type or table column ‘%s’ does not exist or you do not have permission. |
15149 | 16 | Principal doesn’t exist or doesn’t have sufficient privileges. |
15150 | 16 | Cannot %S_MSG the %S_MSG ‘%.*ls’. |
15151 | 16 | Cannot %S_MSG the %S_MSG ‘%.*ls’, because it does not exist or you do not have permission. |
15152 | 16 | Cannot update user instances. Reason: %ls. Error code: 0x%x. |
15153 | 16 | The xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the ‘%.*ls’ credential exists and contains valid information. |
15154 | 16 | The database principal owns an %S_MSG and cannot be dropped. |
15155 | 16 | The server principal owns a %S_MSG and cannot be dropped. |
15156 | 16 | The password that you specified is too long. The password should have no more than %d characters. |
15157 | 16 | Setuser failed because of one of the following reasons: the database principal ‘%.*ls’ 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. |
15158 | 16 | Cannot initialize security. |
15159 | 16 | Maximum impersonation nesting level exceeded (limit %d).. |
15160 | 16 | Cannot issue impersonation token from non-primary impersonation context or for non-Windows user. |
15161 | 16 | Cannot set application role ‘%.*ls’ because it does not exist or the password is incorrect. |
15162 | 16 | Unexpected error while creating impersonation token. |
15163 | 16 | Invalid timeout value. Valid timeout is between 1 and 7200 sec. |
15164 | 16 | ‘%.*ls’ is not a valid login or cannot be issued impersonation token. |
15165 | 16 | Could not find object ‘%ls’ or you do not have permission. |
15166 | 10 | Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored. |
15167 | 16 | Cannot generate GUID. |
15168 | 16 | Cannot rename the view ‘%s’ and its columns and indexes because it is a system generated view that was created for optimization purposes. |
15169 | 16 | The server option “%ls” is not available in this edition of SQL Server. |
15170 | 16 | This login is the owner of %ld job(s). You must delete or reassign these jobs before the login can be dropped. |
15171 | 16 | Cannot use the parameter “%s” for a certificate or asymmetric key login. |
15172 | 16 | FallBack certificate must be created or dropped in master database in single user mode. |
15173 | 16 | Login ‘%s’ has granted one or more permission(s). Revoke the permission(s) before dropping the login. |
15174 | 16 | Login ‘%s’ owns one or more database(s). Change the owner of the database(s) before dropping the login. |
15175 | 16 | Login ‘%s’ is aliased or mapped to a user in one or more database(s). Drop the user or alias before dropping the login. |
15176 | 16 | The only valid @parameter value is ‘WITH_LOG’. |
15177 | 16 | Usage: sp_dropmessage [, | ‘ALL’] |
15178 | 16 | Cannot drop a message with an ID less than 50,000. |
15179 | 16 | The message number %u or specified language version does not exist. |
15182 | 16 | Cannot disable access to the guest user in master or tempdb. |
15183 | 16 | The database principal owns objects in the database and cannot be dropped. |
15184 | 16 | The database principal owns data types in the database and cannot be dropped. |
15185 | 16 | There is no remote user ‘%s’ mapped to local user ‘%s’ from the remote server ‘%s’. |
15186 | 16 | The server principal is set as the execution context of a trigger or event notification and cannot be dropped. |
15187 | 10 | The %S_MSG cannot be dropped because it is used by one or more %S_MSG(s). |
15188 | 16 | Cannot create an index that does not include all security columns. |
15189 | 16 | Cannot have more than one security column for a table. |
15190 | 16 | There are still remote logins or linked logins for the server ‘%s’. |
15192 | 16 | Cannot alter or drop the security column of a table. |
15195 | 16 | The MUST_CHANGE option is not supported by this version of Microsoft Windows. |
15196 | 16 | The current security context is non-revertible. The “Revert” statement failed. |
15197 | 16 | There is no text for object ‘%s’. |
15198 | 16 | The name supplied (%s) is not a user, role, or aliased login. |
15199 | 16 | The current security context cannot be reverted. Please switch to the original database where ‘%ls’ was called and try it again. |
15200 | 16 | There are no remote servers defined. |
15201 | 16 | There are no remote logins for the remote server ‘%s’. |
15202 | 16 | There are no remote logins defined. |
15203 | 16 | There are no remote logins for ‘%s’. |
15204 | 16 | There are no remote logins for ‘%s’ on remote server ‘%s’. |
15205 | 16 | There are no servers defined. |
15206 | 16 | Invalid Remote Server Option: ‘%s’. |
15207 | 16 | The trusted option in remote login mapping is no longer supported. |
15208 | 16 | The certificate, asymmetric key, or private key file does not exist or has invalid format. |
15209 | 16 | An error occurred during encryption. |
15212 | 16 | Invalid certificate subject. The certificate subject must have between 1 and %d characters. |
15213 | 16 | Warning: The certificate you created has an invalid validity period; its expiration date precedes its start date. |
15214 | 16 | Warning: The certificate you created is expired. |
15215 | 16 | Warning: The certificate you created is not yet valid; its start date is in the future. |
15216 | 16 | ‘%s’ is not a valid option for the @delfile parameter. |
15217 | 16 | Property cannot be updated or deleted. Property ‘%.*ls’ does not exist for ‘%.*ls’. |
15218 | 16 | Object ‘%s’ is not a table. |
15219 | 16 | Cannot change the owner of an indexed view. |
15222 | 16 | Remote login option ‘%s’ is not unique. |
15223 | 11 | Error: The input parameter ‘%s’ is not allowed to be null. |
15224 | 11 | Error: The value for the @newname parameter contains invalid characters or violates a basic restriction (%s). |
15225 | 11 | No item by the name of ‘%s’ could be found in the current database ‘%s’, given that @itemtype was input as ‘%s’. |
15226 | 16 | Cannot create CLR types from an XML datatype. |
15227 | 16 | The database ‘%s’ cannot be renamed. |
15229 | 16 | The argument specified for the “%.*ls” parameter of stored procedure sp_db_vardecimal_storage_format is not valid. Valid arguments are ‘ON’ or ‘OFF’. |
15230 | 16 | Error starting user instance. Error code: %d. |
15231 | 16 | The argument specified for the ‘@increased_partitions’ parameter of stored procedure sp_db_increased_partitions is not valid. Valid arguments are ‘ON’, ‘OFF’, ‘TRUE’ and ‘FALSE’. |
15232 | 16 | A certificate with name ‘%s’ already exists or this certificate already has been added to the database. |
15233 | 16 | Property cannot be added. Property ‘%.*ls’ already exists for ‘%.*ls’. |
15234 | 16 | Objects of this type have no space allocated. |
15236 | 16 | Column ‘%s’ has no default. |
15237 | 16 | User data type ‘%s’ has no default. |
15238 | 16 | Column ‘%s’ has no rule. |
15239 | 16 | User data type ‘%s’ has no rule. |
15240 | 16 | Cannot write into file ‘%s’. Verify that you have write permissions, that the file path is valid, and that the file does not already exist. |
15241 | 16 | Usage: sp_dboption [dbname [,optname [,’true’ | ‘false’]]] |
15242 | 16 | Database option ‘%s’ is not unique. |
15243 | 16 | The option ‘%s’ cannot be changed for the master database. |
15244 | 16 | Only members of the sysadmin role or the database owner may set database options. |
15246 | 16 | Cannot dump the private key of certificate ‘%s’ because the private key cannot be found. |
15247 | 16 | User does not have permission to perform this action. |
15248 | 11 | Either the parameter @objname is ambiguous or the claimed @objtype (%s) is wrong. |
15249 | 11 | Error: Explicit @objtype ‘%s’ is unrecognized. |
15250 | 16 | The database name component of the object qualifier must be the name of the current database. |
15251 | 16 | Invalid ‘%s’ specified. It must be %s. |
15252 | 16 | The primary or foreign key table name must be given. |
15253 | 11 | Syntax error parsing SQL identifier ‘%s’. |
15254 | 16 | Users other than the database owner or guest exist in the database. Drop them before removing the database. |
15255 | 11 | ‘%s’ is not a valid value for @autofix. The only valid value is ‘auto’. |
15256 | 16 | Usage: sp_certify_removable [,’auto’] |
15257 | 16 | The database that you are attempting to certify cannot be in use at the same time. |
15258 | 16 | The database must be owned by a member of the sysadmin role before it can be removed. |
15259 | 16 | The DEFAULT_SCHEMA clause cannot be used with a Windows group or with principals mapped to certificates or asymmetric keys. |
15260 | 16 | The format of the security descriptor string ‘%s’ is invalid. |
15261 | 16 | Usage: sp_create_removable ,,,,,,,,, [,,,…,,] |
15262 | 10 | Invalid file size entered. All files must be at least 1 MB. |
15263 | 16 | A SID in the security descriptor string ‘%s’ could not be found in an account lookup operation. |
15264 | 16 | Could not create the ‘%s’ portion of the database. |
15265 | 16 | An unexpected error has occurred in the processing of the security descriptor string ‘%s’. |
15266 | 16 | Cannot make ‘%s’ database removable. |
15267 | 16 | A security descriptor with name ‘%s’ already exists. |
15268 | 10 | Authentication mode is %s. |
15269 | 16 | Logical data device ‘%s’ not created. |
15271 | 16 | Invalid @with_log parameter value. Valid values are ‘true’ or ‘false’. |
15272 | 10 | The %s ‘%.*s’ is not trusted to execute. |
15273 | 10 | The decryption key is incorrect. |
15274 | 16 | Access to the remote server is denied because the current security context is not trusted. |
15276 | 16 | Cannot provision master key passwords for system databases. |
15277 | 16 | The only valid @parameter_value values are ‘true’ or ‘false’. |
15278 | 16 | Login ‘%s’ is already mapped to user ‘%s’ in database ‘%s’. |
15279 | 16 | You must add the us_english version of this message before you can add the ‘%s’ version. |
15280 | 16 | All localized versions of this message must be dropped before the us_english version can be dropped. |
15281 | 10 | SQL Server blocked access to %S_MSG ‘%ls’ of component ‘%.*ls’ because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of ‘%.*ls’ by using sp_configure. For more information abo |
15282 | 10 | A key with name ‘%.*ls’ or user defined unique identifier already exists or you do not have permissions to create it. |
15283 | 16 | The name ‘%s’ contains too many characters. |
15284 | 16 | The database principal has granted or denied permissions to objects in the database and cannot be dropped. |
15285 | 16 | The special word ‘%s’ cannot be used for a logical device name. |
15286 | 16 | Terminating this procedure. The @action ‘%s’ is unrecognized. Try ‘REPORT’, ‘UPDATE_ONE’, or ‘AUTO_FIX’. |
15287 | 16 | Terminating this procedure. ‘%s’ is a forbidden value for the login name parameter in this procedure. |
15288 | 10 | Please specify one decryptor to decrypt a key. |
15289 | 16 | Terminating this procedure. Cannot have an open transaction when this is run. |
15291 | 16 | Terminating this procedure. The %s name ‘%s’ is absent or invalid. |
15292 | 10 | The row for user ‘%s’ will be fixed by updating its login link to a login already in existence. |
15293 | 10 | Barring a conflict, the row for user ‘%s’ will be fixed by updating its link to a new login. |
15294 | 10 | The number of orphaned users fixed by adding new logins and then updating users was %d. |
15295 | 10 | The number of orphaned users fixed by updating users was %d. |
15296 | 16 | General cryptographic failure. |
15297 | 16 | The certificate, asymmetric key, or private key data is invalid. |
15299 | 16 | The signature of the public key is invalid. |
15300 | 11 | No recognized letter is contained in the parameter value for General Permission Type (%s). Valid letters are in this set: %s . |
15301 | 16 | Collation ‘%s’ is supported for Unicode data types only and cannot be set at either the database or server level. |
15302 | 11 | Database_Name should not be used to qualify owner.object for the parameter into this procedure. |
15303 | 11 | The “user options” config value (%d) was rejected because it would set incompatible options. |
15304 | 16 | The severity level of the ‘%s’ version of this message must be the same as the severity level (%ld) of the us_english version. |
15305 | 16 | The @TriggerType parameter value must be ‘insert’, ‘update’, or ‘delete’. |
15306 | 16 | Cannot change the compatibility level of replicated or distributed databases. |
15307 | 16 | Could not change the merge publish option because the server is not set up for replication. |
15309 | 16 | Cannot alter the trustworthy state of the model or tempdb databases. |
15310 | 16 | Failed to configure user instance on startup. Error updating server metadata. |
15311 | 16 | The file named ‘%s’ does not exist. |
15312 | 16 | The file named ‘%s’ is a primary file and cannot be removed. |
15313 | 10 | The key is not encrypted using the specified decryptor. |
15314 | 10 | Either no algorithm has been specified or the bitlength and the algorithm specified for the key are not available in this installation of Windows. |
15315 | 10 | The key ‘%.*ls’ is not open. Please open the key before using it. |
15316 | 10 | Global temporary keys are not allowed. You can only use local temporary keys. |
15317 | 10 | The master key file does not exist or has invalid format. |
15318 | 10 | All fragments for database ‘%s’ on device ‘%s’ are now dedicated for log usage only. |
15319 | 17 | Error: DBCC DBREPAIR REMAP failed for database ‘%s’ (device ‘%s’). |
15320 | 16 | An error occurred while decrypting %S_MSG ‘%.*ls’ 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. |
15321 | 16 | There was some problem removing ‘%s’ from sys.master_files. |
15322 | 10 | File ‘%s’ was removed from tempdb, and will take effect upon server restart. |
15323 | 16 | The selected index does not exist on table ‘%s’. |
15324 | 16 | The option %s cannot be changed for the ‘%s’ database. |
15325 | 16 | The current database does not contain a %s named ‘%ls’. |
15326 | 10 | No extended stored procedures exist. |
15327 | 10 | The database is now offline. |
15328 | 10 | The database is offline already. |
15329 | 16 | 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 |
15330 | 11 | There are no matching rows on which to report. |
15331 | 11 | The user ‘%s’ cannot take the action auto_fix due to duplicate SID. |
15332 | 10 | The private key is already set for this file. To change it you should drop and re-create the certificate. |
15333 | 11 | Error: The qualified @oldname references a database (%s) other than the current database. |
15334 | 10 | The %S_MSG 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. |
15335 | 11 | Error: The new name ‘%s’ is already in use as a %s name and would cause a duplicate that is not permitted. |
15336 | 16 | Object ‘%s’ cannot be renamed because the object participates in enforced dependencies. |
15337 | 10 | 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. |
15339 | 10 | Creating ‘%s’. |
15342 | 10 | There is no private key provisioned for %S_MSG ‘%.*ls’. |
15343 | 10 | The username and/or password passed in is invalid or the current process does not have sufficient privileges. |
15344 | 16 | Ownership change for %S_MSG is not supported. |
15345 | 16 | An entity of type %S_MSG cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys. |
15346 | 16 | Cannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead. |
15347 | 16 | Cannot transfer an object that is owned by a parent object. |
15348 | 16 | Cannot transfer a schemabound object. |
15349 | 16 | Cannot transfer an MS Shipped object. |
15350 | 16 | An attempt to attach an auto-named database for file %.*ls failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. |
15351 | 10 | The CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly. |
15352 | 16 | The %S_MSG cannot be dropped because one or more entities are either signed or encrypted using it. |
15353 | 16 | An entity of type %S_MSG cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys. |
15354 | 10 | Usage: sp_detach_db , [TRUE|FALSE], [TRUE|FALSE] |
15356 | 16 | The current application role has been dropped. The current security context contains no valid database user context. |
15357 | 16 | The current security context was set by “%ls”. It cannot be reverted by statement “%ls”. |
15358 | 10 | User-defined filegroups should be made read-only. |
15359 | 16 | Cannot add functional unit ‘%.*ls’ to component ‘%.*ls’. This unit has been already registered with the component. |
15360 | 16 | An error occurred while trying to load the xpstar dll to read the agent proxy account from LSA. |
15361 | 16 | An error occurred while trying to read the SQLAgent proxy account credentials from the LSA. |
15362 | 16 | An error occurred while trying to create the ‘%.*ls’ credential. |
15364 | 16 | Failed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. The connection will be closed.%.*ls |
15365 | 16 | Failed to generate a user instance of SQL Server. Only members of Builtin\Users can generate a user instance. The connection will be closed.%.*ls |
15366 | 16 | Failed to generate a user instance of SQL Server due to low memory. The connection will be closed.%.*ls |
15367 | 16 | Failed to generate a user instance of SQL Server due to a failure in generating a unique user instance name. The connection will be closed.%.*ls |
15368 | 16 | Failed to generate a user instance of SQL Server due to a failure in reading registry keys. The connection will be closed.%.*ls |
15369 | 16 | Failed to generate a user instance of SQL Server due to a failure in impersonating the client. The connection will be closed.%.*ls |
15370 | 16 | Failed to generate a user instance of SQL Server due to a failure in copying database files. The connection will be closed.%.*ls |
15371 | 16 | Failed to generate a user instance of SQL Server due to a failure in creating user instance event. The connection will be closed.%.*ls |
15372 | 16 | Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.%.*ls |
15373 | 16 | Failed to generate a user instance of SQL Server due to a failure in obtaining the user instance’s process information. The connection will be closed.%.*ls |
15374 | 16 | Failed to generate a user instance of SQL Server due to a failure in persisting the user instance information into system catalog. The connection will be closed.%.*ls |
15375 | 16 | Failed to generate a user instance of SQL Server due to a failure in making a connection to the user instance. The connection will be closed.%.*ls |
15376 | 16 | Failed to generate a user instance of SQL Server. Only the SQL Server Express version lets you generate a user instance. The connection will be closed.%.*ls |
15377 | 16 | Failed to configure user instance on startup. Error adding user to sysadmin role. |
15378 | 16 | Failed to configure user instance on startup. Error configuring system database entries in MASTER DB. |
15380 | 16 | Failed to configure user instance on startup. Error configuring system database paths in MASTER DB. |
15381 | 16 | Failed to generate a user instance of SQL Server due to a failure in updating security descriptor on the process of the user instance. |
15382 | 16 | Failed to generate a user instance of SQL Server due to failure in retrieving the user’s local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.%.*ls |
15383 | 16 | Generating user instances in SQL Server is disabled. Use sp_configure ‘user instances enabled’ to generate user instances.%.*ls |
15384 | 16 | Failed to configure user instance on startup. Error updating Resource Manager ID. |
15385 | 16 | No database principal is defined for sid ‘%.*ls’. |
15386 | 16 | Another batch in the session is changing security context, new batch is not allowed to start. |
15387 | 11 | If the qualified object name specifies a database, that database must be the current database. |
15388 | 11 | There is no user table matching the input name ‘%s’ in the current database or you do not have permission to access the table. |
15389 | 11 | sp_indexoption is not supported for XML or spatial indexes. Use ALTER INDEX instead. |
15390 | 11 | Input name ‘%s’ does not have a matching user table or indexed view in the current database. |
15391 | 11 | sp_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. |
15392 | 16 | The specified option ‘%s’ is not supported by this edition of SQL Server and cannot be changed using sp_configure. |
15393 | 16 | An error occurred while decrypting the password for linked login ‘%.*ls’ 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. |
15394 | 16 | Collation ‘%s’ is not supported by the operating system |
15395 | 11 | The qualified old name could not be found for item type ‘%s’. |
15396 | 16 | An asymmetric key with name ‘%s’ already exists or this asymmetric key already has been added to the database. |
15397 | 16 | The %S_MSG is not protected by a password. A decryption password cannot be used for this operation. |
15398 | 11 | Only objects in the master database owned by dbo can have the startup setting changed. |
15399 | 11 | Could not change startup option because this option is restricted to objects that have no parameters. |
15401 | 11 | Windows NT user or group ‘%s’ not found. Check the name again. |
15402 | 11 | ‘%s’ is not a fixed server role. |
15403 | 16 | The server principal “%.*ls” does not exist, does not have server access, or you do not have permission. |
15404 | 16 | Could not obtain information about Windows NT group/user ‘%ls’, error code %#lx. |
15405 | 11 | Cannot use the special principal ‘%s’. |
15406 | 16 | Cannot execute as the server principal because the principal “%.*ls” does not exist, this type of principal cannot be impersonated, or you do not have permission. |
15407 | 11 | ‘%s’ is not a valid Windows NT name. Give the complete name: . |
15408 | 16 | “%ls” cannot be called in this batch because a simultaneous batch has called it. |
15409 | 11 | ‘%s’ is not a role. |
15410 | 11 | User or role ‘%s’ does not exist in this database. |
15411 | 11 | Database principal or schema ‘%s’ does not exist in this database. |
15412 | 11 | ‘%s’ is not a known fixed role. |
15413 | 11 | Cannot make a role a member of itself. |
15414 | 16 | Cannot set compatibility level because database has a view or computed column that is indexed. These indexes require a SQL Server compatible database. |
15416 | 16 | Usage: sp_dbcmptlevel [dbname [, compatibilitylevel]] |
15418 | 16 | Only members of the sysadmin role or the database owner may set the database compatibility level. |
15419 | 16 | Supplied parameter sid should be binary(16). |
15420 | 16 | The group ‘%s’ does not exist in this database. |
15421 | 16 | The database principal owns a database role and cannot be dropped. |
15422 | 16 | Application roles can only be activated at the ad hoc level. |
15425 | 16 | No server principal is defined for sid ‘%.*ls’. |
15426 | 16 | You must specify a provider name with this set of properties. |
15427 | 16 | You must specify a provider name for unknown product ‘%ls’. |
15428 | 16 | You cannot specify a provider or any properties for product ‘%ls’. |
15429 | 16 | ‘%ls’ is an invalid product name. |
15431 | 16 | You must specify the @rolename parameter. |
15432 | 16 | Stored procedure ‘%s’ can only be executed at the ad hoc level. |
15433 | 16 | Supplied parameter sid is in use. |
15434 | 16 | Could not drop login ‘%s’ as the user is currently logged in. |
15435 | 10 | Database successfully published. |
15436 | 10 | Database successfully enabled for subscriptions. |
15437 | 10 | Database successfully published using merge replication. |
15438 | 10 | Database is already online. |
15439 | 10 | Database is now online. |
15440 | 10 | Database is no longer published. |
15441 | 10 | Database is no longer enabled for subscriptions. |
15442 | 10 | Database is no longer enabled for merge publications. |
15443 | 10 | Checkpointing database that was changed. |
15448 | 16 | 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. |
15450 | 10 | New language inserted. |
15451 | 16 | Dropping an encryption from the service master key failed. No encryption by the machine key exists. |
15452 | 10 | No alternate languages are available. |
15453 | 10 | us_english is always available, even though it is not in syslanguages. |
15454 | 10 | Language deleted. |
15455 | 16 | Adding an encryption to the service master key failed. An encryption by the machine key already exists. |
15457 | 10 | Configuration option ‘%ls’ changed from %ld to %ld. Run the RECONFIGURE statement to install. |
15458 | 10 | Database removed. |
15459 | 10 | In the current database, the specified object references the following: |
15460 | 10 | In the current database, the specified object is referenced by the following: |
15461 | 10 | Object does not reference any object, and no objects reference it. |
15462 | 10 | File ‘%s’ closed. |
15463 | 10 | Device dropped. |
15464 | 16 | Unsupported private key format or key length. |
15465 | 16 | The private key password is invalid. |
15466 | 16 | An error occurred during decryption. |
15468 | 16 | An error occurred during the generation of the %S_MSG. |
15469 | 10 | No constraints are defined on object ‘%ls’, or you do not have permissions. |
15470 | 10 | No foreign keys reference table ‘%ls’, or you do not have permissions on referencing tables. |
15471 | 10 | The text for object ‘%ls’ is encrypted. |
15472 | 10 | The object ‘%ls’ does not have any indexes, or you do not have permissions. |
15474 | 16 | Invalid private key. The private key does not match the public key of the %S_MSG. |
15475 | 10 | The database is renamed and in single user mode. |
15477 | 10 | Caution: Changing any part of an object name could break scripts and stored procedures. |
15482 | 16 | Cannot change the owner of a table that has an indexed view. |
15490 | 10 | The dependent aliases were also dropped. |
15497 | 10 | Could not add login using sp_addlogin (user = %s). Terminating this procedure. |
15499 | 10 | The dependent aliases were mapped to the new database owner. |
15500 | 10 | The dependent aliases were dropped. |
15502 | 10 | Setting database owner to SA. |
15503 | 10 | Giving ownership of all objects to the database owner. |
15504 | 10 | Deleting users except guest and the database owner from the system catalog. |
15505 | 16 | Cannot change owner of object ‘%ls’ or one of its child objects because the new owner ‘%ls’ already has an object with the same name. |
15506 | 16 | An error occurred while signing. |
15507 | 16 | A key required by this operation appears to be corrupted. |
15508 | 16 | An error occurred while generating a key required by this operation. |
15509 | 16 | The password cannot be dropped because another database may be using it. |
15510 | 16 | Cannot enable a login that has an empty password. |
15511 | 10 | Default bound to column. |
15512 | 10 | Default bound to data type. |
15513 | 10 | The new default has been bound to columns(s) of the specified user data type. |
15514 | 10 | Rule bound to table column. |
15515 | 10 | Rule bound to data type. |
15516 | 10 | The new rule has been bound to column(s) of the specified user data type. |
15517 | 16 | Cannot execute as the database principal because the principal “%.*ls” does not exist, this type of principal cannot be impersonated, or you do not have permission. |
15518 | 16 | Cannot execute as the Windows token. It is not valid, or you do not have permission. |
15519 | 10 | Default unbound from table column. |
15520 | 10 | Default unbound from data type. |
15521 | 10 | Columns of the specified user data type had their defaults unbound. |
15522 | 10 | Rule unbound from table column. |
15523 | 10 | Rule unbound from data type. |
15524 | 10 | Columns of the specified user data type had their rules unbound. |
15525 | 10 | sp_checknames is used to search for non 7-bit ASCII characters. |
15526 | 10 | in several important columns of system tables. The following |
15527 | 10 | columns are searched: |
15528 | 10 | In master: |
15529 | 16 | Cannot execute as the ticket. It is not valid, or you do not have permission. |
15530 | 16 | The %S_MSG with name “%.*ls” already exists. |
15531 | 16 | The security descriptor information is not valid. |
15532 | 16 | The security descriptor is invalid because it does not contain information about its owner or about its primary group. |
15533 | 16 | Invalid data type is supplied in the ‘%ls’ statement. |
15534 | 16 | Cookie generation failed in the ‘%ls’ statement. |
15535 | 16 | Cannot set a credential for principal ‘%.*ls’. |
15536 | 10 | In all databases: |
15537 | 16 | Login ‘%.*ls’ does not have access to server. |
15538 | 16 | Login ‘%.*ls’ does not have access to database. |
15539 | 16 | User ‘%s’ cannot be dropped, it can only be disabled. The user is already disabled in the current database. |
15540 | 16 | The identity string is too long. The identity string should contain no more than %d characters. |
15541 | 16 | Cannot drop the credential ‘%.*ls’ because it is used by a server principal. |
15542 | 10 | Cannot create a key without specifying an encryptor. |
15556 | 10 | Cannot decrypt or encrypt using the specified %S_MSG, either because it has no private key or because the password provided for the private key is incorrect. |
15557 | 10 | There is already a %S_MSG by %S_MSG ‘%.*ls’. |
15558 | 10 | Cannot drop %S_MSG by %S_MSG ‘%.*s’. |
15559 | 10 | Cannot drop %S_MSG ‘%.*ls’ because there is a %S_MSG mapped to it. |
15560 | 10 | Cannot add or drop a signature on ‘%.*ls’ because only modules can be signed. |
15561 | 10 | Signatures based on certificates or asymmetric keys are the only options supported in this version of the product. |
15562 | 10 | 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. |
15563 | 10 | The %S_MSG has no private key set for it. |
15574 | 10 | This object does not have any statistics. |
15575 | 10 | This object does not have any statistics or indexes. |
15576 | 16 | You cannot set network name on server ‘%ls’ because it is not a linked SQL Server. |
15577 | 10 | 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. |
15578 | 16 | There is already a master key in the database. Please drop it before performing this statement. |
15579 | 16 | Adding an encryption to the symmetric key failed. An encryption by the same %S_MSG ‘%.*s’ may already exist. |
15580 | 16 | Cannot drop %S_MSG because %S_MSG ‘%.*s’ is encrypted by it. |
15581 | 16 | Please create a master key in the database or open the master key in the session before performing this operation. |
15583 | 10 | The module being signed is marked to execute as owner. If the owner changes the signature will not be valid. |
15584 | 10 | An error occurred while decrypting %S_MSG ‘%.*ls’ that was encrypted by the old master key. The error was ignored because the FORCE option was specified. |
15585 | 10 | The current master key cannot be decrypted. The error was ignored because the FORCE option was specified. |
15586 | 16 | Error in synchronizing system certificates between master and resource database. |
15587 | 16 | Cannot change owner of Assembly ‘%.*ls’ since dependent assembly ‘%.*ls’ is not owned by the new owner. |
15588 | 10 | The old and new master keys are identical. No data re-encryption is required. |
15589 | 16 | Cannot revert the current security context because the cookie is invalid. |
15590 | 16 | Can only use the ‘No Revert’ or ‘Cookie’ options with the ‘Execute As’ statement at the adhoc level. |
15591 | 16 | The current security context cannot be reverted using this statement. A cookie may or may not be needed with ‘Revert’ statement depending on how the context was set with ‘Execute As’ statement. |
15592 | 16 | Cannot unset application role because none was set or the cookie is invalid. |
15593 | 16 | An error occurred while decrypting the password for linked login ‘%.*ls’ that was encrypted by the old master key. The error was ignored because the FORCE option was specified. |
15594 | 16 | The password is already provisioned for the database ‘%.*ls’ |
15595 | 16 | The password cannot be dropped because it is not provisioned for the database ‘%.*ls’ |
15596 | 10 | Warning: use of a UNIQUE index, PRIMARY KEY constraint, or UNIQUE constraint on a table with row-level security can allow information disclosure. |
15597 | 10 | Warning: use of an IDENTITY column on a table with row-level security can allow information disclosure. |
15598 | 10 | Warning: use of an indexed view on a table with row-level security can allow information disclosure. |
15599 | 10 | Warning: 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. |
15600 | 15 | An invalid parameter or option was specified for procedure ‘%s’. |
15601 | 16 | 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. |
15612 | 16 | DBCC DBCONTROL error. Database was not made read-only. |
15615 | 16 | DBCC DBCONTROL error. Database was not made single user. |
15622 | 10 | No permission to access database ‘%s’. |
15625 | 10 | Option ‘%ls’ not recognized for ‘%ls’ parameter. |
15626 | 10 | You attempted to acquire a transactional application lock without an active transaction. |
15627 | 10 | sp_dboption command failed. |
15635 | 16 | Cannot execute ‘%ls’ because the database is in read-only access mode. |
15645 | 16 | Column ‘%ls’ does not exist. |
15646 | 16 | Column ‘%ls’ is not a computed column. |
15647 | 10 | No views with schema binding reference table ‘%ls’. |
15650 | 10 | Updating %s |
15651 | 10 | %d index(es)/statistic(s) have been updated, %d did not require update. |
15652 | 10 | %s has been updated… |
15653 | 10 | %s, update is not necessary… |
15654 | 10 | Table %s: cannot perform the operation on the table because its clustered index is disabled. |
15656 | 16 | Cannot create user defined types from XML data type. |
15657 | 16 | Vardecimal storage format is not available in system database ‘%s’. |
15658 | 16 | Cannot run sp_resetstatus against a database snapshot. |
15659 | 16 | The schema ‘%ls’ specified for parameter schema_name does not exist. |
15660 | 16 | Compressing XML index is not supported by the stored procedure sp_estimate_data_compression_savings. |
15661 | 16 | Compressing temporary tables is not supported by the stored procedure sp_estimate_data_compression_savings. |
15662 | 16 | Compressing tables with sparse columns or column sets is not supported by the stored procedure sp_estimate_data_compression_savings. |
sql server error list 14000 to 16000
sql server error list error codes 14000 to 16000
sql server error numbers 14000 to 16000
sql server error list 2005 14000 to 16000
sql server error list 2008 14000 to 16000
sql server 2008 error message list 14000 to 16000
sql server errors logs
sql server errors list table