Database Engine events and errors (15000 to 15999) - SQL Server (2023)

  • Article

This article contains error message numbers (between the range 15000 and 15999) and their description, which is the text of the error message from the sys.messages catalog view. Where applicable, the error number is a link to further information.

For the full range of error numbers, see the list on Database Engine events and errors.

You can query the Database Engine to see a full list of all errors, by running the following query against the sys.messages catalog view:

SELECT message_id AS Error, severity AS Severity, [Event Logged] = CASE is_event_logged WHEN 0 THEN 'No' ELSE 'Yes' END, [text] AS [Description]FROM sys.messagesWHERE language_id = 1040 /* replace 1040 with the desired language ID, such as 1033 for US English */ORDER BY message_id;

SQL Server version

This article shows events and errors (between the range 15000 and 15999) for SQL Server 2016 (13.x). If you want to view events and errors for other versions of SQL Server, see:

  • SQL Server 2022
  • SQL Server 2019
  • SQL Server 2017

This article shows events and errors (between the range 15000 and 15999) for SQL Server 2017 (14.x). If you want to view events and errors for other versions of SQL Server, see:

  • SQL Server 2022
  • SQL Server 2019
  • SQL Server 2016

This article shows events and errors (between the range 15000 and 15999) for SQL Server 2019 (15.x). If you want to view events and errors for other versions of SQL Server, see:

  • SQL Server 2022
  • SQL Server 2017
  • SQL Server 2016

This article shows events and errors (between the range 15000 and 15999) for SQL Server 2022 (16.x). If you want to view events and errors for other versions of SQL Server, see:

  • SQL Server 2019
  • SQL Server 2017
  • SQL Server 2016

Errors and events (15000 to 15999)

ErrorSeverityEvent loggedDescription
1500116NoObject '%ls' does not exist or is not a valid object for this operation.
1500216NoThe procedure '%s' cannot be executed within a transaction.
1500316NoOnly members of the %s role can execute this stored procedure.
1500416NoName cannot be NULL.
1500510NoStatistics for all tables have been updated.
1500616No'%s' is not a valid name because it contains invalid characters.
1500716No'%s' is not a valid login or you do not have permission.
1500816NoUser '%s' does not exist in the current database.
1500916NoThe object '%s' does not exist in database '%s' or is invalid for this operation.
1501016NoThe database '%s' does not exist. Supply a valid database name. To see available databases, use sys.databases.
1501116NoDatabase option '%s' does not exist. Specify a valid database option.
1501216NoThe device '%s' does not exist. Use sys.backup_devices to show available devices.
1501310NoTable '%s': No columns without statistics found.
1501416NoThe role '%s' does not exist in the current database.
1501516NoThe server '%s' does not exist. Use sp_helpserver to show available servers.
1501616NoThe default '%s' does not exist.
1501716NoThe rule '%s' does not exist.
1501810NoTable '%s': Creating statistics for the following columns:
1501916NoThe extended stored procedure '%s' does not exist.
1502010NoStatistics have been created for the %d listed columns of the above tables.
1502116NoInvalid value given for parameter %s. Specify a valid parameter value.
1502216NoThe specified user name is already aliased.
1502316NoUser, group, or role '%s' already exists in the current database.
1502416NoThe group '%s' already exists in the current database.
1502516NoThe server principal '%s' already exists.
1502616NoLogical device '%s' already exists.
1502816NoThe server '%s' already exists.
1503216NoThe database '%s' already exists. Specify a unique database name.
1503316No'%s' is not a valid official language name.
1503416NoThe application role password must not be NULL.
1503616NoThe data type '%s' does not exist or you do not have permission.
1504016NoUser-defined error messages must have an ID greater than 50000.
1504116NoUser-defined error messages must have a severity level between 1 and 25.
1504210NoThe @with_log parameter is ignored for messages that are not us_english version.
1504316NoYou must specify 'REPLACE' to overwrite an existing message.
1504416NoThe type "%s" is an unknown backup device type. Use the type "disk" or "tape".
1504516NoThe logical name cannot be NULL.
1504616NoThe physical name cannot be NULL.
1504810NoValid values of the database compatibility level are %d, %d, %d, or %d.
1504911NoCannot unbind from '%s'. Use ALTER TABLE DROP CONSTRAINT.
1505011NoCannot bind default '%s'. The default must be created using the CREATE DEFAULT statement.
1505111NoCannot rename the table because it is published for replication.
1505316NoObjects exist which are not owned by the database owner.
1505410NoThe current compatibility level is %d.
1505610NoThe suspect flag on the database "%s" is already reset.
1505716NoList of %s name contains spaces, which are not allowed.
1505816NoList of %s has too few names.
1505916NoList of %s has too many names.
1506016NoList of %s names contains name(s) which have '%s' non-alphabetic characters.
1506116NoThe add device request was denied. A physical device named "%s" already exists. Only one backup device may refer to any physical device name.
1506216NoThe guest user cannot be mapped to a login name.
1506316NoThe login already has an account under a different user name.
1506516NoAll user IDs have been assigned.
1506616NoA default-name mapping of a remote login from remote server '%s' already exists.
1506816NoA remote user '%s' already exists for remote server '%s'.
1506916NoOne or more users are using the database. The requested operation cannot be completed.
1507010NoObject '%s' was successfully marked for recompilation.
1507116NoUsage: sp_addmessage <msgnum>,<severity>,<msgtext> [,<language> [,FALSE | TRUE [,REPLACE]]]
1507216NoUsage: sp_addremotelogin remoteserver [,loginname [,remotename]]
1507410NoWarning: You must recover this database prior to access.
1507616NoDefault, table, and user data types must be in the current database.
1507716NoRule, table, and user data type must be in the current database.
1507816NoThe table or view must be in the current database.
1507910NoQueries processed: %d.
1508016NoCannot use parameter %s for a Windows login.
1508116NoMembership of the public role cannot be changed.
1508316NoPhysical data type '%s' does not accept a collation
1508416NoThe column or user data type must be in the current database.
1508516NoUsage: sp_addtype name, 'data type' [,'NULL' | 'NOT NULL']
1509616NoCould not find object '%ls' or you do not have required permission or the object is not valid for adding extended property.
1509716NoThe size associated with an extended property cannot be more than 7,500 bytes.
1509816NoThe name change cannot be performed because the SID of the new name does not match the old SID of the principal.
1509916NoThe MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF.
1510116NoCannot 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.
1510216NoCannot bind a default to an identity column.
1510316NoCannot bind a default to a column created with or altered to have a default value.
1510416NoYou do not own a table named '%s' that has a column named '%s'.
1510616NoUsage: sp_bindrule rulename, objectname [, 'futureonly']
1510716NoCannot 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.
1510816Nosp_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.
1510916NoCannot change the owner of the master, model, tempdb or distribution database.
1511016NoThe proposed new database owner is already a user or aliased in the database.
1511116NoThe proposed new database owner is already aliased in the database.
1511211NoThe third parameter for table option 'text in row' is invalid. It should be 'on', 'off', '0', '1' or a number from 24 through 7000.
1511316NoToo 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.
1511416NoPassword validation failed. The password for the user is too recent to change.
1511516NoPassword validation failed. The password cannot be used at this time.
1511616NoPassword validation failed. The password does not meet Windows policy requirements because it is too short.
1511716NoPassword validation failed. The password does not meet Windows policy requirements because it is too long.
1511816NoPassword validation failed. The password does not meet Windows policy requirements because it is not complex enough.
1511916NoPassword validation failed. The password does not meet the requirements of the password filter DLL.
1512016NoAn unexpected error occurred during password validation.
1512116NoAn error occurred during the execution of %ls. A call to '%ls' failed with error code: '%d'.
1512216NoThe CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF.
1512316NoThe configuration option '%s' does not exist, or it may be an advanced option.
1512416NoThe configuration option '%s' is not unique.
1512516NoTrigger '%s' is not a trigger for '%s'.
1512716NoCannot set the default language to a language ID not defined in syslanguages.
1512816NoThe CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.
1512916No'%d' is not a valid value for configuration option '%s'.
1513016NoThere already exists a '%s' trigger for '%s'.
1513116NoUsage: sp_dbremove <dbname> [,dropdev]
1513316NoINSTEAD OF trigger '%s' cannot be associated with an order.
1513416NoNo alias exists for the specified user.
1513516NoObject is invalid. Extended properties are not permitted on '%s', or the object does not exist.
1513616NoThe database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped.
1513716NoAn 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.
1513816NoThe database principal owns a %S_MSG in the database, and cannot be dropped.
1514116NoThe server principal owns one or more %S_MSG(s) and cannot be dropped.
1514316No'%s' is not a valid option for the @updateusage parameter. Enter either 'true' or 'false'.
1514416NoThe role has members. It must be empty before it can be dropped.
1514516NoAn implicit %S_MSG creation has failed. Reason: The %S_MSG may have been dropped or its name may already be in use.
1514616NoAn encryption password must be provided to encrypt the private key of this %S_MSG.
1514716NoNo decryption password should be provided because the private key of this %S_MSG is encrypted by a master key.
1514816NoThe data type or table column '%s' does not exist or you do not have permission.
1514916NoPrincipal doesn't exist or doesn't have sufficient privileges.
1515016NoCannot %S_MSG the %S_MSG '%.*ls'.
1515116NoCannot %S_MSG the %S_MSG '%.*ls', because it does not exist or you do not have permission.
1515216NoCannot update user instances. Reason: %ls. Error code: 0x%x.
1515316NoThe xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the '%.*ls' credential exists and contains valid information.
1515416NoThe database principal owns an %S_MSG and cannot be dropped.
1515516NoThe server principal owns a %S_MSG and cannot be dropped.
1515616NoThe password that you specified is too long. The password should have no more than %d characters.
1515716NoSetuser 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.
1515816NoCannot initialize security.
1515916NoMaximum impersonation nesting level exceeded (limit %d)..
1516016NoCannot issue impersonation token from non-primary impersonation context or for non-Windows user.
1516116NoCannot set application role '%.*ls' because it does not exist or the password is incorrect.
1516216NoUnexpected error while creating impersonation token.
1516316NoInvalid timeout value. Valid timeout is between 1 and 7200 sec.
1516416No'%.*ls' is not a valid login or cannot be issued impersonation token.
1516516NoCould not find object '%ls' or you do not have permission.
1516610NoWarning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
1516716NoCannot generate GUID.
1516816NoCannot rename the view '%s' and its columns and indexes because it is a system generated view that was created for optimization purposes.
1516916NoThe server option "%ls" is not available in this edition of SQL Server.
1517016NoThis login is the owner of %ld job(s). You must delete or reassign these jobs before the login can be dropped.
1517116NoCannot use the parameter "%s" for a certificate or asymmetric key login.
1517216NoFallBack certificate must be created or dropped in master database in single user mode.
1517316NoServer principal '%s' has granted one or more permission(s). Revoke the permission(s) before dropping the server principal.
1517416NoLogin '%s' owns one or more database(s). Change the owner of the database(s) before dropping the login.
1517516NoLogin '%s' is aliased or mapped to a user in one or more database(s). Drop the user or alias before dropping the login.
1517616NoThe only valid @parameter value is 'WITH_LOG'.
1517716NoUsage: sp_dropmessage <msg number> [,<language> | 'ALL']
1517816NoCannot drop a message with an ID less than 50,000.
1517916NoThe message number %u or specified language version does not exist.
1518216NoCannot disable access to the guest user in master or tempdb.
1518316NoThe database principal owns objects in the database and cannot be dropped.
1518416NoThe database principal owns data types in the database and cannot be dropped.
1518516NoThere is no remote user '%s' mapped to local user '%s' from the remote server '%s'.
1518616NoThe server principal is set as the execution context of a trigger or event notification and cannot be dropped.
1518710NoThe %S_MSG cannot be dropped because it is used by one or more %S_MSG(s).
1518816NoCannot create an index that does not include all security columns.
1518916NoCannot have more than one security column for a table.
1519016NoThere are still remote logins or linked logins for the server '%s'.
1519216NoCannot alter or drop the security column of a table.
1519516NoThe MUST_CHANGE option is not supported by this version of Microsoft Windows.
1519616NoThe current security context is non-revertible. The "Revert" statement failed.
1519716NoThere is no text for object '%s'.
1519816NoThe name supplied (%s) is not a user, role, or aliased login.
1519916NoThe current security context cannot be reverted. Please switch to the original database where '%ls' was called and try it again.
1520116NoThere are no remote logins for the remote server '%s'.
1520216NoThere are no remote logins defined.
1520316NoThere are no remote logins for '%s'.
1520416NoThere are no remote logins for '%s' on remote server '%s'.
1520516NoThere are no servers defined.
1520616NoInvalid Remote Server Option: '%s'.
1520716NoThe trusted option in remote login mapping is no longer supported.
1520816NoThe certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.
1520916NoAn error occurred during encryption.
1521216NoInvalid certificate subject. The certificate subject must have between 1 and %d characters.
1521316NoWarning: The certificate you created has an invalid validity period; its expiration date precedes its start date.
1521416NoWarning: The certificate you created is expired.
1521516NoWarning: The certificate you created is not yet valid; its start date is in the future.
1521616No'%s' is not a valid option for the @delfile parameter.
1521716NoProperty cannot be updated or deleted. Property '%.*ls' does not exist for '%.*ls'.
1521816NoObject '%s' is not a table.
1521916NoCannot change the owner of an indexed view.
1522216NoRemote login option '%s' is not unique.
1522311NoError: The input parameter '%s' is not allowed to be null.
1522411NoError: The value for the @newname parameter contains invalid characters or violates a basic restriction (%s).
1522511NoNo item by the name of '%s' could be found in the current database '%s', given that @itemtype was input as '%s'.
1522616NoCannot create alias types from an XML datatype.
1522716NoThe database '%s' cannot be renamed.
1522816NoA member of the sysadmin role must set database '%s' to single user mode with sp_dboption before it can be renamed.
1522916NoThe argument specified for the "%.*ls" parameter of stored procedure sp_db_vardecimal_storage_format is not valid. Valid arguments are 'ON' or 'OFF'.
1523016NoError starting user instance. Error code: %d.
1523116NoThe argument specified for the '%ls' parameter of stored procedure '%ls' is not valid. Valid arguments are 'ON', 'OFF', 'TRUE' and 'FALSE'.
1523216NoA certificate with name '%s' already exists or this certificate already has been added to the database.
1523316NoProperty cannot be added. Property '%.*ls' already exists for '%.*ls'.
1523416NoObjects of this type have no space allocated.
1523616NoColumn '%s' has no default.
1523716NoUser data type '%s' has no default.
1523816NoColumn '%s' has no rule.
1523916NoUser data type '%s' has no rule.
1524016NoCannot write into file '%s'. Verify that you have write permissions, that the file path is valid, and that the file does not already exist.
1524116NoUsage: sp_dboption [dbname [,optname [,'true' | 'false']]]
1524216NoDatabase option '%s' is not unique.
1524316NoThe option '%s' cannot be changed for the master database.
1524416NoOnly members of the sysadmin role or the database owner may set database options.
1524616NoCannot dump the private key of certificate '%s' because the private key cannot be found.
1524716NoUser does not have permission to perform this action.
1524811NoEither the parameter @objname is ambiguous or the claimed @objtype (%s) is wrong.
1524911NoError: Explicit @objtype '%s' is unrecognized.
1525016NoThe database name component of the object qualifier must be the name of the current database.
1525116NoInvalid '%s' specified. It must be %s.
1525216NoThe primary or foreign key table name must be given.
1525311NoSyntax error parsing SQL identifier '%s'.
1525416NoUsers other than the database owner or guest exist in the database. Drop them before removing the database.
1525511No'%s' is not a valid value for @autofix. The only valid value is 'auto'.
1525616NoUsage: sp_certify_removable <dbname> [,'auto']
1525716NoThe database that you are attempting to certify cannot be in use at the same time.
1525816NoThe database must be owned by a member of the sysadmin role before it can be removed.
1525916NoThe DEFAULT_SCHEMA clause cannot be used with principals mapped to certificates or asymmetric keys.
1526016NoThe format of the security descriptor string '%s' is invalid.
1526116NoUsage: sp_create_removable <dbname>,<syslogical>,<sysphysical>,<syssize>,<loglogical>,<logphysical>,<logsize>,<datalogical1>,<dataphysical1>,<datasize1> [,<datalogical2>,<dataphysical2>,<datasize2>...<datalogical16>,<dataphysical16>,<datasize16>]
1526210NoInvalid file size entered. All files must be at least 1 MB.
1526316NoA SID in the security descriptor string '%s' could not be found in an account lookup operation.
1526416NoCould not create the '%s' portion of the database.
1526516NoAn unexpected error has occurred in the processing of the security descriptor string '%s'.
1526616NoCannot make '%s' database removable.
1526716NoA security descriptor with name '%s' already exists.
1526810YesAuthentication mode is %s.
1526916NoLogical data device '%s' not created.
1527116NoInvalid @with_log parameter value. Valid values are 'true' or 'false'.
1527210NoThe %s '%.*s' is not trusted to execute.
1527310NoThe decryption key is incorrect.
1527416NoAccess to the remote server is denied because the current security context is not trusted.
1527616NoCannot provision master key passwords for system databases.
1527716NoThe only valid @parameter_value values are 'true' or 'false'.
1527816NoLogin '%s' is already mapped to user '%s' in database '%s'.
1527916NoYou must add the us_english version of this message before you can add the '%s' version.
1528016NoAll localized versions of this message must be dropped before the us_english version can be dropped.
1528110NoSQL 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.
1528210NoA key with name '%.*ls' or user defined unique identifier already exists or you do not have permissions to create it.
1528316NoThe name '%s' contains too many characters.
1528416NoThe database principal has granted or denied permissions to objects in the database and cannot be dropped.
1528516NoThe special word '%s' cannot be used for a logical device name.
1528616NoTerminating this procedure. The @action '%s' is unrecognized. Try 'REPORT', 'UPDATE_ONE', or 'AUTO_FIX'.
1528716NoTerminating this procedure. '%s' is a forbidden value for the login name parameter in this procedure.
1528810NoPlease specify one decryptor to decrypt a key.
1528916NoTerminating this procedure. Cannot have an open transaction when this is run.
1529116NoTerminating this procedure. The %s name '%s' is absent or invalid.
1529210NoThe row for user '%s' will be fixed by updating its login link to a login already in existence.
1529310NoBarring a conflict, the row for user '%s' will be fixed by updating its link to a new login.
1529410NoThe number of orphaned users fixed by adding new logins and then updating users was %d.
1529510NoThe number of orphaned users fixed by updating users was %d.
1529616NoGeneral cryptographic failure.
1529716NoThe certificate, asymmetric key, or private key data is invalid.
1529916NoThe signature of the public key is invalid.
1530011NoNo recognized letter is contained in the parameter value for General Permission Type (%s). Valid letters are in this set: %s .
1530116NoCollation '%s' is supported for Unicode data types only and cannot be set at either the database or server level.
1530211NoDatabase_Name should not be used to qualify owner.object for the parameter into this procedure.
1530311NoThe "user options" config value (%d) was rejected because it would set incompatible options.
1530416NoThe severity level of the '%s' version of this message must be the same as the severity level (%ld) of the us_english version.
1530516NoThe @TriggerType parameter value must be 'insert', 'update', or 'delete'.
1530616NoCannot change the compatibility level of replicated or distributed databases.
1530716NoCould not change the merge publish option because the server is not set up for replication.
1530816NoYou must set database '%s' to single user mode with sp_dboption before fixing indexes on system tables.
1530916NoCannot alter the trustworthy state of the model or tempdb databases.
1531016YesFailed to configure user instance on startup. Error updating server metadata.
1531116NoThe file named '%s' does not exist.
1531216NoThe file named '%s' is a primary file and cannot be removed.
1531310NoThe key is not encrypted using the specified decryptor.
1531410NoEither no algorithm has been specified or the bitlength and the algorithm specified for the key are not available in this installation of Windows.
1531510NoThe key '%.*ls' is not open. Please open the key before using it.
1531610NoGlobal temporary keys are not allowed. You can only use local temporary keys.
1531710NoThe master key file does not exist or has invalid format.
1531810NoAll fragments for database '%s' on device '%s' are now dedicated for log usage only.
1531917NoError: DBCC DBREPAIR REMAP failed for database '%s' (device '%s').
1532016NoAn 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.
1532116NoThere was some problem removing '%s' from sys.master_files.
1532210NoFile '%s' was removed from tempdb, and will take effect upon server restart.
1532316NoThe selected index does not exist on table '%s'.
1532416NoThe option %s cannot be changed for the '%s' database.
1532516NoThe current database does not contain a %s named '%ls'.
1532610NoNo extended stored procedures exist.
1532710NoThe database is now offline.
1532810NoThe database is offline already.
1532916NoThe 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.
1533011NoThere are no matching rows on which to report.
1533111NoThe user '%s' cannot take the action auto_fix due to duplicate SID.
1533210NoThe private key is already set for this file. To change it you should drop and re-create the certificate.
1533311NoError: The qualified @oldname references a database (%s) other than the current database.
1533410NoThe %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.
1533511NoError: The new name '%s' is already in use as a %s name and would cause a duplicate that is not permitted.
1533616NoObject '%s' cannot be renamed because the object participates in enforced dependencies.
1533710NoCaution: 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.
1533910NoCreating '%s'.
1534210NoThere is no private key provisioned for %S_MSG '%.*ls'.
1534310NoThe username and/or password passed in is invalid or the current process does not have sufficient privileges.
1534416NoOwnership change for %S_MSG is not supported.
1534516NoAn entity of type %S_MSG cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys.
1534616NoCannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead.
1534716NoCannot transfer an object that is owned by a parent object.
1534816NoCannot transfer a schemabound object.
1534916NoCannot transfer an MS Shipped object.
1535016NoAn 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.
1535110NoThe CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly.
1535216NoThe %S_MSG cannot be dropped because one or more entities are either signed or encrypted using it.
1535316NoAn entity of type %S_MSG cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys.
1535410NoUsage: sp_detach_db <dbname>, [TRUE|FALSE], [TRUE|FALSE]
1535616NoThe current application role has been dropped. The current security context contains no valid database user context.
1535716NoThe current security context was set by "%ls". It cannot be reverted by statement "%ls".
1535810NoUser-defined filegroups should be made read-only.
1535916NoCannot add functional unit '%.*ls' to component '%.*ls'. This unit has been already registered with the component.
1536016NoAn error occurred while trying to load the xpstar dll to read the agent proxy account from LSA.
1536116NoAn error occurred while trying to read the SQLAgent proxy account credentials from the LSA.
1536216NoAn error occurred while trying to create the '%.*ls' credential.
1536416YesFailed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. The connection will be closed.%.*ls
1536516YesFailed to generate a user instance of SQL Server. Only members of Builtin\Users can generate a user instance. The connection will be closed.%.*ls
1536616YesFailed to generate a user instance of SQL Server due to low memory. The connection will be closed.%.*ls
1536716YesFailed 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
1536816YesFailed to generate a user instance of SQL Server due to a failure in reading registry keys. The connection will be closed.%.*ls
1536916YesFailed to generate a user instance of SQL Server due to a failure in impersonating the client. The connection will be closed.%.*ls
1537016YesFailed to generate a user instance of SQL Server due to a failure in copying database files. The connection will be closed.%.*ls
1537116YesFailed to generate a user instance of SQL Server due to a failure in creating user instance event. The connection will be closed.%.*ls
1537216YesFailed 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
1537316YesFailed 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
1537416YesFailed 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
1537516YesFailed 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
1537616YesFailed 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
1537716YesFailed to configure user instance on startup. Error adding user to sysadmin role.
1537816YesFailed to configure user instance on startup. Error configuring system database entries in MASTER DB.
1538016YesFailed to configure user instance on startup. Error configuring system database paths in MASTER DB.
1538116YesFailed to generate a user instance of SQL Server due to a failure in updating security descriptor on the process of the user instance.
1538216YesFailed 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
1538316YesGenerating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.%.*ls
1538416YesFailed to configure user instance on startup. Error updating Resource Manager ID.
1538516NoNo database principal is defined for sid '%.*ls'.
1538616NoAnother batch in the session is changing security context, new batch is not allowed to start.
1538711NoIf the qualified object name specifies a database, that database must be the current database.
1538811NoThere is no user table matching the input name '%s' in the current database or you do not have permission to access the table.
1538911Nosp_indexoption is not supported for XML or spatial indexes. Use ALTER INDEX instead.
1539011NoInput name '%s' does not have a matching user table or indexed view in the current database.
1539111Nosp_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.
1539216NoThe specified option '%s' is not supported by this edition of SQL Server and cannot be changed using sp_configure.
1539316NoAn 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.
1539416NoCollation '%s' is not supported by the operating system
1539511NoThe qualified old name could not be found for item type '%s'.
1539616NoAn asymmetric key with name '%s' already exists or this asymmetric key already has been added to the database.
1539716NoThe %S_MSG is not protected by a password. A decryption password cannot be used for this operation.
1539811NoOnly objects in the master database owned by dbo can have the startup setting changed.
1539911NoCould not change startup option because this option is restricted to objects that have no parameters.
1540111NoWindows NT user or group '%s' not found. Check the name again.
1540211No'%s' is not a fixed server role.
1540316NoThe server principal "%.*ls" does not exist, does not have server access, or you do not have permission.
1540416NoCould not obtain information about Windows NT group/user '%ls', error code %#lx.
1540511NoCannot use the special principal '%s'.
1540616NoCannot 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.
1540711No'%s' is not a valid Windows NT name. Give the complete name: <domain\username>.
1540816No"%ls" cannot be called in this batch because a simultaneous batch has called it.
1540911No'%s' is not a role.
1541011NoUser or role '%s' does not exist in this database.
1541111NoDatabase principal or schema '%s' does not exist in this database.
1541211No'%s' is not a known fixed role.
1541311NoCannot make a role a member of itself.
1541416NoCannot set compatibility level because database has a view or computed column that is indexed. These indexes require a SQL Server compatible database.
1541511NoUser is a member of more than one group. sp_changegroup is set up for backward compatibility and expects membership in one group at most.
1541616NoUsage: sp_dbcmptlevel [dbname [, compatibilitylevel]]
1541816NoOnly members of the sysadmin role or the database owner may set the database compatibility level.
1541916NoSupplied parameter sid should be binary(16).
1542016NoThe group '%s' does not exist in this database.
1542116NoThe database principal owns a database role and cannot be dropped.
1542216NoApplication roles can only be activated at the ad hoc level.
1542516NoNo server principal is defined for sid '%.*ls'.
1542616NoYou must specify a provider name with this set of properties.
1542716NoYou must specify a provider name for unknown product '%ls'.
1542816NoYou cannot specify a provider or any properties for product '%ls'.
1542916No'%ls' is an invalid product name.
1543116NoYou must specify the @rolename parameter.
1543216NoStored procedure '%s' can only be executed at the ad hoc level.
1543316NoSupplied parameter sid is in use.
1543416NoCould not drop login '%s' as the user is currently logged in.
1543510NoDatabase successfully published.
1543610NoDatabase successfully enabled for subscriptions.
1543710NoDatabase successfully published using merge replication.
1543810NoDatabase is already online.
1543910NoDatabase is now online.
1544010NoDatabase is no longer published.
1544110NoDatabase is no longer enabled for subscriptions.
1544210NoDatabase is no longer enabled for merge publications.
1544310NoCheckpointing database that was changed.
1544816NoEncryption by the machine key cannot be added to the service master key because the service master key cannot be decrypted or does not exist.
1544910NoType Added
1545010NoNew language inserted.
1545116NoDropping an encryption from the service master key failed. No encryption by the machine key exists.
1545210NoNo alternate languages are available.
1545310Nous_english is always available, even though it is not in syslanguages.
1545410NoLanguage deleted.
1545516NoAdding an encryption to the service master key failed. An encryption by the machine key already exists.
1545610NoValid configuration options are:
1545710NoConfiguration option '%ls' changed from %ld to %ld. Run the RECONFIGURE statement to install.
1545810NoDatabase removed.
1545910NoIn the current database, the specified object references the following:
1546010NoIn the current database, the specified object is referenced by the following:
1546110NoObject does not reference any object, and no objects reference it.
1546210NoFile '%s' closed.
1546310NoDevice dropped.
1546416NoUnsupported private key format or key length.
1546516NoThe private key password is invalid.
1546616NoAn error occurred during decryption.
1546816NoAn error occurred during the generation of the %S_MSG.
1546910NoNo constraints are defined on object '%ls', or you do not have permissions.
1547010NoNo foreign keys reference table '%ls', or you do not have permissions on referencing tables.
1547110NoThe text for object '%ls' is encrypted.
1547210NoThe object '%ls' does not have any indexes, or you do not have permissions.
1547416NoInvalid private key. The private key does not match the public key of the %S_MSG.
1547510NoThe database is renamed and in single user mode.
1547610NoA member of the sysadmin role must reset the database to multiuser mode with sp_dboption.
1547710NoCaution: Changing any part of an object name could break scripts and stored procedures.
1548216NoCannot change the owner of a table that has an indexed view.
1549010NoThe dependent aliases were also dropped.
1549710NoCould not add login using sp_addlogin (user = %s). Terminating this procedure.
1549910NoThe dependent aliases were mapped to the new database owner.
1550010NoThe dependent aliases were dropped.
1550210NoSetting database owner to SA.
1550310NoGiving ownership of all objects to the database owner.
1550410NoDeleting users except guest and the database owner from the system catalog.
1550516NoCannot change owner of object '%ls' or one of its child objects because the new owner '%ls' already has an object with the same name.
1550616NoAn error occurred while signing.
1550716NoA key required by this operation appears to be corrupted.
1550816NoAn error occurred while generating a key required by this operation.
1550916NoThe password cannot be dropped because another database may be using it.
1551016NoCannot enable a login that has an empty password.
1551110NoDefault bound to column.
1551210NoDefault bound to data type.
1551310NoThe new default has been bound to columns(s) of the specified user data type.
1551410NoRule bound to table column.
1551510NoRule bound to data type.
1551610NoThe new rule has been bound to column(s) of the specified user data type.
1551716NoCannot 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.
1551816NoCannot execute as the Windows token. It is not valid, or you do not have permission.
1551910NoDefault unbound from table column.
1552010NoDefault unbound from data type.
1552110NoColumns of the specified user data type had their defaults unbound.
1552210NoRule unbound from table column.
1552310NoRule unbound from data type.
1552410NoColumns of the specified user data type had their rules unbound.
1552510Nosp_checknames is used to search for non 7-bit ASCII characters.
1552610Noin several important columns of system tables. The following
1552710Nocolumns are searched:
1552810NoIn master:
1552916NoCannot execute as the ticket. It is not valid, or you do not have permission.
1553016NoThe %S_MSG with name "%.*ls" already exists.
1553116NoThe security descriptor information is not valid.
1553216NoThe security descriptor is invalid because it does not contain information about its owner or about its primary group.
1553316NoInvalid data type is supplied in the '%ls' statement.
1553416NoCookie generation failed in the '%ls' statement.
1553516NoCannot set a credential for principal '%.*ls'.
1553610NoIn all databases:
1553716NoLogin '%.*ls' does not have access to server.
1553816NoLogin '%.*ls' does not have access to database.
1553916NoUser '%s' cannot be dropped, it can only be disabled. The user is already disabled in the current database.
1554016NoThe identity string is too long. The identity string should contain no more than %d characters.
1554116NoCannot drop the credential '%.*ls' because it is used by a server principal.
1554210NoCannot create a key without specifying an encryptor.
1555610NoCannot 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.
1555710NoThere is already a %S_MSG by %S_MSG '%.*ls'.
1555810NoCannot drop %S_MSG by %S_MSG '%.*s'.
1555910NoCannot drop %S_MSG '%.*ls' because there is a %S_MSG mapped to it.
1556010NoCannot add or drop a signature on '%.*ls' because only modules can be signed.
1556110NoSignatures based on certificates or asymmetric keys are the only options supported in this version of the product.
1556210NoThe 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.
1556310NoThe %S_MSG has no private key set for it.
1557410NoThis object does not have any statistics.
1557510NoThis object does not have any statistics or indexes.
1557616NoYou cannot set network name on server '%ls' because it is not a linked SQL Server.
1557710NoWarning: 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.
1557816NoThere is already a master key in the database. Please drop it before performing this statement.
1557916NoAdding an encryption to the symmetric key failed. An encryption by the same %S_MSG '%.*s' may already exist.
1558016NoCannot drop %S_MSG because %S_MSG '%.*s' is encrypted by it.
1558116NoPlease create a master key in the database or open the master key in the session before performing this operation.
1558216NoCannot set aliases for certificate logins or asymmetric key logins.
1558310NoThe module being signed is marked to execute as owner. If the owner changes the signature will not be valid.
1558410NoAn 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.
1558510NoThe current master key cannot be decrypted. The error was ignored because the FORCE option was specified.
1558616NoError in synchronizing system certificates between master and resource database.
1558716NoCannot change owner of Assembly '%.*ls' since dependent assembly '%.*ls' is not owned by the new owner.
1558810NoThe old and new master keys are identical. No data re-encryption is required.
1558916NoCannot revert the current security context because the cookie is invalid.
1559016NoCan only use the 'No Revert' or 'Cookie' options with the 'Execute As' statement at the adhoc level.
1559116NoThe 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.
1559216NoCannot unset application role because none was set or the cookie is invalid.
1559316NoAn 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.
1559416NoThe password is already provisioned for the database '%.*ls'
1559516NoThe password cannot be dropped because it is not provisioned for the database '%.*ls'
1559610NoWarning: use of a UNIQUE index, PRIMARY KEY constraint, or UNIQUE constraint on a table with row-level security can allow information disclosure.
1559710NoWarning: use of an IDENTITY column on a table with row-level security can allow information disclosure.
1559810NoWarning: use of an indexed view on a table with row-level security can allow information disclosure.
1559910NoAuditing and permissions can't be set on local temporary objects.
ErrorSeverityEvent loggedDescription
1500116NoObject '%ls' does not exist or is not a valid object for this operation.
1500216NoThe procedure '%s' cannot be executed within a transaction.
1500316NoOnly members of the %s role can execute this stored procedure.
1500416NoName cannot be NULL.
1500510NoStatistics for all tables have been updated.
1500616No'%s' is not a valid name because it contains invalid characters.
1500716No'%s' is not a valid login or you do not have permission.
1500816NoUser '%s' does not exist in the current database.
1500916NoThe object '%s' does not exist in database '%s' or is invalid for this operation.
1501016NoThe database '%s' does not exist. Supply a valid database name. To see available databases, use sys.databases.
1501116NoDatabase option '%s' does not exist. Specify a valid database option.
1501216NoThe device '%s' does not exist. Use sys.backup_devices to show available devices.
1501310NoTable '%s': No columns without statistics found.
1501416NoThe role '%s' does not exist in the current database.
1501516NoThe server '%s' does not exist. Use sp_helpserver to show available servers.
1501616NoThe default '%s' does not exist.
1501716NoThe rule '%s' does not exist.
1501810NoTable '%s': Creating statistics for the following columns:
1501916NoThe extended stored procedure '%s' does not exist.
1502010NoStatistics have been created for the %d listed columns of the above tables.
1502116NoInvalid value given for parameter %s. Specify a valid parameter value.
1502216NoThe specified user name is already aliased.
1502316NoUser, group, or role '%s' already exists in the current database.
1502416NoThe group '%s' already exists in the current database.
1502516NoThe server principal '%s' already exists.
1502616NoLogical device '%s' already exists.
1502816NoThe server '%s' already exists.
1503216NoThe database '%s' already exists. Specify a unique database name.
1503316No'%s' is not a valid official language name.
1503416NoThe application role password must not be NULL.
1503616NoThe data type '%s' does not exist or you do not have permission.
1504016NoUser-defined error messages must have an ID greater than 50000.
1504116NoUser-defined error messages must have a severity level between 1 and 25.
1504210NoThe @with_log parameter is ignored for messages that are not us_english version.
1504316NoYou must specify 'REPLACE' to overwrite an existing message.
1504416NoThe type "%s" is an unknown backup device type. Use the type "disk" or "tape".
1504516NoThe logical name cannot be NULL.
1504616NoThe physical name cannot be NULL.
1504810NoValid values of the database compatibility level are %d, %d, %d, %d or %d.
1504911NoCannot unbind from '%s'. Use ALTER TABLE DROP CONSTRAINT.
1505011NoCannot bind default '%s'. The default must be created using the CREATE DEFAULT statement.
1505111NoCannot rename the table because it is published for replication.
1505316NoObjects exist which are not owned by the database owner.
1505410NoThe current compatibility level is %d.
1505610NoThe suspect flag on the database "%s" is already reset.
1505716NoList of %s name contains spaces, which are not allowed.
1505816NoList of %s has too few names.
1505916NoList of %s has too many names.
1506016NoList of %s names contains name(s) which have '%s' non-alphabetic characters.
1506116NoThe add device request was denied. A physical device named "%s" already exists. Only one backup device may refer to any physical device name.
1506216NoThe guest user cannot be mapped to a login name.
1506316NoThe login already has an account under a different user name.
1506516NoAll user IDs have been assigned.
1506616NoA default-name mapping of a remote login from remote server '%s' already exists.
1506816NoA remote user '%s' already exists for remote server '%s'.
1506916NoOne or more users are using the database. The requested operation cannot be completed.
1507010NoObject '%s' was successfully marked for recompilation.
1507116NoUsage: sp_addmessage <msgnum>,<severity>,<msgtext> [,<language> [,FALSE | TRUE [,REPLACE]]]
1507216NoUsage: sp_addremotelogin remoteserver [,loginname [,remotename]]
1507410NoWarning: You must recover this database prior to access.
1507616NoDefault, table, and user data types must be in the current database.
1507716NoRule, table, and user data type must be in the current database.
1507816NoThe table or view must be in the current database.
1507910NoQueries processed: %d.
1508016NoCannot use parameter %s for a Windows login.
1508116NoMembership of the public role cannot be changed.
1508316NoPhysical data type '%s' does not accept a collation
1508416NoThe column or user data type must be in the current database.
1508516NoUsage: sp_addtype name, 'data type' [,'NULL' | 'NOT NULL']
1509616NoCould not find object '%ls' or you do not have required permission or the object is not valid for adding extended property.
1509716NoThe size associated with an extended property cannot be more than 7,500 bytes.
1509816NoThe name change cannot be performed because the SID of the new name does not match the old SID of the principal.
1509916NoThe MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF.
1510116NoCannot 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.
1510216NoCannot bind a default to an identity column.
1510316NoCannot bind a default to a column created with or altered to have a default value.
1510416NoYou do not own a table named '%s' that has a column named '%s'.
1510616NoUsage: sp_bindrule rulename, objectname [, 'futureonly']
1510716NoCannot 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.
1510816Nosp_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.
1510916NoCannot change the owner of the master, model, tempdb or distribution database.
1511016NoThe proposed new database owner is already a user or aliased in the database.
1511116NoThe proposed new database owner is already aliased in the database.
1511211NoThe third parameter for table option 'text in row' is invalid. It should be 'on', 'off', '0', '1' or a number from 24 through 7000.
1511316NoToo 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.
1511416NoPassword validation failed. The password for the user is too recent to change.
1511516NoPassword validation failed. The password cannot be used at this time.
1511616NoPassword validation failed. The password does not meet the operating system policy requirements because it is too short.
1511716NoPassword validation failed. The password does not meet the operating system policy requirements because it is too long.
1511816NoPassword validation failed. The password does not meet the operating system policy requirements because it is not complex enough.
1511916NoPassword validation failed. The password does not meet the requirements of the password filter DLL.
1512016NoAn unexpected error occurred during password validation.
1512116NoAn error occurred during the execution of %ls. A call to '%ls' failed with error code: '%d'.
1512216NoThe CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF.
1512316NoThe configuration option '%s' does not exist, or it may be an advanced option.
1512416NoThe configuration option '%s' is not unique.
1512516NoTrigger '%s' is not a trigger for '%s'.
1512716NoCannot set the default language to a language ID not defined in syslanguages.
1512816NoThe CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.
1512916No'%d' is not a valid value for configuration option '%s'.
1513016NoThere already exists a '%s' trigger for '%s'.
1513116NoUsage: sp_dbremove <dbname> [,dropdev]
1513316NoINSTEAD OF trigger '%s' cannot be associated with an order.
1513416NoNo alias exists for the specified user.
1513516NoObject is invalid. Extended properties are not permitted on '%s', or the object does not exist.
1513616NoThe database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped.
1513716NoAn 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.
1513816NoThe database principal owns a %S_MSG in the database, and cannot be dropped.
1514116NoThe server principal owns one or more %S_MSG(s) and cannot be dropped.
1514316No'%s' is not a valid option for the @updateusage parameter. Enter either 'true' or 'false'.
1514416NoThe role has members. It must be empty before it can be dropped.
1514516NoAn implicit %S_MSG creation has failed. Reason: The %S_MSG may have been dropped or its name may already be in use.
1514616NoAn encryption password must be provided to encrypt the private key of this %S_MSG.
1514716NoNo decryption password should be provided because the private key of this %S_MSG is encrypted by a master key.
1514816NoThe data type or table column '%s' does not exist or you do not have permission.
1514916NoPrincipal doesn't exist or doesn't have sufficient privileges.
1515016NoCannot %S_MSG the %S_MSG '%.*ls'.
1515116NoCannot %S_MSG the %S_MSG '%.*ls', because it does not exist or you do not have permission.
1515216NoCannot update user instances. Reason: %ls. Error code: 0x%x.
1515316NoThe xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the '%.*ls' credential exists and contains valid information.
1515416NoThe database principal owns an %S_MSG and cannot be dropped.
1515516NoThe server principal owns a %S_MSG and cannot be dropped.
1515616NoThe password that you specified is too long. The password should have no more than %d characters.
1515716NoSetuser 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.
1515816NoCannot initialize security.
1515916NoMaximum impersonation nesting level exceeded (limit %d)..
1516016NoCannot issue impersonation token from non-primary impersonation context or for non-Windows user.
1516116NoCannot set application role '%.*ls' because it does not exist or the password is incorrect.
1516216NoUnexpected error while creating impersonation token.
1516316NoInvalid timeout value. Valid timeout is between 1 and 7200 sec.
1516416No'%.*ls' is not a valid login or cannot be issued impersonation token.
1516516NoCould not find object '%ls' or you do not have permission.
1516610NoWarning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
1516716NoCannot generate GUID.
1516816NoCannot rename the view '%s' and its columns and indexes because it is a system generated view that was created for optimization purposes.
1516916NoThe server option "%ls" is not available in this edition of SQL Server.
1517016NoThis login is the owner of %ld job(s). You must delete or reassign these jobs before the login can be dropped.
1517116NoCannot use the parameter "%s" for a certificate or asymmetric key login.
1517216NoFallBack certificate must be created or dropped in master database in single user mode.
1517316NoServer principal '%s' has granted one or more permission(s). Revoke the permission(s) before dropping the server principal.
1517416NoLogin '%s' owns one or more database(s). Change the owner of the database(s) before dropping the login.
1517516NoLogin '%s' is aliased or mapped to a user in one or more database(s). Drop the user or alias before dropping the login.
1517616NoThe only valid @parameter value is 'WITH_LOG'.
1517716NoUsage: sp_dropmessage <msg number> [,<language> | 'ALL']
1517816NoCannot drop a message with an ID less than 50,000.
1517916NoThe message number %u or specified language version does not exist.
1518216NoCannot disable access to the guest user in master or tempdb.
1518316NoThe database principal owns objects in the database and cannot be dropped.
1518416NoThe database principal owns data types in the database and cannot be dropped.
1518516NoThere is no remote user '%s' mapped to local user '%s' from the remote server '%s'.
1518616NoThe server principal is set as the execution context of a trigger or event notification and cannot be dropped.
1518710NoThe %S_MSG cannot be dropped because it is used by one or more %S_MSG(s).
1518816NoCannot create an index that does not include all security columns.
1518916NoCannot have more than one security column for a table.
1519016NoThere are still remote logins or linked logins for the server '%s'.
1519216NoCannot alter or drop the security column of a table.
1519516NoThe MUST_CHANGE option is not supported by this version of Microsoft Windows.
1519616NoThe current security context is non-revertible. The "Revert" statement failed.
1519716NoThere is no text for object '%s'.
1519816NoThe name supplied (%s) is not a user, role, or aliased login.
1519916NoThe current security context cannot be reverted. Please switch to the original database where '%ls' was called and try it again.
1520116NoThere are no remote logins for the remote server '%s'.
1520216NoThere are no remote logins defined.
1520316NoThere are no remote logins for '%s'.
1520416NoThere are no remote logins for '%s' on remote server '%s'.
1520516NoThere are no servers defined.
1520616NoInvalid Remote Server Option: '%s'.
1520716NoThe trusted option in remote login mapping is no longer supported.
1520816NoThe certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.
1520916NoAn error occurred during encryption.
1521216NoInvalid certificate subject. The certificate subject must have between 1 and %d characters.
1521316NoWarning: The certificate you created has an invalid validity period; its expiration date precedes its start date.
1521416NoWarning: The certificate you created is expired.
1521516NoWarning: The certificate you created is not yet valid; its start date is in the future.
1521616No'%s' is not a valid option for the @delfile parameter.
1521716NoProperty cannot be updated or deleted. Property '%.*ls' does not exist for '%.*ls'.
1521816NoObject '%s' is not a table.
1521916NoCannot change the owner of an indexed view.
1522216NoRemote login option '%s' is not unique.
1522311NoError: The input parameter '%s' is not allowed to be null.
1522411NoError: The value for the @newname parameter contains invalid characters or violates a basic restriction (%s).
1522511NoNo item by the name of '%s' could be found in the current database '%s', given that @itemtype was input as '%s'.
1522616NoCannot create alias types from an XML datatype.
1522716NoThe database '%s' cannot be renamed.
1522816NoA member of the sysadmin role must set database '%s' to single user mode with sp_dboption before it can be renamed.
1522916NoThe argument specified for the "%.*ls" parameter of stored procedure sp_db_vardecimal_storage_format is not valid. Valid arguments are 'ON' or 'OFF'.
1523016NoError starting user instance. Error code: %d.
1523116NoThe argument specified for the '%ls' parameter of stored procedure '%ls' is not valid. Valid arguments are 'ON', 'OFF', 'TRUE' and 'FALSE'.
1523216NoA certificate with name '%s' already exists or this certificate already has been added to the database.
1523316NoProperty cannot be added. Property '%.*ls' already exists for '%.*ls'.
1523416NoObjects of this type have no space allocated.
1523616NoColumn '%s' has no default.
1523716NoUser data type '%s' has no default.
1523816NoColumn '%s' has no rule.
1523916NoUser data type '%s' has no rule.
1524016NoCannot write into file '%s'. Verify that you have write permissions, that the file path is valid, and that the file does not already exist.
1524116NoUsage: sp_dboption [dbname [,optname [,'true' | 'false']]]
1524216NoDatabase option '%s' is not unique.
1524316NoThe option '%s' cannot be changed for the master database.
1524416NoOnly members of the sysadmin role or the database owner may set database options.
1524616NoCannot dump the private key of certificate '%s' because the private key cannot be found.
1524716NoUser does not have permission to perform this action.
1524811NoEither the parameter @objname is ambiguous or the claimed @objtype (%s) is wrong.
1524911NoError: Explicit @objtype '%s' is unrecognized.
1525016NoThe database name component of the object qualifier must be the name of the current database.
1525116NoInvalid '%s' specified. It must be %s.
1525216NoThe primary or foreign key table name must be given.
1525311NoSyntax error parsing SQL identifier '%s'.
1525416NoUsers other than the database owner or guest exist in the database. Drop them before removing the database.
1525511No'%s' is not a valid value for @autofix. The only valid value is 'auto'.
1525616NoUsage: sp_certify_removable <dbname> [,'auto']
1525716NoThe database that you are attempting to certify cannot be in use at the same time.
1525816NoThe database must be owned by a member of the sysadmin role before it can be removed.
1525916NoThe DEFAULT_SCHEMA clause cannot be used with principals mapped to certificates or asymmetric keys.
1526016NoThe format of the security descriptor string '%s' is invalid.
1526116NoUsage: sp_create_removable <dbname>,<syslogical>,<sysphysical>,<syssize>,<loglogical>,<logphysical>,<logsize>,<datalogical1>,<dataphysical1>,<datasize1> [,<datalogical2>,<dataphysical2>,<datasize2>...<datalogical16>,<dataphysical16>,<datasize16>]
1526210NoInvalid file size entered. All files must be at least 1 MB.
1526316NoA SID in the security descriptor string '%s' could not be found in an account lookup operation.
1526416NoCould not create the '%s' portion of the database.
1526516NoAn unexpected error has occurred in the processing of the security descriptor string '%s'.
1526616NoCannot make '%s' database removable.
1526716NoA security descriptor with name '%s' already exists.
1526810YesAuthentication mode is %s.
1526916NoLogical data device '%s' not created.
1527116NoInvalid @with_log parameter value. Valid values are 'true' or 'false'.
1527210NoThe %s '%.*s' is not trusted to execute.
1527310NoThe decryption key is incorrect.
1527416NoAccess to the remote server is denied because the current security context is not trusted.
1527616NoCannot provision master key passwords for system databases.
1527716NoThe only valid @parameter_value values are 'true' or 'false'.
1527816NoLogin '%s' is already mapped to user '%s' in database '%s'.
1527916NoYou must add the us_english version of this message before you can add the '%s' version.
1528016NoAll localized versions of this message must be dropped before the us_english version can be dropped.
1528110NoSQL 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.
1528210NoA key with name '%.*ls' or user defined unique identifier already exists or you do not have permissions to create it.
1528316NoThe name '%s' contains too many characters.
1528416NoThe database principal has granted or denied permissions to objects in the database and cannot be dropped.
1528516NoThe special word '%s' cannot be used for a logical device name.
1528616NoTerminating this procedure. The @action '%s' is unrecognized. Try 'REPORT', 'UPDATE_ONE', or 'AUTO_FIX'.
1528716NoTerminating this procedure. '%s' is a forbidden value for the login name parameter in this procedure.
1528810NoPlease specify one decryptor to decrypt a key.
1528916NoTerminating this procedure. Cannot have an open transaction when this is run.
1529116NoTerminating this procedure. The %s name '%s' is absent or invalid.
1529210NoThe row for user '%s' will be fixed by updating its login link to a login already in existence.
1529310NoBarring a conflict, the row for user '%s' will be fixed by updating its link to a new login.
1529410NoThe number of orphaned users fixed by adding new logins and then updating users was %d.
1529510NoThe number of orphaned users fixed by updating users was %d.
1529616NoGeneral cryptographic failure.
1529716NoThe certificate, asymmetric key, or private key data is invalid.
1529916NoThe signature of the public key is invalid.
1530011NoNo recognized letter is contained in the parameter value for General Permission Type (%s). Valid letters are in this set: %s .
1530116NoCollation '%s' is supported for Unicode data types only and cannot be set at either the database or server level.
1530211NoDatabase_Name should not be used to qualify owner.object for the parameter into this procedure.
1530311NoThe "user options" config value (%d) was rejected because it would set incompatible options.
1530416NoThe severity level of the '%s' version of this message must be the same as the severity level (%ld) of the us_english version.
1530516NoThe @TriggerType parameter value must be 'insert', 'update', or 'delete'.
1530616NoCannot change the compatibility level of replicated or distributed databases.
1530716NoCould not change the merge publish option because the server is not set up for replication.
1530816NoYou must set database '%s' to single user mode with sp_dboption before fixing indexes on system tables.
1530916NoCannot alter the trustworthy state of the model or tempdb databases.
1531016YesFailed to configure user instance on startup. Error updating server metadata.
1531116NoThe file named '%s' does not exist.
1531216NoThe file named '%s' is a primary file and cannot be removed.
1531310NoThe key is not encrypted using the specified decryptor.
1531410NoEither 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.
1531510NoThe key '%.*ls' is not open. Please open the key before using it.
1531610NoGlobal temporary keys are not allowed. You can only use local temporary keys.
1531710NoThe master key file does not exist or has invalid format.
1531810NoAll fragments for database '%s' on device '%s' are now dedicated for log usage only.
1531917NoError: DBCC DBREPAIR REMAP failed for database '%s' (device '%s').
1532016NoAn 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.
1532116NoThere was some problem removing '%s' from sys.master_files.
1532210NoFile '%s' was removed from tempdb, and will take effect upon server restart.
1532316NoThe selected index does not exist on table '%s'.
1532416NoThe option %s cannot be changed for the '%s' database.
1532516NoThe current database does not contain a %s named '%ls'.
1532610NoNo extended stored procedures exist.
1532710NoThe database is now offline.
1532810NoThe database is offline already.
1532916NoThe 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.
1533011NoThere are no matching rows on which to report.
1533111NoThe user '%s' cannot take the action auto_fix due to duplicate SID.
1533210NoThe private key is already set for this file. To change it you should drop and re-create the certificate.
1533311NoError: The qualified @oldname references a database (%s) other than the current database.
1533410NoThe %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.
1533511NoError: The new name '%s' is already in use as a %s name and would cause a duplicate that is not permitted.
1533616NoObject '%s' cannot be renamed because the object participates in enforced dependencies.
1533710NoCaution: 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.
1533910NoCreating '%s'.
1534210NoThere is no private key provisioned for %S_MSG '%.*ls'.
1534310NoThe username and/or password passed in is invalid or the current process does not have sufficient privileges.
1534416NoOwnership change for %S_MSG is not supported.
1534516NoAn entity of type %S_MSG cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys.
1534616NoCannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead.
1534716NoCannot transfer an object that is owned by a parent object.
1534816NoCannot transfer a schemabound object.
1534916NoCannot transfer an MS Shipped object.
1535016NoAn 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.
1535110NoThe CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly.
1535216NoThe %S_MSG cannot be dropped because one or more entities are either signed or encrypted using it.
1535316NoAn entity of type %S_MSG cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys.
1535410NoUsage: sp_detach_db <dbname>, [TRUE|FALSE], [TRUE|FALSE]
1535616NoThe current application role has been dropped. The current security context contains no valid database user context.
1535716NoThe current security context was set by "%ls". It cannot be reverted by statement "%ls".
1535810NoUser-defined filegroups should be made read-only.
1535916NoCannot add functional unit '%.*ls' to component '%.*ls'. This unit has been already registered with the component.
1536016NoAn error occurred while trying to load the xpstar dll to read the agent proxy account from LSA.
1536116NoAn error occurred while trying to read the SQLAgent proxy account credentials from the LSA.
1536216NoAn error occurred while trying to create the '%.*ls' credential.
1536416YesFailed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. The connection will be closed.%.*ls
1536516YesFailed to generate a user instance of SQL Server. Only members of Builtin\Users can generate a user instance. The connection will be closed.%.*ls
1536616YesFailed to generate a user instance of SQL Server due to low memory. The connection will be closed.%.*ls
1536716YesFailed 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
1536816YesFailed to generate a user instance of SQL Server due to a failure in reading registry keys. The connection will be closed.%.*ls
1536916YesFailed to generate a user instance of SQL Server due to a failure in impersonating the client. The connection will be closed.%.*ls
1537016YesFailed to generate a user instance of SQL Server due to a failure in copying database files. The connection will be closed.%.*ls
1537116YesFailed to generate a user instance of SQL Server due to a failure in creating user instance event. The connection will be closed.%.*ls
1537216YesFailed 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
1537316YesFailed 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
1537416YesFailed 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
1537516YesFailed 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
1537616YesFailed 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
1537716YesFailed to configure user instance on startup. Error adding user to sysadmin role.
1537816YesFailed to configure user instance on startup. Error configuring system database entries in MASTER DB.
1538016YesFailed to configure user instance on startup. Error configuring system database paths in MASTER DB.
1538116YesFailed to generate a user instance of SQL Server due to a failure in updating security descriptor on the process of the user instance.
1538216YesFailed 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
1538316YesGenerating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.%.*ls
1538416YesFailed to configure user instance on startup. Error updating Resource Manager ID.
1538516NoNo database principal is defined for sid '%.*ls'.
1538616NoAnother batch in the session is changing security context, new batch is not allowed to start.
1538711NoIf the qualified object name specifies a database, that database must be the current database.
1538811NoThere is no user table matching the input name '%s' in the current database or you do not have permission to access the table.
1538911Nosp_indexoption is not supported for XML or spatial indexes. Use ALTER INDEX instead.
1539011NoInput name '%s' does not have a matching user table or indexed view in the current database.
1539111Nosp_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.
1539216NoThe specified option '%s' is not supported by this edition of SQL Server and cannot be changed using sp_configure.
1539316NoAn 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.
1539416NoCollation '%s' is not supported by the operating system
1539511NoThe qualified old name could not be found for item type '%s'.
1539616NoAn asymmetric key with name '%s' already exists or this asymmetric key already has been added to the database.
1539716NoThe %S_MSG is not protected by a password. A decryption password cannot be used for this operation.
1539811NoOnly objects in the master database owned by dbo can have the startup setting changed.
1539911NoCould not change startup option because this option is restricted to objects that have no parameters.
1540111NoWindows NT user or group '%s' not found. Check the name again.
1540211No'%s' is not a fixed server role.
1540316NoThe server principal "%.*ls" does not exist, does not have server access, or you do not have permission.
1540416NoCould not obtain information about Windows NT group/user '%ls', error code %#lx.
1540511NoCannot use the special principal '%s'.
1540616NoCannot 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.
1540711No'%s' is not a valid Windows NT name. Give the complete name: <domain\username>.
1540816No"%ls" cannot be called in this batch because a simultaneous batch has called it.
1540911No'%s' is not a role.
1541011NoUser or role '%s' does not exist in this database.
1541111NoDatabase principal or schema '%s' does not exist in this database.
1541211No'%s' is not a known fixed role.
1541311NoCannot make a role a member of itself.
1541416NoCannot set compatibility level because database has a view or computed column that is indexed. These indexes require a SQL Server compatible database.
1541511NoUser is a member of more than one group. sp_changegroup is set up for backward compatibility and expects membership in one group at most.
1541616NoUsage: sp_dbcmptlevel [dbname [, compatibilitylevel]]
1541816NoOnly members of the sysadmin role or the database owner may set the database compatibility level.
1541916NoSupplied parameter sid should be binary(16).
1542016NoThe group '%s' does not exist in this database.
1542116NoThe database principal owns a database role and cannot be dropped.
1542216NoApplication roles can only be activated at the ad hoc level.
1542516NoNo server principal is defined for sid '%.*ls'.
1542616NoYou must specify a provider name with this set of properties.
1542716NoYou must specify a provider name for unknown product '%ls'.
1542816NoYou cannot specify a provider or any properties for product '%ls'.
1542916No'%ls' is an invalid product name.
1543116NoYou must specify the @rolename parameter.
1543216NoStored procedure '%s' can only be executed at the ad hoc level.
1543316NoSupplied parameter sid is in use.
1543416NoCould not drop login '%s' as the user is currently logged in.
1543510NoDatabase successfully published.
1543610NoDatabase successfully enabled for subscriptions.
1543710NoDatabase successfully published using merge replication.
1543810NoDatabase is already online.
1543910NoDatabase is now online.
1544010NoDatabase is no longer published.
1544110NoDatabase is no longer enabled for subscriptions.
1544210NoDatabase is no longer enabled for merge publications.
1544310NoCheckpointing database that was changed.
1544816NoEncryption by the machine key cannot be added to the service master key because the service master key cannot be decrypted or does not exist.
1544910NoType Added
1545010NoNew language inserted.
1545116NoDropping an encryption from the service master key failed. No encryption by the machine key exists.
1545210NoNo alternate languages are available.
1545310Nous_english is always available, even though it is not in syslanguages.
1545410NoLanguage deleted.
1545516NoAdding an encryption to the service master key failed. An encryption by the machine key already exists.
1545610NoValid configuration options are:
1545710NoConfiguration option '%ls' changed from %ld to %ld. Run the RECONFIGURE statement to install.
1545810NoDatabase removed.
1545910NoIn the current database, the specified object references the following:
1546010NoIn the current database, the specified object is referenced by the following:
1546110NoObject does not reference any object, and no objects reference it.
1546210NoFile '%s' closed.
1546310NoDevice dropped.
1546416NoUnsupported private key format or key length.
1546516NoThe private key password is invalid.
1546616NoAn error occurred during decryption.
1546816NoAn error occurred during the generation of the %S_MSG.
1546910NoNo constraints are defined on object '%ls', or you do not have permissions.
1547010NoNo foreign keys reference table '%ls', or you do not have permissions on referencing tables.
1547110NoThe text for object '%ls' is encrypted.
1547210NoThe object '%ls' does not have any indexes, or you do not have permissions.
1547416NoInvalid private key. The private key does not match the public key of the %S_MSG.
1547510NoThe database is renamed and in single user mode.
1547610NoA member of the sysadmin role must reset the database to multiuser mode with sp_dboption.
1547710NoCaution: Changing any part of an object name could break scripts and stored procedures.
1548216NoCannot change the owner of a table that has an indexed view.
1549010NoThe dependent aliases were also dropped.
1549710NoCould not add login using sp_addlogin (user = %s). Terminating this procedure.
1549910NoThe dependent aliases were mapped to the new database owner.
1550010NoThe dependent aliases were dropped.
1550210NoSetting database owner to SA.
1550310NoGiving ownership of all objects to the database owner.
1550410NoDeleting users except guest and the database owner from the system catalog.
1550516NoCannot change owner of object '%ls' or one of its child objects because the new owner '%ls' already has an object with the same name.
1550616NoAn error occurred while signing.
1550716NoA key required by this operation appears to be corrupted.
1550816NoAn error occurred while generating a key required by this operation.
1550916NoThe password cannot be dropped because another database may be using it.
1551016NoCannot enable a login that has an empty password.
1551110NoDefault bound to column.
1551210NoDefault bound to data type.
1551310NoThe new default has been bound to columns(s) of the specified user data type.
1551410NoRule bound to table column.
1551510NoRule bound to data type.
1551610NoThe new rule has been bound to column(s) of the specified user data type.
1551716NoCannot 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.
1551816NoCannot execute as the Windows token. It is not valid, or you do not have permission.
1551910NoDefault unbound from table column.
1552010NoDefault unbound from data type.
1552110NoColumns of the specified user data type had their defaults unbound.
1552210NoRule unbound from table column.
1552310NoRule unbound from data type.
1552410NoColumns of the specified user data type had their rules unbound.
1552510Nosp_checknames is used to search for non 7-bit ASCII characters.
1552610Noin several important columns of system tables. The following
1552710Nocolumns are searched:
1552810NoIn master:
1552916NoCannot execute as the ticket. It is not valid, or you do not have permission.
1553016NoThe %S_MSG with name "%.*ls" already exists.
1553116NoThe security descriptor information is not valid.
1553216NoThe security descriptor is invalid because it does not contain information about its owner or about its primary group.
1553316NoInvalid data type is supplied in the '%ls' statement.
1553416NoCookie generation failed in the '%ls' statement.
1553516NoCannot set a credential for principal '%.*ls'.
1553610NoIn all databases:
1553716NoLogin '%.*ls' does not have access to server.
1553816NoLogin '%.*ls' does not have access to database.
1553916NoUser '%s' cannot be dropped, it can only be disabled. The user is already disabled in the current database.
1554016NoThe identity string is too long. The identity string should contain no more than %d characters.
1554116NoCannot drop the credential '%.*ls' because it is used by a server principal.
1554210NoCannot create a key without specifying an encryptor.
1555610NoCannot 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.
1555710NoThere is already a %S_MSG by %S_MSG '%.*ls'.
1555810NoCannot drop %S_MSG by %S_MSG '%.*s'.
1555910NoCannot drop %S_MSG '%.*ls' because there is a %S_MSG mapped to it.
1556010NoCannot add or drop a signature on '%.*ls' because only modules can be signed.
1556110NoSignatures based on certificates or asymmetric keys are the only options supported in this version of the product.
1556210NoThe 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.
1556310NoThe %S_MSG has no private key set for it.
1557410NoThis object does not have any statistics.
1557510NoThis object does not have any statistics or indexes.
1557616NoYou cannot set network name on server '%ls' because it is not a linked SQL Server.
1557710NoWarning: 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.
1557816NoThere is already a master key in the database. Please drop it before performing this statement.
1557916NoAdding an encryption to the symmetric key failed. An encryption by the same %S_MSG '%.*s' may already exist.
1558016NoCannot drop %S_MSG because %S_MSG '%.*s' is encrypted by it.
1558116NoPlease create a master key in the database or open the master key in the session before performing this operation.
1558216NoCannot set aliases for certificate logins or asymmetric key logins.
1558310NoThe module being signed is marked to execute as owner. If the owner changes the signature will not be valid.
1558410NoAn 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.
1558510NoThe current master key cannot be decrypted. The error was ignored because the FORCE option was specified.
1558616NoError in synchronizing system certificates between master and resource database.
1558716NoCannot change owner of Assembly '%.*ls' since dependent assembly '%.*ls' is not owned by the new owner.
1558810NoThe old and new master keys are identical. No data re-encryption is required.
1558916NoCannot revert the current security context because the cookie is invalid.
1559016NoCan only use the 'No Revert' or 'Cookie' options with the 'Execute As' statement at the adhoc level.
1559116NoThe 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.
1559216NoCannot unset application role because none was set or the cookie is invalid.
1559316NoAn 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.
1559416NoThe password is already provisioned for the database '%.*ls'
1559516NoThe password cannot be dropped because it is not provisioned for the database '%.*ls'
1559610NoWarning: use of a UNIQUE index, PRIMARY KEY constraint, or UNIQUE constraint on a table with row-level security can allow information disclosure.
1559710NoWarning: use of an IDENTITY column on a table with row-level security can allow information disclosure.
1559810NoWarning: use of an indexed view on a table with row-level security can allow information disclosure.
1559910NoAuditing and permissions can't be set on local temporary objects.
1560015NoAn invalid parameter or option was specified for procedure '%s'.
1560116NoFull-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.
1561216NoDBCC DBCONTROL error. Database was not made read-only.
1561516NoDBCC DBCONTROL error. Database was not made single user.
1562210NoNo permission to access database '%s'.
1562510NoOption '%ls' not recognized for '%ls' parameter.
1562610NoYou attempted to acquire a transactional application lock without an active transaction.
1562710Nosp_dboption command failed.
1563516NoCannot execute '%ls' because the database is in read-only access mode.
1564516NoColumn '%ls' does not exist.
1564616NoColumn '%ls' is not a computed column.
1564710NoNo views with schema binding reference table '%ls'.
1565010NoUpdating %s
1565110No%d index(es)/statistic(s) have been updated, %d did not require update.
1565210No%s has been updated...
1565310No%s, update is not necessary...
1565410NoTable %s: cannot perform the operation on the table because its clustered index is disabled.
1565616NoCannot create user defined types from XML data type.
1565716NoVardecimal storage format is not available in system database '%s'.
1565816NoCannot run sp_resetstatus against a database snapshot.
1565916NoThe schema '%ls' specified for parameter schema_name does not exist.
1566016NoCompressing XML, spatial, columnstore or hash indexes is not supported by the stored procedure sp_estimate_data_compression_savings.
1566116NoCompressing temporary tables is not supported by the stored procedure sp_estimate_data_compression_savings.
1566216NoCompressing tables with sparse columns or column sets is not supported by the stored procedure sp_estimate_data_compression_savings.
1566316NoFeature "sp_addserver" is no longer supported. Replace remote servers by using linked servers.
1566416NoCannot set key '%ls' in the session context. The key has been set as read_only for this session.
1566516NoThe 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.
1566616NoCannot set key '%ls' in the session context. The size of the key cannot exceed 256 bytes.
1566716NoReset session context is not allowed when a another batch is active in session.
1570116NoStatement '%.*ls' failed, because it attempted to set the Automatic Tuning option '%.*ls' multiple times.
1570216YesCannot perform action because Automatic Tuning cannot be enabled on system database %.*ls.
1570310YesSetting Automatic Tuning option '%.*ls' to %.*ls for database '%.*ls'.
1570416NoAutomatic Tuning option '%.*ls' is disabled by system.
1570516YesAutomatic Tuning option %.*ls cannot be enabled, because Query Store is not turned on.
1570616YesAutomatic Tuning option %.*ls cannot be enabled, because Query Store is in READ_ONLY mode.
1570716NoAutomatic Tuning is only available for enterprise customers.
1571615YesOnly one Automatic Tuning option can be given in ALTER DATABASE statement.
ErrorSeverityEvent loggedDescription
1500116NoObject '%ls' does not exist or is not a valid object for this operation.
1500216NoThe procedure '%s' cannot be executed within a transaction.
1500316NoOnly members of the %s role can execute this stored procedure.
1500416NoName cannot be NULL.
1500510NoStatistics for all tables have been updated.
1500616No'%s' is not a valid name because it contains invalid characters.
1500716No'%s' is not a valid login or you do not have permission.
1500816NoUser '%s' does not exist in the current database.
1500916NoThe object '%s' does not exist in database '%s' or is invalid for this operation.
1501016NoThe database '%s' does not exist. Supply a valid database name. To see available databases, use sys.databases.
1501116NoDatabase option '%s' does not exist. Specify a valid database option.
1501216NoThe device '%s' does not exist. Use sys.backup_devices to show available devices.
1501310NoTable '%s': No columns without statistics found.
1501416NoThe role '%s' does not exist in the current database.
1501516NoThe server '%s' does not exist. Use sp_helpserver to show available servers.
1501616NoThe default '%s' does not exist.
1501716NoThe rule '%s' does not exist.
1501810NoTable '%s': Creating statistics for the following columns:
1501916NoThe extended stored procedure '%s' does not exist.
1502010NoStatistics have been created for the %d listed columns of the above tables.
1502116NoInvalid value given for parameter %s. Specify a valid parameter value.
1502216NoThe specified user name is already aliased.
1502316NoUser, group, or role '%s' already exists in the current database.
1502416NoThe group '%s' already exists in the current database.
1502516NoThe server principal '%s' already exists.
1502616NoLogical device '%s' already exists.
1502816NoThe server '%s' already exists.
1503216NoThe database '%s' already exists. Specify a unique database name.
1503316No'%s' is not a valid official language name.
1503416NoThe application role password must not be NULL.
1503616NoThe data type '%s' does not exist or you do not have permission.
1504016NoUser-defined error messages must have an ID greater than 50000.
1504116NoUser-defined error messages must have a severity level between 1 and 25.
1504210NoThe @with_log parameter is ignored for messages that are not us_english version.
1504316NoYou must specify 'REPLACE' to overwrite an existing message.
1504416NoThe type "%s" is an unknown backup device type. Use the type "disk" or "tape".
1504516NoThe logical name cannot be NULL.
1504616NoThe physical name cannot be NULL.
1504810NoValid values of the database compatibility level are %d, %d, %d, %d, %d or %d.
1504911NoCannot unbind from '%s'. Use ALTER TABLE DROP CONSTRAINT.
1505011NoCannot bind default '%s'. The default must be created using the CREATE DEFAULT statement.
1505111NoCannot rename the table because it is published for replication.
1505316NoObjects exist which are not owned by the database owner.
1505410NoThe current compatibility level is %d.
1505610NoThe suspect flag on the database "%s" is already reset.
1505716NoList of %s name contains spaces, which are not allowed.
1505816NoList of %s has too few names.
1505916NoList of %s has too many names.
1506016NoList of %s names contains name(s) which have '%s' non-alphabetic characters.
1506116NoThe add device request was denied. A physical device named "%s" already exists. Only one backup device may refer to any physical device name.
1506216NoThe guest user cannot be mapped to a login name.
1506316NoThe login already has an account under a different user name.
1506516NoAll user IDs have been assigned.
1506616NoA default-name mapping of a remote login from remote server '%s' already exists.
1506816NoA remote user '%s' already exists for remote server '%s'.
1506916NoOne or more users are using the database. The requested operation cannot be completed.
1507010NoObject '%s' was successfully marked for recompilation.
1507116NoUsage: sp_addmessage <msgnum>,<severity>,<msgtext> [,<language> [,FALSE | TRUE [,REPLACE]]]
1507216NoUsage: sp_addremotelogin remoteserver [,loginname [,remotename]]
1507410NoWarning: You must recover this database prior to access.
1507616NoDefault, table, and user data types must be in the current database.
1507716NoRule, table, and user data type must be in the current database.
1507816NoThe table or view must be in the current database.
1507910NoQueries processed: %d.
1508016NoCannot use parameter %s for a Windows login.
1508116NoMembership of the public role cannot be changed.
1508316NoPhysical data type '%s' does not accept a collation
1508416NoThe column or user data type must be in the current database.
1508516NoUsage: sp_addtype name, 'data type' [,'NULL' | 'NOT NULL']
1509616NoCould not find object '%ls' or you do not have required permission or the object is not valid for adding extended property.
1509716NoThe size associated with an extended property cannot be more than 7,500 bytes.
1509816NoThe name change cannot be performed because the SID of the new name does not match the old SID of the principal.
1509916NoThe MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF.
1510116NoCannot 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.
1510216NoCannot bind a default to an identity column.
1510316NoCannot bind a default to a column created with or altered to have a default value.
1510416NoYou do not own a table named '%s' that has a column named '%s'.
1510616NoUsage: sp_bindrule rulename, objectname [, 'futureonly']
1510716NoCannot 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.
1510816Nosp_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.
1510916NoCannot change the owner of the master, model, tempdb or distribution database.
1511016NoThe proposed new database owner is already a user or aliased in the database.
1511116NoThe proposed new database owner is already aliased in the database.
1511211NoThe third parameter for table option 'text in row' is invalid. It should be 'on', 'off', '0', '1' or a number from 24 through 7000.
1511316NoToo 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.
1511416NoPassword validation failed. The password for the user is too recent to change.
1511516NoPassword validation failed. The password cannot be used at this time.
1511616NoPassword validation failed. The password does not meet the operating system policy requirements because it is too short.
1511716NoPassword validation failed. The password does not meet the operating system policy requirements because it is too long.
1511816NoPassword validation failed. The password does not meet the operating system policy requirements because it is not complex enough.
1511916NoPassword validation failed. The password does not meet the requirements of the password filter DLL.
1512016NoAn unexpected error occurred during password validation.
1512116NoAn error occurred during the execution of %ls. A call to '%ls' failed with error code: '%d'.
1512216NoThe CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF.
1512316NoThe configuration option '%s' does not exist, or it may be an advanced option.
1512416NoThe configuration option '%s' is not unique.
1512516NoTrigger '%s' is not a trigger for '%s'.
1512716NoCannot set the default language to a language ID not defined in syslanguages.
1512816NoThe CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.
1512916No'%d' is not a valid value for configuration option '%s'.
1513016NoThere already exists a '%s' trigger for '%s'.
1513116NoUsage: sp_dbremove <dbname> [,dropdev]
1513316NoINSTEAD OF trigger '%s' cannot be associated with an order.
1513416NoNo alias exists for the specified user.
1513516NoObject is invalid. Extended properties are not permitted on '%s', or the object does not exist.
1513616NoThe database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped.
1513716NoAn 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.
1513816NoThe database principal owns a %S_MSG in the database, and cannot be dropped.
1514116NoThe server principal owns one or more %S_MSG(s) and cannot be dropped.
1514316No'%s' is not a valid option for the @updateusage parameter. Enter either 'true' or 'false'.
1514416NoThe role has members. It must be empty before it can be dropped.
1514516NoAn implicit %S_MSG creation has failed. Reason: The %S_MSG may have been dropped or its name may already be in use.
1514616NoAn encryption password must be provided to encrypt the private key of this %S_MSG.
1514716NoNo decryption password should be provided because the private key of this %S_MSG is encrypted by a master key.
1514816NoThe data type or table column '%s' does not exist or you do not have permission.
1514916NoPrincipal doesn't exist or doesn't have sufficient privileges.
1515016NoCannot %S_MSG the %S_MSG '%.*ls'.
1515116NoCannot %S_MSG the %S_MSG '%.*ls', because it does not exist or you do not have permission.
1515216NoCannot update user instances. Reason: %ls. Error code: 0x%x.
1515316NoThe xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the '%.*ls' credential exists and contains valid information.
1515416NoThe database principal owns an %S_MSG and cannot be dropped.
1515516NoThe server principal owns a %S_MSG and cannot be dropped.
1515616NoThe password that you specified is too long. The password should have no more than %d characters.
1515716NoSetuser 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.
1515816NoCannot initialize security.
1515916NoMaximum impersonation nesting level exceeded (limit %d)..
1516016NoCannot issue impersonation token from non-primary impersonation context or for non-Windows user.
1516116NoCannot set application role '%.*ls' because it does not exist or the password is incorrect.
1516216NoUnexpected error while creating impersonation token.
1516316NoInvalid timeout value. Valid timeout is between 1 and 7200 sec.
1516416No'%.*ls' is not a valid login or cannot be issued impersonation token.
1516516NoCould not find object '%ls' or you do not have permission.
1516610NoWarning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
1516716NoCannot generate GUID.
1516816NoCannot rename the view '%s' and its columns and indexes because it is a system generated view that was created for optimization purposes.
1516916NoThe server option "%ls" is not available in this edition of SQL Server.
1517016NoThis login is the owner of %ld job(s). You must delete or reassign these jobs before the login can be dropped.
1517116NoCannot use the parameter "%s" for a certificate or asymmetric key login.
1517216NoFallBack certificate must be created or dropped in master database in single user mode.
1517316NoServer principal '%s' has granted one or more permission(s). Revoke the permission(s) before dropping the server principal.
1517416NoLogin '%s' owns one or more database(s). Change the owner of the database(s) before dropping the login.
1517516NoLogin '%s' is aliased or mapped to a user in one or more database(s). Drop the user or alias before dropping the login.
1517616NoThe only valid @parameter value is 'WITH_LOG'.
1517716NoUsage: sp_dropmessage <msg number> [,<language> | 'ALL']
1517816NoCannot drop a message with an ID less than 50,000.
1517916NoThe message number %u or specified language version does not exist.
1518216NoCannot disable access to the guest user in master or tempdb.
1518316NoThe database principal owns objects in the database and cannot be dropped.
1518416NoThe database principal owns data types in the database and cannot be dropped.
1518516NoThere is no remote user '%s' mapped to local user '%s' from the remote server '%s'.
1518616NoThe server principal is set as the execution context of a trigger or event notification and cannot be dropped.
1518710NoThe %S_MSG cannot be dropped because it is used by one or more %S_MSG(s).
1518816NoCannot create an index that does not include all security columns.
1518916NoCannot have more than one security column for a table.
1519016NoThere are still remote logins or linked logins for the server '%s'.
1519216NoCannot alter or drop the security column of a table.
1519516NoThe MUST_CHANGE option is not supported by this version of Microsoft Windows.
1519616NoThe current security context is non-revertible. The "Revert" statement failed.
1519716NoThere is no text for object '%s'.
1519816NoThe name supplied (%s) is not a user, role, or aliased login.
1519916NoThe current security context cannot be reverted. Please switch to the original database where '%ls' was called and try it again.
1520116NoThere are no remote logins for the remote server '%s'.
1520216NoThere are no remote logins defined.
1520316NoThere are no remote logins for '%s'.
1520416NoThere are no remote logins for '%s' on remote server '%s'.
1520516NoThere are no servers defined.
1520616NoInvalid Remote Server Option: '%s'.
1520716NoThe trusted option in remote login mapping is no longer supported.
1520816NoThe certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.
1520916NoAn error occurred during encryption.
1521216NoInvalid certificate subject. The certificate subject must have between 1 and %d characters.
1521316NoWarning: The certificate you created has an invalid validity period; its expiration date precedes its start date.
1521416NoWarning: The certificate you created is expired.
1521516NoWarning: The certificate you created is not yet valid; its start date is in the future.
1521616No'%s' is not a valid option for the @delfile parameter.
1521716NoProperty cannot be updated or deleted. Property '%.*ls' does not exist for '%.*ls'.
1521816NoObject '%s' is not a table.
1521916NoCannot change the owner of an indexed view.
1522216NoRemote login option '%s' is not unique.
1522311NoError: The input parameter '%s' is not allowed to be null.
1522411NoError: The value for the @newname parameter contains invalid characters or violates a basic restriction (%s).
1522511NoNo item by the name of '%s' could be found in the current database '%s', given that @itemtype was input as '%s'.
1522616NoCannot create alias types from an XML datatype.
1522716NoThe database '%s' cannot be renamed.
1522816NoA member of the sysadmin role must set database '%s' to single user mode with sp_dboption before it can be renamed.
1522916NoThe argument specified for the "%.*ls" parameter of stored procedure sp_db_vardecimal_storage_format is not valid. Valid arguments are 'ON' or 'OFF'.
1523016NoError starting user instance. Error code: %d.
1523116NoThe argument specified for the '%ls' parameter of stored procedure '%ls' is not valid. Valid arguments are 'ON', 'OFF', 'TRUE' and 'FALSE'.
1523216NoA certificate with name '%s' already exists or this certificate already has been added to the database.
1523316NoProperty cannot be added. Property '%.*ls' already exists for '%.*ls'.
1523416NoObjects of this type have no space allocated.
1523616NoColumn '%s' has no default.
1523716NoUser data type '%s' has no default.
1523816NoColumn '%s' has no rule.
1523916NoUser data type '%s' has no rule.
1524016NoCannot write into file '%s'. Verify that you have write permissions, that the file path is valid, and that the file does not already exist.
1524116NoUsage: sp_dboption [dbname [,optname [,'true' | 'false']]]
1524216NoDatabase option '%s' is not unique.
1524316NoThe option '%s' cannot be changed for the master database.
1524416NoOnly members of the sysadmin role or the database owner may set database options.
1524616NoCannot dump the private key of certificate '%s' because the private key cannot be found.
1524716NoUser does not have permission to perform this action.
1524811NoEither the parameter @objname is ambiguous or the claimed @objtype (%s) is wrong.
1524911NoError: Explicit @objtype '%s' is unrecognized.
1525016NoThe database name component of the object qualifier must be the name of the current database.
1525116NoInvalid '%s' specified. It must be %s.
1525216NoThe primary or foreign key table name must be given.
1525311NoSyntax error parsing SQL identifier '%s'.
1525416NoUsers other than the database owner or guest exist in the database. Drop them before removing the database.
1525511No'%s' is not a valid value for @autofix. The only valid value is 'auto'.
1525616NoUsage: sp_certify_removable <dbname> [,'auto']
1525716NoThe database that you are attempting to certify cannot be in use at the same time.
1525816NoThe database must be owned by a member of the sysadmin role before it can be removed.
1525916NoThe DEFAULT_SCHEMA clause cannot be used with principals mapped to certificates or asymmetric keys.
1526016NoThe format of the security descriptor string '%s' is invalid.
1526116NoUsage: sp_create_removable <dbname>,<syslogical>,<sysphysical>,<syssize>,<loglogical>,<logphysical>,<logsize>,<datalogical1>,<dataphysical1>,<datasize1> [,<datalogical2>,<dataphysical2>,<datasize2>...<datalogical16>,<dataphysical16>,<datasize16>]
1526210NoInvalid file size entered. All files must be at least 1 MB.
1526316NoA SID in the security descriptor string '%s' could not be found in an account lookup operation.
1526416NoCould not create the '%s' portion of the database.
1526516NoAn unexpected error has occurred in the processing of the security descriptor string '%s'.
1526616NoCannot make '%s' database removable.
1526716NoA security descriptor with name '%s' already exists.
1526810YesAuthentication mode is %s.
1526916NoLogical data device '%s' not created.
1527116NoInvalid @with_log parameter value. Valid values are 'true' or 'false'.
1527210NoThe %s '%.*s' is not trusted to execute.
1527310NoThe decryption key is incorrect.
1527416NoAccess to the remote server is denied because the current security context is not trusted.
1527616NoCannot provision master key passwords for system databases.
1527716NoThe only valid @parameter_value values are 'true' or 'false'.
1527816NoLogin '%s' is already mapped to user '%s' in database '%s'.
1527916NoYou must add the us_english version of this message before you can add the '%s' version.
1528016NoAll localized versions of this message must be dropped before the us_english version can be dropped.
1528110NoSQL 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.
1528210NoA key with name '%.*ls' or user defined unique identifier already exists or you do not have permissions to create it.
1528316NoThe name '%s' contains too many characters.
1528416NoThe database principal has granted or denied permissions to objects in the database and cannot be dropped.
1528516NoThe special word '%s' cannot be used for a logical device name.
1528616NoTerminating this procedure. The @action '%s' is unrecognized. Try 'REPORT', 'UPDATE_ONE', or 'AUTO_FIX'.
1528716NoTerminating this procedure. '%s' is a forbidden value for the login name parameter in this procedure.
1528810NoPlease specify one decryptor to decrypt a key.
1528916NoTerminating this procedure. Cannot have an open transaction when this is run.
1529116NoTerminating this procedure. The %s name '%s' is absent or invalid.
1529210NoThe row for user '%s' will be fixed by updating its login link to a login already in existence.
1529310NoBarring a conflict, the row for user '%s' will be fixed by updating its link to a new login.
1529410NoThe number of orphaned users fixed by adding new logins and then updating users was %d.
1529510NoThe number of orphaned users fixed by updating users was %d.
1529616NoGeneral cryptographic failure.
1529716NoThe certificate, asymmetric key, or private key data is invalid.
1529916NoThe signature of the public key is invalid.
1530011NoNo recognized letter is contained in the parameter value for General Permission Type (%s). Valid letters are in this set: %s .
1530116NoCollation '%s' is supported for Unicode data types only and cannot be set at either the database or server level.
1530211NoDatabase_Name should not be used to qualify owner.object for the parameter into this procedure.
1530311NoThe "user options" config value (%d) was rejected because it would set incompatible options.
1530416NoThe severity level of the '%s' version of this message must be the same as the severity level (%ld) of the us_english version.
1530516NoThe @TriggerType parameter value must be 'insert', 'update', or 'delete'.
1530616NoCannot change the compatibility level of replicated or distributed databases.
1530716NoCould not change the merge publish option because the server is not set up for replication.
1530816NoYou must set database '%s' to single user mode with sp_dboption before fixing indexes on system tables.
1530916NoCannot alter the trustworthy state of the model or tempdb databases.
1531016YesFailed to configure user instance on startup. Error updating server metadata.
1531116NoThe file named '%s' does not exist.
1531216NoThe file named '%s' is a primary file and cannot be removed.
1531310NoThe key is not encrypted using the specified decryptor.
1531410NoEither 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.
1531510NoThe key '%.*ls' is not open. Please open the key before using it.
1531610NoGlobal temporary keys are not allowed. You can only use local temporary keys.
1531710NoThe master key file does not exist or has invalid format.
1531810NoAll fragments for database '%s' on device '%s' are now dedicated for log usage only.
1531917NoError: DBCC DBREPAIR REMAP failed for database '%s' (device '%s').
1532016NoAn 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.
1532116NoThere was some problem removing '%s' from sys.master_files.
1532210NoFile '%s' was removed from tempdb, and will take effect upon server restart.
1532316NoThe selected index does not exist on table '%s'.
1532416NoThe option %s cannot be changed for the '%s' database.
1532516NoThe current database does not contain a %s named '%ls'.
1532610NoNo extended stored procedures exist.
1532710NoThe database is now offline.
1532810NoThe database is offline already.
1532916NoThe 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.
1533011NoThere are no matching rows on which to report.
1533111NoThe user '%s' cannot take the action auto_fix due to duplicate SID.
1533210NoThe private key is already set for this file. To change it you should drop and re-create the certificate.
1533311NoError: The qualified @oldname references a database (%s) other than the current database.
1533410NoThe %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.
1533511NoError: The new name '%s' is already in use as a %s name and would cause a duplicate that is not permitted.
1533616NoObject '%s' cannot be renamed because the object participates in enforced dependencies.
1533710NoCaution: 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.
1533910NoCreating '%s'.
1534210NoThere is no private key provisioned for %S_MSG '%.*ls'.
1534310NoThe username and/or password passed in is invalid or the current process does not have sufficient privileges.
1534416NoOwnership change for %S_MSG is not supported.
1534516NoAn entity of type %S_MSG cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys.
1534616NoCannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead.
1534716NoCannot transfer an object that is owned by a parent object.
1534816NoCannot transfer a schemabound object.
1534916NoCannot transfer an MS Shipped object.
1535016NoAn 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.
1535110NoThe CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly.
1535216NoThe %S_MSG cannot be dropped because one or more entities are either signed or encrypted using it.
1535316NoAn entity of type %S_MSG cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys.
1535410NoUsage: sp_detach_db <dbname>, [TRUE|FALSE], [TRUE|FALSE]
1535616NoThe current application role has been dropped. The current security context contains no valid database user context.
1535716NoThe current security context was set by "%ls". It cannot be reverted by statement "%ls".
1535810NoUser-defined filegroups should be made read-only.
1535916NoCannot add functional unit '%.*ls' to component '%.*ls'. This unit has been already registered with the component.
1536016NoAn error occurred while trying to load the xpstar dll to read the agent proxy account from LSA.
1536116NoAn error occurred while trying to read the SQLAgent proxy account credentials from the LSA.
1536216NoAn error occurred while trying to create the '%.*ls' credential.
1536416YesFailed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. The connection will be closed.%.*ls
1536516YesFailed to generate a user instance of SQL Server. Only members of Builtin\Users can generate a user instance. The connection will be closed.%.*ls
1536616YesFailed to generate a user instance of SQL Server due to low memory. The connection will be closed.%.*ls
1536716YesFailed 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
1536816YesFailed to generate a user instance of SQL Server due to a failure in reading registry keys. The connection will be closed.%.*ls
1536916YesFailed to generate a user instance of SQL Server due to a failure in impersonating the client. The connection will be closed.%.*ls
1537016YesFailed to generate a user instance of SQL Server due to a failure in copying database files. The connection will be closed.%.*ls
1537116YesFailed to generate a user instance of SQL Server due to a failure in creating user instance event. The connection will be closed.%.*ls
1537216YesFailed 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
1537316YesFailed 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
1537416YesFailed 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
1537516YesFailed 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
1537616YesFailed 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
1537716YesFailed to configure user instance on startup. Error adding user to sysadmin role.
1537816YesFailed to configure user instance on startup. Error configuring system database entries in MASTER DB.
1538016YesFailed to configure user instance on startup. Error configuring system database paths in MASTER DB.
1538116YesFailed to generate a user instance of SQL Server due to a failure in updating security descriptor on the process of the user instance.
1538216YesFailed 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
1538316YesGenerating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.%.*ls
1538416YesFailed to configure user instance on startup. Error updating Resource Manager ID.
1538516NoNo database principal is defined for sid '%.*ls'.
1538616NoAnother batch in the session is changing security context, new batch is not allowed to start.
1538711NoIf the qualified object name specifies a database, that database must be the current database.
1538811NoThere is no user table matching the input name '%s' in the current database or you do not have permission to access the table.
1538911Nosp_indexoption is not supported for XML or spatial indexes. Use ALTER INDEX instead.
1539011NoInput name '%s' does not have a matching user table or indexed view in the current database.
1539111Nosp_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.
1539216NoThe specified option '%s' is not supported by this edition of SQL Server and cannot be changed using sp_configure.
1539316NoAn 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.
1539416NoCollation '%s' is not supported by the operating system
1539511NoThe qualified old name could not be found for item type '%s'.
1539616NoAn asymmetric key with name '%s' already exists or this asymmetric key already has been added to the database.
1539716NoThe %S_MSG is not protected by a password. A decryption password cannot be used for this operation.
1539811NoOnly objects in the master database owned by dbo can have the startup setting changed.
1539911NoCould not change startup option because this option is restricted to objects that have no parameters.
1540111NoWindows NT user or group '%s' not found. Check the name again.
1540211No'%s' is not a fixed server role.
1540316NoThe server principal "%.*ls" does not exist, does not have server access, or you do not have permission.
1540416NoCould not obtain information about Windows NT group/user '%ls', error code %#lx.
1540511NoCannot use the special principal '%s'.
1540616NoCannot 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.
1540711No'%s' is not a valid Windows NT name. Give the complete name: <domain\username>.
1540816No"%ls" cannot be called in this batch because a simultaneous batch has called it.
1540911No'%s' is not a role.
1541011NoUser or role '%s' does not exist in this database.
1541111NoDatabase principal or schema '%s' does not exist in this database.
1541211No'%s' is not a known fixed role.
1541311NoCannot make a role a member of itself.
1541416NoCannot set compatibility level because database has a view or computed column that is indexed. These indexes require a SQL Server compatible database.
1541511NoUser is a member of more than one group. sp_changegroup is set up for backward compatibility and expects membership in one group at most.
1541616NoUsage: sp_dbcmptlevel [dbname [, compatibilitylevel]]
1541816NoOnly members of the sysadmin role or the database owner may set the database compatibility level.
1541916NoSupplied parameter sid should be binary(16).
1542016NoThe group '%s' does not exist in this database.
1542116NoThe database principal owns a database role and cannot be dropped.
1542216NoApplication roles can only be activated at the ad hoc level.
1542516NoNo server principal is defined for sid '%.*ls'.
1542616NoYou must specify a provider name with this set of properties.
1542716NoYou must specify a provider name for unknown product '%ls'.
1542816NoYou cannot specify a provider or any properties for product '%ls'.
1542916No'%ls' is an invalid product name.
1543116NoYou must specify the @rolename parameter.
1543216NoStored procedure '%s' can only be executed at the ad hoc level.
1543316NoSupplied parameter sid is in use.
1543416NoCould not drop login '%s' as the user is currently logged in.
1543510NoDatabase successfully published.
1543610NoDatabase successfully enabled for subscriptions.
1543710NoDatabase successfully published using merge replication.
1543810NoDatabase is already online.
1543910NoDatabase is now online.
1544010NoDatabase is no longer published.
1544110NoDatabase is no longer enabled for subscriptions.
1544210NoDatabase is no longer enabled for merge publications.
1544310NoCheckpointing database that was changed.
1544816NoEncryption by the machine key cannot be added to the service master key because the service master key cannot be decrypted or does not exist.
1544910NoType Added
1545010NoNew language inserted.
1545116NoDropping an encryption from the service master key failed. No encryption by the machine key exists.
1545210NoNo alternate languages are available.
1545310Nous_english is always available, even though it is not in syslanguages.
1545410NoLanguage deleted.
1545516NoAdding an encryption to the service master key failed. An encryption by the machine key already exists.
1545610NoValid configuration options are:
1545710NoConfiguration option '%ls' changed from %ld to %ld. Run the RECONFIGURE statement to install.
1545810NoDatabase removed.
1545910NoIn the current database, the specified object references the following:
1546010NoIn the current database, the specified object is referenced by the following:
1546110NoObject does not reference any object, and no objects reference it.
1546210NoFile '%s' closed.
1546310NoDevice dropped.
1546416NoUnsupported private key format or key length.
1546516NoThe private key password is invalid.
1546616NoAn error occurred during decryption.
1546816NoAn error occurred during the generation of the %S_MSG.
1546910NoNo constraints are defined on object '%ls', or you do not have permissions.
1547010NoNo foreign keys reference table '%ls', or you do not have permissions on referencing tables.
1547110NoThe text for object '%ls' is encrypted.
1547210NoThe object '%ls' does not have any indexes, or you do not have permissions.
1547416NoInvalid private key. The private key does not match the public key of the %S_MSG.
1547510NoThe database is renamed and in single user mode.
1547610NoA member of the sysadmin role must reset the database to multiuser mode with sp_dboption.
1547710NoCaution: Changing any part of an object name could break scripts and stored procedures.
1548216NoCannot change the owner of a table that has an indexed view.
1549010NoThe dependent aliases were also dropped.
1549710NoCould not add login using sp_addlogin (user = %s). Terminating this procedure.
1549910NoThe dependent aliases were mapped to the new database owner.
1550010NoThe dependent aliases were dropped.
1550210NoSetting database owner to SA.
1550310NoGiving ownership of all objects to the database owner.
1550410NoDeleting users except guest and the database owner from the system catalog.
1550516NoCannot change owner of object '%ls' or one of its child objects because the new owner '%ls' already has an object with the same name.
1550616NoAn error occurred while signing.
1550716NoA key required by this operation appears to be corrupted.
1550816NoAn error occurred while generating a key required by this operation.
1550916NoThe password cannot be dropped because another database may be using it.
1551016NoCannot enable a login that has an empty password.
1551110NoDefault bound to column.
1551210NoDefault bound to data type.
1551310NoThe new default has been bound to columns(s) of the specified user data type.
1551410NoRule bound to table column.
1551510NoRule bound to data type.
1551610NoThe new rule has been bound to column(s) of the specified user data type.
1551716NoCannot 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.
1551816NoCannot execute as the Windows token. It is not valid, or you do not have permission.
1551910NoDefault unbound from table column.
1552010NoDefault unbound from data type.
1552110NoColumns of the specified user data type had their defaults unbound.
1552210NoRule unbound from table column.
1552310NoRule unbound from data type.
1552410NoColumns of the specified user data type had their rules unbound.
1552510Nosp_checknames is used to search for non 7-bit ASCII characters.
1552610Noin several important columns of system tables. The following
1552710Nocolumns are searched:
1552810NoIn master:
1552916NoCannot execute as the ticket. It is not valid, or you do not have permission.
1553016NoThe %S_MSG with name "%.*ls" already exists.
1553116NoThe security descriptor information is not valid.
1553216NoThe security descriptor is invalid because it does not contain information about its owner or about its primary group.
1553316NoInvalid data type is supplied in the '%ls' statement.
1553416NoCookie generation failed in the '%ls' statement.
1553516NoCannot set a credential for principal '%.*ls'.
1553610NoIn all databases:
1553716NoLogin '%.*ls' does not have access to server.
1553816NoLogin '%.*ls' does not have access to database.
1553916NoUser '%s' cannot be dropped, it can only be disabled. The user is already disabled in the current database.
1554016NoThe identity string is too long. The identity string should contain no more than %d characters.
1554116NoCannot drop the credential '%.*ls' because it is used by a server principal.
1554210NoCannot create a key without specifying an encryptor.
1555610NoCannot 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.
1555710NoThere is already a %S_MSG by %S_MSG '%.*ls'.
1555810NoCannot drop %S_MSG by %S_MSG '%.*s'.
1555910NoCannot drop %S_MSG '%.*ls' because there is a %S_MSG mapped to it.
1556010NoCannot add or drop a signature on '%.*ls' because only modules can be signed.
1556110NoSignatures based on certificates or asymmetric keys are the only options supported in this version of the product.
1556210NoThe 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.
1556310NoThe %S_MSG has no private key set for it.
1557410NoThis object does not have any statistics.
1557510NoThis object does not have any statistics or indexes.
1557616NoYou cannot set network name on server '%ls' because it is not a linked SQL Server.
1557710NoWarning: 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.
1557816NoThere is already a master key in the database. Please drop it before performing this statement.
1557916NoAdding an encryption to the symmetric key failed. An encryption by the same %S_MSG '%.*s' may already exist.
1558016NoCannot drop %S_MSG because %S_MSG '%.*s' is encrypted by it.
1558116NoPlease create a master key in the database or open the master key in the session before performing this operation.
1558216NoCannot set aliases for certificate logins or asymmetric key logins.
1558310NoThe module being signed is marked to execute as owner. If the owner changes the signature will not be valid.
1558410NoAn 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.
1558510NoThe current master key cannot be decrypted. The error was ignored because the FORCE option was specified.
1558616NoError in synchronizing system certificates between master and resource database.
1558716NoCannot change owner of Assembly '%.*ls' since dependent assembly '%.*ls' is not owned by the new owner.
1558810NoThe old and new master keys are identical. No data re-encryption is required.
1558916NoCannot revert the current security context because the cookie is invalid.
1559016NoCan only use the 'No Revert' or 'Cookie' options with the 'Execute As' statement at the adhoc level.
1559116NoThe 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.
1559216NoCannot unset application role because none was set or the cookie is invalid.
1559316NoAn 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.
1559416NoThe password is already provisioned for the database '%.*ls'
1559516NoThe password cannot be dropped because it is not provisioned for the database '%.*ls'
1559610NoWarning: use of a UNIQUE index, PRIMARY KEY constraint, or UNIQUE constraint on a table with row-level security can allow information disclosure.
1559710NoWarning: use of an IDENTITY column on a table with row-level security can allow information disclosure.
1559810NoWarning: use of an indexed view on a table with row-level security can allow information disclosure.
1559910NoAuditing and permissions can't be set on local temporary objects.
1560015NoAn invalid parameter or option was specified for procedure '%s'.
1560116NoFull-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.
1561216NoDBCC DBCONTROL error. Database was not made read-only.
1561516NoDBCC DBCONTROL error. Database was not made single user.
1562210NoNo permission to access database '%s'.
1562510NoOption '%ls' not recognized for '%ls' parameter.
1562610NoYou attempted to acquire a transactional application lock without an active transaction.
1562710Nosp_dboption command failed.
1563516NoCannot execute '%ls' because the database is in read-only access mode.
1564516NoColumn '%ls' does not exist.
1564616NoColumn '%ls' is not a computed column.
1564710NoNo views with schema binding reference table '%ls'.
1565010NoUpdating %s
1565110No%d index(es)/statistic(s) have been updated, %d did not require update.
1565210No%s has been updated...
1565310No%s, update is not necessary...
1565410NoTable %s: cannot perform the operation on the table because its clustered index is disabled.
1565616NoCannot create user defined types from XML data type.
1565716NoVardecimal storage format is not available in system database '%s'.
1565816NoCannot run sp_resetstatus against a database snapshot.
1565916NoThe schema '%ls' specified for parameter schema_name does not exist.
1566016NoCompressing XML, spatial, columnstore or hash indexes is not supported by the stored procedure sp_estimate_data_compression_savings.
1566116NoCompressing temporary tables is not supported by the stored procedure sp_estimate_data_compression_savings.
1566216NoCompressing tables with sparse columns or column sets is not supported by the stored procedure sp_estimate_data_compression_savings.
1566316NoFeature "sp_addserver" is no longer supported. Replace remote servers by using linked servers.
1566416NoCannot set key '%ls' in the session context. The key has been set as read_only for this session.
1566516NoThe 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.
1566616NoCannot set key '%ls' in the session context. The size of the key cannot exceed 256 bytes.
1566716NoReset session context is not allowed when a another batch is active in session.
1566810NoNo edge constraints reference table '%ls', or you do not have permissions on referencing tables.
1570116YesStatement %.*ls failed, because it attempted to set the Automatic Tuning option %.*ls multiple times.
1570216YesCannot perform action because Automatic Tuning cannot be enabled on system database %.*ls.
1570310YesSetting Automatic Tuning option %.*ls to %.*ls for database %.*ls.
1570416YesAutomatic Tuning option %.*ls is disabled by system.
1570516YesAutomatic Tuning option %.*ls cannot be enabled, because Query Store is not turned on.
1570616YesAutomatic Tuning option %.*ls cannot be enabled, because Query Store is in READ_ONLY mode.
1570716YesAutomatic Tuning is available only in the Enterprise and Developer editions of SQL Server.
1570816YesInvalid automatic tuning option name.
1570916YesInvalid automatic tuning option state.
1571016YesInvalid database tuning mode string.
1571116YesCannot acquire shared lock over the database.
1571216YesInvalid server tuning mode.
1571316YesCannot acquire update lock over the database.
1571416YesCannot execute stored procedure on this database type.
1571516YesSetting Automatic Tuning option %.*ls to DEFAULT is not allowed while in CUSTOM database tuning mode for database %.*ls.
1571615YesOnly one Automatic Tuning option can be given in ALTER DATABASE statement.
1571716YesRequested automatic tuning configuration is not supported or parameters are invalid.
1571816YesAutomatic tuning dependency not met (%ls).
1571914YesUser does not have necessary permissions (%ls) on current database to execute the stored procedure.
1572016NoSetting Automatic Tuning option to DEFAULT is not allowed while in CUSTOM server tuning mode for server %.*ls.
1580116NoInitialization of external distributed computation library failed.
1580216NoRequest to perform an external distributed computation has failed with error "%s".
1580316NoFORMATFILE option cannot be used to read distributed files. You can either remove it to try determining schema from data files, or use WITH clause of OPENROWSET instead to define schema inline.
1580416NoCould not load external library '%s'.
1580516NoAn error occurred while calling to external library '%ls'. HRESULT = '0x%x'.'
1580610NoStatement ID: %s | Query hash: %s | Distributed request ID: %s
1580716NoProvided statement is not supported.
1580816NoSchema cannot be determined from data files for file format '%.*ls'. Please use WITH clause of OPENROWSET to define schema.
1580916NoNo files found matching the name pattern(s) '%ls'.
1581016NoError trying to retrieve schema from the data file '%.*ls'. Make sure the file matches the '%.*ls' format.
1581116NoNo columns found in the data file '%ls'.
1581216NoNumber of columns in the data file '%ls' exceeds the maximum of %d.
1581316NoError reading external file: '%s'.
1581416NoColumn '%s' of type '%s' is not compatible with external data type '%s'.
1581516NoExternal data type '%s' is currently not supported.
1581616NoQuery shape is not supported.
1581710NoThis stored procedure is available only in Polaris.
1581810No%.*ls input argument should be a query text in the following form: 'SELECT col FROM OPENROWSET(BULK)'.%hs%hs
1581916NoFile statistics encountered an error with global statistics table. Table does not exist or it is corrupted.
1582016NoFile statistics for column '%.*ls' cannot be dropped because they do not exist. Please, correct sp_drop_file_statistics OPENROWSET query argument to make sure that you specify the same OPENROWSET options, as when the sp_create_file_statistics was called.
1582116NoFile statistics for column '%.*ls' cannot be created because they already exist.
1582210NoAn internal error occurred.
1582316NoThe filepath function requires 0 arguments or exactly 1 constant integer value argument.
1582416NoFilepath function argument(s) out of range.
1582516NoFilepath function prefix '%s' does not match the alias name or function argument is out of range.
1582616NoFilename function prefix '%s' does not match the alias name.
1582716NoThe filename function requires 0 arguments.
1582816NoThe filepath function requires 0 to 1 arguments.
1582916NoThe name, '%s', is invalid. The prefix 'RESOLVED_WILDCARD_VIRTUAL_COLUMN_' is reserved.
1583010NoProvided expression does not match any known RWVC.
1583116NoFile statistics for column '%.*ls' do not exist. Please, correct sp_show_file_statistics OPENROWSET query argument to make sure that you specify the same OPENROWSET options, as when the sp_create_file_statistics was called.
1583216NoInternal error number %d encountered while creating statistics.
1583316NoCreate/drop/show stats operations are currently not supported for queries that use schema inference.
1583916No'%ls' is not supported by data_export.
1590116NoQuery not supported: Cannot determine result column sources.
1590216NoQuery not supported: Cannot determine result column sources.
1590316NoQuery not supported: Cannot determine result column sources.
1590416NoQuery not supported: Cannot determine result column sources.
ErrorSeverityEvent loggedDescription
1500116NoObject '%ls' does not exist or is not a valid object for this operation.
1500216NoThe procedure '%s' cannot be executed within a transaction.
1500316NoOnly members of the %s role can execute this stored procedure.
1500416NoName cannot be NULL.
1500510NoStatistics for all tables have been updated.
1500616No'%s' is not a valid name because it contains invalid characters.
1500716No'%s' is not a valid login or you do not have permission.
1500816NoUser '%s' does not exist in the current database.
1500916NoThe object '%s' does not exist in database '%s' or is invalid for this operation.
1501016NoThe database '%s' does not exist. Supply a valid database name. To see available databases, use sys.databases.
1501116NoDatabase option '%s' does not exist. Specify a valid database option.
1501216NoThe device '%s' does not exist. Use sys.backup_devices to show available devices.
1501310NoTable '%s': No columns without statistics found.
1501416NoThe role '%s' does not exist in the current database.
1501516NoThe server '%s' does not exist. Use sp_helpserver to show available servers.
1501616NoThe default '%s' does not exist.
1501716NoThe rule '%s' does not exist.
1501810NoTable '%s': Creating statistics for the following columns:
1501916NoThe extended stored procedure '%s' does not exist.
1502010NoStatistics have been created for the %d listed columns of the above tables.
1502116NoInvalid value given for parameter %s. Specify a valid parameter value.
1502216NoThe specified user name is already aliased.
1502316NoUser, group, or role '%s' already exists in the current database.
1502416NoThe group '%s' already exists in the current database.
1502516NoThe server principal '%s' already exists.
1502616NoLogical device '%s' already exists.
1502816NoThe server '%s' already exists.
1503216NoThe database '%s' already exists. Specify a unique database name.
1503316No'%s' is not a valid official language name.
1503416NoThe application role password must not be NULL.
1503616NoThe data type '%s' does not exist or you do not have permission.
1504016NoUser-defined error messages must have an ID greater than 50000.
1504116NoUser-defined error messages must have a severity level between 1 and 25.
1504210NoThe @with_log parameter is ignored for messages that are not us_english version.
1504316NoYou must specify 'REPLACE' to overwrite an existing message.
1504416NoThe type "%s" is an unknown backup device type. Use the type "disk" or "tape".
1504516NoThe logical name cannot be NULL.
1504616NoThe physical name cannot be NULL.
1504810NoValid values of the database compatibility level are %d, %d, %d, %d, %d, %d or %d.
1504911NoCannot unbind from '%s'. Use ALTER TABLE DROP CONSTRAINT.
1505011NoCannot bind default '%s'. The default must be created using the CREATE DEFAULT statement.
1505111NoCannot rename the table because it is published for replication.
1505316NoObjects exist which are not owned by the database owner.
1505410NoThe current compatibility level is %d.
1505610NoThe suspect flag on the database "%s" is already reset.
1505716NoList of %s name contains spaces, which are not allowed.
1505816NoList of %s has too few names.
1505916NoList of %s has too many names.
1506016NoList of %s names contains name(s) which have '%s' non-alphabetic characters.
1506116NoThe add device request was denied. A physical device named "%s" already exists. Only one backup device may refer to any physical device name.
1506216NoThe guest user cannot be mapped to a login name.
1506316NoThe login already has an account under a different user name.
1506516NoAll user IDs have been assigned.
1506616NoA default-name mapping of a remote login from remote server '%s' already exists.
1506816NoA remote user '%s' already exists for remote server '%s'.
1506916NoOne or more users are using the database. The requested operation cannot be completed.
1507010NoObject '%s' was successfully marked for recompilation.
1507116NoUsage: sp_addmessage <msgnum>,<severity>,<msgtext> [,<language> [,FALSE | TRUE [,REPLACE]]]
1507216NoUsage: sp_addremotelogin remoteserver [,loginname [,remotename]]
1507410NoWarning: You must recover this database prior to access.
1507616NoDefault, table, and user data types must be in the current database.
1507716NoRule, table, and user data type must be in the current database.
1507816NoThe table or view must be in the current database.
1507910NoQueries processed: %d.
1508016NoCannot use parameter %s for a Windows login.
1508116NoMembership of the public role cannot be changed.
1508316NoPhysical data type '%s' does not accept a collation
1508416NoThe column or user data type must be in the current database.
1508516NoUsage: sp_addtype name, 'data type' [,'NULL' | 'NOT NULL']
1509616NoCould not find object '%ls' or you do not have required permission or the object is not valid for adding extended property.
1509716NoThe size associated with an extended property cannot be more than 7,500 bytes.
1509816NoThe name change cannot be performed because the SID of the new name does not match the old SID of the principal.
1509916NoThe MUST_CHANGE option cannot be used when CHECK_EXPIRATION is OFF.
1510116NoCannot 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.
1510216NoCannot bind a default to an identity column.
1510316NoCannot bind a default to a column created with or altered to have a default value.
1510416NoYou do not own a table named '%s' that has a column named '%s'.
1510616NoUsage: sp_bindrule rulename, objectname [, 'futureonly']
1510716NoCannot 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.
1510816Nosp_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.
1510916NoCannot change the owner of the master, model, tempdb or distribution database.
1511016NoThe proposed new database owner is already a user or aliased in the database.
1511116NoThe proposed new database owner is already aliased in the database.
1511211NoThe third parameter for table option 'text in row' is invalid. It should be 'on', 'off', '0', '1' or a number from 24 through 7000.
1511316NoToo 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.
1511416NoPassword validation failed. The password for the user is too recent to change.
1511516NoPassword validation failed. The password cannot be used at this time.
1511616NoPassword validation failed. The password does not meet the operating system policy requirements because it is too short.
1511716NoPassword validation failed. The password does not meet the operating system policy requirements because it is too long.
1511816NoPassword validation failed. The password does not meet the operating system policy requirements because it is not complex enough.
1511916NoPassword validation failed. The password does not meet the requirements of the password filter DLL.
1512016NoAn unexpected error occurred during password validation.
1512116NoAn error occurred during the execution of %ls. A call to '%ls' failed with error code: '%d'.
1512216NoThe CHECK_EXPIRATION option cannot be used when CHECK_POLICY is OFF.
1512316NoThe configuration option '%s' does not exist, or it may be an advanced option.
1512416NoThe configuration option '%s' is not unique.
1512516NoTrigger '%s' is not a trigger for '%s'.
1512716NoCannot set the default language to a language ID not defined in syslanguages.
1512816NoThe CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.
1512916No'%d' is not a valid value for configuration option '%s'.
1513016NoThere already exists a '%s' trigger for '%s'.
1513116NoUsage: sp_dbremove <dbname> [,dropdev]
1513316NoINSTEAD OF trigger '%s' cannot be associated with an order.
1513416NoNo alias exists for the specified user.
1513516NoObject is invalid. Extended properties are not permitted on '%s', or the object does not exist.
1513616NoThe database principal is set as the execution context of one or more procedures, functions, or event notifications and cannot be dropped.
1513716NoAn 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.
1513816NoThe database principal owns a %S_MSG in the database, and cannot be dropped.
1514116NoThe server principal owns one or more %S_MSG(s) and cannot be dropped.
1514316No'%s' is not a valid option for the @updateusage parameter. Enter either 'true' or 'false'.
1514416NoThe role has members. It must be empty before it can be dropped.
1514516NoAn implicit %S_MSG creation has failed. Reason: The %S_MSG may have been dropped or its name may already be in use.
1514616NoAn encryption password must be provided to encrypt the private key of this %S_MSG.
1514716NoNo decryption password should be provided because the private key of this %S_MSG is encrypted by a master key.
1514816NoThe data type or table column '%s' does not exist or you do not have permission.
1514916NoPrincipal doesn't exist or doesn't have sufficient privileges.
1515016NoCannot %S_MSG the %S_MSG '%.*ls'.
1515116NoCannot %S_MSG the %S_MSG '%.*ls', because it does not exist or you do not have permission.
1515216NoCannot update user instances. Reason: %ls. Error code: 0x%x.
1515316NoThe xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify that the '%.*ls' credential exists and contains valid information.
1515416NoThe database principal owns an %S_MSG and cannot be dropped.
1515516NoThe server principal owns a %S_MSG and cannot be dropped.
1515616NoThe password that you specified is too long. The password should have no more than %d characters.
1515716NoSetuser 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.
1515816NoCannot initialize security.
1515916NoMaximum impersonation nesting level exceeded (limit %d)..
1516016NoCannot issue impersonation token from non-primary impersonation context or for non-Windows user.
1516116NoCannot set application role '%.*ls' because it does not exist or the password is incorrect.
1516216NoUnexpected error while creating impersonation token.
1516316NoInvalid timeout value. Valid timeout is between 1 and 7200 sec.
1516416No'%.*ls' is not a valid login or cannot be issued impersonation token.
1516516NoCould not find object '%ls' or you do not have permission.
1516610NoWarning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
1516716NoCannot generate GUID.
1516816NoCannot rename the view '%s' and its columns and indexes because it is a system generated view that was created for optimization purposes.
1516916NoThe server option "%ls" is not available in this edition of SQL Server.
1517016NoThis login is the owner of %ld job(s). You must delete or reassign these jobs before the login can be dropped.
1517116NoCannot use the parameter "%s" for a certificate or asymmetric key login.
1517216NoFallBack certificate must be created or dropped in master database in single user mode.
1517316NoServer principal '%s' has granted one or more permission(s). Revoke the permission(s) before dropping the server principal.
1517416NoLogin '%s' owns one or more database(s). Change the owner of the database(s) before dropping the login.
1517516NoLogin '%s' is aliased or mapped to a user in one or more database(s). Drop the user or alias before dropping the login.
1517616NoThe only valid @parameter value is 'WITH_LOG'.
1517716NoUsage: sp_dropmessage <msg number> [,<language> | 'ALL']
1517816NoCannot drop a message with an ID less than 50,000.
1517916NoThe message number %u or specified language version does not exist.
1518216NoCannot disable access to the guest user in master or tempdb.
1518316NoThe database principal owns objects in the database and cannot be dropped.
1518416NoThe database principal owns data types in the database and cannot be dropped.
1518516NoThere is no remote user '%s' mapped to local user '%s' from the remote server '%s'.
1518616NoThe server principal is set as the execution context of a trigger or event notification and cannot be dropped.
1518710NoThe %S_MSG cannot be dropped because it is used by one or more %S_MSG(s).
1518816NoCannot create an index that does not include all security columns.
1518916NoCannot have more than one security column for a table.
1519016NoThere are still remote logins or linked logins for the server '%s'.
1519216NoCannot alter or drop the security column of a table.
1519516NoThe MUST_CHANGE option is not supported by this version of Microsoft Windows.
1519616NoThe current security context is non-revertible. The "Revert" statement failed.
1519716NoThere is no text for object '%s'.
1519816NoThe name supplied (%s) is not a user, role, or aliased login.
1519916NoThe current security context cannot be reverted. Please switch to the original database where '%ls' was called and try it again.
1520116NoThere are no remote logins for the remote server '%s'.
1520216NoThere are no remote logins defined.
1520316NoThere are no remote logins for '%s'.
1520416NoThere are no remote logins for '%s' on remote server '%s'.
1520516NoThere are no servers defined.
1520616NoInvalid Remote Server Option: '%s'.
1520716NoThe trusted option in remote login mapping is no longer supported.
1520816NoThe certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.
1520916NoAn error occurred during encryption.
1521216NoInvalid certificate subject. The certificate subject must have between 1 and %d characters.
1521316NoWarning: The certificate you created has an invalid validity period; its expiration date precedes its start date.
1521416NoWarning: The certificate you created is expired.
1521516NoWarning: The certificate you created is not yet valid; its start date is in the future.
1521616No'%s' is not a valid option for the @delfile parameter.
1521716NoProperty cannot be updated or deleted. Property '%.*ls' does not exist for '%.*ls'.
1521816NoObject '%s' is not a table.
1521916NoCannot change the owner of an indexed view.
1522216NoRemote login option '%s' is not unique.
1522311NoError: The input parameter '%s' is not allowed to be null.
1522411NoError: The value for the @newname parameter contains invalid characters or violates a basic restriction (%s).
1522511NoNo item by the name of '%s' could be found in the current database '%s', given that @itemtype was input as '%s'.
1522616NoCannot create alias types from an XML datatype.
1522716NoThe database '%s' cannot be renamed.
1522816NoA member of the sysadmin role must set database '%s' to single user mode with sp_dboption before it can be renamed.
1522916NoThe argument specified for the "%.*ls" parameter of stored procedure sp_db_vardecimal_storage_format is not valid. Valid arguments are 'ON' or 'OFF'.
1523016NoError starting user instance. Error code: %d.
1523116NoThe argument specified for the '%ls' parameter of stored procedure '%ls' is not valid. Valid arguments are 'ON', 'OFF', 'TRUE' and 'FALSE'.
1523216NoA certificate with name '%s' already exists or this certificate already has been added to the database.
1523316NoProperty cannot be added. Property '%.*ls' already exists for '%.*ls'.
1523416NoObjects of this type have no space allocated.
1523616NoColumn '%s' has no default.
1523716NoUser data type '%s' has no default.
1523816NoColumn '%s' has no rule.
1523916NoUser data type '%s' has no rule.
1524016NoCannot write into file '%s'. Verify that you have write permissions, that the file path is valid, and that the file does not already exist.
1524116NoUsage: sp_dboption [dbname [,optname [,'true' | 'false']]]
1524216NoDatabase option '%s' is not unique.
1524316NoThe option '%s' cannot be changed for the master database.
1524416NoOnly members of the sysadmin role or the database owner may set database options.
1524616NoCannot dump the private key of certificate '%s' because the private key cannot be found.
1524716NoUser does not have permission to perform this action.
1524811NoEither the parameter @objname is ambiguous or the claimed @objtype (%s) is wrong.
1524911NoError: Explicit @objtype '%s' is unrecognized.
1525016NoThe database name component of the object qualifier must be the name of the current database.
1525116NoInvalid '%s' specified. It must be %s.
1525216NoThe primary or foreign key table name must be given.
1525311NoSyntax error parsing SQL identifier '%s'.
1525416NoUsers other than the database owner or guest exist in the database. Drop them before removing the database.
1525511No'%s' is not a valid value for @autofix. The only valid value is 'auto'.
1525616NoUsage: sp_certify_removable <dbname> [,'auto']
1525716NoThe database that you are attempting to certify cannot be in use at the same time.
1525816NoThe database must be owned by a member of the sysadmin role before it can be removed.
1525916NoThe DEFAULT_SCHEMA clause cannot be used with principals mapped to certificates or asymmetric keys.
1526016NoThe format of the security descriptor string '%s' is invalid.
1526116NoUsage: sp_create_removable <dbname>,<syslogical>,<sysphysical>,<syssize>,<loglogical>,<logphysical>,<logsize>,<datalogical1>,<dataphysical1>,<datasize1> [,<datalogical2>,<dataphysical2>,<datasize2>...<datalogical16>,<dataphysical16>,<datasize16>]
1526210NoInvalid file size entered. All files must be at least 1 MB.
1526316NoA SID in the security descriptor string '%s' could not be found in an account lookup operation.
1526416NoCould not create the '%s' portion of the database.
1526516NoAn unexpected error has occurred in the processing of the security descriptor string '%s'.
1526616NoCannot make '%s' database removable.
1526716NoA security descriptor with name '%s' already exists.
1526810YesAuthentication mode is %s.
1526916NoLogical data device '%s' not created.
1527116NoInvalid @with_log parameter value. Valid values are 'true' or 'false'.
1527210NoThe %s '%.*s' is not trusted to execute.
1527310NoThe decryption key is incorrect.
1527416NoAccess to the remote server is denied because the current security context is not trusted.
1527616NoCannot provision master key passwords for system databases.
1527716NoThe only valid @parameter_value values are 'true' or 'false'.
1527816NoLogin '%s' is already mapped to user '%s' in database '%s'.
1527916NoYou must add the us_english version of this message before you can add the '%s' version.
1528016NoAll localized versions of this message must be dropped before the us_english version can be dropped.
1528110NoSQL 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.
1528210NoA key with name '%.*ls' or user defined unique identifier already exists or you do not have permissions to create it.
1528316NoThe name '%s' contains too many characters.
1528416NoThe database principal has granted or denied permissions to objects in the database and cannot be dropped.
1528516NoThe special word '%s' cannot be used for a logical device name.
1528616NoTerminating this procedure. The @action '%s' is unrecognized. Try 'REPORT', 'UPDATE_ONE', or 'AUTO_FIX'.
1528716NoTerminating this procedure. '%s' is a forbidden value for the login name parameter in this procedure.
1528810NoPlease specify one decryptor to decrypt a key.
1528916NoTerminating this procedure. Cannot have an open transaction when this is run.
1529116NoTerminating this procedure. The %s name '%s' is absent or invalid.
1529210NoThe row for user '%s' will be fixed by updating its login link to a login already in existence.
1529310NoBarring a conflict, the row for user '%s' will be fixed by updating its link to a new login.
1529410NoThe number of orphaned users fixed by adding new logins and then updating users was %d.
1529510NoThe number of orphaned users fixed by updating users was %d.
1529616NoGeneral cryptographic failure.
1529716NoThe certificate, asymmetric key, or private key data is invalid.
1529916NoThe signature of the public key is invalid.
1530011NoNo recognized letter is contained in the parameter value for General Permission Type (%s). Valid letters are in this set: %s .
1530116NoCollation '%s' is supported for Unicode data types only and cannot be set at either the database or server level.
1530211NoDatabase_Name should not be used to qualify owner.object for the parameter into this procedure.
1530311NoThe "user options" config value (%d) was rejected because it would set incompatible options.
1530416NoThe severity level of the '%s' version of this message must be the same as the severity level (%ld) of the us_english version.
1530516NoThe @TriggerType parameter value must be 'insert', 'update', or 'delete'.
1530616NoCannot change the compatibility level of replicated or distributed databases.
1530716NoCould not change the merge publish option because the server is not set up for replication.
1530816NoYou must set database '%s' to single user mode with sp_dboption before fixing indexes on system tables.
1530916NoCannot alter the trustworthy state of the model or tempdb databases.
1531016YesFailed to configure user instance on startup. Error updating server metadata.
1531116NoThe file named '%s' does not exist.
1531216NoThe file named '%s' is a primary file and cannot be removed.
1531310NoThe key is not encrypted using the specified decryptor.
1531410NoEither 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.
1531510NoThe key '%.*ls' is not open. Please open the key before using it.
1531610NoGlobal temporary keys are not allowed. You can only use local temporary keys.
1531710NoThe master key file does not exist or has invalid format.
1531810NoAll fragments for database '%s' on device '%s' are now dedicated for log usage only.
1531917NoError: DBCC DBREPAIR REMAP failed for database '%s' (device '%s').
1532016NoAn 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.
1532116NoThere was some problem removing '%s' from sys.master_files.
1532210NoFile '%s' was removed from tempdb, and will take effect upon server restart.
1532316NoThe selected index does not exist on table '%s'.
1532416NoThe option %s cannot be changed for the '%s' database.
1532516NoThe current database does not contain a %s named '%ls'.
1532610NoNo extended stored procedures exist.
1532710NoThe database is now offline.
1532810NoThe database is offline already.
1532916NoThe 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.
1533011NoThere are no matching rows on which to report.
1533111NoThe user '%s' cannot take the action auto_fix due to duplicate SID.
1533210NoThe private key is already set for this file. To change it you should drop and re-create the certificate.
1533311NoError: The qualified @oldname references a database (%s) other than the current database.
1533410NoThe %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.
1533511NoError: The new name '%s' is already in use as a %s name and would cause a duplicate that is not permitted.
1533616NoObject '%s' cannot be renamed because the object participates in enforced dependencies.
1533710NoCaution: 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.
1533910NoCreating '%s'.
1534210NoThere is no private key provisioned for %S_MSG '%.*ls'.
1534310NoThe username and/or password passed in is invalid or the current process does not have sufficient privileges.
1534416NoOwnership change for %S_MSG is not supported.
1534516NoAn entity of type %S_MSG cannot be owned by a role, a group, or by principals mapped to certificates or asymmetric keys.
1534616NoCannot change owner for an object that is owned by a parent object. Change the owner of the parent object instead.
1534716NoCannot transfer an object that is owned by a parent object.
1534816NoCannot transfer a schemabound object.
1534916NoCannot transfer an MS Shipped object.
1535016NoAn 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.
1535110NoThe CLR procedure/function/type being signed refers to an assembly that is not signed either by a strong name or an assembly.
1535216NoThe %S_MSG cannot be dropped because one or more entities are either signed or encrypted using it.
1535316NoAn entity of type %S_MSG cannot be owned by a role, a group, an approle, or by principals mapped to certificates or asymmetric keys.
1535410NoUsage: sp_detach_db <dbname>, [TRUE|FALSE], [TRUE|FALSE]
1535616NoThe current application role has been dropped. The current security context contains no valid database user context.
1535716NoThe current security context was set by "%ls". It cannot be reverted by statement "%ls".
1535810NoUser-defined filegroups should be made read-only.
1535916NoCannot add functional unit '%.*ls' to component '%.*ls'. This unit has been already registered with the component.
1536016NoAn error occurred while trying to load the xpstar dll to read the agent proxy account from LSA.
1536116NoAn error occurred while trying to read the SQLAgent proxy account credentials from the LSA.
1536216NoAn error occurred while trying to create the '%.*ls' credential.
1536416YesFailed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. The connection will be closed.%.*ls
1536516YesFailed to generate a user instance of SQL Server. Only members of Builtin\Users can generate a user instance. The connection will be closed.%.*ls
1536616YesFailed to generate a user instance of SQL Server due to low memory. The connection will be closed.%.*ls
1536716YesFailed 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
1536816YesFailed to generate a user instance of SQL Server due to a failure in reading registry keys. The connection will be closed.%.*ls
1536916YesFailed to generate a user instance of SQL Server due to a failure in impersonating the client. The connection will be closed.%.*ls
1537016YesFailed to generate a user instance of SQL Server due to a failure in copying database files. The connection will be closed.%.*ls
1537116YesFailed to generate a user instance of SQL Server due to a failure in creating user instance event. The connection will be closed.%.*ls
1537216YesFailed 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
1537316YesFailed 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
1537416YesFailed 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
1537516YesFailed 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
1537616YesFailed 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
1537716YesFailed to configure user instance on startup. Error adding user to sysadmin role.
1537816YesFailed to configure user instance on startup. Error configuring system database entries in master database.
1538016YesFailed to configure user instance on startup. Error configuring system database paths in master database.
1538116YesFailed to generate a user instance of SQL Server due to a failure in updating security descriptor on the process of the user instance.
1538216YesFailed 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
1538316YesGenerating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.%.*ls
1538416YesFailed to configure user instance on startup. Error updating Resource Manager ID.
1538516NoNo database principal is defined for sid '%.*ls'.
1538616NoAnother batch in the session is changing security context, new batch is not allowed to start.
1538711NoIf the qualified object name specifies a database, that database must be the current database.
1538811NoThere is no user table matching the input name '%s' in the current database or you do not have permission to access the table.
1538911Nosp_indexoption is not supported for XML or spatial indexes. Use ALTER INDEX instead.
1539011NoInput name '%s' does not have a matching user table or indexed view in the current database.
1539111Nosp_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.
1539216NoThe specified option '%s' is not supported by this edition of SQL Server and cannot be changed using sp_configure.
1539316NoAn 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.
1539416NoCollation '%s' is not supported by the operating system
1539511NoThe qualified old name could not be found for item type '%s'.
1539616NoAn asymmetric key with name '%s' already exists or this asymmetric key already has been added to the database.
1539716NoThe %S_MSG is not protected by a password. A decryption password cannot be used for this operation.
1539811NoOnly objects in the master database owned by dbo can have the startup setting changed.
1539911NoCould not change startup option because this option is restricted to objects that have no parameters.
1540111NoWindows NT user or group '%s' not found. Check the name again.
1540211No'%s' is not a fixed server role.
1540316NoThe server principal "%.*ls" does not exist, does not have server access, or you do not have permission.
1540416NoCould not obtain information about Windows NT group/user '%ls', error code %#lx.
1540511NoCannot use the special principal '%s'.
1540616NoCannot 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.
1540711No'%s' is not a valid Windows NT name. Give the complete name: <domain\username>.
1540816No"%ls" cannot be called in this batch because a simultaneous batch has called it.
1540911No'%s' is not a role.
1541011NoUser or role '%s' does not exist in this database.
1541111NoDatabase principal or schema '%s' does not exist in this database.
1541211No'%s' is not a known fixed role.
1541311NoCannot make a role a member of itself.
1541416NoCannot set compatibility level because database has a view or computed column that is indexed. These indexes require a SQL Server compatible database.
1541511NoUser is a member of more than one group. sp_changegroup is set up for backward compatibility and expects membership in one group at most.
1541616NoUsage: sp_dbcmptlevel [dbname [, compatibilitylevel]]
1541816NoOnly members of the sysadmin role or the database owner may set the database compatibility level.
1541916NoSupplied parameter sid should be binary(16).
1542016NoThe group '%s' does not exist in this database.
1542116NoThe database principal owns a database role and cannot be dropped.
1542216NoApplication roles can only be activated at the ad hoc level.
1542516NoNo server principal is defined for sid '%.*ls'.
1542616NoYou must specify a provider name with this set of properties.
1542716NoYou must specify a provider name for unknown product '%ls'.
1542816NoYou cannot specify a provider or any properties for product '%ls'.
1542916No'%ls' is an invalid product name.
1543116NoYou must specify the @rolename parameter.
1543216NoStored procedure '%s' can only be executed at the ad hoc level.
1543316NoSupplied parameter sid is in use.
1543416NoCould not drop login '%s' as the user is currently logged in.
1543510NoDatabase successfully published.
1543610NoDatabase successfully enabled for subscriptions.
1543710NoDatabase successfully published using merge replication.
1543810NoDatabase is already online.
1543910NoDatabase is now online.
1544010NoDatabase is no longer published.
1544110NoDatabase is no longer enabled for subscriptions.
1544210NoDatabase is no longer enabled for merge publications.
1544310NoCheckpointing database that was changed.
1544816NoEncryption by the machine key cannot be added to the service master key because the service master key cannot be decrypted or does not exist.
1544910NoType Added
1545010NoNew language inserted.
1545116NoDropping an encryption from the service master key failed. No encryption by the machine key exists.
1545210NoNo alternate languages are available.
1545310Nous_english is always available, even though it is not in syslanguages.
1545410NoLanguage deleted.
1545516NoAdding an encryption to the service master key failed. An encryption by the machine key already exists.
1545610NoValid configuration options are:
1545710NoConfiguration option '%ls' changed from %ld to %ld. Run the RECONFIGURE statement to install.
1545810NoDatabase removed.
1545910NoIn the current database, the specified object references the following:
1546010NoIn the current database, the specified object is referenced by the following:
1546110NoObject does not reference any object, and no objects reference it.
1546210NoFile '%s' closed.
1546310NoDevice dropped.
1546416NoUnsupported private key format or key length.
1546516NoThe private key password is invalid.
1546616NoAn error occurred during decryption.
1546816NoAn error occurred during the generation of the %S_MSG.
1546910NoNo constraints are defined on object '%ls', or you do not have permissions.
1547010NoNo foreign keys reference table '%ls', or you do not have permissions on referencing tables.
1547110NoThe text for object '%ls' is encrypted.
1547210NoThe object '%ls' does not have any indexes, or you do not have permissions.
1547416NoInvalid private key. The private key does not match the public key of the %S_MSG.
1547510NoThe database is renamed and in single user mode.
1547610NoA member of the sysadmin role must reset the database to multiuser mode with sp_dboption.
1547710NoCaution: Changing any part of an object name could break scripts and stored procedures.
1548216NoCannot change the owner of a table that has an indexed view.
1549010NoThe dependent aliases were also dropped.
1549710NoCould not add login using sp_addlogin (user = %s). Terminating this procedure.
1549910NoThe dependent aliases were mapped to the new database owner.
1550010NoThe dependent aliases were dropped.
1550210NoSetting database owner to SA.
1550310NoGiving ownership of all objects to the database owner.
1550410NoDeleting users except guest and the database owner from the system catalog.
1550516NoCannot change owner of object '%ls' or one of its child objects because the new owner '%ls' already has an object with the same name.
1550616NoAn error occurred while signing.
1550716NoA key required by this operation appears to be corrupted.
1550816NoAn error occurred while generating a key required by this operation.
1550916NoThe password cannot be dropped because another database may be using it.
1551016NoCannot enable a login that has an empty password.
1551110NoDefault bound to column.
1551210NoDefault bound to data type.
1551310NoThe new default has been bound to columns(s) of the specified user data type.
1551410NoRule bound to table column.
1551510NoRule bound to data type.
1551610NoThe new rule has been bound to column(s) of the specified user data type.
1551716NoCannot 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.
1551816NoCannot execute as the Windows token. It is not valid, or you do not have permission.
1551910NoDefault unbound from table column.
1552010NoDefault unbound from data type.
1552110NoColumns of the specified user data type had their defaults unbound.
1552210NoRule unbound from table column.
1552310NoRule unbound from data type.
1552410NoColumns of the specified user data type had their rules unbound.
1552510Nosp_checknames is used to search for non 7-bit ASCII characters.
1552610Noin several important columns of system tables. The following
1552710Nocolumns are searched:
1552810NoIn master:
1552916NoCannot execute as the ticket. It is not valid, or you do not have permission.
1553016NoThe %S_MSG with name "%.*ls" already exists.
1553116NoThe security descriptor information is not valid.
1553216NoThe security descriptor is invalid because it does not contain information about its owner or about its primary group.
1553316NoInvalid data type is supplied in the '%ls' statement.
1553416NoCookie generation failed in the '%ls' statement.
1553516NoCannot set a credential for principal '%.*ls'.
1553610NoIn all databases:
1553716NoLogin '%.*ls' does not have access to server.
1553816NoLogin '%.*ls' does not have access to database.
1553916NoUser '%s' cannot be dropped, it can only be disabled. The user is already disabled in the current database.
1554016NoThe identity string is too long. The identity string should contain no more than %d characters.
1554116NoCannot drop the credential '%.*ls' because it is used by a server principal.
1554210NoCannot create a key without specifying an encryptor.
1555610NoCannot 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.
1555710NoThere is already a %S_MSG by %S_MSG '%.*ls'.
1555810NoCannot drop %S_MSG by %S_MSG '%.*s'.
1555910NoCannot drop %S_MSG '%.*ls' because there is a %S_MSG mapped to it.
1556010NoCannot add or drop a signature on '%.*ls' because only modules can be signed.
1556110NoSignatures based on certificates or asymmetric keys are the only options supported in this version of the product.
1556210NoThe 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.
1556310NoThe %S_MSG has no private key set for it.
1557410NoThis object does not have any statistics.
1557510NoThis object does not have any statistics or indexes.
1557616NoYou cannot set network name on server '%ls' because it is not a linked SQL Server.
1557710NoWarning: 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.
1557816NoThere is already a master key in the database. Please drop it before performing this statement.
1557916NoAdding an encryption to the symmetric key failed. An encryption by the same %S_MSG '%.*s' may already exist.
1558016NoCannot drop %S_MSG because %S_MSG '%.*s' is encrypted by it.
1558116NoPlease create a master key in the database or open the master key in the session before performing this operation.
1558216NoCannot set aliases for certificate logins or asymmetric key logins.
1558310NoThe module being signed is marked to execute as owner. If the owner changes the signature will not be valid.
1558410NoAn 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.
1558510NoThe current master key cannot be decrypted. The error was ignored because the FORCE option was specified.
1558616NoError in synchronizing system certificates between master and resource database.
1558716NoCannot change owner of Assembly '%.*ls' since dependent assembly '%.*ls' is not owned by the new owner.
1558810NoThe old and new master keys are identical. No data re-encryption is required.
1558916NoCannot revert the current security context because the cookie is invalid.
1559016NoCan only use the 'No Revert' or 'Cookie' options with the 'Execute As' statement at the adhoc level.
1559116NoThe 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.
1559216NoCannot unset application role because none was set or the cookie is invalid.
1559316NoAn 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.
1559416NoThe password is already provisioned for the database '%.*ls'
1559516NoThe password cannot be dropped because it is not provisioned for the database '%.*ls'
1559610NoWarning: use of a UNIQUE index, PRIMARY KEY constraint, or UNIQUE constraint on a table with row-level security can allow information disclosure.
1559710NoWarning: use of an IDENTITY column on a table with row-level security can allow information disclosure.
1559810NoWarning: use of an indexed view on a table with row-level security can allow information disclosure.
1559910NoAuditing and permissions can't be set on local temporary objects.
1560015NoAn invalid parameter or option was specified for procedure '%s'.
1560116NoFull-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.
1561216NoDBCC DBCONTROL error. Database was not made read-only.
1561516NoDBCC DBCONTROL error. Database was not made single user.
1562210NoNo permission to access database '%s'.
1562510NoOption '%ls' not recognized for '%ls' parameter.
1562610NoYou attempted to acquire a transactional application lock without an active transaction.
1562710Nosp_dboption command failed.
1563516NoCannot execute '%ls' because the database is in read-only access mode.
1564516NoColumn '%ls' does not exist.
1564616NoColumn '%ls' is not a computed column.
1564710NoNo views with schema binding reference table '%ls'.
1565010NoUpdating %s
1565110No%d index(es)/statistic(s) have been updated, %d did not require update.
1565210No%s has been updated...
1565310No%s, update is not necessary...
1565410NoTable %s: cannot perform the operation on the table because its clustered index is disabled.
1565616NoCannot create user defined types from XML data type.
1565716NoVardecimal storage format is not available in system database '%s'.
1565816NoCannot run sp_resetstatus against a database snapshot.
1565916NoThe schema '%ls' specified for parameter schema_name does not exist.
1566016NoCompressing XML, spatial, columnstore or hash indexes is not supported by the stored procedure sp_estimate_data_compression_savings.
1566116NoCompressing temporary tables is not supported by the stored procedure sp_estimate_data_compression_savings.
1566216NoCompressing tables with sparse columns or column sets is not supported by the stored procedure sp_estimate_data_compression_savings.
1566316NoFeature "sp_addserver" is no longer supported. Replace remote servers by using linked servers.
1566416NoCannot set key '%ls' in the session context. The key has been set as read_only for this session.
1566516NoThe 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.
1566616NoCannot set key '%ls' in the session context. The size of the key cannot exceed 256 bytes.
1566716NoReset session context is not allowed when a another batch is active in session.
1566810NoNo edge constraints reference table '%ls', or you do not have permissions on referencing tables.
1570116YesStatement %.*ls failed, because it attempted to set the Automatic Tuning option %.*ls multiple times.
1570216YesCannot perform action because Automatic Tuning cannot be enabled on system database %.*ls.
1570310YesSetting Automatic Tuning option %.*ls to %.*ls for database %.*ls.
1570416YesAutomatic Tuning option %.*ls is disabled by system.
1570516YesAutomatic Tuning option %.*ls cannot be enabled, because Query Store is not turned on.
1570616YesAutomatic Tuning option %.*ls cannot be enabled, because Query Store is in READ_ONLY mode.
1570716YesAutomatic Tuning is available only in the Enterprise and Developer editions of SQL Server.
1570816YesInvalid automatic tuning option name.
1570916YesInvalid automatic tuning option state.
1571016YesInvalid database tuning mode string.
1571116YesCannot acquire shared lock over the database.
1571216YesInvalid server tuning mode.
1571316YesCannot acquire update lock over the database.
1571416YesCannot execute stored procedure on this database type.
1571516YesSetting Automatic Tuning option %.*ls to DEFAULT is not allowed while in CUSTOM database tuning mode for database %.*ls.
1571615YesOnly one Automatic Tuning option can be given in ALTER DATABASE statement.
1571716YesRequested automatic tuning configuration is not supported or parameters are invalid.
1571816YesAutomatic tuning dependency not met (%ls).
1571914YesUser does not have necessary permissions (%ls) on current database to execute the stored procedure.
1572016NoSetting Automatic Tuning option to DEFAULT is not allowed while in CUSTOM server tuning mode for server %.*ls.
1580116NoInitialization of external distributed computation library failed.
1580216NoRequest to perform an external distributed computation has failed with error "%s".
1580316NoFORMATFILE option cannot be used to read distributed files. You can either remove it to try determining schema from data files, or use WITH clause of OPENROWSET instead to define schema inline.
1580416NoCould not load external library '%s'.
1580516NoAn error occurred while calling to external library '%ls'. HRESULT = '0x%x'.
1580610NoStatement ID: %s | Query hash: %s | Distributed request ID: %s
1580716NoProvided statement is not supported.
1580816NoSchema cannot be determined from data files for file format '%.*ls'. Please use WITH clause of OPENROWSET to define schema.
1580916NoSchema cannot be determined since no files were found matching the name pattern(s) '%ls'. Please use WITH clause in the OPENROWSET function to define the schema.
1581016NoError trying to retrieve schema from the data file '%.*ls'. Make sure the file matches the '%.*ls' format.
1581116NoNo columns found in the data file '%ls'.
1581216NoNumber of columns in the data file '%ls' exceeds the maximum of %d.
1581316NoError handling external file: '%s'. File/External table name: '%ls'.
1581416NoColumn '%s' of type '%s' is not compatible with external data type '%s'. File/External table name: '%ls'.
1581516NoExternal data type '%s' is currently not supported. File: '%ls'.
1581616NoThe query references an object that is not supported in distributed processing mode.
1581710NoThe stored procedure is not available in this version of SQL Server.
1581810NoInvalid extended metadata of external table.
1581916NoOpenrowset statistics encountered an error with openrowset stats table. Table does not exist or it is corrupted.
1582016NoOpenrowset statistics for column '%.*ls' cannot be dropped because they do not exist. Please, correct sp_drop_openrowset_statistics OPENROWSET query argument to make sure that you specify the same OPENROWSET options, as when the sp_create_openrowset_statistics was called.
1582116NoOpenrowset statistics for column '%.*ls' cannot be created because they already exist.
1582210NoAn internal error occurred.
1582316NoThe filepath function requires 0 arguments or exactly 1 constant integer value argument.
1582416NoFilepath function argument(s) out of range.
1582516NoFilepath function prefix '%s' does not match the alias name or function argument is out of range.
1582616NoFilename function prefix '%s' does not match the alias name.
1582716NoThe filename function requires 0 arguments.
1582816NoThe filepath function requires 0 to 1 arguments.
1582916NoThe name, '%s', is invalid. The prefix 'RESOLVED_WILDCARD_VIRTUAL_COLUMN_' is reserved.
1583010NoProvided expression does not match any known RWVC.
1583116NoOpenrowset statistics for column '%.*ls' do not exist. Please, correct '%.*ls' OPENROWSET query argument to make sure that you specify good OPENROWSET options.
1583216NoInternal error number %d encountered while creating statistics.
1583316NoSampling capability is not supported by the external extractor.
1583416No%.*ls input argument should be a query text in the following form: 'SELECT col FROM OPENROWSET(BULK)'. The query binding failed, please check for syntax errors.
1583516No%.*ls input argument should be a query text in the following form: 'SELECT col FROM OPENROWSET(BULK)'. The query must project exactly one OPENROWSET column.
1583616No%.*ls input argument should be a query text in the following form: 'SELECT col FROM OPENROWSET(BULK)'. Detected unexpected operator: %hs
1583716No%.*ls input argument should be a query text in the following form: 'SELECT col FROM OPENROWSET(BULK)'. The data source must be read using OPENROWSET BULK function.
1583816NoCannot create stats for the OPENROWSET query because of the hash collision. Stats table entry with hash %s already exists. Please modify your query and try again.
1583916No'%ls' is not supported by data_export.
1584016NoExternal table location must be a folder. Location provided: '%ls'
1584116NoExternal table location cannot contain wildcard characters. Location provided: '%ls'
1584216NoCannot create external table. External table location already exists. Location provided: '%ls'
1584316NoAn error occurred while processing file '%ls'. HRESULT = '0x%x'.
1584416NoData type '%s' is currently not supported.
1584516NoData type '%s' is not supported.
1584616NoMulti-column statistics are not supported.
1584716NoINCREMENTAL, MAXDOP, SAMPLE x ROWS options, and filter clause are not supported statistics options.
1584816NoCannot complete the sp_set_data_processed_limit stored procedure. Invalid limit value is specified. As a valid value should be considered anything between 0 and 2147483647.
1584916NoERRORFILE path exceeds limit of %d characters.
1585010NoWarning: Ignored empty matched file '%ls'.
1585116NoCannot open external file storage.
1585216NoExternal table statistics could not be found.
1585316NoInvalid or unknown format type '%.*ls'.
1585416NoMore than %d wildcard characters present in path '%ls'.
1585516NoData conversion error (overflow) for column '%ls' in data file/external_table_name '%ls'.
1585616NoI/O operation against '%ls' failed (details: {Operation = '%ls', HRESULT = '%ls'}).
1585716NoPrecision loss occurred for '%ls' in column '%ls'. Set NUMERIC_ROUNDABORT to OFF to ignore the precision loss.
1585816NoCannot obtain AAD token to access storage. Error message: '%ls'.
1585916NoCannot create external table. Provided storage type is not supported for CETAS.
1586016NoExternal table location path is not valid. Location provided: '%ls'
1586116NoCannot create statistics on lob type column.
1586210NoThe underlying files are updated while the query is running. Remove ALLOW_INCONSISTENT_READ option from '%ls' if you need to have consistent results.
1586316NoCannot create statistics on partition column.
1586416NoOpenrowset statistics for specified openrowset source do not exist. Please, correct '%.*ls' OPENROWSET query argument to make sure that you specify good OPENROWSET options.
1586516NoMultiple logical file paths are not allowed.
1586616NoInferring external table schema is not supported for given format type.
1586716NoBinding by name is not supported for file format '%.*ls'. Please remove any JSON path mappings from WITH schema column definitions.
1586816No%ls is not supported.
1586916No%ls is not supported for %ls.
1587016NoObjects of type %ls are not supported.
1587116No%ls '%ls' is not supported.
1587216No%ls is not allowed for external table columns.
1587316NoTable hint %ls is not allowed.
1587416NoQuery hint %ls is not allowed.
1587516NoOperation %ls is not allowed for a replicated database.
1587616NoQueries are not supported in the conditions of %ls statements.
1587716No%ls type of a column %ls is not allowed as a column type when executing CREATE EXTERNAL TABLE AS SELECT.
1587816NoPartitioned tables are not supported.
1587916NoProviding both %ls and %ls is not supported.
1588016NoCannot execute %ls over multiple databases.
1588116NoGEODR options are not allowed in ALTER DATABASE statements.
1588216No%ls operation is not allowed for this type of table.
1588316NoAccess check for '%ls' operation against '%ls' failed with HRESULT = '0x%x'.
1588416NoDistributed query timeout expired. The timeout period elapsed prior to completion of the distributed operation.
1588510NoStatement ID: %s | Query hash: %s | Distributed request ID: %s. Total size of data scanned is %I64u megabytes, total size of data moved is %I64u megabytes, total size of data written is %I64u megabytes.
1588616NoNon-recoverable IO failure has occurred targeting '%ls' (details: {Operation = '%ls', HRESULT = '%ls'}).
1588716NoUSE statement does not support switching to '%ls' database.
1588816NoUSE statement does not support switching to '%ls' database. Use a new connection to connect to '%ls' database.
1588916NoThree-part names are not supported from '%ls' database to '%ls' database.
1589016NoDATA_SOURCE option is temporary disabled.
1589116NoInternal error in sp_executesql_metrics. Unable to serialize aggregated metrics to the JSON format (HRESULT = '0x%x').
1589216NoStored procedure %.*ls is not supported.
1589316NoResolving CosmosDB path has failed with error '%s'.
1589416NoThere was an error in CosmosDB connection string '%s'.
1589516NoStored procedure '%ls' cannot be executed on master database.
1589616No%ls is not supported in %ls database.
1589716NoColumn name is missing or doesn't match columns in the CosmosDB: '%s'.
1589816NoExporting LOB value failed.
1589916NoExport failed. Maximum LOB value size ('%ls') has been exceeded.
1590116NoQuery not supported: Cannot determine result column sources. Column id: %d
1590216NoQuery not supported: Cannot determine result column sources. ValRef type of source: %d
1590316NoQuery not supported: Cannot determine result column sources. ValRef type to determine: %d
1590416NoQuery not supported: Cannot determine result column sources. Class type to determine: %d
1590516NoQuery not supported: Cannot determine result column sources. Invalid metadata.

See also

  • Database Engine events and errors
  • Understanding Database Engine Errors
  • Cause and Resolution of Database Engine Errors
Top Articles
Latest Posts
Article information

Author: Jamar Nader

Last Updated: 07/11/2023

Views: 6440

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.