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:

Or

  1. Free disk space on a different disk drive.
  2. Move the data files in the filegroup with an insufficient amount of free disk space to the disk drive in Step 1.
  3. Detach the database by executing sp_detach_db.
  4. Attach the database by executing sp_attach_db, pointing to the moved files.

Or

See Also
ALTER DATABASE Insufficient Disk Space
Errors 1000 - 1999 sp_attach_db
Expanding the Database sp_detach_db

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.