Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Could not allocate space for object 'dbo.tblCrimeDarshanVideoFiles' in database 'jpweb_jpdb5' 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 have above error please help ...............
Posted

1 solution

Most likely reasons are that either
1) The disk the database is residing on is full: get a bigger disk.
2) The database file has been marked as restricted growth: In SSMS, go to the database properties and select the "Files" tab. Look at the file under the "Autogrowth" column. If it set to "restricted growth" then you may have hit it's limit. You can change this by using the "..." button to the right side of the column.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900