Product Name |
SQL Server |
Event ID |
1101 |
Event Source |
MSSQLSERVER |
Component |
SQLEngine |
Symbolic Name |
NOALLOCPG |
Message Text |
Could not allocate a new page for database '%.*ls' because of insufficient disk space in filegroup '%.*ls'. 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. |
No disk space available in a filegroup.
The following actions may make space available in the filegroup.
-
Turn on AUTOGROW.
-
Add more files to the file group.
-
Free up disk space by dropping unnecessary indexes or tables in the filegroup.