HomeSQL ServerSQL Server Error Messages 5001 to 6000

SQL Server Error Messages 5001 to 6000

In this post, we’ll list out the SQL Server Error Messages from the error codes 5001 to 6000 and references to the detailed post to know more about the errors and how to fix them when using SQL Server as database in your application.

SQL Server Error Messages 5001 to 6000

ErrorCodeSeverityErrorMessage
500116User must be in the master database.
500216Database ‘%.*ls’ does not exist. Verify the name in sys.databases and try the operation again.
500316Database mirroring cannot be enabled while the database has offline files.
500416To use ALTER DATABASE, the database must be in a writable state in which a checkpoint can be executed.
500516Specified recovery time of %I64d seconds is less than zero or more than the maximum of %d seconds.
500616Could not get exclusive use of %S_MSG ‘%.*ls’ to perform the requested operation.
500816This ALTER DATABASE statement is not supported. Correct the syntax and execute the statement again.
500916One or more files listed in the statement could not be found or could not be initialized.
501016Log file name cannot be generated from a raw device. The log file name and path must be specified.
501114User does not have permission to alter database ‘%.*ls’, the database does not exist, or the database is not in a state that allows access checks.
501216The name of the primary filegroup cannot be changed.
501316The master and model databases cannot have files added to them. ALTER DATABASE was aborted.
501416The %S_MSG ‘%.*ls’ does not exist in database ‘%.*ls’.
501516ALTER DATABASE failed. The total size specified must be 1 MB or greater.
501616Cannot change the name of the system database %.*ls.
501716The AUTOGROW_ALL_FILES or AUTOGROW_SINGLE_FILE property cannot be modified on a FILESTREAM or MEMORY_OPTIMIZED_DATA filegroup.
501810The file “%.*ls” has been modified in the system catalog. The new path will be used the next time the database is started.
501910Cannot find entry in sys.master_files for file ‘%.*ls’.
502016The primary data or log file cannot be removed from a database.
502110The %S_MSG name ‘%.*ls’ has been set.
502216Log file ‘%ls’ for this database is already active.
502316The database must be suspect or in emergency mode to rebuild the log.
502416No entry found for the primary log file in sysfiles1.  Could not rebuild the log.
502516The file ‘%ls’ already exists. It should be renamed or deleted so that a new log file can be created.
502716System databases master, model, and tempdb cannot have their logs rebuilt.
502816The system could not activate enough of the database to rebuild the log.
502910Warning: The log for database ‘%.*ls’ has been rebuilt. Transactional consistency has been lost. The RESTORE chain was broken, and the server no longer has context on the previous log files, so you will need to know what they were. You should run DBCC CHECKDB to validate physical consistency. The database has been put in dbo-only mode. When you are ready to make the database available for use, you will need to reset database options and delete any extra log files.
503016The database could not be exclusively locked to perform the operation.
503116Cannot remove the file ‘%.*ls’ because it is the only file in the DEFAULT filegroup.
503210The file cannot be shrunk below page %d until the log is backed up because it contains bulk logged pages.
503316The maximum of %ld files per database has been exceeded.
503416The file %ls is currently being autogrown or modified by another process. Try the operation again later.
503516Filegroup ‘%.*ls’ already exists in this database. Specify a different name or remove the conflicting filegroup if it is empty.
503616MODIFY FILE failed. Specify logical name.
503816MODIFY FILE failed for file “%.*ls”. At least one property per file must be specified.
503916MODIFY FILE failed. Specified size is less than or equal to current size.
504016MODIFY FILE failed. Size is greater than MAXSIZE.
504116MODIFY FILE failed. File ‘%.*ls’ does not exist.
504216The %S_MSG ‘%.*ls’ cannot be removed because it is not empty.
504316The %S_MSG ‘%.*ls’ cannot be found in %ls.
504410The %S_MSG ‘%.*ls’ has been removed.
504516The %S_MSG already has the ‘%ls’ property set.
504610The %S_MSG property ‘%ls’ has been set.
504716Cannot change the READONLY property of the PRIMARY filegroup.
504816Cannot add, remove, or modify files in filegroup ‘%.*ls’. The filegroup is read-only.
505016Cannot change the properties of empty filegroup ‘%.*ls’. The filegroup must contain at least one file.
505116Cannot have a filegroup with the name ‘DEFAULT’.
505216%ls is not permitted while a database is in the %ls state.
505416Could not cleanup worktable IAM chains to allow shrink or remove file operation.  Please try again when tempdb is idle.
505516Cannot add, remove, or modify file ‘%.*ls’. The file is read-only.
505616Cannot add, remove, or modify a file in filegroup ‘%.*ls’ because the filegroup is not online.
505716Cannot add, remove, or modify file ‘%.*ls’ because it is offline.
505816Option ‘%.*ls’ cannot be set in database ‘%.*ls’.
505916Database ‘%.*ls’ is in transition. Try the ALTER DATABASE statement later.
506010Nonqualified transactions are being rolled back. Estimated rollback completion: %d%%.
506116ALTER DATABASE failed because a lock could not be placed on database ‘%.*ls’. Try again later.
506216The option “%.*ls” conflicts with another requested option. The options cannot both be requested at the same time.
506316Database ‘%.*ls’ is in warm standby. A warm-standby database is read-only.
506416Changes to the state or options of database ‘%.*ls’ cannot be made at this time. The database is in single-user mode, and a user is currently connected to it.
506516The file “%ls” is currently being scanned or used by a background or user process. Try the operation again later.
506616Database options single user and dbo use only cannot be set at the same time.
506716The database option TORN_PAGE_DETECTION is incompatible with the PAGE_CHECKSUM option.
506810Failed to restart the current database. The current database is switched to master.
506916ALTER DATABASE statement failed.
507016Database state cannot be changed while other users are using the database ‘%.*ls’
507116Rebuild log can only specify one file.
507216ALTER DATABASE failed. The default collation of database ‘%.*ls’ cannot be set to %.*ls.
507316Cannot alter collation for database ‘%ls’ because it is READONLY, OFFLINE, or marked SUSPECT.
507416The %S_MSG ‘%.*ls’ is dependent on %S_MSG ‘%.*ls’.
507516The %S_MSG ‘%.*ls’ is dependent on %S_MSG. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.
507610Warning: Changing default collation for database ‘%.*ls’, which is used in replication. All replication databases should have the same default collation.
507716Cannot change the state of non-data files or files in the primary filegroup.
507816Cannot alter database options for “%ls” because it is READONLY, OFFLINE, or marked SUSPECT.
507910Database “%.*ls” is %S_MSG for vardecimal storage format.
508016Vardecimal storage format cannot be disabled for database “%.*ls” because the database is not under simple recovery model. Change the database recovery model to simple and then reissue the command.
508116The value for change tracking option ‘%ls’ is not valid. The value must be a positive number.
508216Cannot change the versioning state on database “%.*ls” together with another database state.
508316The termination option is not supported when making versioning state changes.
508410Setting database option %ls to %ls for database ‘%.*ls’.
508516Alter database command failed because SQL Server was started with one or more undocumented trace flags that prevent enabling/disabling database for versioning.
508616Cannot disable vardecimal storage format for database “%.*ls” because there are one or more tables that have vardecimal storage format enabled. Disable the vardecimal storage format on all tables before disabling the vardecimal storage format for the database.
508716The file content type mismatches with the content type of the filegroup.
508816Change tracking is already enabled for database ‘%.*ls’.
508916Change tracking is disabled for database ‘%.*ls’. Change tracking must be enabled on a database to modify change tracking settings.
509016Database ‘%.*ls’ is a system database. Change tracking settings cannot be modified for system databases.
509115ALTER DATABASE change tracking option ‘%ls’ was specified more than once. Each option can be specified only once.
509215The value for change tracking option ‘%ls’ is not valid. The value must be between %d and %d minutes.
509316The operation cannot be performed on a database snapshot.
509416The operation cannot be performed on a database with database snapshots or active DBCC replicas.
509516A database or filegroup cannot be set to read-only mode when any files are subject to a RESTORE PAGE operation. Complete the restore sequence involving file “%ls” before attempting to transition to read-only.
509616The recovery model cannot be changed to SIMPLE when any files are subject to a RESTORE PAGE operation.  Complete the restore sequence involving file “%ls” before attempting to transition to SIMPLE.
509716The container cannot be set to the offline state because changes exist that require a log backup.  Take a log backup and then retry the ALTER DATABASE statement.
509816The container can not be dropped because changes exist that require a log backup.  Take a log backup and then retry the ALTER DATABASE operation.
510222Attempted to open a filegroup for the invalid ID %d in database “%.*ls”.
510316MAXSIZE cannot be less than SIZE for file ‘%ls’.
510416File ‘%.*ls’ already used.
510516A file activation error occurred. The physical file name ‘%.*ls’ may be incorrect. Diagnose and correct additional errors, and retry the operation.
510810Log file ‘%.*ls’ does not match the primary file.  It may be from a different database or the log may have been rebuilt previously.
511016The file “%.*ls” is on a network path that is not supported for system database files.
511110File activation failure. The physical file name “%.*ls” may be incorrect.
511210FCB::SetSize dbid %d fileid %d oldSize %d newSize %d. To prevent this informational message from appearing in the error log, use DBCC TRACEOFF to turn off the trace flag.
511310The log cannot be rebuilt because there were open transactions/users when the database was shutdown, no checkpoint occurred to the database, or the database was read-only. This error could occur if the transaction log file was manually deleted or lost due to a hardware or environment failure.
511416Log files, offline files, restoring files, and defunct files for database snapshots should not be specified. “%.*ls” is not an eligible file for a database snapshot.
511516Only SQL Server database files can be specified for database snapshots. ‘%.*ls’ is not a SQL Server database file.
511816The file “%ls” is compressed but does not reside in a read-only database or filegroup. The file must be decompressed.
511916Cannot make the file “%.*ls” a sparse file. Make sure the file system supports sparse files.
512016Unable to open the physical file “%.*ls”. Operating system error %d: “%ls”.
512116The path specified by “%.*ls” is not in a valid directory.
512316CREATE FILE encountered operating system error %ls while attempting to open or create the physical file ‘%.*ls’.
512416The file header in ‘%ls’ does not match the expected contents for file ‘%ls’ of database ‘%ls’. The mismatch is possibly between the full-text catalog files and the related database. Perform a restore if necessary.
512524File ‘%ls’ appears to have been truncated by the operating system.  Expected size is %I64d KB but actual size is %I64d KB.
512716All files must be specified for database snapshot creation. Missing the file “%ls”.
512817Write to sparse file ‘%ls’ failed due to lack of disk space.
512910The log cannot be rebuilt when the primary file is read-only.
513010The log cannot be rebuilt when database mirroring is enabled.
513110The log was not rebuilt because there is more than one log file.
513216The path specified by ‘%.*ls’ cannot be used for FILESTREAM files because it is a raw device.
513316Directory lookup for the file “%ls” failed with the operating system error %ls.
513416The path that is specified by ‘%.*ls’ cannot be used for FILESTREAM files because it is not on a supported file system.
513516The path ‘%.*ls’ cannot be used for FILESTREAM files. For information about supported paths, see SQL Server Books Online.
513616The path specified by ‘%.*ls’ cannot be used for a FILESTREAM container since it is contained in another FILESTREAM container.
513716Snapshot database file and base database file are not allowed to be on the different type of storage.
513816Trailing space is not allowed in SQL file name ‘%.*ls’ on cloud storage.
513916Operation (%.*ls) failed on ‘%.*ls’. Operating system error %d: “%ls”
514016Failed to lock credential object (Account: %.*ls, Container: %.*ls). Lock Mode: %.*ls.
514116Failed to lock credential manager. Lock Mode: %.*ls.
514216Failed to lock lease renewal manager. Lock Mode: %.*ls.
514316Concurrent operation (%.*ls) failed on file ‘%.*ls’. Operating system error %d: “%ls”
514410Autogrow of file ‘%.*ls’ in database ‘%.*ls’ was cancelled by user or timed out after %d milliseconds.  Use ALTER DATABASE to set a smaller FILEGROWTH value for this file or to explicitly set a new file size.
514510Autogrow of file ‘%.*ls’ in database ‘%.*ls’ took %d milliseconds.  Consider using ALTER DATABASE to set a smaller FILEGROWTH for this file.
514916MODIFY FILE encountered operating system error %ls while attempting to expand the physical file ‘%ls’.
515016The size of a single log file must not be greater than 2 TB.
515216This operation is not supported for URL %.*ls.
515316OVERFLOW is not supported in Alter Database modify statement in Sql DW back door.
515924Operating system error %.*ls on file “%.*ls” during %ls.
516116An unexpected file id was encountered. File id %d was expected but %d was read from “%.*ls”. Verify that files are mapped correctly in sys.master_files. ALTER DATABASE can be used to correct the mappings.
516916FILEGROWTH cannot be greater than MAXSIZE for file ‘%.*ls’.
517016Cannot create file ‘%ls’ because it already exists. Change the file path or the file name, and retry the operation.
517116%.*ls is not a primary database file.
517216The header for file ‘%ls’ is not a valid database file header. The %ls property is incorrect.
517316One or more files do not match the primary file of the database. If you are attempting to attach a database, retry the operation with the correct files.  If this is an existing database, the file may be corrupted and should be restored from a backup.
517416Each file size must be greater than or equal to 512 KB.
517510The file %.*ls has been expanded to allow recovery to succeed. After recovery completes, you can increase the size of the files in the database. Contact the system administrator for assistance.
517610To allow recovery to succeed, the log file ‘%.*ls’ has been expanded beyond its maximum size. After recovery completes, you should either increase the size of the log file in the database or schedule more frequent backups of the log (under the full or bulk-logged recovery model).
517716An unexpected error occurred while checking the sector size for file ‘%.*ls’. Move the file to a local NTFS volume, where the sector size can be retrieved. Check the SQL Server error log for more information.
517816Cannot use file ‘%.*ls’ because it was originally formatted with sector size %d and is now on a volume with sector size %d. Move the file to a volume with a sector size that is the same as or smaller than the original sector size.
517916Cannot use file ‘%.*ls’, because it is on a volume with sector size %d. SQL Server supports a maximum sector size of 4096 bytes. Move the file to a volume with a compatible sector size.
518022Could not open File Control Block (FCB) for invalid file ID %d in database ‘%.*ls’. Verify the file location. Execute DBCC CHECKDB.
518116Could not restart database “%.*ls”. Reverting to the previous status.
518210New log file ‘%.*ls’ was created.
518316Cannot create the file “%ls”. Use WITH MOVE to specify a usable physical file name. Use WITH REPLACE to overwrite an existing file.
518416Cannot use file ‘%.*ls’ for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it.
518516Cannot find the matching log file for FILESTRAM file ‘%.*ls’.
518616Encountered an error (NT status code 0x%x) while attempting to start the Transactional File System Resource Manager ‘%.*ls’.
518816Encountered error (NT status code 0x%x) while attempting to perform redo for transactional file system resource manager ‘%.*ls’.
518916Encountered error (NT status code 0x%x) while attempting to perform undo for transactional file system resource manager ‘%.*ls’.
519016Encountered error (NT status code 0x%x) while attempting to checkpoint transactional file system resource manager ‘%.*ls’.
519110Local directory ‘%.*ls’ is used for tempdb in a clustered server. This directory must exist on each cluster node and SQL Server service has read/write permission on it.
519216Maximum allowed file size is %I64dGB.
519321Failed to access file due to lease mismatch. Bringing down database.
519416The size for FILESTREAM log file ‘%.*ls’ must be greater than or equal to 1 MB.
519516The Cluster Service function call ‘%s’ failed with error code ‘%s’ while verifying the file path. Verify that your failover cluster is configured properly.
519610The file “%ls” has been uncompressed.
519716Encountered an error (%ls) while attempting to uncompress the file “%ls”.
519816The path specified by “%.*ls” is a UNC path. UNC path is not supported in failover clustered environment.
519916The path specified by “%.*ls” is a raw device. Raw device path is not supported in failover clustered environment.
520110DBCC SHRINKDATABASE: File ID %d of database ID %d was skipped because the file does not have enough free space to reclaim.
520210DBCC SHRINKDATABASE for database ID %d is waiting for the snapshot transaction with timestamp %I64d and other snapshot transactions linked to timestamp %I64d or with timestamps older than %I64d to finish.
520310DBCC SHRINKFILE for file ID %d is waiting for the snapshot transaction with timestamp %I64d and other snapshot transactions linked to timestamp %I64d or with timestamps older than %I64d to finish.
520416Could not find allocation unit ID %I64d. Check sys.allocation_units.
520510%.*ls: Moving page %d:%d failed.
520610%.*ls: Page %d:%d could not be moved because it could not be read.
520710%.*ls: Page %d:%d could not be moved because it is a work table page.
520810%.*ls: Page %d:%d could not be moved because it is a work file page.
520910%.*ls: Page %d:%d could not be moved because it is a dedicated allocation page.
521010%.*ls: Page %d:%d could not be moved because it is an invalid page type.
521110%.*ls: Page %d:%d could not be moved because it was deallocated during shrink.
521210%.*ls: System table SYSFILES1 Page %d:%d could not be moved to other files because it only can reside in the primary file of the database.
521310%.*ls: Page %d:%d could not be moved because its ownership was changed during shrink.
521410%.*ls: Page %d:%d could not be moved because its page type was changed during shrink.
521510%.*ls: Page %d:%d could not be moved because the partition to which it belonged was dropped.
521610%.*ls: Heap page %d:%d could not be moved because the table to which it belonged was dropped.
521710%.*ls: Page %d:%d could not be moved because it is an empty non-leaf level index page.
521810%.*ls: Heap page %d:%d could not be moved because the table name could not be found.
521910%.*ls: Heap page %d:%d could not be moved.
522010%.*ls: Index Allocation Map (IAM) page %d:%d could not be moved.
522110%.*ls: Index Allocation Map (IAM) page %d:%d from a dropped allocation unit could not be moved.
522210%.*ls: Page %d:%d from a dropped allocation unit could not be deallocated.
522310%.*ls: Empty page %d:%d could not be deallocated.
522410%.*ls: Empty large object page %d:%d could not be deallocated.
522510%.*ls: Not all ghost records on the large object page %d:%d could be removed. If there are active queries on readable secondary replicas check the current ghost cleanup boundary.
522610%.*ls: Page %d:%d (type UNLINKED_REORG_PAGE) could not be deallocated.
522710%.*ls: Page %d:%d (type BULK_OPERATION_PAGE) could not be deallocated.
522816Table error: object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID, row %d. DBCC detected incomplete cleanup from an online index build operation. (The anti-matter column value is %d.)
522916Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) contains an anti-matter column, but is not a nonclustered index.
523010The check statement was aborted. DBCC CHECKCATALOG cannot be run on TEMPDB.
523110Object ID %ld (object ‘%.*ls’): A deadlock occurred while trying to lock this object for checking. This object has been skipped and will not be processed.
523210DBCC CHECKDB will not check SQL Server catalog or Service Broker consistency because a database snapshot could not be created or because WITH TABLOCK was specified.
523316Table error: alloc unit ID %I64d, page %S_PGID. The test (%.*ls) failed. The values are %ld and %ld.
523410DBCC SHRINKDATABASE: File ID %d of database ID %d was skipped because trying to adjust the space allocation for the file was failed.
523510%lsDBCC %ls (%ls%ls%ls)%ls executed by %ls terminated abnormally due to error state %d. Elapsed time: %d hours %d minutes %d seconds.
523610Unable to process object ‘%ls’ because it is a four-part name, which is not supported by any DBCC command.
523710DBCC cross-rowset check failed for object ‘%.*ls’ (object ID %d) due to an internal query error.
523816Unable to process object ID %ld (object ‘%.*ls’) because it is a stored procedure or user-defined function, which is not supported by any DBCC command.
523916Unable to process object ID %ld (object ‘%.*ls’) because this DBCC command does not support objects of this type.
524010File ID %d of database ID %d cannot be shrunk as it is either being shrunk by another process or is empty.
524110File ID %d of database ID %d cannot be shrunk as the target shrink size (%I64d KB) is greater than the actual file size (%I64d KB).
524216An inconsistency was detected during an internal operation in database ‘%.*ls'(ID:%d) on page %S_PGID. Please contact technical support.
524316An inconsistency was detected during an internal operation. Please contact technical support.
524416Repair statement not processed.  One or more files in the database are read-only and must be made writeable in order to run repair.
524516Object ID %ld (object ‘%.*ls’):  DBCC could not obtain a lock on this object because the lock request timeout period was exceeded.  This object has been skipped and will not be processed.
524616Repair operations cannot be performed on the MSSQLSYSTEMRESOURCE database.  Consult Books Online topic “Resource Database” for more information.
524716Repair:  insert a secondary index row based on its base table row.
524810Repair:  Successfully %ls row in index “%ls” in database “%ls”.
524910%.*ls: Page %d:%d could not be moved because shrink could not lock the page.
525016Database error: %ls page %S_PGID for database ‘%.*ls’ (database ID %d) is invalid.  This error cannot be repaired.  You must restore from backup.
525110%.*ls: Heap page %d:%d could not be moved because maintaining NC indexes associated with the heap failed.
525210File ID %d of database ID %d cannot be shrunk to the expected size. The high concurrent workload is leading to too many deadlocks during the shrink operation.   Re-run the shrink operation when the workload is lower.
525310The check statement was aborted. DBCC CHECKALLOC cannot be run on TEMPDB.
525410%.*ls: Heap page %d:%d could not be moved because the table to which it belonged was building the heap by another process.
525510%.*ls: Page %d:%d could not be moved because it is a sort page.
525616Table error: alloc unit ID %I64d, page %S_PGID contains an incorrect page ID in its page header. The PageId in the page header = %S_PGID.
525710%.*ls: File ID %d of database ID %d was skipped because the file size was changed in the middle of shrink operation.
525810%.*ls: Heap page %d:%d could not be moved because building computed column expression failed.
525910%.*ls: Heap page %d:%d could not be moved because populating computed column expression failed.
526016Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls): At least one record on page %S_PGID contains versioning information, but the VERSION_INFO bit in the page header is not set.
526110%.*ls: Page %d:%d could not be moved because it has not been formatted.
526216Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID, row %d: Row contains a NULL versioning timestamp, but its version chain pointer is not NULL.  Version chain points to page %S_PGID, slot %d.
526310Found incorrect count(s) for table ‘%.*ls’, index ‘%.*ls’, partition %ld:
526410   DATA pages %.*ls: From system table – %I64d pages;     Actual – %I64d pages.
526510   USED pages %.*ls: From system table – %I64d pages;     Actual – %I64d pages.
526610   RSVD pages %.*ls: From system table – %I64d pages;     Actual – %I64d pages.
526710   ROWS count: From system table – %I64d rows;     Actual – %I64d rows.
526810DBCC %.*ls is performing an exhaustive search of %d indexes for possible inconsistencies.  This is an informational message only. No user action is required.
526916Check terminated.  The transient database snapshot for database ‘%.*ls’ (database ID %d) has been marked suspect due to an IO operation failure.  Refer to the SQL Server error log for details.
527010%.*ls: Page %d:%d could not be moved because it is an unmovable page in a critical system table.
527110DBCC %ls could not output results for this command due to an internal failure.  Review other errors for details.
527210%.*ls: Index Allocation Map (IAM) page %d:%d could not be moved because the underlying object could not be accessed exclusively.
527310%.*ls: Page %d:%d could not be moved because it belonged to an index/heap that was/is in build online.
527416Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID.  %S_MSG is invalid for compressed page; the following internal test failed:  %.*ls. Values are %ld and %ld.
527510Exhaustive search of ‘%.*ls’ (database ID %d) for inconsistencies completed.  Processed %d of %d total searches.  Elapsed time: %I64d milliseconds.  This is an informational message only. No user action is required.
527610Exhaustive search of ‘%.*ls’ (database ID %d) for inconsistencies failed due to exception %d, state %d.  This is an informational message only. No user action is required.
527710Internal %lsdatabase snapshot has split point LSN = %08x:%08x:%04x and first LSN = %08x:%08x:%04x.
527810DBCC encountered a page with an LSN greater than the current end of log LSN %S_LSN for its internal database snapshot.  Could not read page %S_PGID, database ‘%.*ls’ (database ID %d), LSN = %S_LSN, type = %ld, isInSparseFile = %d.   Please re-run this DBCC command.”
527916Table error: object ID %d, index ID %d, partition ID %I64d, database fragment ID %d. The row on page (%d:%d), slot ID %d should be on fragment ID %d but was found in fragment ID %d.
528016An unexpected protocol element was recevied during the execution of a consistency check command. Retry the operation.
528110Estimated TEMPDB space (in KB) needed for %s on database %.*ls = %I64d.
528216Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page %S_PGID.  The header of the page is invalid: the IS_IN_SYSXACT flag bit is set.
528310The Cross Rowset check on nonclustered columnstore index object ID %d, index ID %d, partition number %d failed. Please rebuild the partition.
528416The replicated index ‘%.*ls’ (object ID %d) and one or more of its clones do not contain the same rows.
528516Nonclustered columnstore index ‘%.*ls’ on table ‘%.*ls’ has a missing dictionary on column id %d and rowgroup id %d. Drop and recreate the nonclustered columnstore index.
528610%.*ls: Page %d:%d could not be moved because it belongs to an active online index build with LOBs.
528710DBCC THROWERROR bypass exception. This is an informational message only. No user action is required.
528816Columnstore index has one or more data values that do not match data values in a dictionary. Please run DBCC CHECKDB for more info.
528916Clustered columnstore index ‘%.*ls’ column ‘%.*ls’ rowgroup id %d on table ‘%.*ls’ has one or more data values that do not match data values in a dictionary. Restore the data from a backup.
529016Columnstore index has one or more data values that are inconsistent with data values within the metadata. Please run DBCC CHECKDB for more info.
529116Clustered columnstore index ‘%.*ls’ column ‘%.*ls’ rowgroup id %d on table ‘%.*ls’ has one or more data values that are inconsistent with data values within the metadata. Restore the data from a backup.
529216Column store index ‘%.*ls’ on table ‘%.*ls’ has erroneous content in its Delete Bitmap with rowgroup_id %d and tuple_id %d.
529316Nonclustered columnstore index ‘%.*ls’ column ‘%.*ls’ rowgroup id %d on table ‘%.*ls’ has one or more data values that do not match data values in a dictionary. Drop and recreate the nonclustered columnstore index.
529416Nonclustered columnstore index ‘%.*ls’ column ‘%.*ls’ rowgroup id %d on table ‘%.*ls’ has one or more data values that are inconsistent with data values within the metadata. Drop and recreate the nonclustered columnstore index.
529516DBCC UPDATEUSAGE cannot acquire lock on object ‘sysallocunits’. Please try again later.
529610Object ID %ld (object ‘%.*ls’): The operation is not supported with memory optimized tables. This object has been skipped and will not be processed.
529710The Cross Rowset check between clustered columnstore index and nonclustered index (object ID %d, index ID %d, partition number %d) failed. Please rebuild the partition.
529816Cannot display content of page %S_PGID. The rowset it belongs to is in tombstone state and pending removal.
529916Query Store Error:%d State:%d  Message:%.*ls
530116Bulk load failed. User does not have ALTER TABLE permission on table ‘%.*ls’. ALTER TABLE permission is required on the target table of a bulk load if the target table contains triggers or check constraints, but the  ‘FIRE_TRIGGERS’ or ‘CHECK_CONSTRAINTS’ bulk hints are not specified. ALTER TABLE permission is also required if the ‘KEEPIDENTITY’ bulk hint is specified.
530216Mutator ‘%.*ls’ on ‘%.*ls’ cannot be called on a null value.
530316The result of applying mutator ‘%.*ls’ on CLR type ‘%.*ls’ cannot be a null value.
530416Bulk copy failed. User does not have ALTER TABLE permission on table ‘%.*ls’. ALTER TABLE permission is required on the target table of a bulk copy operation if the table has triggers or check constraints, but ‘FIRE_TRIGGERS’ or ‘CHECK_CONSTRAINTS’ bulk hints are not specified as options to the bulk copy command.
530516The rowdump and lockres columns are only valid on tables and indexed views on which the NOEXPAND hint is specified.
530616Cursor parameters are not allowed for functions. Variable ‘%.*ls’ is of type cursor.
530716Invalid parameter specified for sp_cursoropen.
530816Windowed functions, aggregates and NEXT VALUE FOR functions do not support integer indices as ORDER BY clause expressions.
530916Windowed functions, aggregates and NEXT VALUE FOR functions do not support constants as ORDER BY clause expressions.
531016Aggregates are not allowed in the VALUES list of an INSERT statement.
531116Invalid quote character ‘%lc’.  A remote server or user command used an invalid quote character.
531216The input to the function ‘ntile’ cannot be bound.
531316Synonym ‘%.*ls’ refers to an invalid object.
531416The use of aggregates is not allowed in this context.
531516The target of a MERGE statement cannot be a remote table, a remote view, or a view over remote tables.
531616The target ‘%.*ls’ of the MERGE statement has an INSTEAD OF trigger on some, but not all, of the actions specified in the MERGE statement. In a MERGE statement, if any action has an enabled INSTEAD OF trigger on the target, then all actions must have enabled INSTEAD OF triggers.
531716The target of a MERGE statement cannot be a partitioned view.
531816In a MERGE statement, the source and target cannot have the same name or alias. Use different aliases for the source and target to ensure that they have unique names in the MERGE statement.
531916Aggregates are not allowed in a WHEN clause of a MERGE statement.
532116The ‘%ls’ function is not allowed in the %S_MSG clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement.
532216An aggregate function is not allowed in the %S_MSG clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement.
532315Subqueries are not allowed in the %S_MSG clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement.
532415In a MERGE statement, a ‘%S_MSG’ clause with a search condition cannot appear after a ‘%S_MSG’ clause with no search condition.
532515The order of the data in the data file does not conform to the ORDER hint specified for the BULK rowset ‘%.*ls’. The order of the data must match the order specified in the ORDER hint for a BULK rowset. Update the ORDER hint to reflect the order in which the input data is ordered, or update the input data file to match the order specified by the ORDER hint.
532615The data in the data file does not conform to the UNIQUE hint specified for the BULK rowset ‘%.*ls’. The data in the data file must be unique if the UNIQUE hint is specified for a BULK rowset. Remove the UNIQUE hint, or update the input data file to ensure that the data is unique.
532715The column ‘%.*ls’ does not have a valid data type for the ORDER hint specified for data source ‘%.*ls’.  The text, ntext, image, xml, varchar(max), nvarchar(max) and varbinary(max) data types cannot be used in the ORDER hint for a BULK rowset or CLR TVF.
532815Cannot insert explicit value for the identity column ‘%.*ls’ in the target table ‘%.*ls’ of the INSERT statement when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement.
532915Windowed functions are not allowed in the %S_MSG clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement.
533016Full-text predicates cannot appear in the OUTPUT clause.
533116Full-text predicates cannot appear in the %S_MSG clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement.
533215The order of the data in the stream does not conform to the ORDER hint specified for the CLR TVF ‘%.*ls’. The order of the data must match the order specified in the ORDER hint for a CLR TVF. Update the ORDER hint to reflect the order in which the input data is ordered, or update the CLR TVF to match the order specified by the ORDER hint.
533316The identifier ‘%.*ls’ cannot be bound. Only source columns and columns in the clause scope are allowed in the ‘WHEN NOT MATCHED’ clause of a MERGE statement.
533416The identifier ‘%.*ls’ cannot be bound. Only target columns and columns in the clause scope are allowed in the ‘WHEN NOT MATCHED BY SOURCE’ clause of a MERGE statement.
533516The data type %ls cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable.
533616Recursive references are not allowed on the right hand side of an EXCEPT operator in the recursive part of recursive CTEs.
533716A constant folding error caused the creation or alteration of the %S_MSG to fail. Common causes for this error are arithmetic overflow, type conversion failure, and divide-by-zero in an expression in the %S_MSG.
533816Format option cannot be specified together with SINGLE_BLOB, SINGLE_CLOB or SINGLE_NCLOB option.
533916CSV format option is supported for char and widechar datafiletype options.
534016WITH schema clause cannot be specified together with FORMATFILE or SINGLE_BLOB/SINGLE_CLOB/SINGLE_NCLOB option.
534116WITH schema clause cannot be provided without FORMAT = ‘CSV’ option.
534216ROWTERMINATOR and FIELDTERMINATOR cannot be provided without WITH schema.
534416Duplicate column ordinal cannot be provided in WITH schema clause.
534516Both OFFSET and LENGTH parameters have to be provided together with inline schema (WITH clause).
534616DATAFILETYPE option cannot be provided without WITH schema.
534716USE_TYPE_DEFAULT option cannot be provided without WITH schema.
534816An ERRORFILE_SECRET cannot be specified together with ERRORFILE_DATA_SOURCE option.
534916An ERRORFILE_SECRET cannot be specified without ERRORFILE option.
550116The FILESTREAM filegroup was dropped before the table can be created.
550216The FILESTREAM container is inaccessible.
550310Unable to find entry in sys.database_files for FILESTREAM file ‘%.*ls’.
550415‘PRIMARY’ can only be specified for FILESTREAM log filegroup in a ‘CONTAINS’ clause.
550516A table that has FILESTREAM columns must have a nonnull unique column with the ROWGUIDCOL property.
550615FILESTREAM data or log file cannot be named ‘DEFAULT’.
550715DEFAULT cannot be specified for FILESTREAM log filegroup ‘%.*ls’.
550815FILESTREAM can only be declared for VARBINARY columns.
550915The properties SIZE or FILEGROWTH cannot be specified for the FILESTREAM data file ‘%.*ls’.
551015LOG ON cannot be used for non-FILESTREAM file group ‘%.*ls’.
551123FILESTREAM’s file system log record ‘%.*ls’ under log folder ‘%.*ls’ is corrupted.
551216Error 0x%x (%ls) was encountered while directory ‘%.*ls’ was being truncated.
551316The name that is specified for the associated log filegroup for FILESTREAM filegroup ‘%.*ls’ is not valid.
551416Transactional replication/Change Data Capture cannot proceed because Transactional File System Resource Manager at ‘%.*ls’ is not started.
551520Cannot open the container directory ‘%.*ls’ of the FILESTREAM file. The operating system has returned the status code 0x%x.
551616The FILESTREAM log filegroup ‘%.*ls’ cannot be referred to by more than one FILESTREAM data filegroup.
551716FILESTREAM container MAXSIZE must be greater than or equal to 512 KB.
551816FILESTREAM path ‘%.*ls’ is too long.
551916A database must have primary FILESTREAM log filegroup and log file in order for it to contain other FILESTREAM filegroups.
552016Upgrade of FILESTREAM container ID %d in the database ID %d failed because of container size recalculation error. Examine the previous errorlog entries for errors, and take the appropriate corrective actions.
552116Error 0x%x (NT status code) was encountered when SQL Server attempts to retrieve ‘%.*ls’ from the Transaction File System Resource Manager located at ‘%.*ls’.
552216FILESTREAM data file cannot be removed because its log file has not been backed up.
552316FILESTREAM data file group cannot be added to refer to an empty FILESTREAM log file group.
552416Default FILESTREAM data filegroup cannot be removed unless it’s the last FILESTREAM data filegroup left.
552516The READ_ONLY and READ_WRITE property cannot be modified on a FILESTREAM log filegroup.
552616The FILESTREAM log file ‘%.*ls’ cannot be removed because it is being referenced by a FILESTREAM data filegroup.
552716The primary FILESTREAM log file cannot be dropped because other FILESTREAM filegroups exist.
552816A database can have at most one primary FILESTREAM log filegroup and log file.
552916Failed to remove a FILESTREAM file. The database is a primary database in an availability group. Wait for the FILESTREAM data files to be hardened on every secondary availability replica. Then retry the drop file operation.
553116Error 0x%x (NT status code) was encountered when SQL Server attempts to change the logging mode of Transaction File System Resource Manager located at ‘%.*ls’ from ‘%.*ls’ to ‘%.*ls’.
553216SQL Server cannot obtain the Kernel Transaction Manager’s transaction context to perform file system operation.
553323The FILESTREAM file system log record that has the LSN ‘%d:%d:%d’ is missing. Log folder ‘%.*ls’ is corrupted. Restore the database from a backup.
553423SQL log record at LSN ‘%d:%d:%d’ for database ‘%.*ls’ is corrupted.  Database cannot recover.
553523FILESTREAM data container ‘%.*ls’ is corrupted.  Database cannot recover.
553623FILESTREAM deleted folder ‘%.*ls’ is corrupted.  Database cannot recover.
553716Function %ls is only valid on columns with the FILESTREAM attribute.
553816Partial updates are not supported on columns that have a FILESTREAM as a source.
553916The ROWGUIDCOL column associated with the FILESTREAM being used is not visible where method %ls is called.
554016The FILESTREAM column cannot be used with method %ls because the associated ROWGUIDCOL of the base table is nullable or does not have a unique constraint.
554116An open mode must be used when a FILESTREAM column is opened as a file.
554216The FILESTREAM filegroup ‘%.*ls’ has no files assigned to it. FILESTREAM data cannot be populated on this filegroup until a file is added.
554310FILESTREAM: effective level = %d (remote access disabled), configured level = %d, file system access share name = ‘%.*ls’.
554410FILESTREAM: effective level = %d (remote access enabled), configured level = %d, file system access share name = ‘%.*ls’.
554510FILESTREAM: connected to kernel driver %ls. This is an informational message. No user action is required.
554610FILESTREAM: failed to connect to kernel driver %ls.
555216FILESTREAM file named with GUID ‘%.*ls’ that belongs to FILESTREAM data file ID 0x%x does not exist or cannot be opened.
555316SQL Server internal error. FILESTREAM manager cannot continue with current command.
555416The total number of versions for a single file has reached the maximum limit set by the file system.
555516The operation has failed because the FILESTREAM data cannot be renamed.
555616The database ‘%.*ls’ does not exist or does not support FILESTREAM. Supply a valid database name. To see available databases, use sys.databases.
555716The FILESTREAM container ‘%.*ls’ does not exist or cannot be processed. Supply a valid FILESTREAM container name. To see available containers, use sys.databases_files.
555816Database ‘%.*ls’ should be in single-user mode.
555916Could not open the database ‘%.*ls’.
556016Access to the FILESTREAM tombstone table for the database ‘%.*ls’ cannot be performed at the moment because it conflicts with another activity, such as background GC operation, backup operation, DBCC CHECK* operation or on-going snapshot creation.
556116FILESTREAM garbage collector operation was aborted on the database ‘%.*ls’.
557016FILESTREAM Failed to find the garbage collection table.
557123Internal FILESTREAM error: failed to access the garbage collection table.
557223Internal FILESTREAM error: failed to perform a filesystem operation because of a potential corruption.
557310Internal FILESTREAM error: failed to access the tombstones table with HRESULT: 0x%x.
557416A database cannot be enabled for both Database Mirroring and FILESTREAM or for both Database Mirroring and MEMORY_OPTIMIZED_DATA storage.
557510Operation ‘%ls’ failed with HRESULT: %ls in file ‘%hs’, line %d while executing sp_filestream_configure.
557610FILESTREAM feature is enabled. This is an informational message. No user action is required.
557710FILESTREAM access level has been changed to %d. Restart the instance of SQL Server for the settings to fully take effect.
557816A failure occurred while FILESTREAM configuration was being changed or applied. For more information, see the SQL Server error log.
557910FILESTREAM: effective level = %d, configured level = %d.
558016FILESTREAM InstanceGuid is null. Registry settings might be corrupted.
558110FILESTREAM feature has been disabled. Restart the instance of SQL Server for the settings to fully take effect. If you have data in FILESTREAM columns, it will not be accessible after the SQL Server instance has been restarted.
558210Machine reboot is required before the FILESTREAM feature settings can take effect.
558316The specified value for the enable_level parameter of the sp_filestream_configure stored procedure is not valid. The value must be 0, 1, 2, or 3.
558416Another session is executing the sp_filestream_configure stored procedure. Check the updated configuration settings and retry the operation if necessary.
558510FILESTREAM file I/O access could not be enabled. The operating system Administrator must enable FILESTREAM file I/O access on the instance using Configuration Manager.
558610The FILESTREAM feature is already configured to the specified level. No change has been made.
559016FILESTREAM operations are not supported on the platform.
559116FILESTREAM feature is disabled.
559216FILESTREAM feature doesn’t have file system access enabled.
559316FILESTREAM feature is not supported on WoW64. The feature is disabled.
559416The value specified for the computer_name_format parameter of the .%ls() function is not valid.
559516.PhysicalPathName is disabled.
559610FILESTREAM feature configuration might be inconsistent.  To reset the configuration, use the sp_configure stored procedure.
559716FILESTREAM feature could not be initialized. The operating system Administrator must enable FILESTREAM on the instance using Configuration Manager.
559810FILESTREAM feature is not supported on user instances.
559916.ContainerId is disabled.
560016The Cross Database Chaining option cannot be set to the specified value on the specified database.
560116The service master key could not be force regenerated as requested by the -F startup option. The error number is %ld.
560210The service master key regeneration was successful.
560316The password for SA could not be force regenerated as requested by the -K startup option. The error number is %ld.
560410The password regeneration attempt for SA was successful.
560516The password for SA account could not be force regenerated and/or SA account cannot be disabled as requested by the -K startup option and the -T1617 trace flag.
570110Changed database context to ‘%.*ls’.
570210SQL Server is terminating this process.
570310Changed language setting to %.*ls.
580310Unknown configuration (id = %d) encountered in sys.configurations.
580416Character set, sort order, or collation cannot be changed at the server level because at least one database is not writable. Make the database writable, and retry the operation.
580516Too few locks specified. Minimum %d.
580716Recovery intervals above %d minutes not recommended. Use the RECONFIGURE WITH OVERRIDE statement to force this configuration.
580816Ad hoc update to system catalogs is not supported.
581016Valid values for the fill factor are 0 to 100.
581214You do not have permission to run the RECONFIGURE statement.
582816User connections are limited to %d.
582916The specified user options value is invalid.
583116Minimum server memory value (%d) must be less than or equal to the maximum value (%d).
583216The affinity mask specified does not match the CPU mask on this system.
583316The affinity mask specified is greater than the number of CPUs supported or licensed on this edition of SQL Server.
583416The affinity specified conflicts with the IO affinity mask specified. Change the affinity setting to use different CPUs than those specified in the IO affinity mask.
583516Failed to start CPUs with the mask 0x%lx on the system.
583616Lightweight pooling is not supported on this platform or in this edition of SQL Server.
583716The service broker listen port cannot be dynamic.  Valid port values are 1024-32767.
583816The service broker connection authentication value is invalid.
583916The service broker message forward store size cannot be set to 0.
584016The service broker message forward mode is invalid.
584116The default full-text language is not supported by the full-text search component.
584216Too few worker threads are specified. The minimum is %d.
584416User Instances are not supported in this edition of SQL Server.
584616Common language runtime (CLR) execution is not supported under lightweight pooling. Disable one of two options: “clr enabled” or “lightweight pooling”.
584810Physical CPU id %u has been hot added to node id %u as logical CPU id %u. This is an informational message only. No user action is required.
584910Online CPU addition is not supported in the current edition of SQL Server.
585010Online addition of CPU resources cannot be completed. A software non-uniform memory access (soft-NUMA) configuration was specified at SQL Server startup that does not allow online addition of CPU resources. To use the additional CPU resources, either add the new CPUs to the soft-NUMA configuration and restart SQL Server, or remove the soft-NUMA configuration and restart SQL Server.
585110The AccessCheckResult quota must be greater than or equal to the bucket count
585210The AccessCheckResult bucket count must be less than %d.
585316The affinity range is invalid. The lower bound %d must be less than the upper bound %d.
585416A %S_MSG value was specified more than one time in the range list for an ALTER SERVER CONFIGURATION SET PROCESS AFFINITY statement.
585516The affinity setting was not changed. This can be caused by low system resources.
585616The %S_MSG range that specifies %S_MSG %d includes at least one %S_MSG that is not available to the current instance.  The maximum %S_MSG number that is available to this instance is %d.
585710CPU
585810NUMANODE
585916The current affinity setting specifies the use of more than 64 processors. Before you use sp_configure to change affinity settings, remove these processors by using ALTER SERVER CONFIGURATION.
586010Affinity changed for node %d: from 0x%0*I64x:%u to 0x%0*I64x:%u. This is an informational message only. No user action is required.
586116A %S_MSG with id %d does not exist on this system.  Use sys.dm_os_schedulers to locate valid %S_MSGs for this system.
586216The number of max worker threads is set too low. On this computer, the number must be more than %u. You should increase the number of max worker threads.
586316Could not change the value of the ‘%.*ls’ property. Operating system error %ls
586416IO affinity is not supported on this edition of sql server.
586510Dynamic configuration setting %ls\%ls has been changed to %ld.
586610Max server memory specified – %I64d MB is greater than the buffer pool extension size – %I64d MB. Buffer pool extension would be disabled on restart.
586716Changing AFFINITY is not supported when the sql server is running in agnostic affinity mode.
586816File system DMVs and DMFs have been disabled.
586916Changes to server configuration option %s are not supported in SQL Database Managed Instances.
587016Changes to server configuration option %s are not supported in SQL Database Managed Instances.
587116Cannot set the column encryption enclave type to Virtualization-based security (VBS) – the operating system does not support VBS.
587216Invalid column encryption enclave type %d specified.
587316Cannot set the column encryption enclave type to Software Guard Extension (SGX)- the operating system does not support SGX.
587416Changes to server configuration options are not permitted in the connection to Contained Availability Group. Change connection to SQL Server instance level and retry the operation.
590116One or more recovery units belonging to database ‘%.*ls’ failed to generate a checkpoint. This is typically caused by lack of system resources such as disk or memory, or in some cases due to database corruption. Examine previous entries in the error log for more detailed information on this failure.
590417Unable to issue checkpoint: there are not enough locks available. Background checkpoint process will remain suspended until locks are available. To free up locks, list transactions and their locks, and terminate transactions with the highest number of locks.

Leave a Reply

You May Also Like

When dealing with a relational database management system (RDBMS) like SQL Server, compatibility level is an important concept to understand....
In this blog post, let’s learn about the error message “49975 – Unable to load controller client certificate due to...
In this blog post, let’s learn about the error message “49973 – Cannot remove tempdb remote file to local tempdb...