|
When the database
runs of disk space on the default filegroup the following error message sent:
"Could not allocate space for object 'TableName'
in database 'DatabaseName' because the 'PRIMARY' filegroup is
full"
Options to resolve the
error:
1. Add one or more files to the PRIMARY filegroup
2. Shrink database (DBCC SHRINKDATABASE)
3. Shrink database file(s) (DBCC SHRINKFILE)
|