Error 1105
Severity Level 17
Message Text
Could not allocate space for object '%.*ls' in database '%.*ls' because the '%.*ls' filegroup is full.
Explanation
The specified filegroup has run out of free space.
Action
You can:
- Free disk space on any disk containing a file in the filegroup mentioned in the 1105 error message. Freeing disk space allows the files in the filegroup to grow.
Or
- Free disk space on a different disk drive.
- Move the data files in the filegroup with an insufficient amount of free disk space to the disk drive in Step 1.
- Detach the database by executing sp_detach_db.
- Attach the database by executing sp_attach_db, pointing to the moved files.
Or
- Either add a data file to the specified database by using the ADD FILE clause of the ALTER DATABASE statement, or enlarge the data file by using the MODIFY FILE clause of the ALTER DATABASE statement, specifying the SIZE and MAXSIZE syntax.
See Also
(c) 1988-98 Microsoft Corporation. All Rights Reserved.