SQLWays Product Page - Migration to SQL Server
Free Evaluation
Symptoms
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.
Cause
Insufficient memory in a database.
Solution
Here might be two options:
1. If you created a database with Automatically grow file check-box chosen then please verify if there is available memory on your disk?
2. If you created database with manual memory size allocation, then please increase the memory for a database.
SQLWays Product Page - Migration to SQL Server
Free Evaluation
Discussion