SQL Server System Errors: 14000 - 14999

List of error messages between 14000 and 14999 in SQL Server 2017.

These error messages are all available by querying the sys.messages catalog view on the master database.

message_id severity is_event_logged text
14002160Could not find the 'Sync' subsystem with the task ID %ld.
14003160You must supply a publication name.
14004160%s must be in the current database.
14005160Cannot 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 Online for troubleshooting information.
14006160Could not drop the publication.
14008110There are no publications.
14009110There are no articles for publication '%s'.
14010160The remote server '%s' is not defined as a subscription server. Ensure you specify the server name rather than a network alias.
14011160Unable to mark server '%s' as a non SQL Server subscriber.
14012160The @status parameter value must be either 'active' or 'inactive'.
14013160This database is not enabled for publication.
14014160The synchronization method (@sync_method) must be '[bcp] native', '[bcp] character', 'concurrent', 'concurrent_c', 'database snapshot', or 'database snapshot character'.
14015160The replication frequency (@repl_freq) must be either 'continuous' or 'snapshot'.
14016160The publication '%s' already exists.
14017160Invalid @restricted parameter value. Valid options are 'true' or 'false'.
14018160Could not create the publication.
14019160The @operation parameter value must be either add, drop, or alter.
14020160Could not obtain the column ID for the specified column. Schema replication failed.
14021160The column was not added correctly to the article.
14022160The @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'.
14023160The type must be '[indexed view ]logbased[ (manualview|manualfilter|manualboth)]', '[serializable ]proc exec', or '(view|indexed view|proc|func|aggregate|synonym) schema only'.
14024160The value of property 'subscriber_provider' cannot be NULL.
14025100Article update successful.
14026160The value of property 'subscriber_type is not a supported heterogeneous subscriber type. The value must be 1 (ODBC subscriber), or 3 (OLEDB subscriber).
14027110%s does not exist in the current database.
14028160Only user tables, materialized views, and stored procedures can be published as 'logbased' articles.
14029160The vertical partition switch must be either 'true' or 'false'.
14030160The article '%s' exists in publication '%s'.
14031160User tables and views are the only valid synchronization objects.
14032160The value of parameter %s cannot be 'all'. It is reserved by replication stored procedures.
14033160Could not change replication frequency because there are active subscriptions on the publication.
14034160The publication name (@publication) cannot be the keyword 'all'.
14035160The replication option '%s' of database '%s' has already been set to true.
14036160Could not enable database for publishing.
14037160The replication option '%s' of database '%s' has been set to false.
14038160Could not disable database for publishing.
14039160Could not construct column clause for article view. Reduce the number of columns or create the view manually.
14040160The server '%s' is already a Subscriber.
14041160The '%s' property can only be changed if the publication is enabled for heterogeneous subscriptions. The publication is not enabled.
14042160Could not create Subscriber.
14043160The parameter %s passed to stored procedure %s cannot be NULL.
14044160Unable to clear subscriber status for the server.
14045160Unable to update subscriber_type in MSdistribution_agents table.
14046160Could not drop article. A subscription exists on it.
14047160Could not drop %s.
14048160The server '%s' is not a Subscriber.
14049160Stored procedures for replication are the only objects that can be used as a filter.
14050110No subscription is on this publication or article.
14051160The parameter value must be 'sync_type' or 'dest_db'.
14052160The @sync_type parameter value must be "automatic", "none", "replication support only", "initialize with backup", or "initialize from lsn".
14053160The subscription could not be updated at this time.
14054100The subscription was updated successfully.
14055100The subscription does not exist.
14056160The subscription could not be dropped at this time.
14057160The subscription could not be created.
14058160Cannot 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 problem persists, replication metadata might be incorrect; see Books Online for troubleshooting information.
14059160Materialized view articles cannot be created for publications with the properties allow_sync_tran, allow_queued_tran, or allow_dts.
14060160Subscriber parameters specifying provider properties must be NULL for SQL Server subscribers.
14061160The @pre_creation_cmd parameter value must be 'none', 'drop', 'delete', or 'truncate'.
14062100The Subscriber was dropped.
14063110The remote server does not exist or has not been designated as a valid Subscriber.
14064100Found generation stuck at genstatus 4.
14065160The @status parameter value must be 'initiated', 'active', 'inactive', or 'subscribed'.
14066160The previous status must be 'active', 'inactive', or 'subscribed'.
14067160The status value is the same as the previous status value.
14068160The subscription status of the object could not be changed.
14069160Could not update sysarticles. The subscription status could not be changed.
14070160Could not update the distribution database subscription table. The subscription status could not be changed.
14071160Could 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.
14074160The server '%s' is already listed as a Publisher.
14075160The Publisher could not be created at this time.
14076160Could not grant replication login permission to '%s'.
14077100The publication was updated successfully.
14078160The 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'.
14080160The 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.
14085160The Subscriber information could not be obtained from the Distributor.
14088160The table '%s' must have a primary key to be published using the transaction-based method.
14089160The clustered index on materialized view '%s' may not contain nullable columns if it is to be published using the transaction-based method.
14090160Error evaluating article synchronization object after column drop. The filter clause for article '%s' must not reference the dropped column.
14091160The @type parameter passed to sp_helpreplicationdb must be either 'pub' or 'sub'.
14092160Could not change article because there is an existing subscription to the article.
14093160Cannot grant or revoke access directly on publication '%s' because it uses the default publication access list.
14094160Could not subscribe to article '%s' because heterogeneous Subscriber '%s' does not support the @pre_creation_cmd parameter value 'truncate'.
14095160The 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_method parameter.
14096160The path and name of the table creation script must be specified if the @pre_creation_cmd parameter value is 'drop'.
14097160The 'status' value must be 'no column names', 'include column names', 'string literals', 'parameters', 'DTS horizontal partitions' or 'no DTS horizontal partitions'.
14098160Cannot drop Distribution Publisher '%s'. The remote Publisher is using '%s' as Distributor. Disable publishing at the Publisher before attempting to drop this relationship.
14099160The 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.
14100160Specify all articles when subscribing to a publication using concurrent snapshot processing.
14101160The publication '%s' already has a Snapshot Agent defined.
14102160Specify all articles when unsubscribing from a publication using concurrent snapshot processing.
14103160Invalid "%s" value. Valid values are "publisher", "subscriber", or "both".
14105100You have updated the distribution database property '%s' successfully.
14106160Distribution retention periods must be greater than or equal to 0.
14107100The @max_distretention value must be larger than the @min_distretention value.
14108100Removed %ld history records from %s.
14109100The @security_mode parameter value must be 0 (SQL Server Authentication) or 1 (Integrated Authentication).
14110160For stored procedure articles, the @property parameter value must be 'description', 'dest_table', 'dest_object', 'creation_script', 'pre_creation_cmd', 'schema_option', or 'destination_owner'.
14111160The @pre_creation_cmd parameter value must be 'none' or 'drop'.
14112160This procedure can be executed only against table-based articles.
14113160Could not execute '%s'. Check '%s' in the install directory.
14114160The server '%s' is not configured as a Distributor.
14115160The property parameter value must be %s.
14117160'%s' is not configured as a distribution database.
14118160A stored procedure can be published only as a 'serializable proc exec' article, a 'proc exec' article, or a 'proc schema only' article.
14119160Could not add the distribution database '%s'. This distribution database already exists.
14120160Could not drop the distribution database '%s'. This distributor database is associated with a Publisher.
14121160Could not drop the Distributor '%s'. This Distributor has associated distribution databases.
14122160The @article parameter value must be 'all' for immediate_sync publications.
14123160The subscription @sync_type parameter value 'manual' is no longer supported.
14124160A publication must have at least one article before a subscription to it can be created.
14126160You do not have the required permissions to complete the operation.
14128160Invalid @subscription_type parameter value. Valid options are 'push' or 'pull'.
14129160The @status parameter value must be NULL for 'automatic' sync_type when you add subscriptions to an immediate_sync publication.
14135160There is no subscription on Publisher '%s', publisher database '%s', publication '%s'.
14136160The keyword 'all' is reserved by replication stored procedures.
14137160The @value parameter value must be either 'true' or 'false'.
14138160Invalid option name '%s'.
14139160The replication system table '%s' already exists.
14143160Cannot drop Distributor Publisher '%s'. There are Subscribers associated with it in the distribution database '%s'.
14144160Cannot drop Subscriber '%s'. There are subscriptions for it in the publication database '%s'.
14146160The article parameter '@schema_option' cannot be NULL.
14147160Restricted publications are no longer supported.
14148160Invalid '%s' value. Valid values are 'true' or 'false'.
14149100Removed %ld replication history records in %s seconds (%ld row/secs).
14150100Replication-%s: agent %s succeeded. %s
14151181Replication-%s: agent %s failed. %s
14152101Replication-%s: agent %s scheduled for retry. %s
14153100Replication-%s: agent %s warning. %s
14154160The Distributor parameter must be '@heartbeat_interval'.
14155160Invalid article ID specified for procedure script generation.
14156160The custom stored procedure calling the format for the %s command specified in the article definition does not match the %s format.
14157101The subscription created by Subscriber '%s' to publication '%s' has expired and has been dropped.
14158100Replication-%s: agent %s: %s.
14159160Could not change property '%s' for article '%s' because there is an existing subscription to the article.
14160101One 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.
14161101The 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.
14162101One 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.
14163101One 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.
14164101One 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.
14165101One 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.
14166100Disable publishing ignored error msg %d, severity %d, state %d: %s.
14167100Subscription expiration
14168100Transactional replication latency
14169100Long merge over dialup connection
14170100Long merge over LAN connection
14171100Slow merge over LAN connection
14172100Slow merge over dialup connection
14196100The agent has never been run.
14197100Value of %s parameter should be in the set %s
14198100The value of the %s parameter should be in the range %s. Verify that the specified parameter value is correct.
14199100The specified job '%s' is not created for maintenance plans. Verify that the job has at least one step calling xp_sqlmaint.
14200160The specified '%s' is invalid.
142011000 (all steps) ..
14202100before or after @active_start_time
14203100sp_helplogins [excluding Windows NT groups]
142041000 (non-idle), 1 (executing), 2 (waiting for thread), 3 (between retries), 4 (idle), 5 (suspended), 7 (performing completion actions)
14205100(unknown)
142061000..n seconds
14207100-1 [no maximum], 0..n
142081001..7 [1 = E-mail, 2 = Pager, 4 = NetSend]
142091000..127 [1 = Sunday .. 64 = Saturday]
14210100notification
14211100server
14212100(all jobs)
14213100Core Job Details:
14214100Job Steps:
14215100Job Schedules:
14216100Job Target Servers:
14217100SQL 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.
14218100hour
14219100minute
14220100second
14221160This job has one or more notifications to operators other than '%s'. The job cannot be targeted at remote servers as currently defined.
14222160Cannot rename the '%s' operator.
14223160Cannot modify or delete operator '%s' while this server is a %s.
14224100Warning: The server name given is not the current MSX server ('%s').
14225160Warning: Could not determine local machine name. This prevents MSX operations from being posted.
14226100%ld history entries purged.
14227100Server defected from MSX '%s'. %ld job(s) deleted.
14228100Server MSX enlistment changed from '%s' to '%s'.
14229100Server enlisted into MSX '%s'.
14230100SP_POST_MSX_OPERATION: %ld %s download instruction(s) posted.
14231100SP_POST_MSX_OPERATION Warning: The specified %s ('%s') is not involved in a multiserver job.
14232160Specify either a job_name, job_id, or an originating_server.
14233160Specify a valid job_id (or 0x00 for all jobs).
14234160The specified '%s' is invalid (valid values are returned by %s).
14235160The specified '%s' is invalid (valid values are greater than 0 but excluding %ld).
14236100Warning: Non-existent step referenced by %s.
14237160When an action of 'REASSIGN' is specified, the New Login parameter must also be supplied.
14238100%ld jobs deleted.
14239100%ld jobs reassigned to %s.
14240100Job applied to %ld new servers.
14241100Job removed from %ld servers.
14242160Only a system administrator can reassign ownership of a job.
14243100Job '%s' started successfully.
14245160Specify either the @name, @id, or @loginname of the task(s) to be deleted.
14250160The specified %s is too long. It must contain no more than %ld characters.
14251160Cannot specify '%s' as the operator to be notified.
14252160Cannot perform this action on a job you do not own.
14253100%ld (of %ld) job(s) stopped successfully.
14254100Job '%s' stopped successfully.
14255160The owner ('%s') of this job is either an invalid login, or is not a valid user of database '%s'.
14256160Cannot 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.
14257160Cannot 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.
14258160Cannot perform this operation while SQLServerAgent is starting. Try again later.
14260160You do not have sufficient permission to run this command. Contact your system administrator.
14261160The specified %s ('%s') already exists.
14262160The specified %s ('%s') does not exist.
14263160Target server '%s' is already a member of group '%s'.
14264160Target server '%s' is not a member of group '%s'.
14265241The MSSQLServer service terminated unexpectedly. Check the SQL Server error log and operating system error logs for possible causes.
14266160The specified '%s' is invalid (valid values are: %s).
14267160Cannot add a job to the '%s' job category.
14268160There are no jobs at this server that originated from server '%s'.
14269160Job '%s' is already targeted at server '%s'.
14270160Job '%s' is not currently targeted at server '%s'.
14271160A target server cannot be named '%s'.
14272160Object-type and object-name must be supplied as a pair.
14273160You must provide either @job_id or @job_name (and, optionally, @schedule_name), or @schedule_id.
14274160Cannot add, update, or delete a job (or its steps or schedules) that originated from an MSX server.
14275160The originating server must be either local server or MSX server.
14276160'%s' is a permanent %s category and cannot be deleted.
14277160The command script does not destroy all the objects that it creates. Revise the command script.
14278160The schedule for this job is invalid (reason: %s).
14279160Supply either @job_name, @job_id or @originating_server.
14280160Supply either a job name (and job aspect), or one or more job filter parameters.
14281100Warning: The @new_owner_login_name parameter is not necessary when specifying a 'DELETE' action.
14282160Supply either a date (created or last modified) and a data comparator, or no date parameters at all.
14283160Supply @target_server_groups or @target_servers, or both.
14284160Cannot specify a job ID for a new job. An ID will be assigned by the procedure.
14285160Cannot add a local job to a multiserver job category.
14286160Cannot add a multiserver job to a local job category.
14287160The '%s' supplied has an invalid %s.
14288160%s cannot be before %s.
14289160%s cannot contain '%s' characters.
14290160This job is currently targeted at the local server so cannot also be targeted at a remote server.
14291160This job is currently targeted at a remote server so cannot also be targeted at the local server.
14292160There are two or more tasks named '%s'. Specify %s instead of %s to uniquely identify the task.
14293160There are two or more jobs named '%s'. Specify %s instead of %s to uniquely identify the job.
14294160Supply either %s or %s to identify the job.
14295160Frequency Type 0x2 (OnDemand) is no longer supported.
14296160This server is already enlisted into MSX '%s'.
14297160Cannot enlist into the local machine.
14298160This server is not currently enlisted into an MSX.
14299160Server '%s' is an MSX. Cannot enlist one MSX into another MSX.
14301160Logins other than the current user can only be seen by members of the sysadmin role.
14305160Column '%.*ls' does not exist in table '%.*ls'.
14306160The target server (TSX) version is not compatible with the master server (MSX) version (%ld.%ld.%ld).
14307160Access to Integration Services package '%s' is denied.
14350160Cannot initialize COM library because CoInitialize failed.
14351160Cannot complete this operation because an unexpected error occurred.
14353160Cannot determine the service account for this SQL Server instance.
14357160Cannot list '%s' in Active Directory because the name is too long. Active Directory common names cannot exceed 64 characters.
14360160%s is already configured as TSX machine
14362160The MSX server must be running the Standard or Enterprise edition of SQL Server
14363160The MSX server is not prepared for enlistments [there must be an operator named 'MSXOperator' defined at the MSX]
14364160The TSX server is not currently enlisted
14365160Specify a valid schedule_uid.
14366160Only members of sysadmin role can modify the owner of a schedule.
14367160One 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.
14368160Schedule "%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.
14369160The schedule ID "%s" is used by more than one job. Specify the job_id.
14370160The @originating_server must be either the local server name or the master server (MSX) name for MSX jobs on a target server (TSX).
14371160There are two or more schedules named "%s". Specify %s instead of %s to uniquely identify the schedule.
14372160The schedule was not deleted because it is being used by one or more jobs.
14373160Supply either %s or %s to identify the schedule.
14374160The specified schedule name "%s" is not associated with the job "%s".
14375160More than one schedule named "%s" is attached to job "%s". Use "sp_update_schedule" to update schedules.
14376160More than one schedule named "%s" is attached to job "%s". Use "sp_detach_schedule" to remove schedules from a job.
14377160The schedule was not attached to the specified job. The caller must own the job or the operation must be performed by a sysadmin.
14378160@sysadmin_only flag is no longer supported by SQLAgent and kept here only for backwards compatibility
14379160Table '%s' foreign key 'originating_server_id' does not have a matching value in the referenced view 'dbo.sysoriginatingservers_view'.
14380160Field 'originating_server_id' in table sysoriginatingservers is being referenced by either sysjobs or sysschedules.
14390160Only members of role sysadmin can specify the %s parameter.
14391160Only owner of a job or members of sysadmin role can detach a schedule.
14392160Only owner of a job or members of role sysadmin or SQLAgentOperatorRole can purge history of the job.
14393160Only owner of a job or members of role sysadmin or SQLAgentOperatorRole can start and stop the job.
14394160Only owner of a job schedule or members of sysadmin role can modify or delete the job schedule.
14395160'%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.
14396160Only members of sysadmin server role can modify multi-server jobs
14397160Only members of sysadmin server role can start/stop multi-server jobs
14398160Only members of sysadmin server role can create multi-server jobs
14399160Current proxy_id %d and new proxy_id %d cannot be the same.
14400160Proxy %d does not have access to subsystem %d. Please use sp_grant_proxy_to_subsystem to grant permissions to this proxy.
14410160You must supply either a plan_name or a plan_id.
14411160Cannot delete this plan. The plan contains enlisted databases.
14412160The destination database is already part of a log shipping plan.
14413160This database is already log shipping.
14414160A log shipping monitor is already defined.
14415160The user name cannot be null when using SQL Server authentication.
14416160This stored procedure must be run in msdb.
14417160Cannot delete the monitor server while databases are participating in log shipping.
14418160The specified @backup_file_name was not created from database '%s'.
14419160The specified @backup_file_name is not a database backup.
14420161The 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.
14421161The 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.
14422160Supply either @plan_id or @plan_name.
14423160Other databases are enlisted on this plan and must be removed before the plan can be deleted.
14424160The database '%s' is already involved in log shipping.
14425160The database '%s' does not seem to be involved in log shipping.
14426160A log shipping monitor is already defined. Call sp_define_log_shipping_monitor with @delete_existing = 1.
14427160A user name is necessary for SQL Server security.
14428160Could not remove the monitor as there are still databases involved in log shipping.
14429160There are still secondary servers attached to this primary.
14430160Destination path %s is not valid. Unable to list directory contents. Specify a valid destination path.
14440160Could not set single user mode.
14441160Role change succeeded.
14442160Role change failed.
14450160The specified @backup_file_name was not taken from database '%s'.
14451160The specified @backup_file_name is not a database backup.
14500160Supply either a non-zero message ID, non-zero severity, non-null performance condition, or non-null WMI namespace and query.
14501160An alert ('%s') has already been defined on this condition.
14502160The @target_name parameter must be supplied when specifying an @enum_type of 'TARGET'.
14503160The @target_name parameter should not be supplied when specifying an @enum_type of 'ALL' or 'ACTUAL'.
14504160'%s' is the fail-safe operator. You must make another operator the fail-safe operator before '%s' can be dropped.
14505160Specify a null %s when supplying a performance condition.
14506160Cannot set alerts on message ID %ld.
14507160A performance condition must be formatted as: 'object_name|counter_name|instance_name|comparator(> or < or =)|numeric value'.
14508160Specify both @wmi_namespace and @wmi_query.
14509160Specify a valid %s when supplying a @wmi_namespace.
14510160Specify a null %s when supplying a @wmi_namespace.
14511160The @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.
14512160Specify a valid %s when supplying a @wmi_query.
14513100Analysis query subsystem
14514100Analysis command subsystem
14515160Only a member of the sysadmin server role can add a job for a different owner with @owner_login_name.
14516160Proxy (%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.
14517160A proxy account is not allowed for a Transact-SQL subsystem.
14518160Cannot delete proxy (%d). It is used by at least one jobstep. Change this proxy for all jobsteps by calling sp_reassign_proxy.
14519160Only one of @login_name, @fixed_server_role, or @msdb_role should be specified.
14520160"%s" is not a valid SQL Server standard login, Windows NT user, Windows NT group, or msdb database role.
14521160"%s" is not a valid SQL Server fixed server role, Windows NT user, or Windows NT group.
14522160'"%s" is not a valid role of an msdb database, Windows NT user, or Windows NT group.
14523160"%s" has not been granted permission to use proxy "%s".
14524160Supply either %s or %s.
14525160Only members of sysadmin role are allowed to update or delete jobs owned by a different login.
14526160The specified category "%s" does not exist for category class "%s".
14527160Job "%s" cannot be used by an alert. It should first be associated with a server by calling sp_add_jobserver.
14528160Job "%s" has no steps defined.
14529160Proxy "%s" is not a valid Windows user.
14530160The Transact-SQL subsystem cannot be executed under the context of a proxy account.
14531160Permission to access proxy already granted. Verify current permissions assignments.
14532160Supply both %s and %s, or none of them.
14533160Use either a proxy or user_domain, user_name, or user_password parameter.
14534160All user_domain, user_name, and user_password parameters should be defined.
14535160The user_domain, user_name, and user_password parameters can be specified only for replication subsystems.
14536160Only members of the sysadmin role can specify a "%s" parameter.
14537160Execution in the context of disabled proxy (proxy_id = %d) is not allowed. Contact your system administrator.
14538100SSIS package execution subsystem
14539160Only a Standard or Enterprise edition of SQL Server can be enlisted into an MSX.
14540160Only a SQL Server running on Microsoft Windows NT can be enlisted into an MSX.
14541160The version of the MSX (%s) is not recent enough to support this TSX. Version %s or later is required at the MSX.
14542160It is invalid for any TSQL step of a multiserver job to have a non-null %s value.
14543160Login '%s' owns one or more multiserver jobs. Ownership of these jobs can only be assigned to members of the %s role.
14544160This job is owned by '%s'. Only a job owned by a member of the %s role can be a multiserver job.
14545160The %s parameter is not valid for a job step of type '%s'.
14546160The %s parameter is not supported on Windows 95/98 platforms.
14547100Warning: This change will not be downloaded by the target server(s) until an %s for the job is posted using %s.
14548100Target server '%s' does not have any jobs assigned to it.
14549100(Description not requested.)
14550100Command-Line Subsystem
14551100Replication Snapshot Subsystem
14552100Replication Transaction-Log Reader Subsystem
14553100Replication Distribution Subsystem
14554100Replication Merge Subsystem
14555100Active Scripting Subsystem
14556100Transact-SQL Subsystem
14557100[Internal]
14558100(encrypted command)
14559100(append output file)
14560100(include results in history)
14561100(normal)
14562100(quit with success)
14563100(quit with failure)
14564100(goto next step)
14565100(goto step)
14566100(idle)
14567100(below normal)
14568100(above normal)
14569100(time critical)
14570100(Job outcome)
14571100No description available.
14572100@freq_interval must be at least 1 for a daily job.
14573100@freq_interval must be a valid day of the week bitmask [Sunday = 1 .. Saturday = 64] for a weekly job.
14574100@freq_interval must be between 1 and 31 for a monthly job.
14575100@freq_relative_interval must be one of 1st (0x1), 2nd (0x2), 3rd [0x4], 4th (0x8) or Last (0x10).
14576100@freq_interval must be between 1 and 10 (1 = Sunday .. 7 = Saturday, 8 = Day, 9 = Weekday, 10 = Weekend-day) for a monthly-relative job.
14577100@freq_recurrence_factor must be at least 1.
14578100Starts whenever the CPU usage has remained below %ld percent for %ld seconds.
14579100Automatically starts when SQLServerAgent starts.
14580100job
14581100Replication Transaction Queue Reader Subsystem
14582160Only a sysadmin can specify '@output_file_name' parameter for a jobstep.
14583160Only a sysadmin can specify '@database_user_name' parameter.
14585160Only the owner of DTS Package '%s' or a member of the sysadmin role may reassign its ownership.
14586160Only the owner of DTS Package '%s' or a member of the sysadmin role may create new versions of it.
14587160Only the owner of DTS Package '%s' or a member of the sysadmin role may drop it or any of its versions.
14588100ID.VersionID =
14589100[not specified]
14590160DTS Package '%s' already exists with a different ID in this category.
14591160SSIS folder '%s' already exists in the specified parent folder.
14592160DTS Category '%s' was found in multiple parent categories. You must uniquely specify the category to be dropped.
14593160SSIS folder '%s' contains packages and/or other folders. You must drop these first.
14594100DTS Package
14595160DTS Package '%s' exists in different categories. You must uniquely specify the package.
14596160DTS Package '%s' exists in another category.
14597160DTS Package ID '%s' already exists with a different name.
14598160Cannot drop the Local, Repository, or LocalDefault DTS categories.
14599100Name
14600160Proxy "%s" has not been granted permission to use subsystem "%s".
14601160Operator "%s" is not enabled and therefore cannot receive notifications.
14602160Operator "%s" does not have an e-mail address specified.
14603160Database Mail is not properly configured.
14604160Both %s parameters (id and name) cannot be NULL
14605160Both %s parameters (id and name) do not point to the same object
14606160%s id is not valid
14607160%s name is not valid
14608160Either %s or %s parameter needs to be supplied
14609160Mail database to user database association does not exist and therefore cannot be updated
14610160Either @profile_name or @description parameter needs to be specified for update
14611160Account sequence number must be supplied for update
14612160Each principal should have at least one default profile
14613160The specified '%s' cannot use commas (,) to separate addresses: '%s'. To continue, use semicolons (;) to separate addresses.
14614160%s is not a valid mailserver_type
14615160The @username parameter needs to be supplied if the @password is supplied.
14616160Unable to retrieve the newly created credential [%s] from the credential store.
14617160Mail host database specified is invalid
14618160Parameter '%s' must be specified. This parameter cannot be NULL.
14619160Received 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.
14620160The 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.
14621160Parameter @attachmentencoding does not support the value "%s". The attachment encoding must be "MIME".
14622160Parameter @importance does not support the value "%s". Mail importance must be one of LOW, NORMAL, or HIGH.
14623160Parameter @sensitivity does not support the value "%s". Mail sensitivity must be one of NORMAL, PERSONAL, PRIVATE, or CONFIDENTIAL.
14624160At least one of the following parameters must be specified. "%s".
14625160Parameter @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.
14626160Parameter @mailformat does not support the value "%s". The mail format must be TEXT or HTML.
14627160Received 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.
14628160The format of the parameter @attachments is incorrect. The file names must be separated by a semicolon ";".
14629160There is no configuration parameter named "%s", or the value provided is not of the correct data type.
14630160Database Mail is not permitted to send files with the file extension %s.
14631160The 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 and members of the db_owner fixed database role can impersonate another user.
14632160The user name %s specified in @execute_query_as is invalid. There is no user by that name.
14633160The database name "%s" specified in @execute_query_database is invalid. There is no database by that name.
14634100Warning: %s'
14635100Mail (Id: %d) queued.
14636160No global profile is configured. Specify a profile name in the @profile_name parameter.
14637100Activation failure.
14638100Activation successful.
14639100The mail queue was started by login "%s".
14640100The mail queue stopped by login "%s".
14641160Mail not queued. Database Mail is stopped. Use sysmail_start_sp to start Database Mail.
14642100Default attachment encoding
14643100Default dialog lifetime
14644100Default maximum file size
14645100Extensions not allowed in outgoing mails
14646100Number of retry attempts for a mail server
14647100Delay between each retry attempt to mail server
14648100Minimum process lifetime in seconds
14649160Unable to test profile. Database Mail is stopped. Use sysmail_start_sp to start Database Mail.
14650160Service Broker message delivery is not enabled in this database. Use the ALTER DATABASE statement to enable Service Broker message delivery.
14651160Unable to test profile. Service Broker message delivery is not enabled in this database. Use the ALTER DATABASE statement to enable Service Broker message delivery.
14652160Invalid message received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s.
14653160Invalid %s value received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s.
14654100Unexpected message received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s.
14655160Invalid XML message format received on the ExternalMailQueue. conversation_handle: %s. message_type_name: %s. message body: %s.
14657160Mail not queued. Maximum number of mails per day (%ld) for login %s has been exceeded.
14658160Failed to retrieve SQLPath for syssubsystems population.
14659160Failed to retrieve VerSpecificRootDir for syssubsystems population.
14660160Database Compatibility Level is too low. Compatibility Level must be Version80 or higher.
14661160Query execution failed: %s
14662100mailitem_id on conversation %s was not found in the sysmail_send_retries table. This mail item will not be sent.
14663100Mail Id %d has exceeded the retry count. This mail item will not be sent.
14664160Database Mail logging level: normal - 1, extended - 2 (default), verbose - 3
14665100Mail items deletion is initiated by user "%s". %d items deleted.
14666160User name cannot be supplied when using default credentials
14667160Mail Id %d has been deleted from sysmail_mailitems table. This mail will not be sent.
14668160Deleting profile %s failed because there are some unsent emails associated with this profile, use force_delete option to force the deletion of the profile.
14670160Cannot delete the active collection set '%s'. Stop the collection set and then try to delete it again.
14671160Cannot 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.
14672160Cannot delete the collection item '%s' in the active collection set '%s'. Stop the collection set and then try to delete the collection item again.
14673160Cannot delete the collector type '%s'. Delete all collection items associated with this collector type and then try to delete it again.
14674160Cannot upload data for the inactive collection set '%s'. Start the collection set and then try to upload the data again.
14675160Cannot 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.
14676160The user does not have permission to change '%s'. The user must be a member of data collector role '%s'.
14677160The user does not have permission to perform this operation. The user must be a member of data collector role '%s'.
14678160SQL Server Trace with id %d has been stopped and closed by external user. SQL Server Trace collector will attempt to re-create the trace.
14679160The specified %s (%s) is not valid in this data warehouse.
14680160Management Data Warehouse database can only be installed on an instance of SQL Server 2008 or higher.
14681160Cannot perform this procedure when the collector is disabled. Enable the collector and then try again.
14682160The state of the collection set has changed, but it will not start or stop until the collector is enabled.
14683160A collection set in cached mode requires a schedule.
14684160Caught error#: %d, Level: %d, State: %d, in Procedure: %s, Line: %d, with Message: %s
14685160Collection set: '%s' does not contain any collection items, so starting the collection set will have no effect.
14686160The MDWInstance and MDWDatabase parameters of the configuration store cannot be null.
14687160Invalid 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)
14688160A collection set cannot start when SQL Server Agent is stopped. Start SQL Server Agent.
14689160A 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.
14690160Cannot perform this procedure when the collector is enabled. Disable the collector and then try again.
14691160The status of the collector cannot be null. This may indicate an internal corruption in the collector configuration data.
14692160Insufficient 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.
14693160A collection set cannot start without a schedule. Specify a schedule for the collection set.
14694160Cannot upload data on-demand for the collection set '%s' in non-cached mode.
14695160Cannot collect data on-demand for the collection set '%s' in cached mode.
14696160 Cannot update or delete a system collection set, or add new collection items to it.
14697160Unable to convert showplan to XML. Error #%d on Line %d: %s
14698100PowerShell Subsystem
14699160Data Collector cannot be enabled when SQL Server Agent is stopped. Start SQL Server Agent.
14700100Collects data about the disk and log usage for all databases.
14701100Disk Usage
14702100Disk Usage - Data Files
14703100Disk Usage - Log Files
14704100Collects top-level performance indicators for the computer and the Database Engine. Enables analysis of resource use, resource bottlenecks, and Database Engine activity.
14705100Server Activity
14706100Server Activity - DMV Snapshots
14707100Server Activity - Performance Counters
14708100Collects 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.
14709100Query Statistics
14710100Query Statistics - Query Activity
14711100Changes to SQL dumper configuration will take effect when the collection set is restarted. To perform an immediate dump, use the dtutil /dump option.
14712160Only dbo or members of dc_admin can install or upgrade instmdw.sql. Contact an administrator with sufficient permissions to perform this operation.
14713210A management data warehouse cannot be installed to SQL Server Express Edition.
14714160Attempting to upgrade a Management Data Warehouse of newer version '%s' with an older version '%s'. Upgrade aborted.
14715100Collects data about instances of SQL Server that are managed in the SQL Server Utility.
14716100Utility Information
14718100Utility Information - Managed Instance
14719160"%s" has not been granted permission to use proxy.
14720160The operation failed because credential '%s' identity is not a valid Windows account
14721100AutoAdmin Subsystem
14801160Multiple REMOTE_DATA_ARCHIVE definition.
14802160Cannot disable REMOTE_DATA_ARCHIVE because the database contains at least one table having REMOTE_DATA_ARCHIVE enabled.
14803160Cannot alter REMOTE_DATA_ARCHIVE option for table '%.*ls' because REMOTE_DATA_ARCHIVE is not enabled for the database.
14804160The database credential '%s' cannot be found or the user doesn't have premission to access the credential.
14806160The identity specified for the database credential '%s' is invalid. The identity must be a valid username for the remote stretch server administrator.
14807160The secret specified for the database credential '%s' is invalid. The secret must be a valid password for the remote stretch server administrator.
14808160Cannot disable REMOTE_DATA_ARCHIVE when migration is enabled.
14809160Cannot enable REMOTE_DATA_ARCHIVE on database '%s'. The REMOTE_DATA_ARCHIVE option can only be set on user databases.
14810160The database option REMOTE_DATA_ARCHIVE is already enabled on database '%s'.
14811160Remote server '%s' is not an Azure SQL Database V12 (or higher) server. A database can only be stretched to an Azure SQL Database V12 (or higher) server.
14812160Cannot enable REMOTE_DATA_ARCHIVE for table '%.*ls' due to '%ls'. %ls
14813160Cannot enable REMOTE_DATA_ARCHIVE for table '%.*ls' due to column '%.*ls' '%ls'. %ls
14814160Code generation for REMOTE_DATA_ARCHIVE failed (%ls).
14815160File error during REMOTE_DATA_ARCHIVE operation. GetLastError = %d (%ls).
14816160The code generation directory cannot be created or set up correctly.
14817160The server '%s' is not accessible. Ensure that the remote server exists and the Azure SQL DB Firewall Rules permit access to the server. If you believe that your server should be accessible please retry the command.
14818100The %ls on table '%ls' will not be enforced because of the use of REMOTE_DATA_ARCHIVE.
14819200Stretch operation failed due to an internal error.
14820200The stretch code generator output is corrupted. Stretch code generation and remote table provisioning will be re-tried.
14821160Cannot execute in REMOTE_ONLY mode since remote part does not exist or is invalid for this operation.
14822160'%s' is not a valid option for the @mode parameter. Enter 'ALL', 'LOCAL_ONLY' or 'REMOTE_ONLY'.
14823160%ls failed on table '%.*ls' because it is not supported on tables with REMOTE_DATA_ARCHIVE option enabled.
14824160Access to REMOTE_DATA_ARCHIVE has been disabled through server configuration option 'remote data archive'. Use "exec sp_configure 'remote data archive', 1" to enable access to the server.
14825160Cannot perform '%ls' on table '%.*ls' because REMOTE_DATA_ARCHIVE is enabled. %ls
14826140Update and delete of rows eligible for migration in table '%.*ls' is not allowed because of the use of REMOTE_DATA_ARCHIVE.
14827160Unable to access remote data archive: Error: %d, Severity: %d, State: %d, Line: %d '%s'
14828160Cannot perform 'CREATE INDEX' on view '%.*ls' because it references table '%.*ls' with REMOTE_DATA_ARCHIVE enabled.
14829160Table '%.*ls' cannot be used in READTEXT, WRITETEXT and UPDATETEXT statements because it has REMOTE_DATA_ARCHIVE option enabled.
14830160Cannot query table '%.*ls' because this operation is currently disabled for this object.
14831160Cannot set the Remote Data Archive query mode for database '%.*ls' because REMOTE_DATA_ARCHIVE is not enabled on the database.
14832100Querying tables having REMOTE_DATA_ARCHIVE option enabled will not be possible in LOCAL_AND_REMOTE query mode in database '%.*ls' before Remote Data Archive re-authorization is performed.
14833160Cannot set the Remote Data Archive query mode LOCAL_AND_REMOTE for database '%.*ls' because data on remote side is not consistent. See the SQL Server errorlog for more information on the inconsistent objects.
14834160Cannot de-authorize database '%.*ls' because REMOTE_DATA_ARCHIVE is not enabled on the database.
14835160Cannot de-authorize database '%.*ls' because it is already disconnected from the remote database.
14836160Cannot reconcile stretched indexes for database '%.*ls' because REMOTE_DATA_ARCHIVE is not enabled on the database.
14837160Cannot reconcile indexes for stretched table '%.*ls' because migration is not outbound on the table.
14838160Table '%.*ls' cannot be accessed in SNAPSHOT transaction isolation level because it has REMOTE_DATA_ARCHIVE option enabled.
14839160Only column identifiers are allowed as parameters passed to function '%.*ls'.
14840160The filter predicate cannot be set for table '%.*ls' because all rows are already eligible for migration.
14841160The filter predicate '%.*ls' for table '%.*ls' cannot be replaced with '%.*ls' because conditions necessary to perform the replacement are not satisfied.
14842100The database '%.*ls' contains REMOTE_DATA_ARCHIVE tables, it will be marked as disconnected from the remote during the restore. If you would like to reconnect to the same archive or make a copy, refer to the sp_rda_reauthorize_db spec proc once the restore is complete.
14843100Copying remote database '%.*ls' to remote database '%.*ls'.
14844100Remote database '%.*ls' has completed copying, and is now online.
14845100Waiting for remote database copy to complete.
14846160Cannot re-authorize database '%.*ls' because REMOTE_DATA_ARCHIVE is not enabled on the database.
14847160Cannot re-authorize database '%.*ls' because it is already authorized and connected to a remote database.
14848160Attempted Migration failed. Remote insert failed. Error : %d.
14849160Attempted Migration failed. Remote insert failed to insert all the rows. Expected rows : %d, Actual remote rows inserted: %d.
14850160Attempted Migration failed. Incrementation of the batch ID failed. Expected batch ID : %I64d, Current batch ID : %I64d.
14851160Attempted Reconciliation failed. The new max remote batch IDs is not less than the initial. Initial: %I64d, New: %I64d
14852160Cannot query table '%.*ls' because data reconciliation is in progress. This is part of the automatic recovery process for a remote data archive enabled table. You may check the status of this operation in sys.remote_data_archive_tables.
14853160Function '%.*ls' cannot be used as Stretch filter predicate because it does not meet necessary requirements.
14854100The Remote Data Archive connection to the server '%ls' succeeded.
14855160The Remote Data Archive connection to the server '%ls' failed.
14856160The procedure %ls requires the %ls parameter if the database is not enabled for REMOTE_DATA_ARCHIVE.
14857160The procedure %ls does not accept the %ls parameter if the database is enabled for REMOTE_DATA_ARCHIVE.
14858160Cannot queue more stretch tasks. Please wait for remaining tasks to be finished and try again later.
14859100The database '%.*ls' contains REMOTE_DATA_ARCHIVE tables, it will be marked as disconnected from the remote during the restore. If you would like to reconnect to the same archive or make a copy, refer to the sp_rda_reauthorize_db spec proc once the restore is complete.
14860160'%.*ls' expects parameter '%.*ls', which was not supplied.
14861160Modifying the collation is not allowed when REMOTE_DATA_ARCHIVE is already enabled on database '%.*ls'.
14862160Cannot rename index '%ls'. Indexes on tables with REMOTE_DATA_ARCHIVE option enabled cannot be renamed.
14863160Stretch was disabled after migration started. Please enable stretch and retry.
14864160Attempted inbound migration failed. Local insert failed. Error : %d.
14865160Attempted inbound migration failed. Decrementation of the batch ID failed. Expected batch ID : %I64d, Current batch ID : %I64d.
14866160Attempted unlinking of the stretched table failed. If this table isn't dropped, please retry the operation of setting REMOTE_DATA_ARCHIVE to OFF on the table.
14867160User does not have permission to enable REMOTE_DATA_ARCHIVE with FEDERATED_SERVICE_ACCOUNT = ON.
14868160Inbound migration is in progress or paused. Migration direction outbound cannot be set at this time. Please retry after inbound migration is complete.
14869160Must be DB OWNER to use the REMOTA_DATA_ARCHIVE_OVERRIDE hint.
14870160REMOTE_DATA_ARCHIVE_OVERRIDE hint is not allowed inside a user transaction.
14871160REMOTE_DATA_ARCHIVE_OVERRIDE hint is not allowed inside an implicit transaction.
14872160REMOTE_DATA_ARCHIVE_OVERRIDE hint not permitted on INSERT statements.
14873160REMOTE_DATA_ARCHIVE_OVERRIDE hint not permitted within a view definition.
14874160Table '%.*ls' cannot be a target of an update or delete statement with a FROM clause because it has the REMOTE_DATA_ARCHIVE option enabled.
14875160DML operation failed because it would have affected one or more migrated (or migration-eligible) rows.
14876160Table '%.*ls' cannot be the target of an update or delete statement through a view because it has the REMOTE_DATA_ARCHIVE option enabled.
14877160Not all rows needed to reconcile with the remote data are available locally for table '%ls'. Needed batch ID : %I64d, Available batch ID : %I64d.
14878160The filter predicate cannot be set for table '%ls' together with inbound migration.
14879160Cannot perform update or delete using hint %.*ls over table '%.*ls' if migration is not paused. Please set MIGRATION_STATE to PAUSED and retry the operation.
14880160Unexpected exception occurred during remote column update.
14881160Unable to update remote data archive: Error: %d, Severity: %d, State: %d.
14882160Cannot use STAGE_ONLY hint since the staging environment for the table '%.*ls' has not been provisioned yet.
14883160Stretch remote table creation failed without specific exception.
14884160Unable to load the stretch filter predicate for table "%.*ls".
14885160Cannot reconcile columns for %S_MSG '%.*ls' because REMOTE_DATA_ARCHIVE is not enabled on the %S_MSG.
14886160Cannot set the rpo duration for database '%.*ls' because REMOTE_DATA_ARCHIVE is not enabled on the database.
14887160Cannot run the procedure %.*ls for table '%.*ls' if migration is not paused. Please set MIGRATION_STATE to PAUSED and retry the operation.
14888160Attempted inbound migration failed. Insert failed to insert all the rows. Expected rows : %d, Actual remote rows: %d.
14889160Unable to process DML statement due to an unexpected operator in the migration predicate for table "%.*ls".
14890160The maximum batch ID in the staging table cannot be greater than %I64d. Please perform the necessary delete/update operation using STAGE_ONLY hint to correct it.
14891160Table '%.*ls' cannot be a target of an update or delete statement with an OUTPUT clause because it has the REMOTE_DATA_ARCHIVE option enabled.
14892160Table '%.*ls' cannot be a target of an update or delete statement through a CURSOR because it has the REMOTE_DATA_ARCHIVE option enabled.
14893160Table '%.*ls' cannot be a target of an update or delete statement because it has the REMOTE_DATA_ARCHIVE option enabled without a migration predicate.
14894160Table '%.*ls' cannot be a target of an update or delete statement because it has both the REMOTE_DATA_ARCHIVE option enabled and a BLOCK PREDICATE enabled.
14895160Cannot run the procedure %.*ls for table '%.*ls' since the max batch ID found in the stage table is different than the max batch ID found in the remote table. Please make sure that you run the same hinted admin query on both tables to bring them in sync.
14896100Reconciliation proc %.*ls brought down the local batch ID for the stretch table '%.*ls' of database '%.*ls' from %I64d to %I64d.
14897160Cannot run the procedure %.*ls for table '%.*ls' since it is not stretched.
14898160Cannot run the procedure %.*ls in database '%.*ls' since it is not connected to a remote database.
14899160Specified RPO Duration cannot be less than the minimum duration of %d
14901100Running an admin %ls operation on stretched table with ID %d using %ls hint.
14903160Cannot rename column '%ls'. Columns on tables with REMOTE_DATA_ARCHIVE option enabled cannot be renamed.
14904100Reauthorizing stretched database '%.*ls' with the remote database has completed successfully. Now reconciling remote tables and/or remote columns...
14905100Reconciliation of remote tables and/or remote columns for stretched database '%.*ls' has completed successfully.
14906160The database '%s' is not accessible. Ensure that the remote database exists. If you believe that your database should be accessible please retry the command.
14908160Cannot set REMOTE_DATA_ARCHIVE to OFF from ON. To retrieve remote data and turn off remote data archive, set REMOTE_DATA_ARCHIVE (MIGRATION_STATE = INBOUND). To turn off REMOTE_DATA_ARCHIVE without retrieving remote data, set REMOTE_DATA_ARCHIVE = OFF_WITHOUT_DATA_RECOVERY.
14909160Cannot currently use the REMOTE_DATA_ARCHIVE_OVERRIDE hint with table '%.*ls' because the remote table has not yet been created.
14910160Cannot currently perform the requested operation against table '%.*ls' because it has the REMOTE_DATA_ARCHIVE option enabled but the remote table has not yet been created.
14911100%.*ls is set to '%.*ls' on table '%.*ls'.
14912100REMOTE_DATA_ARCHIVE with value set to OFF_WITHOUT_DATA_RECOVERY is not supported at table creation. Please retry using a valid option'.
14913100Failure was injected by '%ls' transaction/function.
14914160The edition for database '%ls' is invalid. Only the Azure SQL Stretch edition is supported as a target for Stretch database.
14915160The use of replication is not supported for table '%ls' with REMOTE_DATA_ARCHIVE enabled.
14916160Change Data Capture is not supported for table '%ls' with REMOTE_DATA_ARCHIVE enabled.
14917160The REMOTE_DATA_ARCHIVE option cannot be enabled on table '%ls' because it will exceed the maximum allowable size of %d bytes on the remote table due to an additional required system column.