Event Id1105
SourceMSSQLServer
DescriptionCould not allocate space for object '%.*ls' in database '%.*ls' because the '%.*ls' filegroup is full.
Event InformationAccording to Microsoft

Cause:
The specified filegroup has run out of free space.
Resolution:
To gain more space, you can free disk space on any disk drive containing a file in the full filegroup, allowing files in the group to grow. Or you can gain space using a data file with the specified database.
Freeing disk space
You can free disk space on your local drive or on another disk drive. To free disk space on another drive:
1.Move the data files in the filegroup with an insufficient amount of free disk space to a different disk drive.
2.Detach the database by executing sp_detach_db.
3.Attach the database by executing sp_attach_db, pointing to the moved files.
Using a data file
Another solution is to add a data file to the specified database using the ADD FILE clause of the ALTER DATABASE statement. Or you can enlarge the data file by using the MODIFY FILE clause of the ALTER DATABASE statement, specifying the SIZE and MAXSIZE syntax.
Reference LinksEvent Id:1105 of Source Id:MSSQLServer


  Did this information help you to resolve the problem?
  Yes: My problem was resolved.
  No: The information was not helpful / Partially helpful.
  Comments:

Captcha  Refresh