Could not allocate space for object '%.*ls' in database '%.*ls' because the '%.*ls' filegroup is full.
The specified filegroup has run out of free space.
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.
You can free disk space on your local drive or on another disk drive. To free disk space on another drive:
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.