From:       To:      
Home > Documentation > SQL Server

Error: PRIMARY Filegroup is Full

This error is caused by insufficient memory in SQL Server database when allocating space for an object (creating table, inserting rows, etc).

If you created a database with automatically grow file, then verify if there is available memory on your disk. You can free some disk space by deleting unused files, dropping objects in the filegroup or add additional files to the filegroup.

If you created a database with manual memory size allocation, increase memory for SQL Server database.

This is a good practice to set autogrowth on for existing files in the filegroup.

Have any questions? Contact us