1.2k questions
1.4k answers
361 comments
339 users
Today I hit this error:
Could not allocate space for object '<object_name>' in database '<database_name>' 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.
The most likely cause is using MS SQL Server Express editions without knowledge of it limitations. So here is a summary.
Here are the references used for the above:
Error link:
http://www.outsystems.com/forums/discussion/9539/sql-server-database-error-primary-filegroup-is-full/
Limitatoin links:
http://stackoverflow.com/questions/1169634/limitations-of-sql-server-express
http://msdn.microsoft.com/en-us/library/cc645993.aspx
http://en.wikipedia.org/wiki/SQL_Server_Express