Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not allocate space for object in database because the 'PRIMARY' filegroup is full

Could not allocate space for object in database because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

I am getting this error even when I have enough Hard Disk Space. Please advice. I have checked related topics but not helpful.

like image 370
Ram Bhatt Avatar asked Oct 27 '25 06:10

Ram Bhatt


1 Answers

You should configure Maximum File Size and AutoGrowth of primary files. You can find the settings with following instructions;

Move to YourDatabase -> Properties -> Files and find the files which are inside the primary filegroup and configure the Maximum File Size and AutoGrowth settings.

like image 68
lucky Avatar answered Oct 29 '25 21:10

lucky