SQL Server System Errors: 15000 - 15999

List of error messages between 15000 and 15999 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
15001160Object '%ls' does not exist or is not a valid object for this operation.
15002160The procedure '%s' cannot be executed within a transaction.
15003160Only members of the %s role can execute this stored procedure.
15004160Name cannot be NULL.
15005100Statistics for all tables have been updated.
15006160'%s' is not a valid name because it contains invalid characters.
15007160'%s' is not a valid login or you do not have permission.
15008160User '%s' does not exist in the current database.
15009160The object '%s' does not exist in database '%s' or is invalid for this operation.
15010160The database '%s' does not exist. Supply a valid database name. To see available databases, use sys.databases.
15011160Database option '%s' does not exist. Specify a valid database option.
15012160The device '%s' does not exist. Use sys.backup_devices to show available devices.
15013100Table '%s': No columns without statistics found.
15014160The role '%s' does not exist in the current database.
15015160The server '%s' does not exist. Use sp_helpserver to show available servers.
15016160The default '%s' does not exist.
15017160The rule '%s' does not exist.
15018100Table '%s': Creating statistics for the following columns:
15019160The extended stored procedure '%s' does not exist.
15020100Statistics have been created for the %d listed columns of the above tables.
15021160Invalid value given for parameter %s. Specify a valid parameter value.
15022160The specified user name is already aliased.
15023160User, group, or role '%s' already exists in the current database.
15025160The server principal '%s' already exists.
15026160Logical device '%s' already exists.
15028160The server '%s' already exists.
15032160The database '%s' already exists. Specify a unique database name.
15033160'%s' is not a valid official language name.
15034160The application role password must not be NULL.
15036160The data type '%s' does not exist or you do not have permission.
15040160User-defined error messages must have an ID greater than 50000.
15041160User-defined error messages must have a severity level between 1 and 25.
15042100The @with_log parameter is ignored for messages that are not us_english version.
15043160You must specify 'REPLACE' to overwrite an existing message.
15044160The type "%s" is an unknown backup device type. Use the type "disk" or "tape".
15045160The logical name cannot be NULL.
15046160The physical name cannot be NULL.
15048100Valid values of the database compatibility level are %d, %d, %d, %d or %d.
15049110Cannot unbind from '%s'. Use ALTER TABLE DROP CONSTRAINT.
15050110Cannot bind default '%s'. The default must be created using the CREATE DEFAULT statement.
15051110Cannot rename the table because it is published for replication.
15053160Objects exist which are not owned by the database owner.
15054100The current compatibility level is %d.
15056100The suspect flag on the database "%s" is already reset.
15057160List of %s name contains spaces, which are not allowed.
15058160List of %s has too few names.
15059160List of %s has too many names.
15060160List of %s names contains name(s) which have '%s' non-alphabetic characters.
15061160The add device request was denied. A physical device named "%s" already exists. Only one backup device may refer to any physical device name.
15062160The guest user cannot be mapped to a login name.
15063160The login already has an account under a different user name.
15065160All user IDs have been assigned.
15066160A default-name mapping of a remote login from remote server '%s' already exists.
15068160A remote user '%s' already exists for remote server '%s'.
15069160One or more users are using the database. The requested operation cannot be completed.
15070100Object '%s' was successfully marked for recompilation.
15071160Usage: sp_addmessage <msgnum>,<severity>,<msgtext> [,<language> [,FALSE | TRUE [,REPLACE]]]
15072160Usage: sp_addremotelogin remoteserver [,loginname [,remotename]]
15074100Warning: You must recover this database prior to access.
15076160Default, table, and user data types must be in the current database.
15077160Rule, table, and user data type must be in the current database.
15078160The table or view must be in the current database.
15079100Queries processed: %d.
15080160Cannot use parameter %s for a Windows login.
15081160Membership of the public role cannot be changed.
15083160Physical data type '%s' does not accept a collation
15084160The column or user data type must be in the current database.
15085160Usage: sp_addtype name, 'data type' [,'NULL' | 'NOT NULL']
15096160Could not find object '%ls' or you do not have required permission or the object is not valid for adding extended property.
15097160The size associated with an extended property cannot be more than 7,500 bytes.
15098160The name change cannot be performed because the SID of the new name does not match the old SID of the principal.
15099160The MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF.
15100160Usage: sp_bindefault defaultname, objectname [, 'futureonly']
15101160Cannot 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.
15102160Cannot bind a default to an identity column.
15103160Cannot bind a default to a column created with or altered to have a default value.
15104160You do not own a table named '%s' that has a column named '%s'.
15106160Usage: sp_bindrule rulename, objectname [, 'futureonly']
15107160Cannot 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.
15108160sp_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.
15109160Cannot change the owner of the master, model, tempdb or distribution database.
15110160The proposed new database owner is already a user or aliased in the database.
15112110The third parameter for table option 'text in row' is invalid. It should be 'on', 'off', '0', '1' or a number from 24 through 7000.
15113160Too 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.
15114160Password validation failed. The password for the user is too recent to change.
15115160Password validation failed. The password cannot be used at this time.
15116160Password validation failed. The password does not meet the operating system policy requirements because it is too short.
15117160Password validation failed. The password does not meet the operating system policy requirements because it is too long.
15118160Password validation failed. The password does not meet the operating system policy requirements because it is not complex enough.
15119160Password validation failed. The password does not meet the requirements of the password filter DLL.
15120160An unexpected error occurred during password validation.
15121160An error occurred during the execution of %ls. A call to '%ls' failed with error code: '%d'.
15122160The CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF.
15123160The configuration option '%s' does not exist, or it may be an advanced option.
15124160The configuration option '%s' is not unique.
15125160Trigger '%s' is not a trigger for '%s'.
15127160Cannot set the default language to a language ID not defined in syslanguages.
15128160The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.
15129160'%d' is not a valid value for configuration option '%s'.
15130160There already exists a '%s' trigger for '%s'.
15131160Usage: sp_dbremove <dbname> [,dropdev]
15133160INSTEAD OF trigger '%s' cannot be associated with an order.
15134160No alias exists for the specified user.
15135160Object is invalid. Extended properties are not permitted on '%s', or the object does not exist.
15136160The database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped.
15137160An 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: %ls, Error Status: %d.
15138160The database principal owns a %S_MSG in the database, and cannot be dropped.
15141160The server principal owns one or more %S_MSG(s) and cannot be dropped.
15143160'%s' is not a valid option for the @updateusage parameter. Enter either 'true' or 'false'.
15144160The role has members. It must be empty before it can be dropped.
15145160An implicit %S_MSG creation has failed. Reason: The %S_MSG may have been dropped or its name may already be in use.
15146160An encryption password must be provided to encrypt the private key of this %S_MSG.
15147160No decryption password should be provided because the private key of this %S_MSG is encrypted by a master key.
15148160The data type or table column '%s' does not exist or you do not have permission.
15149160Principal doesn't exist or doesn't have sufficient privileges.
15150160Cannot %S_MSG the %S_MSG '%.*ls'.
15151160Cannot %S_MSG the %S_MSG '%.*ls', because it does not exist or you do not have permission.
15152160Cannot update user instances. Reason: %ls. Error code: 0x%x.
15153160The xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the '%.*ls' credential exists and contains valid information.
15154160The database principal owns an %S_MSG and cannot be dropped.
15155160The server principal owns a %S_MSG and cannot be dropped.
15156160The password that you specified is too long. The password should have no more than %d characters.
15157160Setuser 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.
15158160Cannot initialize security.
15159160Maximum impersonation nesting level exceeded (limit %d)..
15160160Cannot issue impersonation token from non-primary impersonation context or for non-Windows user.
15161160Cannot set application role '%.*ls' because it does not exist or the password is incorrect.
15162160Unexpected error while creating impersonation token.
15163160Invalid timeout value. Valid timeout is between 1 and 7200 sec.
15164160'%.*ls' is not a valid login or cannot be issued impersonation token.
15165160Could not find object '%ls' or you do not have permission.
15166100Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
15167160Cannot generate GUID.
15168160Cannot rename the view '%s' and its columns and indexes because it is a system generated view that was created for optimization purposes.
15169160The server option "%ls" is not available in this edition of SQL Server.
15170160This login is the owner of %ld job(s). You must delete or reassign these jobs before the login can be dropped.
15171160Cannot use the parameter "%s" for a certificate or asymmetric key login.
15172160FallBack certificate must be created or dropped in master database in single user mode.
15173160Server principal '%s' has granted one or more permission(s). Revoke the permission(s) before dropping the server principal.
15174160Login '%s' owns one or more database(s). Change the owner of the database(s) before dropping the login.
15175160Login '%s' is aliased or mapped to a user in one or more database(s). Drop the user or alias before dropping the login.
15176160The only valid @parameter value is 'WITH_LOG'.
15177160Usage: sp_dropmessage <msg number> [,<language> | 'ALL']
15178160Cannot drop a message with an ID less than 50,000.
15179160The message number %u or specified language version does not exist.
15182160Cannot disable access to the guest user in master or tempdb.
15183160The database principal owns objects in the database and cannot be dropped.
15184160The database principal owns data types in the database and cannot be dropped.
15185160There is no remote user '%s' mapped to local user '%s' from the remote server '%s'.
15186160The server principal is set as the execution context of a trigger or event notification and cannot be dropped.
15187100The %S_MSG cannot be dropped because it is used by one or more %S_MSG(s).
15188160Cannot create an index that does not include all security columns.
15189160Cannot have more than one security column for a table.
15190160There are still remote logins or linked logins for the server '%s'.
15192160Cannot alter or drop the security column of a table.
15195160The MUST_CHANGE option is not supported by this version of Microsoft Windows.
15196160The current security context is non-revertible. The "Revert" statement failed.
15197160There is no text for object '%s'.
15198160The name supplied (%s) is not a user, role, or aliased login.
15199160The current security context cannot be reverted. Please switch to the original database where '%ls' was called and try it again.
15200160There are no remote servers defined.
15201160There are no remote logins for the remote server '%s'.
15202160There are no remote logins defined.
15203160There are no remote logins for '%s'.
15204160There are no remote logins for '%s' on remote server '%s'.
15205160There are no servers defined.
15206160Invalid Remote Server Option: '%s'.
15207160The trusted option in remote login mapping is no longer supported.
15208160The certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.
15209160An error occurred during encryption.
15212160Invalid certificate subject. The certificate subject must have between 1 and %d characters.
15213160Warning: The certificate you created has an invalid validity period; its expiration date precedes its start date.
15214160Warning: The certificate you created is expired.
15215160Warning: The certificate you created is not yet valid; its start date is in the future.
15216160'%s' is not a valid option for the @delfile parameter.
15217160Property cannot be updated or deleted. Property '%.*ls' does not exist for '%.*ls'.
15218160Object '%s' is not a table.
15219160Cannot change the owner of an indexed view.
15222160Remote login option '%s' is not unique.
15223110Error: The input parameter '%s' is not allowed to be null.
15224110Error: The value for the @newname parameter contains invalid characters or violates a basic restriction (%s).
15225110No item by the name of '%s' could be found in the current database '%s', given that @itemtype was input as '%s'.
15226160Cannot create alias types from an XML datatype.
15227160The database '%s' cannot be renamed.
15229160The argument specified for the "%.*ls" parameter of stored procedure sp_db_vardecimal_storage_format is not valid. Valid arguments are 'ON' or 'OFF'.
15230160Error starting user instance. Error code: %d.
15231160The argument specified for the '%ls' parameter of stored procedure '%ls' is not valid. Valid arguments are 'ON', 'OFF', 'TRUE' and 'FALSE'.
15232160A certificate with name '%s' already exists or this certificate already has been added to the database.
15233160Property cannot be added. Property '%.*ls' already exists for '%.*ls'.
15234160Objects of this type have no space allocated.
15236160Column '%s' has no default.
15237160User data type '%s' has no default.
15238160Column '%s' has no rule.
15239160User data type '%s' has no rule.
15240160Cannot write into file '%s'. Verify that you have write permissions, that the file path is valid, and that the file does not already exist.
15241160Usage: sp_dboption [dbname [,optname [,'true' | 'false']]]
15242160Database option '%s' is not unique.
15243160The option '%s' cannot be changed for the master database.
15244160Only members of the sysadmin role or the database owner may set database options.
15246160Cannot dump the private key of certificate '%s' because the private key cannot be found.
15247160User does not have permission to perform this action.
15248110Either the parameter @objname is ambiguous or the claimed @objtype (%s) is wrong.
15249110Error: Explicit @objtype '%s' is unrecognized.
15250160The database name component of the object qualifier must be the name of the current database.
15251160Invalid '%s' specified. It must be %s.
15252160The primary or foreign key table name must be given.
15253110Syntax error parsing SQL identifier '%s'.
15254160Users other than the database owner or guest exist in the database. Drop them before removing the database.
15255110'%s' is not a valid value for @autofix. The only valid value is 'auto'.
15256160Usage: sp_certify_removable <dbname> [,'auto']
15257160The database that you are attempting to certify cannot be in use at the same time.
15258160The database must be owned by a member of the sysadmin role before it can be removed.
15259160The DEFAULT_SCHEMA clause cannot be used with principals mapped to certificates or asymmetric keys.
15260160The format of the security descriptor string '%s' is invalid.
15261160Usage: sp_create_removable <dbname>,<syslogical>,<sysphysical>,<syssize>,<loglogical>,<logphysical>,<logsize>,<datalogical1>,<dataphysical1>,<datasize1> [,<datalogical2>,<dataphysical2>,<datasize2>...<datalogical16>,<dataphysical16>,<datasize16>]
15262100Invalid file size entered. All files must be at least 1 MB.
15263160A SID in the security descriptor string '%s' could not be found in an account lookup operation.
15264160Could not create the '%s' portion of the database.
15265160An unexpected error has occurred in the processing of the security descriptor string '%s'.
15266160Cannot make '%s' database removable.
15267160A security descriptor with name '%s' already exists.
15268101Authentication mode is %s.
15269160Logical data device '%s' not created.
15271160Invalid @with_log parameter value. Valid values are 'true' or 'false'.
15272100The %s '%.*s' is not trusted to execute.
15273100The decryption key is incorrect.
15274160Access to the remote server is denied because the current security context is not trusted.
15276160Cannot provision master key passwords for system databases.
15277160The only valid @parameter_value values are 'true' or 'false'.
15278160Login '%s' is already mapped to user '%s' in database '%s'.
15279160You must add the us_english version of this message before you can add the '%s' version.
15280160All localized versions of this message must be dropped before the us_english version can be dropped.
15281100SQL 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 about enabling '%.*ls', search for '%.*ls' in SQL Server Books Online.
15282100A key with name '%.*ls' or user defined unique identifier already exists or you do not have permissions to create it.
15283160The name '%s' contains too many characters.
15284160The database principal has granted or denied permissions to objects in the database and cannot be dropped.
15285160The special word '%s' cannot be used for a logical device name.
15286160Terminating this procedure. The @action '%s' is unrecognized. Try 'REPORT', 'UPDATE_ONE', or 'AUTO_FIX'.
15287160Terminating this procedure. '%s' is a forbidden value for the login name parameter in this procedure.
15288100Please specify one decryptor to decrypt a key.
15289160Terminating this procedure. Cannot have an open transaction when this is run.
15291160Terminating this procedure. The %s name '%s' is absent or invalid.
15292100The row for user '%s' will be fixed by updating its login link to a login already in existence.
15293100Barring a conflict, the row for user '%s' will be fixed by updating its link to a new login.
15294100The number of orphaned users fixed by adding new logins and then updating users was %d.
15295100The number of orphaned users fixed by updating users was %d.
15296160General cryptographic failure.
15297160The certificate, asymmetric key, or private key data is invalid.
15299160The signature of the public key is invalid.
15300110No recognized letter is contained in the parameter value for General Permission Type (%s). Valid letters are in this set: %s .
15301160Collation '%s' is supported for Unicode data types only and cannot be set at either the database or server level.
15302110Database_Name should not be used to qualify owner.object for the parameter into this procedure.
15303110The "user options" config value (%d) was rejected because it would set incompatible options.
15304160The severity level of the '%s' version of this message must be the same as the severity level (%ld) of the us_english version.
15305160The @TriggerType parameter value must be 'insert', 'update', or 'delete'.
15306160Cannot change the compatibility level of replicated or distributed databases.
15307160Could not change the merge publish option because the server is not set up for replication.
15309160Cannot alter the trustworthy state of the model or tempdb databases.
15310161Failed to configure user instance on startup. Error updating server metadata.
15311160The file named '%s' does not exist.
15312160The file named '%s' is a primary file and cannot be removed.
15313100The key is not encrypted using the specified decryptor.
15314100Either no algorithm has been specified or the bitlength and the algorithm specified for the key are not available in this installation of this operating system.
15315100The key '%.*ls' is not open. Please open the key before using it.
15316100Global temporary keys are not allowed. You can only use local temporary keys.
15317100The master key file does not exist or has invalid format.
15318100All fragments for database '%s' on device '%s' are now dedicated for log usage only.
15319170Error: DBCC DBREPAIR REMAP failed for database '%s' (device '%s').
15320160An 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.
15321160There was some problem removing '%s' from sys.master_files.
15322100File '%s' was removed from tempdb, and will take effect upon server restart.
15323160The selected index does not exist on table '%s'.
15324160The option %s cannot be changed for the '%s' database.
15325160The current database does not contain a %s named '%ls'.
15326100No extended stored procedures exist.
15327100The database is now offline.
15328100The database is offline already.
15329160The 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 encrypted by the old master key will be lost.
15330110There are no matching rows on which to report.
15331110The user '%s' cannot take the action auto_fix due to duplicate SID.
15332100The private key is already set for this file. To change it you should drop and re-create the certificate.
15333110Error: The qualified @oldname references a database (%s) other than the current database.
15334100The %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.
15335110Error: The new name '%s' is already in use as a %s name and would cause a duplicate that is not permitted.
15336160Object '%s' cannot be renamed because the object participates in enforced dependencies.
15337100Caution: 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.
15339100Creating '%s'.
15342100There is no private key provisioned for %S_MSG '%.*ls'.
15343100The username and/or password passed in is invalid or the current process does not have sufficient privileges.
15344160Ownership change for %S_MSG is not supported.
15345160An entity of type %S_MSG cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys.
15346160Cannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead.
15347160Cannot transfer an object that is owned by a parent object.
15348160Cannot transfer a schemabound object.
15349160Cannot transfer an MS Shipped object.
15350160An 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.
15351100The CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly.
15352160The %S_MSG cannot be dropped because one or more entities are either signed or encrypted using it.
15353160An entity of type %S_MSG cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys.
15354100Usage: sp_detach_db <dbname>, [TRUE|FALSE], [TRUE|FALSE]
15356160The current application role has been dropped. The current security context contains no valid database user context.
15357160The current security context was set by "%ls". It cannot be reverted by statement "%ls".
15358100User-defined filegroups should be made read-only.
15359160Cannot add functional unit '%.*ls' to component '%.*ls'. This unit has been already registered with the component.
15360160An error occurred while trying to load the xpstar dll to read the agent proxy account from LSA.
15361160An error occurred while trying to read the SQLAgent proxy account credentials from the LSA.
15362160An error occurred while trying to create the '%.*ls' credential.
15364161Failed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. The connection will be closed.%.*ls
15365161Failed to generate a user instance of SQL Server. Only members of BuiltinUsers can generate a user instance. The connection will be closed.%.*ls
15366161Failed to generate a user instance of SQL Server due to low memory. The connection will be closed.%.*ls
15367161Failed 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
15368161Failed to generate a user instance of SQL Server due to a failure in reading registry keys. The connection will be closed.%.*ls
15369161Failed to generate a user instance of SQL Server due to a failure in impersonating the client. The connection will be closed.%.*ls
15370161Failed to generate a user instance of SQL Server due to a failure in copying database files. The connection will be closed.%.*ls
15371161Failed to generate a user instance of SQL Server due to a failure in creating user instance event. The connection will be closed.%.*ls
15372161Failed 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
15373161Failed 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
15374161Failed 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
15375161Failed 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
15376161Failed 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
15377161Failed to configure user instance on startup. Error adding user to sysadmin role.
15378161Failed to configure user instance on startup. Error configuring system database entries in MASTER DB.
15380161Failed to configure user instance on startup. Error configuring system database paths in MASTER DB.
15381161Failed to generate a user instance of SQL Server due to a failure in updating security descriptor on the process of the user instance.
15382161Failed 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
15383161Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.%.*ls
15384161Failed to configure user instance on startup. Error updating Resource Manager ID.
15385160No database principal is defined for sid '%.*ls'.
15386160Another batch in the session is changing security context, new batch is not allowed to start.
15387110If the qualified object name specifies a database, that database must be the current database.
15388110There is no user table matching the input name '%s' in the current database or you do not have permission to access the table.
15389110sp_indexoption is not supported for XML or spatial indexes. Use ALTER INDEX instead.
15390110Input name '%s' does not have a matching user table or indexed view in the current database.
15391110sp_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.
15392160The specified option '%s' is not supported by this edition of SQL Server and cannot be changed using sp_configure.
15393160An 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.
15394160Collation '%s' is not supported by the operating system
15395110The qualified old name could not be found for item type '%s'.
15396160An asymmetric key with name '%s' already exists or this asymmetric key already has been added to the database.
15397160The %S_MSG is not protected by a password. A decryption password cannot be used for this operation.
15398110Only objects in the master database owned by dbo can have the startup setting changed.
15399110Could not change startup option because this option is restricted to objects that have no parameters.
15401110Windows NT user or group '%s' not found. Check the name again.
15402110'%s' is not a fixed server role.
15403160The server principal "%.*ls" does not exist, does not have server access, or you do not have permission.
15404160Could not obtain information about Windows NT group/user '%ls', error code %#lx.
15405110Cannot use the special principal '%s'.
15406160Cannot 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.
15407110'%s' is not a valid Windows NT name. Give the complete name: <domainusername>.
15408160"%ls" cannot be called in this batch because a simultaneous batch has called it.
15409110'%s' is not a role.
15410110User or role '%s' does not exist in this database.
15411110Database principal or schema '%s' does not exist in this database.
15412110'%s' is not a known fixed role.
15413110Cannot make a role a member of itself.
15414160Cannot set compatibility level because database has a view or computed column that is indexed. These indexes require a SQL Server compatible database.
15416160Usage: sp_dbcmptlevel [dbname [, compatibilitylevel]]
15418160Only members of the sysadmin role or the database owner may set the database compatibility level.
15419160Supplied parameter sid should be binary(16).
15420160The group '%s' does not exist in this database.
15421160The database principal owns a database role and cannot be dropped.
15422160Application roles can only be activated at the ad hoc level.
15425160No server principal is defined for sid '%.*ls'.
15426160You must specify a provider name with this set of properties.
15427160You must specify a provider name for unknown product '%ls'.
15428160You cannot specify a provider or any properties for product '%ls'.
15429160'%ls' is an invalid product name.
15431160You must specify the @rolename parameter.
15432160Stored procedure '%s' can only be executed at the ad hoc level.
15433160Supplied parameter sid is in use.
15434160Could not drop login '%s' as the user is currently logged in.
15435100Database successfully published.
15436100Database successfully enabled for subscriptions.
15437100Database successfully published using merge replication.
15438100Database is already online.
15439100Database is now online.
15440100Database is no longer published.
15441100Database is no longer enabled for subscriptions.
15442100Database is no longer enabled for merge publications.
15443100Checkpointing database that was changed.
15448160Encryption by the machine key cannot be added to the service master key because the service master key cannot be decrypted or does not exist.
15450100New language inserted.
15451160Dropping an encryption from the service master key failed. No encryption by the machine key exists.
15452100No alternate languages are available.
15453100us_english is always available, even though it is not in syslanguages.
15454100Language deleted.
15455160Adding an encryption to the service master key failed. An encryption by the machine key already exists.
15457100Configuration option '%ls' changed from %ld to %ld. Run the RECONFIGURE statement to install.
15458100Database removed.
15459100In the current database, the specified object references the following:
15460100In the current database, the specified object is referenced by the following:
15461100Object does not reference any object, and no objects reference it.
15462100File '%s' closed.
15463100Device dropped.
15464160Unsupported private key format or key length.
15465160The private key password is invalid.
15466160An error occurred during decryption.
15468160An error occurred during the generation of the %S_MSG.
15469100No constraints are defined on object '%ls', or you do not have permissions.
15470100No foreign keys reference table '%ls', or you do not have permissions on referencing tables.
15471100The text for object '%ls' is encrypted.
15472100The object '%ls' does not have any indexes, or you do not have permissions.
15474160Invalid private key. The private key does not match the public key of the %S_MSG.
15475100The database is renamed and in single user mode.
15477100Caution: Changing any part of an object name could break scripts and stored procedures.
15482160Cannot change the owner of a table that has an indexed view.
15490100The dependent aliases were also dropped.
15497100Could not add login using sp_addlogin (user = %s). Terminating this procedure.
15499100The dependent aliases were mapped to the new database owner.
15500100The dependent aliases were dropped.
15502100Setting database owner to SA.
15503100Giving ownership of all objects to the database owner.
15504100Deleting users except guest and the database owner from the system catalog.
15505160Cannot change owner of object '%ls' or one of its child objects because the new owner '%ls' already has an object with the same name.
15506160An error occurred while signing.
15507160A key required by this operation appears to be corrupted.
15508160An error occurred while generating a key required by this operation.
15509160The password cannot be dropped because another database may be using it.
15510160Cannot enable a login that has an empty password.
15511100Default bound to column.
15512100Default bound to data type.
15513100The new default has been bound to columns(s) of the specified user data type.
15514100Rule bound to table column.
15515100Rule bound to data type.
15516100The new rule has been bound to column(s) of the specified user data type.
15517160Cannot 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.
15518160Cannot execute as the Windows token. It is not valid, or you do not have permission.
15519100Default unbound from table column.
15520100Default unbound from data type.
15521100Columns of the specified user data type had their defaults unbound.
15522100Rule unbound from table column.
15523100Rule unbound from data type.
15524100Columns of the specified user data type had their rules unbound.
15525100sp_checknames is used to search for non 7-bit ASCII characters.
15526100in several important columns of system tables. The following
15527100columns are searched:
15528100 In master:
15529160Cannot execute as the ticket. It is not valid, or you do not have permission.
15530160The %S_MSG with name "%.*ls" already exists.
15531160The security descriptor information is not valid.
15532160The security descriptor is invalid because it does not contain information about its owner or about its primary group.
15533160Invalid data type is supplied in the '%ls' statement.
15534160Cookie generation failed in the '%ls' statement.
15535160Cannot set a credential for principal '%.*ls'.
15536100 In all databases:
15537160Login '%.*ls' does not have access to server.
15538160Login '%.*ls' does not have access to database.
15539160User '%s' cannot be dropped, it can only be disabled. The user is already disabled in the current database.
15540160The identity string is too long. The identity string should contain no more than %d characters.
15541160Cannot drop the credential '%.*ls' because it is used by a server principal.
15542100Cannot create a key without specifying an encryptor.
15556100Cannot 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.
15557100There is already a %S_MSG by %S_MSG '%.*ls'.
15558100Cannot drop %S_MSG by %S_MSG '%.*s'.
15559100Cannot drop %S_MSG '%.*ls' because there is a %S_MSG mapped to it.
15560100Cannot add or drop a signature on '%.*ls' because only modules can be signed.
15561100Signatures based on certificates or asymmetric keys are the only options supported in this version of the product.
15562100The 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.
15563100The %S_MSG has no private key set for it.
15574100This object does not have any statistics.
15575100This object does not have any statistics or indexes.
15576160You cannot set network name on server '%ls' because it is not a linked SQL Server.
15577100Warning: 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.
15578160There is already a master key in the database. Please drop it before performing this statement.
15579160Adding an encryption to the symmetric key failed. An encryption by the same %S_MSG '%.*s' may already exist.
15580160Cannot drop %S_MSG because %S_MSG '%.*s' is encrypted by it.
15581160Please create a master key in the database or open the master key in the session before performing this operation.
15583100The module being signed is marked to execute as owner. If the owner changes the signature will not be valid.
15584100An 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.
15585100The current master key cannot be decrypted. The error was ignored because the FORCE option was specified.
15586160Error in synchronizing system certificates between master and resource database.
15587160Cannot change owner of Assembly '%.*ls' since dependent assembly '%.*ls' is not owned by the new owner.
15588100The old and new master keys are identical. No data re-encryption is required.
15589160Cannot revert the current security context because the cookie is invalid.
15590160Can only use the 'No Revert' or 'Cookie' options with the 'Execute As' statement at the adhoc level.
15591160The 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.
15592160Cannot unset application role because none was set or the cookie is invalid.
15593160An 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.
15594160The password is already provisioned for the database '%.*ls'
15595160The password cannot be dropped because it is not provisioned for the database '%.*ls'
15596100Warning: use of a UNIQUE index, PRIMARY KEY constraint, or UNIQUE constraint on a table with row-level security can allow information disclosure.
15597100Warning: use of an IDENTITY column on a table with row-level security can allow information disclosure.
15598100Warning: use of an indexed view on a table with row-level security can allow information disclosure.
15599100Auditing and permissions can't be set on local temporary objects.
15600150An invalid parameter or option was specified for procedure '%s'.
15601160Full-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.
15612160DBCC DBCONTROL error. Database was not made read-only.
15615160DBCC DBCONTROL error. Database was not made single user.
15622100No permission to access database '%s'.
15625100Option '%ls' not recognized for '%ls' parameter.
15626100You attempted to acquire a transactional application lock without an active transaction.
15627100sp_dboption command failed.
15635160Cannot execute '%ls' because the database is in read-only access mode.
15645160Column '%ls' does not exist.
15646160Column '%ls' is not a computed column.
15647100No views with schema binding reference table '%ls'.
15650100Updating %s
15651100 %d index(es)/statistic(s) have been updated, %d did not require update.
15652100 %s has been updated...
15653100 %s, update is not necessary...
15654100Table %s: cannot perform the operation on the table because its clustered index is disabled.
15656160Cannot create user defined types from XML data type.
15657160Vardecimal storage format is not available in system database '%s'.
15658160Cannot run sp_resetstatus against a database snapshot.
15659160The schema '%ls' specified for parameter schema_name does not exist.
15660160Compressing XML, spatial, columnstore or hash indexes is not supported by the stored procedure sp_estimate_data_compression_savings.
15661160Compressing temporary tables is not supported by the stored procedure sp_estimate_data_compression_savings.
15662160Compressing tables with sparse columns or column sets is not supported by the stored procedure sp_estimate_data_compression_savings.
15663160Feature "sp_addserver" is no longer supported. Replace remote servers by using linked servers.
15664160Cannot set key '%ls' in the session context. The key has been set as read_only for this session.
15665160The value was not set for key '%ls' because the total size of keys and values in the session context would exceed the 1 MB limit.
15666160Cannot set key '%ls' in the session context. The size of the key cannot exceed 256 bytes.
15667160Reset session context is not allowed when a another batch is active in session.
15701160Statement '%.*ls' failed, because it attempted to set the Automatic Tuning option '%.*ls' multiple times.
15702161Cannot perform action because Automatic Tuning cannot be enabled on system database %.*ls.
15703101Setting Automatic Tuning option '%.*ls' to %.*ls for database '%.*ls'.
15704160Automatic Tuning option '%.*ls' is disabled by system.
15705161Automatic Tuning option %.*ls cannot be enabled, because Query Store is not turned on.
15706161Automatic Tuning option %.*ls cannot be enabled, because Query Store is in READ_ONLY mode.
15707160Automatic Tuning is only available for enterprise customers.
15716151Only one Automatic Tuning option can be given in ALTER DATABASE statement.