Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.83 KB

mssqlserver-1105-database-engine-error.md

File metadata and controls

43 lines (33 loc) · 1.83 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_1105
MSSQLSERVER_1105
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
1105 (Database Engine error)

MSSQLSERVER_1105

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]

Details

Attribute Value
Product Name SQL Server
Event ID 1105
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name NO_MORE_SPACE_IN_FG
Message Text Could not allocate space for object '%.*ls'%.*ls in database '%.*ls' because the '%.*ls' filegroup is full due to lack of storage space or database files reaching the maximum allowed size. Note that UNLIMITED files are still limited to 16TB. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

Explanation

No disk space is available in a filegroup.

User Action

The following actions may make space available in the filegroup:

Note

When an index is located on several files, ALTER INDEX REORGANIZE can return error 1105 when one of the files is full. The reorganization process is blocked when the process tries to move rows to the full file. To work around this limitation perform an ALTER INDEX REBUILD instead of ALTER INDEX REORGANIZE or increase the file growth limit of any files that are full.